@h21-map/yandex-drawing-manager
Advanced tools
Comparing version 25.1.0 to 40.1.0
@@ -176,3 +176,3 @@ function DrawingManager(map, opts) { | ||
syncOverlayInit: true, | ||
iconImageHref: me.markerOptions.iconUrl, | ||
iconImageHref: enabledCircle ? me.circleOptions.iconUrl : me.markerOptions.iconUrl, | ||
draggable: false, | ||
@@ -279,3 +279,3 @@ } | ||
me._setIconMarker(me.markerOptions.iconUrl); | ||
me._setIconMarker(me.circleOptions.iconUrl); | ||
me._centerMarkerAddEventListener(); | ||
@@ -282,0 +282,0 @@ me._createVertexMarker(); |
@@ -5,3 +5,3 @@ | ||
"scope": "@h21-map", | ||
"version": "25.1.0", | ||
"version": "40.1.0", | ||
"description": "A library of Yandex Map JS API", | ||
@@ -8,0 +8,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
35617