osmtogeojson
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,5 @@ | ||
1.2.1 | ||
----- | ||
* fix wrong (inverse) logic in uninterestingTags callback evaluation (backported from master) | ||
1.2.0 | ||
@@ -2,0 +6,0 @@ ----- |
@@ -228,3 +228,3 @@ try { | ||
if (typeof options.uninterestingTags === "function") | ||
return options.uninterestingTags(t, ignore_tags); | ||
return !options.uninterestingTags(t, ignore_tags); | ||
for (var k in t) | ||
@@ -231,0 +231,0 @@ if (!(options.uninterestingTags[k]===true) && |
{ | ||
"name": "osmtogeojson", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "convert OSM to geojson", | ||
@@ -5,0 +5,0 @@ "main": "osmtogeojson.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
69024