Leaflet.VectorGrid
Leaflet.VectorGrid copied to clipboard
Marker icons are being clipped
I'm using Postgis to render MVT and L.vectorGrid.protobuf to render these layers. buffer
options property has no effect - icons are sliced at the edge of tile.
Are there any solutions besides generating markers as contents of the tiles themselves in postgis? That can be done, yet a bit of a hassle :)
PS I'm aware of similar issues being reported already, however no solution was provided for protobuf layers.
Hi there, can I ask you which version of leaflet and vectorgrid are you using on this, or the code to draw icons in every point? I also am generating pbf tiles from Postgis but I just can't make custom icons for points to appear, it keeps drawing blue circle markers instead of points, hope you can help and thanks
Nevermind, I got it, but got same issue as you, icons are being clipped, did you find any solution to this? thanks in advance
Did you find any solution to this problem?
Any solution or workaround to this issue? Thanks