@h21-map/yandex-drawing-manager
Advanced tools
Comparing version 1.0.9 to 2.0.1
@@ -339,3 +339,3 @@ | ||
if (me.area) { | ||
me.map.setBounds(me.area.geometry.getBounds()); | ||
me.map.setBounds(me.area.geometry.getBounds(), { checkZoomRange: true }); | ||
} | ||
@@ -342,0 +342,0 @@ }; |
@@ -0,22 +1,25 @@ | ||
{ | ||
"name": "@h21-map/yandex-drawing-manager", | ||
"scope": "@h21-map", | ||
"version": "1.0.9", | ||
"scope":"@h21-map", | ||
"version": "2.0.1", | ||
"description": "A library of Yandex Map JS API", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/novakand/h21-map-yandex-drawing-manager" | ||
"type": "git", | ||
"url": "git+https://github.com/novakand/h21-map-yandex-drawing-manager" | ||
}, | ||
"keywords": [ | ||
"yandex", | ||
"yandex-map", | ||
"drawing-manager", | ||
"angular" | ||
"yandex", | ||
"yandex-map", | ||
"drawing-manager", | ||
"angular" | ||
], | ||
"author": "", | ||
"license": "" | ||
} | ||
} | ||
@@ -8,5 +8,4 @@ # h21-map/yandex-drawing-manager | ||
### How to use | ||
Load google maps javascript api asynchronously | ||
```bash | ||
import {DrawingManager} from '@h21-map/yandex-drawing-manager' | ||
import { DrawingManager} from '@h21-map/yandex-drawing-manager' | ||
``` |
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
18620
11