geojson2svg
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "geojson2svg", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
# geojson2svg | ||
Converts geojson to svg string given svg viewport size and maps extent. Check [world map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world.html) and [color coded map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world-pop.html) examples to demostrate that its very easy to convert geojson into map. | ||
Converts geojson to svg string given svg viewport size and maps extent. | ||
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. | ||
## Installation | ||
@@ -179,3 +181,3 @@ Using in node.js or with browserify | ||
Check my blog [maps-on-blackboard](http://maps-on-blackboard.com/tag/geojson2svg/) for more detailed examples. | ||
Check my blog [maps-on-blackboard](http://maps-on-blackboard.github.io/tag/geojson2svg/) for more detailed examples. | ||
## Developing | ||
@@ -182,0 +184,0 @@ Once you run |
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
444220
23
197