1

I have integrated offline maps into my project with the help of route-me sample app (https://github.com/route-me/route-me). But my client wants to show topographical type of map as the open street map. I have searched over the internet, couldn't find any helpful resources.

  • Do you know any resources I should follow to implement this feature?

  • Should I have to use another way of implement the Open Street Maps in order to get the topographic type of map?

Toon Krijthe
  • 52,876
  • 38
  • 145
  • 202
happycoder
  • 927
  • 3
  • 13
  • 28

1 Answers1

0

You should maybe have a look at mapbox.com and their map tool (TileMill) which allow you to add and customize your own layers.

As for the topographic data needed to create your layers, you should be able to find some on websites like http://www.naturalearthdata.com/.

Alexis C.
  • 4,898
  • 1
  • 31
  • 43
  • Thanks Kirualex...I will look into that:) But I found out that OSM does not have in-built feature to support topographic data, so instead client agreed to display cycle type of map (in-build feature in OSM) which is bit similar to topographic type of map. – happycoder Oct 19 '12 at 04:50