ibrierley / flutter_map_vector_tiles

A Vector Tile Plugin for flutter_map
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Move text labels onto their own paint layer #17

Closed ibrierley closed 3 years ago

ibrierley commented 3 years ago

Sometimes text appears under a road. Wondering if this is possibly as its text from one tile displayed out of its 'area' ? Then a road appears over the top of it ? So I think painter has a front and back thing we could possibly use.

ibrierley commented 3 years ago

For the moment, I've just made sure all text is done after all tiles, I think this has improved things. Will re-open if it needs a separate layer.