@h21-map/google-drawing-manager
Advanced tools
Comparing version 30.1.0 to 31.1.0
@@ -350,4 +350,3 @@ let drawModeMarker = "marker"; | ||
if (me.areaCoordinates) { | ||
let latlngs = me._convertlatlngs(); | ||
const latlngs = me._convertlatlngs(); | ||
const opts = { | ||
@@ -365,4 +364,2 @@ map: me.map, | ||
me._area = new google.maps.Polygon(opts); | ||
google.maps.event.trigger(me, 'draw:area_create', me._convertCoordinates()); | ||
me._fitBoundsArea(); | ||
@@ -369,0 +366,0 @@ } |
{ | ||
"name": "@h21-map/google-drawing-manager", | ||
"scope": "@h21-map", | ||
"version": "30.1.0", | ||
"version": "31.1.0", | ||
"description": "A library of Google Map JS API", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33497
802