Skip to content

Commit

Permalink
Merge pull request ramp4-pcar4#2350 from mohsin-r/mapnav-lies
Browse files Browse the repository at this point in the history
Mapnav Schema Corrections
  • Loading branch information
szczz authored Sep 10, 2024
2 parents 0b8d137 + 703c10f commit b1f79f6
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 b1f79f6

Please sign in to comment.