Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hillshading support #8

Open
nono303 opened this issue May 26, 2024 · 0 comments
Open

Hillshading support #8

nono303 opened this issue May 26, 2024 · 0 comments

Comments

@nono303
Copy link

nono303 commented May 26, 2024

Hi @IgorMagellan & Thx for taking over @maki ;)

Quick patch to add Hillshading support (tested and working find on Orux, mapsforgesrv & Cruiser)
++NoNo

diff --git a/Tiramisu.xml b/Tiramisu.xml
index 2125062..ac4549f 100644
--- a/Tiramisu.xml
+++ b/Tiramisu.xml
@@ -356,6 +356,8 @@ version="5" map-background="#ffffff" map-background-outside="#ffffff">
 	<rule cat="tms_terrain" e="way" k="natural" v="sea"> <area fill="#85a7ff" /> </rule>
 	<rule cat="tms_terrain" e="way" k="natural" v="nosea"> <area fill="#ffffff" /> </rule>
 
+<!-- Hillshading -->
+	<hillshading zoom-min="8" zoom-max="18" magnitude="64"/>
 		
 <!-- landcover -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant