@@ -76,11 +76,11 @@ |
||
76 | 76 | |
77 | 77 | return $this->render( |
78 | 78 | 'backend/maps/index.html.twig', [ |
79 | - 'mapCenterViewLat' => $mapCenterViewLat, |
|
80 | - 'mapCenterViewLon' => $mapCenterViewLon, |
|
81 | - 'mapZoom' => '6', |
|
82 | - 'mapWP' => $mapWP |
|
83 | - ] |
|
79 | + 'mapCenterViewLat' => $mapCenterViewLat, |
|
80 | + 'mapCenterViewLon' => $mapCenterViewLon, |
|
81 | + 'mapZoom' => '6', |
|
82 | + 'mapWP' => $mapWP |
|
83 | + ] |
|
84 | 84 | ); |
85 | 85 | } |
86 | 86 | } |