Open biladina opened 3 years ago
this is not an issue, maybe info to who need it.. if you need to use scroll gesture handling like ctrl+scroll to zoom, you can use this leaflet addon
$this->registerCssFile('@web/vendor/leaflet_gesture/leaflet-gesture-handling.min.css'); $this->registerJsFile('@web/vendor/leaflet_gesture/leaflet-gesture-handling.min.js', ['depends' => [\dosamigos\leaflet\LeafLetAsset::className()]]);
$leafLet->appendJs('map.gestureHandling.enable();');
$leafLet = new LeafLet([ 'name' => 'map', 'tileLayer' => $tileLayer, 'center' => $center, 'zoom' => 12, ]); $leafLet->appendJs('map.gestureHandling.enable();');
this is not an issue, maybe info to who need it.. if you need to use scroll gesture handling like ctrl+scroll to zoom, you can use this leaflet addon
$leafLet->appendJs('map.gestureHandling.enable();');
, the end result maybe like this :