From 703c10fb302eaa430b676faeb1c92188449f8e1d Mon Sep 17 00:00:00 2001 From: mohsin-r Date: Tue, 27 Aug 2024 16:25:13 -0400 Subject: [PATCH] Mapnav schema corrections --- schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/schema.json b/schema.json index c2678899939..4cb10e034c3 100644 --- a/schema.json +++ b/schema.json @@ -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", @@ -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",