I would like to from an address generate a long/lat is this possible? I can see it's possible to do the opposite Reverse Geocoding / Address lookup. asked 11 Nov '10, 17:20 Haniff |
Sure that is possible if the address is mapped. One possible way of doing it is using nominatims "search" function. For documentation how to do that see the wikipage on nominatim. If only the streetname is mapped but without house numbers your lat/lon might be off a bit. answered 12 Nov '10, 06:56 petschge |
Possibilities for reverse geocoding might be given by the use of Nominatim. See there the section about "Reverse Geocoding / Address lookup". But you want the coordibates of a certain address? Then you have to meka sure that the given address is a certain point like a node in the OSM data. What coordinates should be given when no housenumbers are present in the OSM data, or the address is tagged to a (big) building? answered 11 Nov '10, 18:25 stephan75 |