feat(map): add functional sector grid v2
This commit is contained in:
@@ -485,6 +485,13 @@ const mapPageSettingsPatchInputSchema = {
|
||||
graticuleLineWidthPx: { type: "number", minimum: 1, maximum: 3 },
|
||||
graticuleColor: { type: "string", pattern: "^#[0-9A-Fa-f]{6}$" },
|
||||
graticuleOpacity: { type: "number", minimum: 0, maximum: 100 },
|
||||
majorLinesEnabled: { type: "boolean" },
|
||||
majorLabelsEnabled: { type: "boolean" },
|
||||
majorLineWidthMultiplier: { type: "number", minimum: 1, maximum: 8 },
|
||||
volumeEnabled: { type: "boolean" },
|
||||
volumeMinimumHeightMeters: { type: "number", minimum: -1000, maximum: 10000 },
|
||||
volumeMaximumHeightMeters: { type: "number", minimum: -1000, maximum: 10000 },
|
||||
volumeBandHeightMeters: { type: "number", minimum: 1, maximum: 10000 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user