Issues creating own map style #20633
hhornburg
started this conversation in
Maps Related
Replies: 1 comment 3 replies
-
Your style is quite complex already to dig into quickly. Probably you can start assigning https://github.com/hhornburg/osmand-bikepacking/blob/main/bikepacking.render.xml#L632 strokeWidth constant and color instead of evaluated attributes. Also please check strokeWidth_1, color_1 - though if strokeWidth is 0 then line won't be displayed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating my own map style (see https://github.com/hhornburg/osmand-bikepacking).
When I test things with OsmAndMapCreator everything works fine, but once I load it in the app I get strange effects.
Rendering version 1
Once I move the map the previous rendering still shines through where there is no polygon defined:
Rendering Version 2 (OpenGL)
No lines are displayed
Can anyone hint me to what I'm doing wrong in
bikepacking.render.xml
?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions