Volodymyr Agafonkin
Volodymyr Agafonkin
Sorry for a late response! This seems to be working as designed — here's a relevant bit of the docs: > The missing image can be added with Map#addImage within...
@joewoodhouse the codepen shows the API being misused so it's expected to be broken. The purpose of the feature was to allow _generating_ icons on demand, which has to be...
Unfortunately there's currently no elegant way to reuse existing source code with custom layers, but we want to look into exposing some kind of an API for this. Previously I...
Can you tell which tile server you are using to generate these tiles? > I think this is fairly normal behavior for a vector tile server, so it seems like...
@tjcaverly is there any way to address this on the PostGIS side, e.g. intersect with the tile after rounding the coordinates?
Thanks for the issue! It totally makes sense to add a `setFilter` method. I didn't add it in #9864 initially, thinking that removing/adding the source would be a good workaround,...
:+1: agreed.
@anandthakker should it propagate? I thought it's OK for map to not react to scrolls inside a popup container, since this is popup that should be scrolled only.
These look like clipping artifacts on the PostGIS side. Can you try setting a bigger buffer for the MVT and seeing if it resolves the issue?
@Chen-913 see the docs here https://postgis.net/docs/ST_AsMVTGeom.html — you're setting the buffer to 0, meaning that clipping would cut geometries right at the tile border; the last `FALSE` just disables clipping...