[split off from original question] Hi all I want to build an android app using osm data. I have a tile server (followed : http://switch2osm.org/serving-tiles/manually-building-a-tile-server-12-04/) 1 core, 4 GB ram, 60 GB storage. (im using only 32MB raw osm data) I need help with 2 things: ..... [question deleted] ............. 2) how do I use OSMdroid with my tile server? I checked a few tutorials, didn't really understand how to direct osmdroid to my server. Thank you all asked 01 May '14, 14:38 SimonPoole ♦ |
See https://code.google.com/p/osmdroid/wiki/HowToIncludeInYourProject "Creating a tile provider chain" for how to include a custom tile source in your project. Note this answer is simply based on reading the documentation not on actually trying it out. answered 05 May '14, 09:26 SimonPoole ♦ |