@h21-map/google-drawing-manager
Advanced tools
Comparing version 18.1.0 to 19.1.0
@@ -374,4 +374,4 @@ let drawModeMarker = "marker"; | ||
let latlngs = []; | ||
if (me.areaCoordinates.length > 0) { | ||
@@ -510,2 +510,3 @@ for (var n = 0; n < me.areaCoordinates.length; n++) { | ||
me.markerOptions.fitBounds && !enabledCircle && me._fitBoundsMarker(); | ||
me.markerOptions.isMarkerAnimate && !enabledCircle && me.isAnimateMarker(true); | ||
@@ -512,0 +513,0 @@ if (!enabledCircle) { google.maps.event.trigger(me, 'draw:marker_create', me._getPosition()); } |
{ | ||
"name": "@h21-map/google-drawing-manager", | ||
"scope": "@h21-map", | ||
"version": "18.1.0", | ||
"version": "19.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
33484
799