diff --git a/gcs/data/default_settings.json b/gcs/data/default_settings.json index 850020dd5..9078b4453 100644 --- a/gcs/data/default_settings.json +++ b/gcs/data/default_settings.json @@ -1,39 +1,41 @@ { - "General": { - "maptilerAPIKey": { - "default": "", - "type": "string", - "display": "Maptiler API Key", - "hidden": true - }, - "port": { - "default": "4237", - "type": "number", - "range": [ - 0, - 65535 - ], - "display": "Backend Port" - }, - "interfaceLanguage": { - "default": "English", - "type": "option", - "options": ["English"], - "display": "Interface Language" - }, - "autoCheckForUpdates": { - "default": true, - "type": "boolean", - "display": "Automatically Check for Updates" - }, - "syncMapViews": { - "default": false, - "type": "boolean", - "display": "Sync Dashboard and Missions Map Viewstate" - } + "General": { + "maptilerAPIKey": { + "default": "", + "type": "string", + "display": "Maptiler API Key", + "hidden": true }, - "Params": {}, - "Config": {}, - "FGCS": { + "mapStyle": { + "default": "hybrid", + "type": "option", + "options": ["satellite", "hybrid", "streets", "outdoor"], + "display": "Map Style" + }, + "port": { + "default": "4237", + "type": "number", + "range": [0, 65535], + "display": "Backend Port" + }, + "interfaceLanguage": { + "default": "English", + "type": "option", + "options": ["English"], + "display": "Interface Language" + }, + "autoCheckForUpdates": { + "default": true, + "type": "boolean", + "display": "Automatically Check for Updates" + }, + "syncMapViews": { + "default": false, + "type": "boolean", + "display": "Sync Dashboard and Missions Map Viewstate" } + }, + "Params": {}, + "Config": {}, + "FGCS": {} } diff --git a/gcs/src/components/dashboard/map.jsx b/gcs/src/components/dashboard/map.jsx index 910cab32d..686797520 100644 --- a/gcs/src/components/dashboard/map.jsx +++ b/gcs/src/components/dashboard/map.jsx @@ -183,7 +183,7 @@ function MapSectionNonMemo({