vue-geojson-view-ts 1.2.7 → 1.2.8
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.
|
@@ -7,7 +7,7 @@ declare global {
|
|
|
7
7
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
8
8
|
loadPolygon: BooleanConstructor;
|
|
9
9
|
reverseCoordinatesPolygon: BooleanConstructor;
|
|
10
|
-
dataPolygon:
|
|
10
|
+
dataPolygon: StringConstructor;
|
|
11
11
|
configurationMap: any;
|
|
12
12
|
coordinatesMap: ArrayConstructor;
|
|
13
13
|
getGeoJSON: FunctionConstructor;
|
|
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
loadPolygon: BooleanConstructor;
|
|
37
37
|
reverseCoordinatesPolygon: BooleanConstructor;
|
|
38
|
-
dataPolygon:
|
|
38
|
+
dataPolygon: StringConstructor;
|
|
39
39
|
configurationMap: any;
|
|
40
40
|
coordinatesMap: ArrayConstructor;
|
|
41
41
|
getGeoJSON: FunctionConstructor;
|
|
@@ -6409,7 +6409,7 @@ const fa = Gi({
|
|
|
6409
6409
|
props: {
|
|
6410
6410
|
loadPolygon: Boolean,
|
|
6411
6411
|
reverseCoordinatesPolygon: Boolean,
|
|
6412
|
-
dataPolygon:
|
|
6412
|
+
dataPolygon: String,
|
|
6413
6413
|
configurationMap: Object,
|
|
6414
6414
|
coordinatesMap: Array,
|
|
6415
6415
|
getGeoJSON: Function,
|
|
@@ -7985,7 +7985,7 @@ const Dl = et, Ol = ["id"], Hl = /* @__PURE__ */ Gi({
|
|
|
7985
7985
|
[r.value.lat, r.value.lng],
|
|
7986
7986
|
r.value.zoom
|
|
7987
7987
|
);
|
|
7988
|
-
if (h.value = E, U.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
|
7988
|
+
if (E.invalidateSize(), h.value = E, U.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
|
7989
7989
|
maxZoom: (N = d.configurationMap) == null ? void 0 : N.maxZoom,
|
|
7990
7990
|
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
|
7991
7991
|
}).addTo(E), P.type === "image") {
|