geojson2svg
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "geojson2svg", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -9,5 +9,5 @@ # geojson2svg | ||
``` | ||
For including in html page standard way, download file dist/geojson2svg.js | ||
For including in html page standard way, download file dist/geojson2svg.min.js | ||
```html | ||
<script type="text/javascipt" src="path/to/geojson2svg.js"></script> | ||
<script type="text/javascipt" src="path/to/geojson2svg.min.js"></script> | ||
``` | ||
@@ -14,0 +14,0 @@ This create a global variable 'geojson2svg' |
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
1459802