@ixo/editor 3.0.0-beta.12 → 3.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28346,21 +28346,21 @@ var TILE_LAYERS = {
|
|
|
28346
28346
|
layerId: "carto-dark-layer",
|
|
28347
28347
|
url: "https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}@2x.png",
|
|
28348
28348
|
label: "Dark",
|
|
28349
|
-
icon:
|
|
28349
|
+
icon: icon(IconMoon, 14)
|
|
28350
28350
|
},
|
|
28351
28351
|
satellite: {
|
|
28352
28352
|
sourceId: "esri-satellite",
|
|
28353
28353
|
layerId: "esri-satellite-layer",
|
|
28354
28354
|
url: "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
|
|
28355
28355
|
label: "Satellite",
|
|
28356
|
-
icon:
|
|
28356
|
+
icon: icon(IconSatellite, 14)
|
|
28357
28357
|
},
|
|
28358
28358
|
terrain: {
|
|
28359
28359
|
sourceId: "esri-terrain",
|
|
28360
28360
|
layerId: "esri-terrain-layer",
|
|
28361
28361
|
url: "https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}",
|
|
28362
28362
|
label: "Terrain",
|
|
28363
|
-
icon:
|
|
28363
|
+
icon: icon(IconMountain, 14)
|
|
28364
28364
|
}
|
|
28365
28365
|
};
|
|
28366
28366
|
var OVERLAY_KEYS = Object.keys(TILE_LAYERS);
|
|
@@ -32056,4 +32056,4 @@ export {
|
|
|
32056
32056
|
getExtraSlashMenuItems,
|
|
32057
32057
|
useCreateIxoEditor
|
|
32058
32058
|
};
|
|
32059
|
-
//# sourceMappingURL=chunk-
|
|
32059
|
+
//# sourceMappingURL=chunk-255WVXBP.mjs.map
|