leaflet - How to determine what terrain / map type a marker or point is on? -


is possible leaflet.js or mapbox.js determine terrain / map type marker on.. example sea, land, road or buildings?

http://leafletjs.com/ http://mapbox.com/

if building own map tilemill, interactivity: http://mapbox.com/tilemill/docs/crashcourse/tooltips/ wouldn't necessary have have popup appear, instead use utfgrid key/value store indicate areas tapped on map.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -