Closed zhaojinkun closed 5 years ago
It looks like the data in your tiles is clipped exactly to the tile boundaries. There needs to be some extra padding in order to avoid these artifacts. For example, if you have a line going across a tile with an extent of 4096 it should extend a bit past 0 on the left side and a bit past 4096 on the right side.
Dear ansis: if i can fix this issue by setting the mapbox style,as I can't change the vector data in the service.
No, that's not something Mapbox GL can do.
I use the following code to draw line, but the lines looks like broken,could you help to check it.Thank you. my code is: