geojson2svg
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "geojson2svg", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.", | ||
@@ -32,3 +32,3 @@ "main": "src/main.js", | ||
"exorcist": "^2.0.0", | ||
"jsdom": "^16.5.2", | ||
"jsdom": "^9.8.3", | ||
"mocha": "~8.3.2", | ||
@@ -35,0 +35,0 @@ "parse-svg-path": "~0.1.2", |
# geojson2svg | ||
Converts geojson to svg string given svg viewport size and maps extent. | ||
Converts geojson to svg string given svg viewport size and maps extent. geojson2svg can be used client side (in the browser) or server side (with NodeJs). | ||
@@ -4,0 +4,0 @@ Check [world map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world.html), [SVG scaled map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world-scaled.html) and [color coded map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world-pop.html) examples to demonstrate that its very easy to convert geojson into map. |
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
444302