mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 21:14:15 +01:00
Fix code style.
This commit is contained in:
@@ -44,6 +44,8 @@ class MapService
|
||||
private $leaflet;
|
||||
|
||||
/**
|
||||
* The event dispatcher.
|
||||
*
|
||||
* @var EventDispatcher
|
||||
*/
|
||||
private $eventDispatcher;
|
||||
@@ -130,6 +132,8 @@ class MapService
|
||||
* @param LatLngBounds $bounds Filter features in the bounds.
|
||||
*
|
||||
* @return FeatureCollection
|
||||
*
|
||||
* @throws \InvalidArgumentException If a layer could not be found.
|
||||
*/
|
||||
public function getFeatureCollection($layerId, LatLngBounds $bounds = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user