@besovideo/bvmap-leaflet 0.0.29 → 0.0.30

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/main.js CHANGED
@@ -12203,7 +12203,11 @@ function $h(e) {
12203
12203
  });
12204
12204
  });
12205
12205
  } else
12206
- (n.geometry.type == "Point" || n.geometry.type == "LineString") && i.push({
12206
+ n.geometry.type == "Point" || n.geometry.type == "LineString" ? i.push({
12207
+ position: n.geometry.coordinates,
12208
+ props: n.properties,
12209
+ type: n.geometry.type
12210
+ }) : i.push({
12207
12211
  position: n.geometry.coordinates,
12208
12212
  props: n.properties,
12209
12213
  type: n.geometry.type