From 4fd544621e5d8ac1415680569d4309d2c6492081 Mon Sep 17 00:00:00 2001 From: Tomislav Bacinger Date: Sat, 13 Mar 2021 19:06:13 +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 | 108 +++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/f1-locations.geojson b/f1-locations.geojson index 098dbe1..4c6e698 100644 --- a/f1-locations.geojson +++ b/f1-locations.geojson @@ -38,24 +38,6 @@ "alt": 130 } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [50.512, 26.031] - }, - "properties": { - "id": "bh-2002", - "name": "Bahrain International Circuit", - "location": "Sakhir", - "opened": 2002, - "firstgp": 2004, - "length": 5412, - "lon": 50.512, - "lat": 26.031, - "alt": -16 - } - }, { "type": "Feature", "geometry": { @@ -92,6 +74,24 @@ "alt": 165 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [19.250, 47.583] + }, + "properties": { + "id": "hu-1986", + "name": "Hungaroring", + "location": "Budapest", + "opened": 1986, + "firstgp": 1986, + "length": 4381, + "lon": 19.250, + "lat": 47.583, + "alt": 239 + } + }, { "type": "Feature", "geometry": { @@ -128,6 +128,24 @@ "alt": 47 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [29.412, 40.958] + }, + "properties": { + "id": "tr-2005", + "name": "Intercity Istanbul Park", + "location": "Istanbul", + "opened": 2005, + "firstgp": 2005, + "length": 5338, + "lon": 29.412, + "lat": 40.958, + "alt": 150 + } + }, { "type": "Feature", "geometry": { @@ -254,24 +272,6 @@ "alt": 627 } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [19.250, 47.583] - }, - "properties": { - "id": "hu-1986", - "name": "Hungaroring", - "location": "Budapest", - "opened": 1986, - "firstgp": 1986, - "length": 4381, - "lon": 19.250, - "lat": 47.583, - "alt": 239 - } - }, { "type": "Feature", "geometry": { @@ -290,6 +290,24 @@ "alt": 44 } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [50.512, 26.031] + }, + "properties": { + "id": "bh-2002", + "name": "Bahrain International Circuit", + "location": "Sakhir", + "opened": 2002, + "firstgp": 2004, + "length": 5412, + "lon": 50.512, + "lat": 26.031, + "alt": -16 + } + }, { "type": "Feature", "geometry": { @@ -469,24 +487,6 @@ "lat": 34.844, "alt": 60 } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [29.412, 40.958] - }, - "properties": { - "id": "tr-2005", - "name": "Intercity Istanbul Park", - "location": "Tuzla", - "opened": 2005, - "firstgp": 2005, - "length": 5338, - "lon": 29.412, - "lat": 40.958, - "alt": 150 - } } ] } \ No newline at end of file