maplibre / maplibre-tile-spec

Next generation vector tiles format
Apache License 2.0
157 stars 13 forks source link

Polyon rendering glitch #221

Open springmeyer opened 3 months ago

springmeyer commented 3 months ago

I noticed in the demo instance that @ebrelsford put up at https://mltdemo.stamen.com that there is some glitch art in Antarctic:

Screenshot 2024-06-28 at 11 42 48 AM Screenshot 2024-06-28 at 11 43 04 AM

@ebrelsford how recently where the MLTs used in the demo encoded? Can you make sure to re-encode them with a java encoder version that includes https://github.com/maplibre/maplibre-tile-spec/pull/193? Is the glitch still present?

springmeyer commented 3 months ago

I also noticed there are some subtle tile boundary artifacts in the center of Africa:

Screenshot 2024-06-28 at 11 45 13 AM

I'm almost positive these should be fixed by re-encoding after #193.

ebrelsford commented 3 months ago

I encoded these this morning so they should include the changes from #193 but I can try again, there's a chance I was on a wrong branch.

ebrelsford commented 3 months ago

On main I rebuilt the cli (./gradlew cli) and am running encode.jar on the input MVTs, seeing the same glitches.

springmeyer commented 3 months ago

Okay, thanks for checking.