]> Raphaël G. Git Repositories - airbundle/commitdiff
Add Louvre and Monde locations
authorRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:42:52 +0000 (00:42 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 23 Feb 2021 23:42:52 +0000 (00:42 +0100)
DataFixtures/AirFixtures.php

index 7a68c66871c982f94c24fa39f274072707a8ba9c..fba0949f6c5f1b62c4b05f410a39f63bfe9131d0 100644 (file)
@@ -258,6 +258,26 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'latitude' => 48.892503,
                                'longitude' => 2.389300,
                                'hotspot' => false
+                       ],
+                       [
+                               'title' => 'Louvre palace',
+                               'short' => 'Louvre',
+                               'address' => 'Quai François Mitterrand',
+                               'zipcode' => '75001',
+                               'city' => 'Paris',
+                               'latitude' => 48.860386,
+                               'longitude' => 2.332611,
+                               'hotspot' => false
+                       ],
+                       [
+                               'title' => 'Monde garden',
+                               'short' => 'Monde',
+                               'address' => '63 avenue Pierre Mendès-France',
+                               'zipcode' => '75013',
+                               'city' => 'Paris',
+                               'latitude' => 48.840451,
+                               'longitude' => 2.367638,
+                               'hotspot' => false
                        ]
                ];