Oliver Wipfli

Results 660 comments of Oliver Wipfli

com.onthegomap.planetiler.collection.FeatureGroup.SORT_KEY_MIN is -4194304 so there should not be an overflow

Good observation. We can supply a sort key to MapLibre GL JS in that case.

Same issue in New York at z10.6: ![image](https://github.com/user-attachments/assets/394f5a3c-73c3-4cf7-b262-72d6e16e64e8) https://maps.protomaps.com/#map=10.63/40.6567/-73.9021&theme=light&tiles=https://build.protomaps.com/20240824.pmtiles

And z4.4: ![image](https://github.com/user-attachments/assets/a3672bed-d909-4d6c-b910-198697b99244) https://maps.protomaps.com/#map=4.41/36.4/-64.67&theme=light&tiles=https://build.protomaps.com/20240824.pmtiles

Any alternative to including a sort key in the tiles for MapLibre GL JS?

The buffer size is 64 I think: https://github.com/protomaps/basemaps/blob/57cc4b9b2feeb11cffbe13839d10939fc29f2ad7/tiles/src/main/java/com/protomaps/basemap/layers/Places.java#L290-L299 @msbarry have you experience previously that labels start to blink if the buffer size was set too low on a symbol layer?

Adding a render test for this in #485

Note sure how relevant it is for the discussion here, but I use QRank for island labels on https://wipfli.github.io/swiss-map/#map=8.61/42.4284/10.2657 https://github.com/wipfli/swiss-map/blob/e9f69c8088e1d7ee307bae6c35904ca20933145b/planetiler/src/main/java/com/onthegomap/planetiler/examples/QRank.java#L123-L126 There are issues though. For example the island relation for...

Adding a render test for this in #485

I have ported your code over to #437, closing...