vtm
vtm copied to clipboard
Add dy offset to lines
The Mapsforge renderer supports drawing of symbols with an offset (red dots in this example):

The Mapsforge renderer calculates an offset path in the "RendererUtils,parallelPath" method.
I am currently investigating means for adding support for this in VTM. Do you have an idea how this can be done? One possibility is to create another vertex buffer with the offset path points but this adds a lot of complexity.
This would be useful.
I had created https://github.com/mapsforge/vtm/issues/232 on 2016, but I didn't have time to see it and neither did anyone else. :slightly_frowning_face:
See also a topic in the old forum.