From a29b86a8253bcbc00a8a72ffab5f9a5401a37811 Mon Sep 17 00:00:00 2001 From: Tomislav Bacinger Date: Wed, 21 Sep 2022 11:01:32 +0200 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 a33ebc2..f58f911 100644 --- a/f1-locations.geojson +++ b/f1-locations.geojson @@ -218,6 +218,24 @@ "alt": 408 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [51.454, 25.49] + }, + "properties": { + "id": "qa-2004", + "name": "Losail International Circuit", + "location": "Lusail", + "opened": 2004, + "firstgp": 2021, + "length": 5380, + "lon": 51.454, + "lat": 25.49, + "alt": 5 + } + }, { "type": "Feature", "geometry": {