Mads_Phi
(Mads Phi)
March 29, 2017, 5:53am
#1
Hi,
We are trying to show an elevation based OSM map on our site.
So far we have found several dataset with global elevation data, but we can’t get the elevation data into an OSM map.
Is there a simple way to do this - or some exisiting sample we can look at?
What we would like to do is:
Create a map with different elevations in different colors.
Create a map with areas below a certain elevation in a different color.
Thanks,
Mads
n76
(N76)
March 29, 2017, 2:46pm
#2
You are describing a map with hypsometric coloring. There are some examples on the web of people doing this using gdal routines to create the color layer which is then applied to OSM data rendered on a different layer.
Looks like TileMill might be able to do this for you: https://tilemill-project.github.io/tilemill/docs/guides/terrain-data/
stephan75
(stephan75)
March 29, 2017, 6:55pm
#3
… or try the OSM based closed-source software http://maperitive.net/
Mads_Phi
(Mads Phi)
March 30, 2017, 8:46am
#4
Excellent tips. Thanks a lot.