geojson-mapnikify
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -8,2 +8,3 @@ var normalize = require('geojson-normalize'), | ||
enforceDefaults = require('./lib/defaults.js'), | ||
normalizeStyle = require('./lib/normalizestyle.js'), | ||
cachepath = require('./lib/cachepath.js'), | ||
@@ -22,3 +23,5 @@ loadURL = require('./lib/urlmarker.js'); | ||
gj.features = gj.features.map(enforceDefaults); | ||
for (var i = 0; i < gj.features.length; i++) { | ||
gj.features[i] = enforceDefaults(normalizeStyle(gj.features[i])); | ||
} | ||
@@ -25,0 +28,0 @@ gj.features.filter(isPoint).forEach(function(feat, i) { |
{ | ||
"name": "geojson-mapnikify", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "transform geojson with simplestyle-spec into mapnik xml", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14119
12
278