LeafletGestureHandling.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletGestureHandling.phpView source
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\MapFeature;
use Drupal\geolocation\MapFeatureFrontendBase;
/**
* Provides gesture handling.
*
* @MapFeature(
* id = "leaflet_gesture_handling",
* name = @Translation("Gesture Handling"),
* description = @Translation("Prevents map pan and zoom on page scroll. See <a target='_blank' href='https://github.com/elmarquis/Leaflet.GestureHandling'>https://github.com/elmarquis/Leaflet.GestureHandling</a>"),
* type = "leaflet",
* )
*/
class LeafletGestureHandling extends MapFeatureFrontendBase {
}
Classes
Name | Description |
---|---|
LeafletGestureHandling | Provides gesture handling. |