@@ -6,8 +6,7 @@ export const enObj: I18nObjects = {
6
6
"label" : "ArcGIS Feature Servies" ,
7
7
"title" : "ArcGIS Feature Servies" ,
8
8
"type" : "arcgis-feature-service" ,
9
- "order" : 11 ,
10
- "minZoom" : 0 ,
9
+ "minZoom" : 8 ,
11
10
"maxZoom" : 22 ,
12
11
"visible" : true ,
13
12
"selectable" : true ,
@@ -19,8 +18,7 @@ export const enObj: I18nObjects = {
19
18
"label" : "ArcGIS - Vector Tile PBF" ,
20
19
"title" : "ArcGIS - Vector Tile PBF" ,
21
20
"type" : "arcgis-vector-tiles" ,
22
- "order" : 10 ,
23
- "minZoom" : 0 ,
21
+ "minZoom" : 8 ,
24
22
"maxZoom" : 22 ,
25
23
"visible" : true ,
26
24
"selectable" : true ,
@@ -33,7 +31,6 @@ export const enObj: I18nObjects = {
33
31
"label" : "PMTiles - Raster" ,
34
32
"title" : "PMTiles - Raster" ,
35
33
"type" : "pmtiles" ,
36
- "order" : 9 ,
37
34
"minZoom" : 0 ,
38
35
"maxZoom" : 30 ,
39
36
"visible" : false ,
@@ -48,7 +45,6 @@ export const enObj: I18nObjects = {
48
45
"label" : "PMTiles - Vector" ,
49
46
"title" : "PMTiles - Vector" ,
50
47
"type" : "pmtiles" ,
51
- "order" : 8 ,
52
48
"minZoom" : 0 ,
53
49
"maxZoom" : 30 ,
54
50
"visible" : false ,
@@ -62,7 +58,6 @@ export const enObj: I18nObjects = {
62
58
"label" : "GeoJson" ,
63
59
"title" : "GeoJson with Style and Image src" ,
64
60
"type" : "geojson" ,
65
- "order" : 7 ,
66
61
"minZoom" : 0 ,
67
62
"maxZoom" : 22 ,
68
63
"visible" : true ,
@@ -285,7 +280,6 @@ export const enObj: I18nObjects = {
285
280
{
286
281
"label" : "Contours - WFS" ,
287
282
"type" : "wfs" ,
288
- "order" : 5 ,
289
283
"minZoom" : 0 ,
290
284
"maxZoom" : 22 ,
291
285
"visible" : true ,
@@ -302,7 +296,6 @@ export const enObj: I18nObjects = {
302
296
{
303
297
"label" : "World Basemap - MVT/pbf" ,
304
298
"type" : "mvt" ,
305
- "order" : 4 ,
306
299
"minZoom" : 0 ,
307
300
"maxZoom" : 22 ,
308
301
"splitscreen" : "left" ,
@@ -317,7 +310,6 @@ export const enObj: I18nObjects = {
317
310
{
318
311
"label" : "USA MapServer ImageLayer - ArcGIS MapServer" ,
319
312
"type" : "arcgis-mapserver" ,
320
- "order" : 3 ,
321
313
"minZoom" : 0 ,
322
314
"maxZoom" : 22 ,
323
315
"visible" : false ,
@@ -331,7 +323,6 @@ export const enObj: I18nObjects = {
331
323
{
332
324
"label" : "USA MapServer TileLayer - ArcGIS MapServer" ,
333
325
"type" : "arcgis-mapserver" ,
334
- "order" : 2 ,
335
326
"minZoom" : 0 ,
336
327
"maxZoom" : 22 ,
337
328
"visible" : false ,
@@ -344,7 +335,6 @@ export const enObj: I18nObjects = {
344
335
{
345
336
"label" : "NASA | BlueMarble NextGeneration - WMS" ,
346
337
"type" : "wms" ,
347
- "order" : 1 ,
348
338
"minZoom" : 0 ,
349
339
"maxZoom" : 8 ,
350
340
"visible" : true ,
@@ -363,7 +353,6 @@ export const enObj: I18nObjects = {
363
353
{
364
354
"label" : "Mapbox Style GL - JSON" ,
365
355
"type" : "stylegl" ,
366
- "order" : 0 ,
367
356
"minZoom" : 0 ,
368
357
"maxZoom" : 22 ,
369
358
"visible" : false ,
@@ -378,7 +367,6 @@ export const enObj: I18nObjects = {
378
367
{
379
368
"label" : "Open Street Map - XYZ" ,
380
369
"type" : "xyz" ,
381
- "order" : - 1 ,
382
370
"minZoom" : 0 ,
383
371
"maxZoom" : 19 ,
384
372
"visible" : true ,
0 commit comments