trafficonese

Results 130 comments of trafficonese

Apparently it is possible :) I just pushed [f0e009d](https://github.com/trafficonese/leaflet.extras2/commit/f0e009d99d14160c1c9fa2b1a128b9699694fbec) which gets the correct map-id, so the sidebar is appended correctly. Here is a little markdown with a leaflet sidebar: ````...

Interesting, it is working in Shiny with R 4.20 but not in the Rstudio Viewer. Somehow it is not appending the JS-libraries, so this errors pops up in the console:...

I think the problem is related to [this](https://stackoverflow.com/questions/43507180/rstudio-viewer-throws-error). The RStudio browser apparently doesnt accept JavaScript ES6. Unfortunately nothing I can do here. I opened an issue at Rstudio https://github.com/rstudio/rstudio/issues/11900

Apparently this is fixed in the newer RStudio versions. https://dailies.rstudio.com/rstudio/elsbeth-geranium/electron/windows/ I just succesfully tried with Rstudio 2022.11.0 Build 166

I understand this would be a great addition, but somehow I would prefer the fix to be merged into `leaflet.extras`. I hope we can find a maintainer for leaflet.extras soon,...

Hey, thank you. Yes I think I could add this plugin here, I tried some GeoJson files and it worked pretty straightforward, although currently I'm not sure how to implement...

I'm not sure the plugin does what you want it to do. If you are plotting spatial data (which will be converted to GeoJSON) I don't think it will be...

I just published the branch "vectorgrid", but I am afraid it is far less efficient than `leafgl`. However, using vector tiles through protobuf could be a nice addition though. You...

@s5joschi Hey, did you manage to try out the `vectorgrid` branch? Unfortunately, I don't have my own tile server, so I couldn't test that, but it works with the big...

You should use the `addProtobuf` function, which gets the vector tiles from an URL. Maybe this tutorial can help you: https://docs.geoserver.org/latest/en/user/extensions/vectortiles/tutorial.html The URL should look something like this: `http://XX.XXX.XXX.XXX/geoserver/gwc/service/tms/1.0.0/' +...