Skip to content

Commit

Permalink
Mapnav schema corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsin-r committed Sep 9, 2024
1 parent a88b474 commit 703c10f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
"type": "string",
"enum": ["all", "buttons", "slider"],
"default": "buttons",
"description": "Specifies between zoom buttons or zoom sliders."
"description": "Specifies between zoom buttons or zoom sliders. Currently not supported."
},
"items": {
"type": "array",
Expand All @@ -611,12 +611,11 @@
"geolocator",
"basemap"
],
"description": "Map navigation buttons displayed on mapnav.",
"description": "Map navigation buttons displayed on mapnav. These will be displayed in addition to the zoom buttons, which are always visible.",
"items": {
"type": "string",
"enum": [
"geolocator",
"zoom",
"home",
"basemap",
"help",
Expand Down

0 comments on commit 703c10f

Please sign in to comment.