vue-geojson-view-ts 1.2.4 → 1.2.5
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.
|
@@ -6520,7 +6520,9 @@ const fa = Gi({
|
|
|
6520
6520
|
},
|
|
6521
6521
|
viewMap() {
|
|
6522
6522
|
var f, m, _, v, w, T, z, P;
|
|
6523
|
-
const s = this.configurationMap ? this.configurationMap.iconMarker ? this.configurationMap.iconMarker : this.markerIcon : this.markerIcon
|
|
6523
|
+
const s = this.configurationMap ? this.configurationMap.iconMarker ? this.configurationMap.iconMarker : this.markerIcon : this.markerIcon;
|
|
6524
|
+
window.type = !0;
|
|
6525
|
+
const l = U.map(this.idMap).setView([this.renderCoordinates ? this.renderCoordinates[0] : 0, this.renderCoordinates ? this.renderCoordinates[1] : 0], this.renderCoordinates ? this.renderCoordinates[2] : 0);
|
|
6524
6526
|
this.mapRender = l, U.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
|
6525
6527
|
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
|
6526
6528
|
}).addTo(l), l.setZoom((f = this.configurationMap) == null ? void 0 : f.maxZoom);
|