Skip to content

a chained geocoder that can chain different geocoding providers, or itself.

Notifications You must be signed in to change notification settings

OpenDriversLog/odl-geocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A chained GeoCoder.

See https://github.com/OpenDriversLog/goodl for usage examples.

License

This work is licensed under a License Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

This is a GeoCoder that works by chaining different geocoding providers, by your needs.

Step 1 : go run main.go

Step 2 : http://localhost:6091/reverse/a/b/abc/50.910950/13.323350

(http://localhost:6091/reverse/:userId/:key/:reqId/:lat/:lng) where userId and key are dummy for now, reqId will be returned

How 2 add a new server to chain :

If its a odl-geocoder - setup server & go run main.go Add a new entry to defChainServers.json & restartServer or call http://currentServer:6091/reparseChain

Change port :

go run main.go -port=NEWPORT

About

a chained geocoder that can chain different geocoding providers, or itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages