geojson2svg
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "geojson2svg", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -1,3 +0,3 @@ | ||
var extend = require('./extend.js') | ||
converter = require('./converter.js'); | ||
var extend = require('./extend.js'); | ||
var converter = require('./converter.js'); | ||
@@ -4,0 +4,0 @@ //g2svg as geojson2svg (shorthand) |
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
442335