From: Raphaël Gertz <git@rapsys.eu>
Date: Tue, 23 Feb 2021 23:42:52 +0000 (+0100)
Subject: Add Louvre and Monde locations
X-Git-Tag: 0.2.1~43
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/86fc42ff315b0f3a014ba308425787609175ab6d

Add Louvre and Monde locations
---

diff --git a/DataFixtures/AirFixtures.php b/DataFixtures/AirFixtures.php
index 7a68c66..fba0949 100644
--- a/DataFixtures/AirFixtures.php
+++ b/DataFixtures/AirFixtures.php
@@ -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
 			]
 		];