From dced817ac6d9a2a31cec00ebda2a2965b65282ca Mon Sep 17 00:00:00 2001 From: Tomislav Bacinger Date: Sun, 14 Mar 2021 13:34:17 +0100 Subject: [PATCH] =?UTF-8?q?Points=20of=20F1=E2=84=A2=20circuits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f1-locations.geojson | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/f1-locations.geojson b/f1-locations.geojson index 4c6e698..81e360d 100644 --- a/f1-locations.geojson +++ b/f1-locations.geojson @@ -164,6 +164,24 @@ "alt": 408 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [3.164, 46.863] + }, + "properties": { + "id": "fr-1960", + "name": "Circuit de Nevers Magny-Cours", + "location": "Magny-Cours", + "opened": 1960, + "firstgp": 1991, + "length": 4412, + "lon": 3.164, + "lat": 46.863, + "alt": 230 + } + }, { "type": "Feature", "geometry": { @@ -487,6 +505,24 @@ "lat": 34.844, "alt": 60 } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [4.541, 52.389] + }, + "properties": { + "id": "nl-1948", + "name": "Circuit Zandvoort", + "location": "Zandvoort", + "opened": 1948, + "firstgp": 1952, + "length": 4259, + "lon": 4.541, + "lat": 52.389, + "alt": 3 + } } ] } \ No newline at end of file