vtm icon indicating copy to clipboard operation
vtm copied to clipboard

Add dy offset to lines

Open demiantres opened this issue 2 years ago • 1 comments

The Mapsforge renderer supports drawing of symbols with an offset (red dots in this example): image

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.

demiantres avatar Jan 11 '23 09:01 demiantres

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.

devemux86 avatar Jan 11 '23 09:01 devemux86