From ba262e0cfcd39ae24bdef4aa69487bab26d5a4a2 Mon Sep 17 00:00:00 2001 From: Tomislav Bacinger Date: Sat, 20 Mar 2021 11:06:32 +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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/f1-locations.geojson b/f1-locations.geojson index 55055ec..331637e 100644 --- a/f1-locations.geojson +++ b/f1-locations.geojson @@ -182,6 +182,24 @@ "alt": 3 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [39.104, 21.632] + }, + "properties": { + "id": "sa-2021", + "name": "Jeddah Street Circuit", + "location": "Jeddah", + "opened": 2021, + "firstgp": 2021, + "length": 6175, + "lon": 39.104, + "lat": 21.632, + "alt": 12 + } + }, { "type": "Feature", "geometry": {