|
370 | 370 | } |
371 | 371 | }, |
372 | 372 | "Permalink", |
373 | | - "MetadataExplorer", |
| 373 | + { |
| 374 | + "name": "MetadataExplorer", |
| 375 | + "cfg": { |
| 376 | + "serviceTypes": [ |
| 377 | + { "name": "csw", "label": "CSW" }, |
| 378 | + { "name": "wms", "label": "WMS" }, |
| 379 | + { "name": "wmts", "label": "WMTS" }, |
| 380 | + { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, |
| 381 | + { "name": "wfs", "label": "WFS" }, |
| 382 | + { "name": "3dtiles", "label": "3D Tiles" }, |
| 383 | + { "name": "cog", "label": "COG" } |
| 384 | + ] |
| 385 | + } |
| 386 | + }, |
374 | 387 | "MapImport", |
375 | 388 | "MapExport", |
376 | 389 | "GlobeViewSwitcher" |
|
545 | 558 | "name": "MetadataExplorer", |
546 | 559 | "cfg": { |
547 | 560 | "zoomToLayer": false, |
548 | | - "wrap": true |
| 561 | + "wrap": true, |
| 562 | + "serviceTypes": [ |
| 563 | + { "name": "csw", "label": "CSW" }, |
| 564 | + { "name": "wms", "label": "WMS" }, |
| 565 | + { "name": "wmts", "label": "WMTS" }, |
| 566 | + { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, |
| 567 | + { "name": "wfs", "label": "WFS" }, |
| 568 | + { "name": "3dtiles", "label": "3D Tiles" }, |
| 569 | + { "name": "cog", "label": "COG" } |
| 570 | + ] |
549 | 571 | } |
550 | 572 | }, { |
551 | 573 | "name": "MousePosition", |
|
0 commit comments