@dartcom/ui-kit 10.3.3 → 10.3.4
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.
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -16531,7 +16531,7 @@ const getEntityNames = ({ entity, names, }) => {
|
|
|
16531
16531
|
return layerNames;
|
|
16532
16532
|
};
|
|
16533
16533
|
const getImageSrc = (path) => {
|
|
16534
|
-
const imageSrc = `${"
|
|
16534
|
+
const imageSrc = `${"https://dalganmap.ru/api-image/images"}/${path}`;
|
|
16535
16535
|
return imageSrc;
|
|
16536
16536
|
};
|
|
16537
16537
|
const loadState = (name) => {
|
|
@@ -43362,9 +43362,9 @@ const getLayerModalsNames = (layer) => {
|
|
|
43362
43362
|
|
|
43363
43363
|
const tile_size = 256;
|
|
43364
43364
|
const sourceUrl = {
|
|
43365
|
-
[exports.TangramSourceNames.TILE]: `${"
|
|
43366
|
-
[exports.TangramSourceNames.NATURE_TILE]: `${"
|
|
43367
|
-
[exports.TangramSourceNames.MSK]: `${"
|
|
43365
|
+
[exports.TangramSourceNames.TILE]: `${"https://dalganmap.ru/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
|
|
43366
|
+
[exports.TangramSourceNames.NATURE_TILE]: `${"https://dalganmap.ru/api"}/tiles/get_nature_tile/{z}/{x}/{y}.mvt`,
|
|
43367
|
+
[exports.TangramSourceNames.MSK]: `${"https://dalganmap.ru/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
|
|
43368
43368
|
};
|
|
43369
43369
|
|
|
43370
43370
|
function extendContext(source, extra) {
|