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