Florian Bischof

Results 277 comments of Florian Bischof

> "search for one style and set another" Without this the user needs to set on the map container `.leaflet-rtl` by him self. With my solution it makes "more sense"....

Hi @stebogit, sorry for the late answer. I looks like you should first look into [Leaflet](https://leafletjs.com/). Geoman is only a drawing / editing plugin for Leaflet. To your questions: 1....

@trafficonese I added ``` if(data){ L.DomEvent.stopPropagation(data); } ``` then it should work also with `showAt`

Why you think this is the right way? This is a big change for so many projects! And now every project have to edit their code for something what is...

Is this still a problem with the chromium engine? @Malvoz maybe you can check this?

@mourner What is needed that this will be merged? The issue #6492 describes good that today the event / function of `move` is incositend

@johnd0e PR is ready for review

@mourner is the `updateradius` event ok for you? And the `move` event has now 3 different types `LatLngMoveEvent`, `LatLngsMoveEvent`, `BoundsMoveEvent`

@NeverGiveUp23 maybe the easiest ones are: - containerPointToLatLng - latLngToContainerPoint - mouseEventToContainerPoint - mouseEventToLayerPoint - mouseEventToLatLng