csvgeocode
Advanced tools
Comparing version
{ | ||
"name": "csvgeocode", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Bulk geocode addresses in a CSV.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -273,4 +273,4 @@ csvgeocode | ||
* Add the NYC geocoder and Mapbox as built-in handlers. | ||
* Support a CSV with no header row where `latColumn`, `lngColumn`, and `addressColumn` are numerical indices instead of column names. | ||
* Add the NYC geocoder as a built-in handler. | ||
* Support a CSV with no header row where `lat`, `lng`, and `address` are numerical indices instead of column names. | ||
* Make `bounds` a separate option rather than something you have to hardcore into the URL. | ||
@@ -277,0 +277,0 @@ * Support both POST and GET requests somehow. |
var geocode = require("../"); | ||
geocode("test.csv",{ | ||
delay: 10000 | ||
delay: 10000, | ||
handler: "mapbox" | ||
}) | ||
@@ -6,0 +7,0 @@ .on("success",function(address){ |
218
0.46%18681
-0.03%