I want to dynamically create a map but in the same/similar UI to Google maps. Is there a place to get tiles that I can use? An example: enter link description here
Asked
Active
Viewed 144 times
1 Answers
1
Open Street Map is a place where you can download the map data.
www.openstreetmap.org
gmap catcher can save tiles from it: https://code.google.com/p/gmapcatcher/

stupidstudent
- 678
- 4
- 13
-
Interesting, maybe I can work with this. I have the data I just want to construct maps in the same UI using my own data. I wanted to avoid drawing the roads, parks, etc myself. Looking for graphical assets – Jasmine Nov 19 '14 at 16:31
-
I am using gmap catcher (can save from google too i believe) on my Open Pandora, and have to save differen level of zooming seperatly. This means probably that it saves the image tiles, not the data. If the links realy helps you, please don't forget to mark this question as answered^^ – stupidstudent Nov 19 '14 at 16:38