zifanw9
zifanw9
**Known issue that should be resolved** If there are two vector tile layers (corresponding to two PostGIS tables) applied with this query parameter, the queries will mess up. Currently it...
I just made one more commit to add setStyle method, which can update the style dictionary or function used for a vector tile layer. I give an example of changing...
I just made 5th commit to resolve a bug related to update the style of the layer to perform filtering. Previously layer is not redrawn after layer.setStyle method is applied,...
Hi @dmragar, I am happy to see that you are interested in this feature. While I am unable to do resolve conflicts or merge the PR, I can give some...
I am experimenting with vector tile. To me, an event handler is useful for retrieving info of the clicked feature (in my case, I want to display popup), and the...
Hi @emilhe, in [PR#255](https://github.com/emilhe/dash-leaflet/pull/255) line 100 of src/ts/react-leaflet/VectorTileLayer.ts, vector tile layer does not seem to have method setUrl(url), and it causes error if I try to update the url of...
I created a [PR](https://gitlab.com/jkuebart/Leaflet.VectorTileLayer/-/merge_requests/20) in [VectorTileLayer](https://gitlab.com/jkuebart/Leaflet.VectorTileLayer) repo to add setUrl method. Not sure whether and when my PR is ok to merge though. In terms of dash-leaflet side, the following...
Hi @emilhe , I created a new [PR](https://github.com/emilhe/dash-leaflet/pull/263) that adds an URL update method for feature filtering use case. I didn't get my PR on Leaflet.VectorTileLayer repo approved, but I...