I just want to build a drill down map like this – Drill Down Map
Here I want to show some data on tapping of each regions.I am out of clue. How can I ? What should I use ? From where to start ?
EDIT : In the link it’s showing the country name on mouse over, instead of that I want to show some data/info of the country on touch. Please visit the map shown in the link,you’ll get the whole idea.
Thanks !!
If you want total control on the map layout, and be able to check which country the users taps, there’s no secret : you need to have boundaries of all countries you want to detect.
Here’s the global approach I would use to reimplement something that looks like the map you linked to (I can you into more details if you want, but at first, here’s the global approach) :
[EDIT] I just came accross this website to download countries boundaries as files you can then use with tilemill : http://www.gadm.org/country
Guys from Mapbox have published a good tutorial “from data to maps” here : http://mapbox.com/demo/making_massredistrict/ this may help as well