@besovideo/bvmap-leaflet 0.0.14 → 0.0.15
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 +2 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -10717,7 +10717,8 @@ class Js {
|
|
|
10717
10717
|
L.divIcon({
|
|
10718
10718
|
html: this.html,
|
|
10719
10719
|
iconSize: [this.markerInfo.size + 5, this.markerInfo.size + 5],
|
|
10720
|
-
className: ""
|
|
10720
|
+
className: "",
|
|
10721
|
+
iconAnchor: [(this.markerInfo.size + 5) / 2, this.markerInfo.size + 2.5]
|
|
10721
10722
|
})
|
|
10722
10723
|
);
|
|
10723
10724
|
}
|