I have an OpenStreetMap
I use OpenLayers
I would like to know if there is a way to get the land type (ex : water, plain, etc) of specific coordinates on the map.
I searched in the documentation but didn’t found anything.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Cloudmade API for Geocoding:
Cloudmade.com Geocoding API
You can give Coordinates and for example find roads around the given Coordinates:
http://geocoding.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/geocoding/v2/find.html?object_type=road&around=51.51384,-0.10952
You can return this information also in Json format