trafficonese

Results 130 comments of trafficonese

It works for me, do you see any errors in the browser console?

I just updated some packages, but it still looks fine to me. This is my `sessionInfo`: ``` R version 4.0.3 (2020-10-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build...

Hey, thank you very much for digging into this. I'll just link the issue here (https://github.com/heigeo/leaflet.wms/issues/72) Did you try it out with accepting the response code 301?

I uploaded a new branch, which accepts the request code 200 and 301. You can install it with: `remotes::install_github("trafficonese/leaflet.extras2@wms_301")` Could you please check if that works?

Hey @paragemini, I don't think that plugin is included already somewhere but I think it was already requested for `leaflet.extras`. I will have a look at it.

Yes it's here: https://github.com/rowanwins/leaflet-easyPrint/blob/75b3193cbe40b1e90c7f677a63d0405ad9e906f2/src/index.js#L217 There was also this issue #88

@ischlo yeah, its a bit confusing. LeafGl uses `map_glify_click` instead of `map_shape_click`.

Good question.. Leaflet emits events with the following categories: `marker, shape, geojson, and topojson`. So somehow it makes sense to have the glify layers interact differently too or? That should...

There is currently no hover event, so labels wont work.

I can confirm, that it is triggered twice for Lines/Polygons. Markers seem to fire only once. Using `L.DomEvent.stopPropagation(data);` fixes the problem at first glance, but throws the following error if...