-
|
Hi everyone, My question is:
Any guidance, examples, or links would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
I followed the rules from the native Mapsforge library so the visualization should be quite similar. In order to tackle your issue I ask you to provide an example:
Since the rules should be the same there is no specific documentation currently in this project. I will however provide a link to the original documentation in future upgrades of this lib. |
Beta Was this translation helpful? Give feedback.
-
|
Send me:
With these informations I can check what is going on and why there are differences to the native mapsforge library. ad 2: Hillshading is already implemented, themes currently not. |
Beta Was this translation helpful? Give feedback.
-
|
The map in use is Spain-Portugal from opeandromaps You can check the result of the images in any country with the hiking trails, cycling trails. Thanks for future testing. |
Beta Was this translation helpful? Give feedback.
-
|
I changes some code in the libary. It now supports dy values. |
Beta Was this translation helpful? Give feedback.



Hello sorry for the delay, I had to recover my old Android to be more specific in the examples
I am a user of OruxMaps this app uses the 3 libraries of mapsforge of OruxMaps.
OruxMaps Gp Android
Use native mapsforge and native vtm
Tiramisu theme with native mapsforge.
Tiramisu theme with native vtm.
OruxMaps ios
Use mapsforge flutter (v3)
Tiramisu theme with mapsforge flutter.
As you can see the visualization is closer to how themes are rendered in Vtm, for example when using attributes such as
dy="15"
For distance on the axis, of a point or a line, in mapsforge flutter you have to triple the value almost to get results similar to those of native mapsforge.
I hope I have explained myse…