GeoSensorWebLab / polarmap.js

Custom Leaflet layer for re-projecting maps and map features
BSD 2-Clause "Simplified" License
54 stars 24 forks source link

Double-clicking rotation controls also zooms the map #2

Closed openfirmware closed 8 years ago

openfirmware commented 8 years ago

When a double click event is triggered on the rotation controls in PolarMap.js, the projection is switched and the double click is propagated to the map causing it to zoom in as well. This should be caught as "zooming in" is not expected behaviour when using the rotation controls.