Re: [postgis-users] Help me please)

2017-04-02 Thread P O'Toole
Роман – >Hello everybody! I'm a beginner developer in Java and I want to create an >application for building convenient transport logistics (for ordering a >taxi, freight, search for fellow travelers, etc.). On the one hand, I would >like the user to have a beautiful map displayed, but more

Re: [postgis-users] Address for a given lat/Lon

2017-04-02 Thread Stefan Keller
2017-04-03 0:23 GMT+02:00 Luiz Andrade : > I would suggest use OSM’s Nominatim geocoding service… Right but given 100 million+ records this free service is surely overloaded. So I strongly recommend to install Nominatim locally (e.g. docker). Assuming your records are

Re: [postgis-users] Address for a given lat/Lon

2017-04-02 Thread Luiz Andrade
I would suggest use OSM’s Nominatim geocoding service… Take a look here: http://wiki.openstreetmap.org/wiki/Nominatim#Reverse_Geocoding Regards, Luiz Claudio > Em 2 de abr de 2017, à(s) 19:16, suraj birla escreveu: > > Hi , > I've a requirement to get the address (

[postgis-users] Address for a given lat/Lon

2017-04-02 Thread suraj birla
Hi , I've a requirement to get the address ( country, state/provinces, postal code) for a given lat/lon. I need to this for 100 million+ records. I'm planning to do this in 3 phases First find the country using world polygon Second find the state/provinces for the identified country Postal code