Per Liedman

Results 190 comments of Per Liedman

I'm using it with 0.7.7 in my project, so I think this might be a problem in your setup.

This is currently not possible, at least not without some hacking. The problem is that by default VectorGrid will not save the loaded features, so there's simply no way to...

Hi there, you mean you want to update the style for _all_ features in the layer? There is currently no method for doing that. You could theoretically achieve this by...

Hi @albanm, this is not currently possible - points can be styled as `CircleMarker`s or `Icon`s, nothing else. Doing what you propose would be somewhat tricky: VectorGrid uses tiles with...

@IvanSanchez no, at the moment we just take the icon image and draw it onto the canvas (or use an SVG `image`), so we're not even handling shadows or so......

Hi! Labeling is quite a complex area, and so far we have avoided it. I know @tomchadwin and someone else made some attempts with this, but AFAIK they stalled, perhaps...

Should most likely be very straight forward to add, given that GeoJSON already feeds data to the slicer, and we already load tiles in the protobuf implementation, as you already...

@IvanSanchez is the mapbox tiles' token from your account? Have we exceeded the quota? Possibly someone stole the token and used in their app (that has happened to me a...

Hi, sorry for late feedback, but from my reading of the events, `loading` should fire before the async server calls return, and `load` should fire afterwards; corresponding events for each...

It looks like normal behavior until the new, zoomed in tiles have loaded. If they just stay like that forever, something else is going on. I would check for errors...