Commit 7c028707 authored by Andre Kjellstrup's avatar Andre Kjellstrup

Changed order, not to affect user setup

parent bad9d23b
......@@ -3,7 +3,7 @@
"name": "MapProvider",
"shortDescription": "Currently selected map provider for flight maps",
"type": "uint32",
"enumStrings": "Bing,Google,Statkart,Eniro,Mapbox,Esri",
"enumStrings": "Bing,Google,Statkart,Mapbox,Esri,Eniro",
"enumValues": "0,1,2,3,4,5",
"defaultValue": 0
},
......
......@@ -24,9 +24,9 @@ public:
mapProviderBing,
mapProviderGoogle,
mapProviderStarkart,
mapProviderEniro,
mapProviderMapbox,
mapProviderEsri
mapProviderEsri,
mapProviderEniro
} MapProvider_t;
// This enum must match the json meta data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment