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 edited 25 Aug '16, 20:03 aseerel4c26 ♦ |
2 Answers:
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 ♦ edited 25 Aug '16, 19:54 |
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 edited 25 Aug '16, 19:53 |
is this question in any way about leaflet? You have added it as tag. What is its relation with leaflet?