irceline / opendataviewer

A light weight viewer for displaying air quality data throughout Belgium, customisable via URL-parameters
Apache License 2.0
3 stars 1 forks source link

disable click events on map when clicking Address Search #5

Open stevenvdbosch opened 4 years ago

stevenvdbosch commented 4 years ago

So if you click on the search icon (Address Search), you do also a click on the map.

I fixed that for another button with: L.DomEvent.disableClickPropagation(x)

where x is the name of the control/container/...

opeeters commented 4 years ago

Would indeed be good if this was fixed. @stevenvdbosch did you already do this locally maybe? I don't see a commit for this.

stevenvdbosch commented 4 years ago

@opeeters no i didn't do this yet, but should not be that much work

opeeters commented 4 years ago

@stevenvdbosch Maybe have a look at this i n combination with #9