query-geo-boundary
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -57,3 +57,3 @@ { | ||
}, | ||
"version": "0.3.1" | ||
"version": "0.3.2" | ||
} |
@@ -45,2 +45,2 @@ QueryGeoBoundary | ||
- request - basic version and basic function (can be easily replaced by built-in http module) | ||
- xml2geojson-lite - a RegExp and Map accelerated XML parsing & geojson reconstruction utility, about **8X** faster than [xmldom](https://github.com/jindw/xmldom), *osmtogeojson* in combination to accomplish the same task | ||
- xml2geojson-lite - a RegExp and Map accelerated XML parsing & geojson reconstruction utility, about **8X** faster than [xmldom](https://github.com/jindw/xmldom), [osmtogeojson](https://github.com/tyrasd/osmtogeojson) in combination to accomplish the same task |
@@ -6,2 +6,2 @@ const queryGeoBoundary = require('./index.js'); | ||
console.log(err); | ||
}); | ||
}); |
7608
100