https://github.com/dtex/kml-geocoder
Used to take kml files with addresses and add lat/long
https://github.com/dtex/kml-geocoder
Last synced: about 1 year ago
JSON representation
Used to take kml files with addresses and add lat/long
- Host: GitHub
- URL: https://github.com/dtex/kml-geocoder
- Owner: dtex
- Created: 2014-04-08T14:43:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T14:45:41.000Z (about 12 years ago)
- Last Synced: 2025-02-14T06:47:19.895Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kml-geocoder
============
Used to take kml files with addresses and add lat/long
Usage
````
$node kml-geocoder source.kml target.kml
````
Currently logs a warning when more than one result is returned by Google and uses the first result.