Hi, I wanted to get the lat/long of user entered zip code. Basically i wanted to show some results based on the user entered zip code. Is there any way to get lat/long with zip code? Kiran asked 25 Aug '16, 18:22 KIRAN aseerel4c26 ♦ |
Note this site has a search function and before posing a new question you should use it first. answered 25 Aug '16, 19:53 SimonPoole ♦ |
You can try asking nominatim, like so: http://nominatim.openstreetmap.org/search.php?q=14556 But there is no assurance that the answer will be a zip code, and zip codes don't really have a center as such. You will probably get more useful results from something using a non OSM source like https://www.census.gov/geo/reference/zctas.html . answered 25 Aug '16, 19:52 maxerickson |
is this question in any way about leaflet? You have added it as tag. What is its relation with leaflet?