This object is in archive! 
Hill shading & colored altitude
Answered
I would like to display hill shading AND colored altitude simultaneously from srtm elevation data (hill shading as overlay for colored altitude). Is this possible?
1. Download site map http://download.osmand.net/hillshade/ your desired region (sqlitedb)
2. and specify it as an overlay. Any raster or vector base maps.
1. Download site map http://download.osmand.net/hillshade/ your desired region (sqlitedb)
2. and specify it as an overlay. Any raster or vector base maps.
Thanks Igor. Unfortunately, both options that you suggested are based on SRTM 3 arc-sec resolution, which has huge data gaps in the area that I need to cover. I have generated 1 arc-sec hgt files, which work great. I am looking for a solution where hill shading and colored altitude can be combined based on hgt DEM.
Thanks Igor. Unfortunately, both options that you suggested are based on SRTM 3 arc-sec resolution, which has huge data gaps in the area that I need to cover. I have generated 1 arc-sec hgt files, which work great. I am looking for a solution where hill shading and colored altitude can be combined based on hgt DEM.
Map shading offers three modes (incl. shade and color), but not any combination of those.
Hence it would require Menion's coding to make that happen, I suppose.
Map shading offers three modes (incl. shade and color), but not any combination of those.
Hence it would require Menion's coding to make that happen, I suppose.
Good evening Rolf, Igor and Michael,
unfortunately as Michael wrote, using of more overlays at once is not currently possible and it is not even planned. Only method how to achieve it now, is using another overlay map as suggested Igor. Thanks for understanding.
Good evening Rolf, Igor and Michael,
unfortunately as Michael wrote, using of more overlays at once is not currently possible and it is not even planned. Only method how to achieve it now, is using another overlay map as suggested Igor. Thanks for understanding.
Problem: I also want both hill shading + colored elevation, yet neither google relief nor osmand worked for me.
Solution: Use ESRI World Hillshade map, which is based on high-resolution LIDAR DTM files. The correct providers.xml text is below, just remember to type in a unique provide id. For more info see the detailed server overview or live/online view.
<provider id="10311" type="0" visible="true" background="-1">
<name>ESRI World</name>
<mode>Hillshade</mode>
<countries>World</countries>
<url><![CDATA[http://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}.png]]></url>
<zoomPart>{z}-8</zoomPart>
<zoomMin>8</zoomMin>
<zoomMax>24</zoomMax>
<tileSize>256</tileSize>
<attribution><![CDATA[© ESRI <a href="http://www.esri.com/legal/licensing/termsofuse.html">(ESRI Terms of Use)</a>]]></attribution>
<extraHeader><![CDATA[Referer#http://arcgisonline.com/home/]]></extraHeader>
<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1]]></extraHeader>
</provider>
Try it out for yourself. You can even see boulders, roads and rivers.
Problem: I also want both hill shading + colored elevation, yet neither google relief nor osmand worked for me.
Solution: Use ESRI World Hillshade map, which is based on high-resolution LIDAR DTM files. The correct providers.xml text is below, just remember to type in a unique provide id. For more info see the detailed server overview or live/online view.
<provider id="10311" type="0" visible="true" background="-1">
<name>ESRI World</name>
<mode>Hillshade</mode>
<countries>World</countries>
<url><![CDATA[http://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}.png]]></url>
<zoomPart>{z}-8</zoomPart>
<zoomMin>8</zoomMin>
<zoomMax>24</zoomMax>
<tileSize>256</tileSize>
<attribution><![CDATA[© ESRI <a href="http://www.esri.com/legal/licensing/termsofuse.html">(ESRI Terms of Use)</a>]]></attribution>
<extraHeader><![CDATA[Referer#http://arcgisonline.com/home/]]></extraHeader>
<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1]]></extraHeader>
</provider>
Try it out for yourself. You can even see boulders, roads and rivers.
Replies have been locked on this page!