You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two vector tile sources, with one having a higher priority and being displayed on top of the other. I am seeking a solution to remove all features (points) that are present on the higher level tile from the lower level tile dynamically, since the higher level data changes periodically. How can I do this?
Thanks
The text was updated successfully, but these errors were encountered:
If you simply want to hide features while rendering, you can perhaps use 'MarkerSymbolizer' with 'allow-overlap: false' attribute. The problem here is that this hides all overlapping points, even when they are not the same.
The second options is to simply update features of your vector tile data sources to ensure that there are no overlapping points.
Hello,
I have two vector tile sources, with one having a higher priority and being displayed on top of the other. I am seeking a solution to remove all features (points) that are present on the higher level tile from the lower level tile dynamically, since the higher level data changes periodically. How can I do this?
Thanks
The text was updated successfully, but these errors were encountered: