@@ -2,6 +2,20 @@ import { I18nObjects } from "./types";
2
2
3
3
export const enObj : I18nObjects = {
4
4
defaultData : [
5
+ {
6
+ "label" : "ArcGIS - Vector Tile PBF" ,
7
+ "title" : "ArcGIS - Vector Tile PBF" ,
8
+ "type" : "arcgis-vector-tiles" ,
9
+ "order" : 10 ,
10
+ "minZoom" : 0 ,
11
+ "maxZoom" : 22 ,
12
+ "visible" : true ,
13
+ "selectable" : true ,
14
+ "source" : {
15
+ "url" : "https://rijnland.enl-mcs.nl/arcgis/rest/services/Polder/MapServer/0/" ,
16
+ "projection" : "EPSG:28992" ,
17
+ }
18
+ } ,
5
19
{
6
20
"label" : "PMTiles - Raster" ,
7
21
"title" : "PMTiles - Raster" ,
@@ -244,119 +258,119 @@ export const enObj: I18nObjects = {
244
258
}
245
259
} ,
246
260
{
247
- label : "Egypt DSM - COG" ,
248
- type : "cog" ,
249
- order : 6 ,
250
- minZoom : 0 ,
251
- maxZoom : 22 ,
252
- visible : true ,
253
- opacity : 0.3 ,
254
- source : {
255
- url : "https://link.storjshare.io/raw/juj37qat4melrpmooioq65fzgo7q/truemaps-public/aw3d30/output_cog.tif" ,
261
+ " label" : "Egypt DSM - COG" ,
262
+ " type" : "cog" ,
263
+ " order" : 6 ,
264
+ " minZoom" : 0 ,
265
+ " maxZoom" : 22 ,
266
+ " visible" : true ,
267
+ " opacity" : 0.3 ,
268
+ " source" : {
269
+ " url" : "https://link.storjshare.io/raw/juj37qat4melrpmooioq65fzgo7q/truemaps-public/aw3d30/output_cog.tif" ,
256
270
} ,
257
271
} ,
258
272
{
259
- label : "Contours - WFS" ,
260
- type : "wfs" ,
261
- order : 5 ,
262
- minZoom : 0 ,
263
- maxZoom : 22 ,
264
- visible : true ,
265
- source : {
266
- url : "https://services.seismofaults.eu/geoserver/EDSF/wfs?service=WFS&version=1.1.0&request=GetFeature&typeName=EDSF%3Asubduction_contours&outputFormat=JSON&srsName=urn%3Ax-ogc%3Adef%3Acrs%3AEPSG%3A4326&maxFeatures=1000" ,
267
- format : "geojson" ,
268
- version : "1.1.0" ,
273
+ " label" : "Contours - WFS" ,
274
+ " type" : "wfs" ,
275
+ " order" : 5 ,
276
+ " minZoom" : 0 ,
277
+ " maxZoom" : 22 ,
278
+ " visible" : true ,
279
+ " source" : {
280
+ " url" : "https://services.seismofaults.eu/geoserver/EDSF/wfs?service=WFS&version=1.1.0&request=GetFeature&typeName=EDSF%3Asubduction_contours&outputFormat=JSON&srsName=urn%3Ax-ogc%3Adef%3Acrs%3AEPSG%3A4326&maxFeatures=1000" ,
281
+ " format" : "geojson" ,
282
+ " version" : "1.1.0" ,
269
283
} ,
270
- style : {
284
+ " style" : {
271
285
"circle-radius" : 6 ,
272
286
"circle-color" : "#B42222" ,
273
287
} ,
274
288
} ,
275
289
{
276
- label : "World Basemap - MVT/pbf" ,
277
- type : "mvt" ,
278
- order : 4 ,
279
- minZoom : 0 ,
280
- maxZoom : 22 ,
281
- splitscreen : "left" ,
282
- visible : true ,
283
- source : {
284
- url : "https://wms.wheregroup.com/tileserver/tile/world-0-14/{z}/{x}/{y}.pbf" ,
290
+ " label" : "World Basemap - MVT/pbf" ,
291
+ " type" : "mvt" ,
292
+ " order" : 4 ,
293
+ " minZoom" : 0 ,
294
+ " maxZoom" : 22 ,
295
+ " splitscreen" : "left" ,
296
+ " visible" : false ,
297
+ " source" : {
298
+ " url" : "https://wms.wheregroup.com/tileserver/tile/world-0-14/{z}/{x}/{y}.pbf" ,
285
299
} ,
286
- style : {
287
- styleURL : "https://wms.wheregroup.com/tileserver/style/osm-bright.json" ,
300
+ " style" : {
301
+ " styleURL" : "https://wms.wheregroup.com/tileserver/style/osm-bright.json" ,
288
302
} ,
289
303
} ,
290
304
{
291
- label : "USA MapServer ImageLayer - ArcGIS MapServer" ,
292
- type : "arcgis-mapserver" ,
293
- order : 3 ,
294
- minZoom : 0 ,
295
- maxZoom : 22 ,
296
- visible : false ,
297
- selectable : false ,
298
- source : {
299
- mapServerType : "image" ,
300
- url : "https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/USA/MapServer" ,
301
- ratio : 1 ,
305
+ " label" : "USA MapServer ImageLayer - ArcGIS MapServer" ,
306
+ " type" : "arcgis-mapserver" ,
307
+ " order" : 3 ,
308
+ " minZoom" : 0 ,
309
+ " maxZoom" : 22 ,
310
+ " visible" : false ,
311
+ " selectable" : false ,
312
+ " source" : {
313
+ " mapServerType" : "image" ,
314
+ " url" : "https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/USA/MapServer" ,
315
+ " ratio" : 1 ,
302
316
} ,
303
317
} ,
304
318
{
305
- label : "USA MapServer TileLayer - ArcGIS MapServer" ,
306
- type : "arcgis-mapserver" ,
307
- order : 2 ,
308
- minZoom : 0 ,
309
- maxZoom : 22 ,
310
- visible : false ,
311
- selectable : true ,
312
- source : {
313
- mapServerType : "tile" ,
314
- url : "https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/USA/MapServer" ,
319
+ " label" : "USA MapServer TileLayer - ArcGIS MapServer" ,
320
+ " type" : "arcgis-mapserver" ,
321
+ " order" : 2 ,
322
+ " minZoom" : 0 ,
323
+ " maxZoom" : 22 ,
324
+ " visible" : false ,
325
+ " selectable" : true ,
326
+ " source" : {
327
+ " mapServerType" : "tile" ,
328
+ " url" : "https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/USA/MapServer" ,
315
329
} ,
316
330
} ,
317
331
{
318
- label : "NASA | BlueMarble NextGeneration - WMS" ,
319
- type : "wms" ,
320
- order : 1 ,
321
- minZoom : 0 ,
322
- maxZoom : 8 ,
323
- visible : true ,
324
- source : {
325
- url : "https://ideas-digitaltwin.jpl.nasa.gov/wms/epsg4326/best/wms.cgi" ,
326
- params : {
327
- LAYERS : "BlueMarble_NextGeneration" ,
328
- TILED : true ,
329
- VERSION : "1.3.0" ,
332
+ " label" : "NASA | BlueMarble NextGeneration - WMS" ,
333
+ " type" : "wms" ,
334
+ " order" : 1 ,
335
+ " minZoom" : 0 ,
336
+ " maxZoom" : 8 ,
337
+ " visible" : true ,
338
+ " source" : {
339
+ " url" : "https://ideas-digitaltwin.jpl.nasa.gov/wms/epsg4326/best/wms.cgi" ,
340
+ " params" : {
341
+ " LAYERS" : "BlueMarble_NextGeneration" ,
342
+ " TILED" : true ,
343
+ " VERSION" : "1.3.0" ,
330
344
} ,
331
- serverType : "geoserver" ,
332
- transition : 0 ,
345
+ " serverType" : "geoserver" ,
346
+ " transition" : 0 ,
333
347
} ,
334
- opacity : 1 ,
348
+ " opacity" : 1 ,
335
349
} ,
336
350
{
337
- label : "Mapbox Style GL - JSON" ,
338
- type : "stylegl" ,
339
- order : 0 ,
340
- minZoom : 0 ,
341
- maxZoom : 22 ,
342
- visible : true ,
343
- opacity : 1 ,
344
- selectable : false ,
345
- splitscreen : "right" ,
346
- source : {
347
- url : "https://wms.wheregroup.com/tileserver/style/osm-bright.json" ,
348
- projection : "EPSG:3857" ,
351
+ " label" : "Mapbox Style GL - JSON" ,
352
+ " type" : "stylegl" ,
353
+ " order" : 0 ,
354
+ " minZoom" : 0 ,
355
+ " maxZoom" : 22 ,
356
+ " visible" : false ,
357
+ " opacity" : 1 ,
358
+ " selectable" : false ,
359
+ " splitscreen" : "right" ,
360
+ " source" : {
361
+ " url" : "https://wms.wheregroup.com/tileserver/style/osm-bright.json" ,
362
+ " projection" : "EPSG:3857" ,
349
363
} ,
350
364
} ,
351
365
{
352
- label : "Open Street Map - XYZ" ,
353
- type : "xyz" ,
354
- order : - 1 ,
355
- minZoom : 0 ,
356
- maxZoom : 19 ,
357
- visible : false ,
358
- source : {
359
- url : "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ,
366
+ " label" : "Open Street Map - XYZ" ,
367
+ " type" : "xyz" ,
368
+ " order" : - 1 ,
369
+ " minZoom" : 0 ,
370
+ " maxZoom" : 19 ,
371
+ " visible" : true ,
372
+ " source" : {
373
+ " url" : "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ,
360
374
} ,
361
375
} ,
362
376
] ,
0 commit comments