diff --git a/README.md b/README.md index 1925bb5..3bdd79e 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,4 @@ AdventureLog is licensed under the GNU General Public License v3.0. - [Mexico GEOJSON](https://cartographyvectors.com/map/784-mexico-with-states) - [Japan GEOJSON](https://cartographyvectors.com/map/361-japan) - [Ireland GEOJSON](https://cartographyvectors.com/map/1399-ireland-provinces) +- [Sweden GEOJSON](https://cartographyvectors.com/map/1521-sweden-with-regions) diff --git a/backend/server/static/data/au.json b/backend/server/static/data/au.json index 39d02cd..aadefff 100644 --- a/backend/server/static/data/au.json +++ b/backend/server/static/data/au.json @@ -5,7 +5,7 @@ "type": "Feature", "id": 0, "properties": { - "STATE_NAME": "New South Wales", + "name": "New South Wales", "ISOCODE": "AU-NSW" }, "geometry": { @@ -2673,7 +2673,7 @@ "type": "Feature", "id": 1, "properties": { - "STATE_NAME": "Victoria", + "name": "Victoria", "ISOCODE": "AU-VIC" }, "geometry": { @@ -4369,7 +4369,7 @@ "type": "Feature", "id": 2, "properties": { - "STATE_NAME": "Queensland", + "name": "Queensland", "ISOCODE": "AU-QLD" }, "geometry": { @@ -9598,7 +9598,7 @@ "type": "Feature", "id": 3, "properties": { - "STATE_NAME": "South Australia", + "name": "South Australia", "ISOCODE": "AU-SA" }, "geometry": { @@ -11122,7 +11122,7 @@ "type": "Feature", "id": 4, "properties": { - "STATE_NAME": "Western Australia", + "name": "Western Australia", "ISOCODE": "AU-WA" }, "geometry": { @@ -19549,7 +19549,7 @@ "type": "Feature", "id": 5, "properties": { - "STATE_NAME": "Tasmania", + "name": "Tasmania", "ISOCODE": "AU-TAS" }, "geometry": { @@ -22477,7 +22477,7 @@ "type": "Feature", "id": 6, "properties": { - "STATE_NAME": "Northern Territory", + "name": "Northern Territory", "ISOCODE": "AU-NT" }, "geometry": { @@ -26461,7 +26461,7 @@ "type": "Feature", "id": 7, "properties": { - "STATE_NAME": "Australian Capital Territory", + "name": "Australian Capital Territory", "ISOCODE": "AU-ACT" }, "geometry": { diff --git a/backend/server/static/data/de.json b/backend/server/static/data/de.json index 0ffbdd7..2270bcd 100644 --- a/backend/server/static/data/de.json +++ b/backend/server/static/data/de.json @@ -8,9 +8,9 @@ "ISOCODE": "DE-BW", "NAME_0": "Germany", "ID_1": 1, - "NAME_1": "Baden-Württemberg", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Baden-Württemberg", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -221,9 +221,9 @@ "ISOCODE": "DE-BY", "NAME_0": "Germany", "ID_1": 2, - "NAME_1": "Bayern", - "NL_NAME_1": null, - "VARNAME_1": "Bavaria", + "name": "Bayern", + "NL_name": null, + "VARname": "Bavaria", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -513,9 +513,9 @@ "ISOCODE": "DE-BE", "NAME_0": "Germany", "ID_1": 3, - "NAME_1": "Berlin", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Berlin", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -561,9 +561,9 @@ "ISOCODE": "DE-BB", "NAME_0": "Germany", "ID_1": 4, - "NAME_1": "Brandenburg", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Brandenburg", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -750,9 +750,9 @@ "ISOCODE": "DE-HB", "NAME_0": "Germany", "ID_1": 5, - "NAME_1": "Bremen", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Bremen", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -790,9 +790,9 @@ "ISOCODE": "DE-HH", "NAME_0": "Germany", "ID_1": 6, - "NAME_1": "Hamburg", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Hamburg", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -833,9 +833,9 @@ "ISOCODE": "DE-HE", "NAME_0": "Germany", "ID_1": 7, - "NAME_1": "Hessen", - "NL_NAME_1": null, - "VARNAME_1": "Hesse", + "name": "Hessen", + "NL_name": null, + "VARname": "Hesse", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -1010,9 +1010,9 @@ "ISOCODE": "DE-MV", "NAME_0": "Germany", "ID_1": 8, - "NAME_1": "Mecklenburg-Vorpommern", - "NL_NAME_1": null, - "VARNAME_1": "Mecklenburg-West Pomerania", + "name": "Mecklenburg-Vorpommern", + "NL_name": null, + "VARname": "Mecklenburg-West Pomerania", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -1287,9 +1287,9 @@ "ISOCODE": "DE-NI", "NAME_0": "Germany", "ID_1": 9, - "NAME_1": "Niedersachsen", - "NL_NAME_1": null, - "VARNAME_1": "Lower Saxony", + "name": "Niedersachsen", + "NL_name": null, + "VARname": "Lower Saxony", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -1613,9 +1613,9 @@ "ISOCODE": "DE-NW", "NAME_0": "Germany", "ID_1": 10, - "NAME_1": "Nordrhein-Westfalen", - "NL_NAME_1": null, - "VARNAME_1": "North Rhine-Westphalia", + "name": "Nordrhein-Westfalen", + "NL_name": null, + "VARname": "North Rhine-Westphalia", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -1812,9 +1812,9 @@ "ISOCODE": "DE-RP", "NAME_0": "Germany", "ID_1": 11, - "NAME_1": "Rheinland-Pfalz", - "NL_NAME_1": null, - "VARNAME_1": "Rhineland-Palatinate", + "name": "Rheinland-Pfalz", + "NL_name": null, + "VARname": "Rhineland-Palatinate", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -1951,9 +1951,9 @@ "ISOCODE": "DE-SL", "NAME_0": "Germany", "ID_1": 12, - "NAME_1": "Saarland", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Saarland", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -2005,9 +2005,9 @@ "ISOCODE": "DE-ST", "NAME_0": "Germany", "ID_1": 13, - "NAME_1": "Sachsen-Anhalt", - "NL_NAME_1": null, - "VARNAME_1": "Saxony-Anhalt", + "name": "Sachsen-Anhalt", + "NL_name": null, + "VARname": "Saxony-Anhalt", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -2152,9 +2152,9 @@ "ISOCODE": "DE-SN", "NAME_0": "Germany", "ID_1": 14, - "NAME_1": "Sachsen", - "NL_NAME_1": null, - "VARNAME_1": "Saxony", + "name": "Sachsen", + "NL_name": null, + "VARname": "Saxony", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -2290,9 +2290,9 @@ "ISOCODE": "DE-SH", "NAME_0": "Germany", "ID_1": 15, - "NAME_1": "Schleswig-Holstein", - "NL_NAME_1": null, - "VARNAME_1": null, + "name": "Schleswig-Holstein", + "NL_name": null, + "VARname": null, "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 @@ -2532,9 +2532,9 @@ "ISOCODE": "DE-TH", "NAME_0": "Germany", "ID_1": 16, - "NAME_1": "Thüringen", - "NL_NAME_1": null, - "VARNAME_1": "Thuringia", + "name": "Thüringen", + "NL_name": null, + "VARname": "Thuringia", "TYPE_1": "Land", "ENGTYPE_1": "State", "ID_2": 86 diff --git a/backend/server/static/data/ie.json b/backend/server/static/data/ie.json index 4b7b112..f65d2ae 100644 --- a/backend/server/static/data/ie.json +++ b/backend/server/static/data/ie.json @@ -1226,9 +1226,9 @@ }, "properties": { "OSM_ID": -278664, - "NAME": "Ulster", - "NAME_EN": "Ulster", - "NAME_GA": "Cúige Uladh", + "name": "Ulster", + "name_EN": "Ulster", + "name_GA": "Cúige Uladh", "ISOCODE": "IE-U" } }, @@ -1957,9 +1957,9 @@ }, "properties": { "OSM_ID": -278746, - "NAME": "Leinster", - "NAME_EN": "Leinster", - "NAME_GA": "Cúige Laighean", + "name": "Leinster", + "name_EN": "Leinster", + "name_GA": "Cúige Laighean", "ISOCODE": "IE-L" } }, @@ -3667,9 +3667,9 @@ }, "properties": { "OSM_ID": -278750, - "NAME": "Munster", - "NAME_EN": "Munster", - "NAME_GA": "Cúige Mumhan", + "name": "Munster", + "name_EN": "Munster", + "name_GA": "Cúige Mumhan", "ISOCODE": "IE-M" } }, @@ -5114,9 +5114,9 @@ }, "properties": { "OSM_ID": -278721, - "NAME": "Connacht", - "NAME_EN": "Connacht", - "NAME_GA": "Cúige Chonnacht", + "name": "Connacht", + "name_EN": "Connacht", + "name_GA": "Cúige Chonnacht", "ISOCODE": "IE-C" } } diff --git a/backend/server/static/data/jp.json b/backend/server/static/data/jp.json index bab5388..030bc99 100644 --- a/backend/server/static/data/jp.json +++ b/backend/server/static/data/jp.json @@ -4,8 +4,8 @@ { "type": "Feature", "properties": { - "name": "北海道", - "name_english": "Hokkaido", + "name_jp": "北海道", + "name": "Hokkaido", "ISOCODE": "JP-01", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:15:49+0100", @@ -1944,8 +1944,8 @@ { "type": "Feature", "properties": { - "name": "青森県", - "name_english": "Aomori", + "name_jp": "青森県", + "name": "Aomori", "ISOCODE": "JP-02", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:15:55+0100", @@ -2655,8 +2655,8 @@ { "type": "Feature", "properties": { - "name": "秋田県", - "name_english": "Akita", + "name_jp": "秋田県", + "name": "Akita", "ISOCODE": "JP-05", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:00+0100", @@ -3206,8 +3206,8 @@ { "type": "Feature", "properties": { - "name": "岩手県", - "name_english": "Iwate", + "name_jp": "岩手県", + "name": "Iwate", "ISOCODE": "JP-03", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:06+0100", @@ -4080,8 +4080,8 @@ { "type": "Feature", "properties": { - "name": "山形県", - "name_english": "Yamagata", + "name_jp": "山形県", + "name": "Yamagata", "ISOCODE": "JP-06", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:12+0100", @@ -4535,8 +4535,8 @@ { "type": "Feature", "properties": { - "name": "宮城県", - "name_english": "Miyagi", + "name_jp": "宮城県", + "name": "Miyagi", "ISOCODE": "JP-04", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:18+0100", @@ -5391,8 +5391,8 @@ { "type": "Feature", "properties": { - "name": "新潟県", - "name_english": "Niigata", + "name_jp": "新潟県", + "name": "Niigata", "ISOCODE": "JP-15", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:26+0100", @@ -6070,8 +6070,8 @@ { "type": "Feature", "properties": { - "name": "福島県", - "name_english": "Fukushima", + "name_jp": "福島県", + "name": "Fukushima", "ISOCODE": "JP-07", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:34+0100", @@ -6677,8 +6677,8 @@ { "type": "Feature", "properties": { - "name": "石川県", - "name_english": "Ishikawa", + "name_jp": "石川県", + "name": "Ishikawa", "ISOCODE": "JP-17", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:40+0100", @@ -7252,8 +7252,8 @@ { "type": "Feature", "properties": { - "name": "栃木県", - "name_english": "Tochigi", + "name_jp": "栃木県", + "name": "Tochigi", "ISOCODE": "JP-09", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:16:48+0100", @@ -7572,8 +7572,8 @@ { "type": "Feature", "properties": { - "name": "群馬県", - "name_english": "Gunma", + "name_jp": "群馬県", + "name": "Gunma", "ISOCODE": "JP-10", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:00+0100", @@ -7979,8 +7979,8 @@ { "type": "Feature", "properties": { - "name": "長野県", - "name_english": "Nagano", + "name_jp": "長野県", + "name": "Nagano", "ISOCODE": "JP-20", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:06+0100", @@ -8639,8 +8639,8 @@ { "type": "Feature", "properties": { - "name": "富山県", - "name_english": "Toyama", + "name_jp": "富山県", + "name": "Toyama", "ISOCODE": "JP-16", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:12+0100", @@ -8989,8 +8989,8 @@ { "type": "Feature", "properties": { - "name": "茨城県", - "name_english": "Ibaraki", + "name_jp": "茨城県", + "name": "Ibaraki", "ISOCODE": "JP-08", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:19+0100", @@ -9392,8 +9392,8 @@ { "type": "Feature", "properties": { - "name": "岐阜県", - "name_english": "Gifu", + "name_jp": "岐阜県", + "name": "Gifu", "ISOCODE": "JP-21", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:25+0100", @@ -9949,8 +9949,8 @@ { "type": "Feature", "properties": { - "name": "福井県", - "name_english": "Fukui", + "name_jp": "福井県", + "name": "Fukui", "ISOCODE": "JP-18", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:30+0100", @@ -10604,8 +10604,8 @@ { "type": "Feature", "properties": { - "name": "埼玉県", - "name_english": "Saitama", + "name_jp": "埼玉県", + "name": "Saitama", "ISOCODE": "JP-11", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:17:39+0100", @@ -10862,8 +10862,8 @@ { "type": "Feature", "properties": { - "name": "千葉県", - "name_english": "Chiba", + "name_jp": "千葉県", + "name": "Chiba", "ISOCODE": "JP-12", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:22:22+0100", @@ -11374,8 +11374,8 @@ { "type": "Feature", "properties": { - "name": "山梨県", - "name_english": "Yamanashi", + "name_jp": "山梨県", + "name": "Yamanashi", "ISOCODE": "JP-19", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:26+0100", @@ -11683,8 +11683,8 @@ { "type": "Feature", "properties": { - "name": "東京都", - "name_english": "Tokyo", + "name_jp": "東京都", + "name": "Tokyo", "ISOCODE": "JP-13", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:31+0100", @@ -12014,8 +12014,8 @@ { "type": "Feature", "properties": { - "name": "滋賀県", - "name_english": "Shiga", + "name_jp": "滋賀県", + "name": "Shiga", "ISOCODE": "JP-25", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:38+0100", @@ -12313,8 +12313,8 @@ { "type": "Feature", "properties": { - "name": "神奈川県", - "name_english": "Kanagawa", + "name_jp": "神奈川県", + "name": "Kanagawa", "ISOCODE": "JP-14", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:44+0100", @@ -12736,8 +12736,8 @@ { "type": "Feature", "properties": { - "name": "静岡県", - "name_english": "Shizuoka", + "name_jp": "静岡県", + "name": "Shizuoka", "ISOCODE": "JP-22", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:50+0100", @@ -13423,8 +13423,8 @@ { "type": "Feature", "properties": { - "name": "愛知県", - "name_english": "Aichi", + "name_jp": "愛知県", + "name": "Aichi", "ISOCODE": "JP-23", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:19+0100", @@ -13971,8 +13971,8 @@ { "type": "Feature", "properties": { - "name": "三重県", - "name_english": "Mie", + "name_jp": "三重県", + "name": "Mie", "ISOCODE": "JP-24", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:18:57+0100", @@ -14995,8 +14995,8 @@ { "type": "Feature", "properties": { - "name": "大阪府", - "name_english": "Osaka", + "name_jp": "大阪府", + "name": "Osaka", "ISOCODE": "JP-27", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:06+0100", @@ -15387,8 +15387,8 @@ { "type": "Feature", "properties": { - "name": "奈良県", - "name_english": "Nara", + "name_jp": "奈良県", + "name": "Nara", "ISOCODE": "JP-29", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:12+0100", @@ -15693,8 +15693,8 @@ { "type": "Feature", "properties": { - "name": "和歌山県", - "name_english": "Wakayama", + "name_jp": "和歌山県", + "name": "Wakayama", "ISOCODE": "JP-30", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:48+0100", @@ -16265,8 +16265,8 @@ { "type": "Feature", "properties": { - "name": "京都府", - "name_english": "Kyoto", + "name_jp": "京都府", + "name": "Kyoto", "ISOCODE": "JP-26", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:30+0100", @@ -16850,8 +16850,8 @@ { "type": "Feature", "properties": { - "name": "兵庫県", - "name_english": "Hyogo", + "name_jp": "兵庫県", + "name": "Hyogo", "ISOCODE": "JP-28", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:35+0100", @@ -17498,8 +17498,8 @@ { "type": "Feature", "properties": { - "name": "鳥取県", - "name_english": "Tottori", + "name_jp": "鳥取県", + "name": "Tottori", "ISOCODE": "JP-31", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:42+0100", @@ -17854,8 +17854,8 @@ { "type": "Feature", "properties": { - "name": "島根県", - "name_english": "Shimane", + "name_jp": "島根県", + "name": "Shimane", "ISOCODE": "JP-32", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:19:48+0100", @@ -18502,8 +18502,8 @@ { "type": "Feature", "properties": { - "name": "岡山県", - "name_english": "Okayama", + "name_jp": "岡山県", + "name": "Okayama", "ISOCODE": "JP-33", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:01+0100", @@ -19119,8 +19119,8 @@ { "type": "Feature", "properties": { - "name": "広島県", - "name_english": "Hiroshima", + "name_jp": "広島県", + "name": "Hiroshima", "ISOCODE": "JP-34", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:09+0100", @@ -19712,8 +19712,8 @@ { "type": "Feature", "properties": { - "name": "山口県", - "name_english": "Yamaguchi", + "name_jp": "山口県", + "name": "Yamaguchi", "ISOCODE": "JP-35", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:15+0100", @@ -20628,8 +20628,8 @@ { "type": "Feature", "properties": { - "name": "香川県", - "name_english": "Kagawa", + "name_jp": "香川県", + "name": "Kagawa", "ISOCODE": "JP-37", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:25+0100", @@ -20969,8 +20969,8 @@ { "type": "Feature", "properties": { - "name": "徳島県", - "name_english": "Tokushima", + "name_jp": "徳島県", + "name": "Tokushima", "ISOCODE": "JP-36", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:32+0100", @@ -21408,8 +21408,8 @@ { "type": "Feature", "properties": { - "name": "愛媛県", - "name_english": "Ehime", + "name_jp": "愛媛県", + "name": "Ehime", "ISOCODE": "JP-38", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:41+0100", @@ -22445,8 +22445,8 @@ { "type": "Feature", "properties": { - "name": "福岡県", - "name_english": "Fukuoka", + "name_jp": "福岡県", + "name": "Fukuoka", "ISOCODE": "JP-40", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:47+0100", @@ -23079,8 +23079,8 @@ { "type": "Feature", "properties": { - "name": "高知県", - "name_english": "Kochi", + "name_jp": "高知県", + "name": "Kochi", "ISOCODE": "JP-39", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:20:53+0100", @@ -23926,8 +23926,8 @@ { "type": "Feature", "properties": { - "name": "大分県", - "name_english": "Oita", + "name_jp": "大分県", + "name": "Oita", "ISOCODE": "JP-44", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:01+0100", @@ -24767,8 +24767,8 @@ { "type": "Feature", "properties": { - "name": "佐賀県", - "name_english": "Saga", + "name_jp": "佐賀県", + "name": "Saga", "ISOCODE": "JP-41", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:06+0100", @@ -25203,8 +25203,8 @@ { "type": "Feature", "properties": { - "name": "長崎県", - "name_english": "Nagasaki", + "name_jp": "長崎県", + "name": "Nagasaki", "ISOCODE": "JP-42", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:12+0100", @@ -26128,8 +26128,8 @@ { "type": "Feature", "properties": { - "name": "熊本県", - "name_english": "Kumamoto", + "name_jp": "熊本県", + "name": "Kumamoto", "ISOCODE": "JP-43", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:17+0100", @@ -26685,8 +26685,8 @@ { "type": "Feature", "properties": { - "name": "鹿児島県", - "name_english": "Kagoshima", + "name_jp": "鹿児島県", + "name": "Kagoshima", "ISOCODE": "JP-46", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:23+0100", @@ -27440,8 +27440,8 @@ { "type": "Feature", "properties": { - "name": "沖縄県", - "name_english": "Okinawa", + "name_jp": "沖縄県", + "name": "Okinawa", "ISOCODE": "JP-47", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:29+0100", @@ -27865,8 +27865,8 @@ { "type": "Feature", "properties": { - "name": "宮崎県", - "name_english": "Miyazaki", + "name_jp": "宮崎県", + "name": "Miyazaki", "ISOCODE": "JP-45", "created_at": "2013-12-02T09:00:35+0100", "updated_at": "2013-12-02T09:21:37+0100", diff --git a/backend/server/static/data/mx.json b/backend/server/static/data/mx.json index bd64fbc..b11ba3c 100644 --- a/backend/server/static/data/mx.json +++ b/backend/server/static/data/mx.json @@ -5,7 +5,7 @@ "type": "Feature", "properties": { "state_code": "09", - "state_name": "Ciudad de México", + "name": "Ciudad de México", "id": 1, "ISOCODE": "MX-CMX" }, @@ -89,7 +89,7 @@ "type": "Feature", "properties": { "state_code": "12", - "state_name": "Guerrero", + "name": "Guerrero", "id": 2, "ISOCODE": "MX-GRO" }, @@ -619,7 +619,7 @@ "type": "Feature", "properties": { "state_code": "15", - "state_name": "México", + "name": "México", "id": 3, "ISOCODE": "MX-MEX" }, @@ -1083,7 +1083,7 @@ "type": "Feature", "properties": { "state_code": "17", - "state_name": "Morelos", + "name": "Morelos", "id": 4, "ISOCODE": "MX-MOR" }, @@ -1211,7 +1211,7 @@ "type": "Feature", "properties": { "state_code": "25", - "state_name": "Sinaloa", + "name": "Sinaloa", "id": 5, "ISOCODE": "MX-SIN" }, @@ -1720,7 +1720,7 @@ "type": "Feature", "properties": { "state_code": "02", - "state_name": "Baja California", + "name": "Baja California", "id": 6, "ISOCODE": "MX-BCN" }, @@ -2676,7 +2676,7 @@ "type": "Feature", "properties": { "state_code": "26", - "state_name": "Sonora", + "name": "Sonora", "id": 7, "ISOCODE": "MX-SON" }, @@ -3518,7 +3518,7 @@ "type": "Feature", "properties": { "state_code": "03", - "state_name": "Baja California Sur", + "name": "Baja California Sur", "id": 8, "ISOCODE": "MX-BCS" }, @@ -4480,7 +4480,7 @@ "type": "Feature", "properties": { "state_code": "32", - "state_name": "Zacatecas", + "name": "Zacatecas", "id": 9, "ISOCODE": "MX-ZAC" }, @@ -5400,7 +5400,7 @@ "type": "Feature", "properties": { "state_code": "10", - "state_name": "Durango", + "name": "Durango", "id": 10, "ISOCODE": "MX-DUR" }, @@ -6026,7 +6026,7 @@ "type": "Feature", "properties": { "state_code": "08", - "state_name": "Chihuahua", + "name": "Chihuahua", "id": 11, "ISOCODE": "MX-CHH" }, @@ -6782,7 +6782,7 @@ "type": "Feature", "properties": { "state_code": "06", - "state_name": "Colima", + "name": "Colima", "id": 12, "ISOCODE": "MX-COL" }, @@ -7015,7 +7015,7 @@ "type": "Feature", "properties": { "state_code": "18", - "state_name": "Nayarit", + "name": "Nayarit", "id": 13, "ISOCODE": "MX-NAY" }, @@ -7512,7 +7512,7 @@ "type": "Feature", "properties": { "state_code": "16", - "state_name": "Michoacán de Ocampo", + "name": "Michoacán de Ocampo", "id": 14, "ISOCODE": "MX-MIC" }, @@ -8188,7 +8188,7 @@ "type": "Feature", "properties": { "state_code": "14", - "state_name": "Jalisco", + "name": "Jalisco", "id": 15, "ISOCODE": "MX-JAL" }, @@ -9594,7 +9594,7 @@ "type": "Feature", "properties": { "state_code": "07", - "state_name": "Chiapas", + "name": "Chiapas", "id": 16, "ISOCODE": "MX-CHP" }, @@ -10048,7 +10048,7 @@ "type": "Feature", "properties": { "state_code": "27", - "state_name": "Tabasco", + "name": "Tabasco", "id": 17, "ISOCODE": "MX-TAB" }, @@ -10471,7 +10471,7 @@ "type": "Feature", "properties": { "state_code": "20", - "state_name": "Oaxaca", + "name": "Oaxaca", "id": 18, "ISOCODE": "MX-OAX" }, @@ -11073,7 +11073,7 @@ "type": "Feature", "properties": { "state_code": "11", - "state_name": "Guanajuato", + "name": "Guanajuato", "id": 19, "ISOCODE": "MX-GUA" }, @@ -11550,7 +11550,7 @@ "type": "Feature", "properties": { "state_code": "01", - "state_name": "Aguascalientes", + "name": "Aguascalientes", "id": 20, "ISOCODE": "MX-AGU" }, @@ -11682,7 +11682,7 @@ "type": "Feature", "properties": { "state_code": "22", - "state_name": "Querétaro", + "name": "Querétaro", "id": 21, "ISOCODE": "MX-QUE" }, @@ -11973,7 +11973,7 @@ "type": "Feature", "properties": { "state_code": "24", - "state_name": "San Luis Potosí", + "name": "San Luis Potosí", "id": 22, "ISOCODE": "MX-SLP" }, @@ -12619,7 +12619,7 @@ "type": "Feature", "properties": { "state_code": "29", - "state_name": "Tlaxcala", + "name": "Tlaxcala", "id": 23, "ISOCODE": "MX-TLA" }, @@ -12773,7 +12773,7 @@ "type": "Feature", "properties": { "state_code": "21", - "state_name": "Puebla", + "name": "Puebla", "id": 24, "ISOCODE": "MX-PUE" }, @@ -13501,7 +13501,7 @@ "type": "Feature", "properties": { "state_code": "13", - "state_name": "Hidalgo", + "name": "Hidalgo", "id": 25, "ISOCODE": "MX-HID" }, @@ -14025,7 +14025,7 @@ "type": "Feature", "properties": { "state_code": "30", - "state_name": "Veracruz de Ignacio de la Llave", + "name": "Veracruz de Ignacio de la Llave", "id": 26, "ISOCODE": "MX-VER" }, @@ -15049,7 +15049,7 @@ "type": "Feature", "properties": { "state_code": "19", - "state_name": "Nuevo León", + "name": "Nuevo León", "id": 27, "ISOCODE": "MX-NLE" }, @@ -15423,7 +15423,7 @@ "type": "Feature", "properties": { "state_code": "05", - "state_name": "Coahuila de Zaragoza", + "name": "Coahuila de Zaragoza", "id": 28, "ISOCODE": "MX-COA" }, @@ -16014,7 +16014,7 @@ "type": "Feature", "properties": { "state_code": "28", - "state_name": "Tamaulipas", + "name": "Tamaulipas", "id": 29, "ISOCODE": "MX-TAM" }, @@ -16647,7 +16647,7 @@ "type": "Feature", "properties": { "state_code": "31", - "state_name": "Yucatán", + "name": "Yucatán", "id": 30, "ISOCODE": "MX-YUC" }, @@ -17248,7 +17248,7 @@ "type": "Feature", "properties": { "state_code": "04", - "state_name": "Campeche", + "name": "Campeche", "id": 31, "ISOCODE": "MX-CAM" }, @@ -17567,7 +17567,7 @@ "type": "Feature", "properties": { "state_code": "23", - "state_name": "Quintana Roo", + "name": "Quintana Roo", "id": 32, "ISOCODE": "MX-ROO" }, diff --git a/backend/server/static/data/se.json b/backend/server/static/data/se.json new file mode 100644 index 0000000..0e3a7ef --- /dev/null +++ b/backend/server/static/data/se.json @@ -0,0 +1,4375 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "id": "5950", + "properties": { + "name": "Blekinge", + "ISOCODE": "SE-K", + "density": 0, + "path": "/world/Sweden/Blekinge" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [14.571692, 56.199631], + [14.549294, 56.22433], + [14.493297, 56.218306], + [14.440534, 56.230139], + [14.432274, 56.273924], + [14.410644, 56.306663], + [14.389346, 56.34119], + [14.411509, 56.392395], + [14.468415, 56.40204], + [14.524113, 56.458071], + [14.596628, 56.451776], + [14.668357, 56.40091], + [14.709738, 56.390819], + [14.802183, 56.382091], + [14.879696, 56.363295], + [14.920314, 56.383279], + [14.965603, 56.437939], + [15.018739, 56.46021], + [15.1263, 56.461223], + [15.134868, 56.439024], + [15.193455, 56.439219], + [15.202063, 56.465826], + [15.251069, 56.482822], + [15.295673, 56.462098], + [15.335467, 56.486835], + [15.397778, 56.499377], + [15.481077, 56.482255], + [15.492359, 56.515332], + [15.56411, 56.500064], + [15.590232, 56.469506], + [15.639212, 56.470076], + [15.655409, 56.444331], + [15.677092, 56.418851], + [15.730499, 56.410058], + [15.793941, 56.342689], + [15.850886, 56.320939], + [15.945668, 56.32385], + [15.987303, 56.306643], + [16.051779, 56.324125], + [16.010612, 56.236313], + [15.954949, 56.174791], + [15.912381, 56.157663], + [15.851109, 56.083813], + [15.787262, 56.116888], + [15.71074, 56.091014], + [15.664136, 56.099394], + [15.726235, 56.133452], + [15.742301, 56.163198], + [15.69267, 56.188067], + [15.593546, 56.178012], + [15.560697, 56.19091], + [15.495396, 56.177472], + [15.456451, 56.15575], + [15.410572, 56.183893], + [15.385923, 56.15826], + [15.317038, 56.137108], + [15.293481, 56.180122], + [15.253007, 56.171703], + [15.163987, 56.162516], + [15.09662, 56.164662], + [15.060275, 56.187871], + [15.022164, 56.163574], + [14.950904, 56.162249], + [14.850227, 56.158942], + [14.774776, 56.152336], + [14.732955, 56.15286], + [14.679337, 56.159433], + [14.684451, 56.117607], + [14.721067, 56.072208], + [14.781885, 56.036298], + [14.726788, 55.999622], + [14.662864, 56.001363], + [14.607912, 56.017027], + [14.545672, 56.045697], + [14.55409, 56.074148], + [14.594618, 56.084594], + [14.571692, 56.199631] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5963", + "properties": { + "name": "Dalarna", + "ISOCODE": "SE-W", + "density": 0, + "path": "/world/Sweden/Dalarna" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [13.949398, 60.266798], + [13.967804, 60.188652], + [13.848025, 60.268447], + [13.692454, 60.41757], + [13.567866, 60.421451], + [13.496855, 60.447148], + [13.437233, 60.527082], + [13.305194, 60.636806], + [13.260102, 60.698038], + [13.204982, 60.69829], + [13.175439, 60.766119], + [12.702387, 61.007994], + [12.67632, 61.058109], + [12.697828, 61.154121], + [12.781101, 61.187406], + [12.827458, 61.247131], + [12.86223, 61.360709], + [12.582828, 61.57406], + [12.434673, 61.567841], + [12.160884, 61.725341], + [12.302202, 62.261592], + [12.616807, 62.221612], + [12.795656, 62.23038], + [12.940514, 62.146344], + [13.038443, 62.08537], + [13.159416, 62.027092], + [13.295778, 62.061914], + [13.322772, 62.017658], + [13.371377, 62.010471], + [13.20924, 61.935186], + [13.416074, 61.82666], + [13.514506, 61.736383], + [13.506641, 61.691581], + [13.56471, 61.655073], + [13.613103, 61.671244], + [13.89015, 61.651166], + [13.983116, 61.634682], + [14.201418, 61.632642], + [14.356786, 61.613177], + [14.41477, 61.586199], + [14.500716, 61.630198], + [14.657637, 61.601272], + [14.684107, 61.547636], + [14.647643, 61.500556], + [14.7484, 61.512063], + [14.802598, 61.500438], + [14.917187, 61.505747], + [15.069327, 61.492816], + [15.159007, 61.604053], + [15.230175, 61.512417], + [15.654308, 61.223408], + [15.68075, 61.131433], + [15.758098, 61.060165], + [15.934091, 61.012191], + [16.142542, 61.000705], + [16.240161, 60.878355], + [16.400903, 60.787688], + [16.374772, 60.73975], + [16.304972, 60.713166], + [16.322127, 60.679508], + [16.241252, 60.618551], + [16.147161, 60.604859], + [16.233247, 60.519969], + [16.275301, 60.511983], + [16.300985, 60.483233], + [16.40304, 60.381503], + [16.52059, 60.364499], + [16.579017, 60.340872], + [16.587553, 60.304058], + [16.628302, 60.292395], + [16.639214, 60.237297], + [16.720361, 60.199881], + [16.5701, 60.196362], + [16.516243, 60.185271], + [16.515507, 60.154497], + [16.420431, 60.124212], + [16.377732, 60.08517], + [16.191697, 60.076077], + [16.153167, 60.086272], + [16.170559, 60.126903], + [16.10659, 60.14707], + [16.052881, 60.150286], + [16.019263, 60.190922], + [15.966668, 60.198868], + [15.893911, 60.168725], + [15.779051, 60.182169], + [15.754954, 60.149599], + [15.715352, 60.135576], + [15.71848, 60.1028], + [15.662605, 60.049858], + [15.709452, 60.018217], + [15.67789, 59.945182], + [15.608909, 59.958767], + [15.530114, 59.96139], + [15.481482, 59.906177], + [15.401702, 59.86114], + [15.324547, 59.929304], + [15.21681, 59.991204], + [15.12429, 60.025065], + [15.066472, 60.069705], + [15.018435, 60.064976], + [14.993258, 60.08256], + [14.923553, 60.060822], + [14.852924, 60.086111], + [14.846076, 60.122621], + [14.791183, 60.11995], + [14.717224, 60.094704], + [14.745337, 60.002925], + [14.438386, 60.025714], + [14.215313, 60.098742], + [14.186498, 60.175911], + [14.137722, 60.244332], + [14.038642, 60.238516], + [14.018711, 60.268288], + [13.949398, 60.266798] + ], + [ + [14.6713, 60.828977], + [14.735164, 60.780703], + [14.907237, 60.82466], + [14.965694, 60.753031], + [14.98241, 60.829943], + [15.057387, 60.845433], + [15.119606, 60.88083], + [15.036685, 60.90858], + [14.983113, 60.884147], + [14.90762, 60.860805], + [14.746317, 60.939222], + [14.686737, 60.938489], + [14.602222, 60.996719], + [14.552503, 60.971952], + [14.567232, 60.935127], + [14.640738, 60.931646], + [14.691018, 60.905747], + [14.643971, 60.893537], + [14.566134, 60.893615], + [14.6713, 60.828977] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5961", + "properties": { + "name": "Gävleborg", + "ISOCODE": "SE-X", + "density": 0, + "path": "/world/Sweden/Gävleborg" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [16.400903, 60.787688], + [16.240161, 60.878355], + [16.142542, 61.000705], + [15.934091, 61.012191], + [15.758098, 61.060165], + [15.68075, 61.131433], + [15.654308, 61.223408], + [15.230175, 61.512417], + [15.159007, 61.604053], + [15.069327, 61.492816], + [14.917187, 61.505747], + [14.802598, 61.500438], + [14.7484, 61.512063], + [14.647643, 61.500556], + [14.684107, 61.547636], + [14.657637, 61.601272], + [14.500716, 61.630198], + [14.526671, 61.791608], + [14.689947, 61.912379], + [14.72885, 61.879853], + [14.798338, 61.900077], + [14.872821, 61.838701], + [14.895676, 61.890023], + [15.040013, 61.884827], + [15.103666, 61.861808], + [15.102949, 61.908844], + [15.111489, 61.962674], + [15.083342, 62.007467], + [15.412374, 62.128381], + [15.395662, 62.203418], + [15.334493, 62.222802], + [15.324458, 62.289022], + [15.478617, 62.352934], + [15.620056, 62.358247], + [16.021537, 62.270777], + [16.060189, 62.250909], + [16.240344, 62.253612], + [16.512874, 62.248643], + [16.794786, 62.215318], + [16.905774, 62.183075], + [16.969356, 62.188173], + [17.092458, 62.171327], + [17.142944, 62.184445], + [17.237118, 62.162065], + [17.328438, 62.168828], + [17.479641, 62.147357], + [17.435511, 62.012866], + [17.359166, 61.952556], + [17.316862, 61.863951], + [17.386407, 61.82726], + [17.37985, 61.767777], + [17.413586, 61.740101], + [17.507291, 61.721092], + [17.469909, 61.636428], + [17.40851, 61.647814], + [17.373822, 61.684646], + [17.269431, 61.706085], + [17.2246, 61.658208], + [17.174063, 61.60342], + [17.113034, 61.551137], + [17.178911, 61.477847], + [17.105967, 61.418484], + [17.120133, 61.367343], + [17.239516, 61.297763], + [17.202239, 61.234876], + [17.1323, 61.201373], + [17.158032, 61.056875], + [17.14333, 61.031836], + [17.220497, 61.001286], + [17.161579, 60.952561], + [17.27052, 60.852668], + [17.237354, 60.802248], + [17.343995, 60.747795], + [17.216431, 60.691094], + [17.350723, 60.652299], + [17.300719, 60.471103], + [17.204033, 60.428678], + [17.199449, 60.30916], + [17.100329, 60.268682], + [16.905685, 60.287104], + [16.864918, 60.262563], + [16.881085, 60.241555], + [16.797354, 60.20168], + [16.720361, 60.199881], + [16.639214, 60.237297], + [16.628302, 60.292395], + [16.587553, 60.304058], + [16.579017, 60.340872], + [16.52059, 60.364499], + [16.40304, 60.381503], + [16.300985, 60.483233], + [16.275301, 60.511983], + [16.233247, 60.519969], + [16.147161, 60.604859], + [16.241252, 60.618551], + [16.322127, 60.679508], + [16.304972, 60.713166], + [16.374772, 60.73975], + [16.400903, 60.787688] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5954", + "properties": { + "name": "Gotland", + "ISOCODE": "SE-I", + "density": 0, + "path": "/world/Sweden/Gotland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [18.480172, 57.836026], + [18.537503, 57.845809], + [18.583853, 57.852851], + [18.606794, 57.894586], + [18.653701, 57.914294], + [18.706205, 57.929877], + [18.769997, 57.849859], + [18.818016, 57.916737], + [18.858981, 57.938713], + [18.999512, 57.9193], + [19.05443, 57.941815], + [19.074086, 57.981985], + [19.149663, 58.004495], + [19.233224, 57.98801], + [19.288693, 57.990365], + [19.305591, 57.968821], + [19.276005, 57.951409], + [19.201245, 57.952594], + [19.139685, 57.941628], + [19.114657, 57.927448], + [19.133809, 57.902085], + [19.0937, 57.861908], + [19.029497, 57.842037], + [18.995214, 57.83046], + [18.99725, 57.793877], + [18.932737, 57.794021], + [18.923207, 57.731131], + [18.848347, 57.73032], + [18.797142, 57.751099], + [18.784006, 57.69763], + [18.748418, 57.62607], + [18.78192, 57.614109], + [18.766681, 57.553546], + [18.733893, 57.523604], + [18.776123, 57.474488], + [18.83897, 57.449039], + [18.900144, 57.440085], + [18.866809, 57.397476], + [18.788828, 57.384219], + [18.725619, 57.375109], + [18.654512, 57.317516], + [18.655202, 57.286523], + [18.693879, 57.270475], + [18.656563, 57.235472], + [18.543236, 57.214195], + [18.527126, 57.19373], + [18.383553, 57.136707], + [18.42376, 57.126064], + [18.318219, 57.083963], + [18.319697, 57.020206], + [18.372248, 57.006734], + [18.300193, 56.952754], + [18.189322, 56.912849], + [18.1241, 56.916385], + [18.180456, 56.986284], + [18.192137, 57.027132], + [18.258213, 57.048941], + [18.283161, 57.077789], + [18.273599, 57.102206], + [18.209135, 57.074812], + [18.187907, 57.081999], + [18.204725, 57.140606], + [18.159964, 57.158809], + [18.13094, 57.173893], + [18.136495, 57.251597], + [18.082496, 57.261426], + [18.096924, 57.300229], + [18.149644, 57.332304], + [18.164789, 57.396506], + [18.128801, 57.423053], + [18.110283, 57.475427], + [18.090705, 57.524242], + [18.108547, 57.562793], + [18.190922, 57.614295], + [18.245067, 57.626259], + [18.314049, 57.676981], + [18.390109, 57.750726], + [18.42577, 57.81325], + [18.480172, 57.836026] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5960", + "properties": { + "name": "Halland", + "ISOCODE": "SE-N", + "density": 0, + "path": "/world/Sweden/Halland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [13.296026, 56.847312], + [13.321794, 56.772887], + [13.325975, 56.693385], + [13.373456, 56.662475], + [13.401812, 56.613742], + [13.416884, 56.584827], + [13.443759, 56.569216], + [13.474169, 56.51376], + [13.448121, 56.471648], + [13.471123, 56.452579], + [13.456948, 56.430976], + [13.419671, 56.413411], + [13.377822, 56.415257], + [13.30239, 56.38791], + [13.245562, 56.354316], + [13.201848, 56.328545], + [13.151296, 56.351128], + [12.991069, 56.361417], + [12.946641, 56.367426], + [12.970531, 56.421723], + [12.90351, 56.444262], + [12.935497, 56.471808], + [12.95273, 56.501739], + [12.954111, 56.549732], + [12.939851, 56.594158], + [12.907849, 56.6441], + [12.848533, 56.662677], + [12.79345, 56.641417], + [12.738123, 56.641763], + [12.695595, 56.688429], + [12.658728, 56.729456], + [12.622124, 56.781272], + [12.623209, 56.829868], + [12.564654, 56.857258], + [12.486918, 56.888921], + [12.410002, 56.902488], + [12.358411, 56.934926], + [12.372324, 56.966843], + [12.369216, 56.993591], + [12.340646, 57.028146], + [12.293082, 57.044227], + [12.261487, 57.083183], + [12.248511, 57.139504], + [12.197422, 57.182699], + [12.132524, 57.22273], + [12.133919, 57.262323], + [12.182224, 57.27692], + [12.174475, 57.303846], + [12.163444, 57.337614], + [12.148925, 57.346736], + [12.114319, 57.341222], + [12.10071, 57.350914], + [12.122603, 57.387075], + [12.121925, 57.43474], + [12.111085, 57.455794], + [12.091944, 57.46154], + [12.072513, 57.450127], + [12.059222, 57.426068], + [12.039651, 57.376592], + [12.02846, 57.361176], + [12.011443, 57.355738], + [11.987485, 57.361295], + [11.970097, 57.378876], + [11.93306, 57.426275], + [11.926583, 57.442119], + [11.933512, 57.460596], + [11.957738, 57.501684], + [11.952149, 57.52774], + [11.947128, 57.561146], + [12.01304, 57.56284], + [12.038235, 57.549647], + [12.138047, 57.562313], + [12.205408, 57.576467], + [12.28382, 57.604219], + [12.342632, 57.567772], + [12.326534, 57.529183], + [12.343708, 57.512618], + [12.354384, 57.492073], + [12.344697, 57.469243], + [12.355498, 57.457821], + [12.381394, 57.452795], + [12.396931, 57.443134], + [12.411514, 57.410946], + [12.395482, 57.341994], + [12.430555, 57.320584], + [12.427689, 57.272028], + [12.505214, 57.280047], + [12.527399, 57.32251], + [12.652677, 57.337719], + [12.705254, 57.332145], + [12.798433, 57.289108], + [12.858092, 57.267657], + [12.930822, 57.266621], + [12.953051, 57.236923], + [12.932, 57.228743], + [12.940984, 57.176131], + [13.011819, 57.185922], + [13.057045, 57.178701], + [13.047313, 57.157465], + [13.072537, 57.14924], + [13.100658, 57.160712], + [13.133071, 57.149162], + [13.085785, 57.127078], + [13.089936, 57.095662], + [13.130984, 57.031503], + [13.22009, 57.07646], + [13.227982, 57.10678], + [13.269247, 57.096025], + [13.358339, 57.117461], + [13.45944, 57.109478], + [13.484658, 57.122793], + [13.496227, 57.09163], + [13.52657, 57.095698], + [13.608011, 57.068616], + [13.592135, 57.031454], + [13.619938, 56.999543], + [13.684731, 56.986377], + [13.692812, 56.961956], + [13.660061, 56.902122], + [13.621803, 56.909283], + [13.612393, 56.891674], + [13.533333, 56.88982], + [13.486996, 56.866637], + [13.469148, 56.878251], + [13.371326, 56.860895], + [13.340123, 56.87126], + [13.296026, 56.847312] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5949", + "properties": { + "name": "Jämtland", + "ISOCODE": "SE-Z", + "density": 0, + "path": "/world/Sweden/Jämtland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [16.472705, 62.821948], + [16.397626, 62.77552], + [16.368134, 62.707739], + [16.252958, 62.723953], + [16.128164, 62.70015], + [15.963469, 62.718241], + [15.595481, 62.634596], + [15.256146, 62.611961], + [15.141298, 62.574191], + [15.077826, 62.604382], + [14.916465, 62.613257], + [14.794852, 62.601458], + [14.801025, 62.541527], + [14.835259, 62.46766], + [14.780401, 62.466586], + [14.805508, 62.416016], + [14.868697, 62.408254], + [14.947128, 62.325005], + [15.159058, 62.26774], + [15.273172, 62.307283], + [15.324458, 62.289022], + [15.334493, 62.222802], + [15.395662, 62.203418], + [15.412374, 62.128381], + [15.083342, 62.007467], + [15.111489, 61.962674], + [15.102949, 61.908844], + [15.103666, 61.861808], + [15.040013, 61.884827], + [14.895676, 61.890023], + [14.872821, 61.838701], + [14.798338, 61.900077], + [14.72885, 61.879853], + [14.689947, 61.912379], + [14.526671, 61.791608], + [14.500716, 61.630198], + [14.41477, 61.586199], + [14.356786, 61.613177], + [14.201418, 61.632642], + [13.983116, 61.634682], + [13.89015, 61.651166], + [13.613103, 61.671244], + [13.56471, 61.655073], + [13.506641, 61.691581], + [13.514506, 61.736383], + [13.416074, 61.82666], + [13.20924, 61.935186], + [13.371377, 62.010471], + [13.322772, 62.017658], + [13.295778, 62.061914], + [13.159416, 62.027092], + [13.038443, 62.08537], + [12.940514, 62.146344], + [12.795656, 62.23038], + [12.616807, 62.221612], + [12.302202, 62.261592], + [12.050883, 62.616022], + [12.130183, 62.751334], + [12.074434, 62.903435], + [12.1962, 62.995639], + [11.962305, 63.26815], + [12.198054, 63.470903], + [12.133106, 63.584238], + [12.273086, 63.659766], + [12.297209, 63.714934], + [12.363616, 63.752757], + [12.657924, 63.971397], + [12.871677, 64.049722], + [13.179891, 64.095894], + [13.281162, 64.086548], + [13.70626, 64.048973], + [13.962507, 64.014205], + [14.162523, 64.201395], + [14.130003, 64.406], + [14.123828, 64.468206], + [14.078629, 64.491602], + [13.915959, 64.513937], + [13.663074, 64.589792], + [14.210872, 65.062247], + [14.330409, 65.131043], + [14.620805, 65.024379], + [14.674495, 65.016749], + [14.720448, 64.988942], + [14.791616, 64.954046], + [14.786702, 64.91632], + [14.865919, 64.875005], + [14.950443, 64.873165], + [15.031683, 64.824446], + [15.046683, 64.765941], + [15.231793, 64.728705], + [15.332943, 64.66257], + [15.264455, 64.642234], + [15.335205, 64.622689], + [15.361526, 64.594345], + [15.422533, 64.602329], + [15.424268, 64.576922], + [15.542991, 64.533292], + [15.573138, 64.457665], + [15.639758, 64.456239], + [15.626895, 64.532844], + [15.703184, 64.550821], + [15.749737, 64.490632], + [15.757897, 64.428699], + [16.028569, 64.3498], + [16.033083, 64.277145], + [16.205936, 64.284373], + [16.724291, 64.026835], + [16.587966, 63.893795], + [16.574807, 63.822034], + [16.613574, 63.718331], + [16.371423, 63.672135], + [16.302706, 63.688617], + [16.251437, 63.666061], + [16.097767, 63.699727], + [15.988516, 63.658453], + [15.878331, 63.68775], + [15.797167, 63.673845], + [15.991134, 63.564156], + [15.972622, 63.516247], + [15.983423, 63.446879], + [16.05556, 63.459322], + [16.135344, 63.440536], + [16.126467, 63.379445], + [16.602047, 63.184227], + [17.011966, 62.954213], + [16.660556, 62.932433], + [16.472705, 62.821948] + ], + [ + [14.591905, 63.219426], + [14.478459, 63.249619], + [14.412261, 63.239798], + [14.308383, 63.278458], + [14.173006, 63.302077], + [14.00628, 63.323769], + [14.149049, 63.205559], + [14.048493, 63.202377], + [14.129802, 63.170237], + [14.249512, 63.150898], + [14.346283, 63.11799], + [14.369153, 63.069463], + [14.422848, 62.99194], + [14.423634, 62.921472], + [14.35856, 62.913408], + [14.417869, 62.838646], + [14.48128, 62.821445], + [14.525677, 62.898988], + [14.48793, 63.005385], + [14.457057, 63.077156], + [14.441772, 63.135595], + [14.516426, 63.148648], + [14.575319, 63.162352], + [14.525863, 63.173525], + [14.45926, 63.19806], + [14.473024, 63.22457], + [14.591905, 63.219426] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5955", + "properties": { + "name": "Jönköping", + "ISOCODE": "SE-F", + "density": 0, + "path": "/world/Sweden/Jönköping" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [14.982904, 57.934493], + [15.004374, 57.895976], + [15.076171, 57.850437], + [15.064367, 57.825793], + [15.100044, 57.758744], + [15.141132, 57.707642], + [15.284171, 57.715765], + [15.41564, 57.700903], + [15.440178, 57.674156], + [15.512473, 57.666273], + [15.653016, 57.607188], + [15.577978, 57.555643], + [15.621515, 57.534937], + [15.635469, 57.50695], + [15.605147, 57.490698], + [15.602013, 57.445663], + [15.546469, 57.467093], + [15.498566, 57.446449], + [15.50353, 57.391894], + [15.489426, 57.372841], + [15.506575, 57.328408], + [15.459605, 57.311317], + [15.465022, 57.25855], + [15.498833, 57.24568], + [15.529736, 57.199947], + [15.376503, 57.233055], + [15.217452, 57.218833], + [15.171525, 57.237745], + [15.111677, 57.237554], + [15.154359, 57.202582], + [15.085108, 57.204718], + [15.067522, 57.188847], + [15.025798, 57.173733], + [14.984682, 57.167005], + [14.966587, 57.142711], + [14.90985, 57.14045], + [14.893132, 57.190151], + [14.851394, 57.214141], + [14.787426, 57.232074], + [14.728704, 57.231638], + [14.672048, 57.212999], + [14.607963, 57.207366], + [14.592126, 57.193761], + [14.553088, 57.197626], + [14.543757, 57.165607], + [14.487092, 57.157714], + [14.387274, 57.155035], + [14.339753, 57.154452], + [14.339561, 57.062396], + [14.319967, 57.045335], + [14.330163, 57.010519], + [14.391922, 56.969435], + [14.339491, 56.898104], + [14.291757, 56.882473], + [14.246998, 56.895574], + [14.203745, 56.948287], + [14.194718, 56.990266], + [14.134599, 57.041974], + [14.113097, 57.032209], + [14.074017, 57.053976], + [14.019631, 57.063828], + [13.931482, 57.050019], + [13.920673, 57.025265], + [13.861778, 57.008223], + [13.818448, 57.064372], + [13.746509, 57.068311], + [13.704496, 57.053413], + [13.684731, 56.986377], + [13.619938, 56.999543], + [13.592135, 57.031454], + [13.608011, 57.068616], + [13.52657, 57.095698], + [13.496227, 57.09163], + [13.484658, 57.122793], + [13.45944, 57.109478], + [13.358339, 57.117461], + [13.269247, 57.096025], + [13.227982, 57.10678], + [13.22009, 57.07646], + [13.130984, 57.031503], + [13.089936, 57.095662], + [13.085785, 57.127078], + [13.133071, 57.149162], + [13.180235, 57.184467], + [13.197654, 57.234212], + [13.227497, 57.256397], + [13.272494, 57.247305], + [13.293275, 57.303508], + [13.36894, 57.313522], + [13.385212, 57.332655], + [13.429498, 57.339761], + [13.429862, 57.363185], + [13.485828, 57.380595], + [13.508062, 57.415684], + [13.62086, 57.515298], + [13.667189, 57.533059], + [13.681863, 57.561258], + [13.672666, 57.606756], + [13.676211, 57.628246], + [13.721829, 57.64062], + [13.736587, 57.668812], + [13.707236, 57.707407], + [13.710713, 57.734912], + [13.742481, 57.764137], + [13.74124, 57.843556], + [13.748984, 57.882884], + [13.70867, 57.937584], + [13.70825, 57.982097], + [13.757648, 58.014156], + [13.776144, 58.049999], + [13.798256, 58.053807], + [13.846553, 58.038987], + [13.875628, 58.050289], + [13.950773, 58.0342], + [13.959974, 58.009422], + [14.068404, 58.028694], + [14.071584, 58.046581], + [14.114025, 58.075251], + [14.113049, 58.151675], + [14.212836, 58.145696], + [14.193783, 58.066012], + [14.157633, 57.997373], + [14.116689, 57.957826], + [14.113916, 57.885777], + [14.141808, 57.871813], + [14.158137, 57.831319], + [14.150731, 57.790164], + [14.17918, 57.779765], + [14.208461, 57.792782], + [14.259509, 57.795696], + [14.266616, 57.853102], + [14.285504, 57.900915], + [14.351997, 57.968027], + [14.449941, 58.002837], + [14.468131, 58.045251], + [14.537452, 58.106139], + [14.603931, 58.092498], + [14.747946, 58.104873], + [14.755391, 58.073778], + [14.894522, 58.089862], + [14.933493, 58.131114], + [14.981789, 58.117653], + [15.025449, 58.032155], + [15.049417, 58.000111], + [15.014114, 57.976757], + [14.982904, 57.934493] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5958", + "properties": { + "name": "Kalmar", + "ISOCODE": "SE-H", + "density": 0, + "path": "/world/Sweden/Kalmar" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [15.73628, 57.070772], + [15.66376, 57.087323], + [15.626899, 57.131195], + [15.535439, 57.153032], + [15.555451, 57.184385], + [15.529736, 57.199947], + [15.498833, 57.24568], + [15.465022, 57.25855], + [15.459605, 57.311317], + [15.506575, 57.328408], + [15.489426, 57.372841], + [15.50353, 57.391894], + [15.498566, 57.446449], + [15.546469, 57.467093], + [15.602013, 57.445663], + [15.605147, 57.490698], + [15.635469, 57.50695], + [15.621515, 57.534937], + [15.577978, 57.555643], + [15.653016, 57.607188], + [15.512473, 57.666273], + [15.440178, 57.674156], + [15.41564, 57.700903], + [15.428928, 57.747149], + [15.456846, 57.767216], + [15.516402, 57.761889], + [15.536255, 57.796277], + [15.590788, 57.824377], + [15.580388, 57.853943], + [15.670724, 57.86481], + [15.778024, 57.845629], + [15.79452, 57.813856], + [15.866439, 57.832949], + [15.919418, 57.813367], + [16.018421, 57.861455], + [16.066557, 57.864742], + [16.019522, 57.95369], + [16.064651, 57.972569], + [15.984207, 58.035556], + [15.998622, 58.087735], + [16.091884, 58.088512], + [16.116604, 58.063405], + [16.175307, 58.066911], + [16.151071, 58.108289], + [16.178839, 58.124623], + [16.25165, 58.157968], + [16.293527, 58.133538], + [16.371791, 58.151378], + [16.468973, 58.084002], + [16.500808, 58.116299], + [16.561449, 58.099578], + [16.612264, 57.989259], + [16.688696, 57.98226], + [16.748618, 58.004125], + [16.76535, 57.922632], + [16.743799, 57.864294], + [16.685862, 57.890021], + [16.600067, 57.899484], + [16.533051, 57.847835], + [16.617894, 57.780498], + [16.69229, 57.753673], + [16.693541, 57.704646], + [16.635165, 57.686904], + [16.605138, 57.647274], + [16.639129, 57.621401], + [16.706455, 57.634893], + [16.705049, 57.602371], + [16.670409, 57.584824], + [16.578656, 57.58083], + [16.668145, 57.521552], + [16.689441, 57.485649], + [16.654672, 57.426424], + [16.618044, 57.37277], + [16.547704, 57.372153], + [16.557682, 57.317111], + [16.480141, 57.286166], + [16.498453, 57.23781], + [16.462398, 57.198591], + [16.497532, 57.132787], + [16.58075, 57.110784], + [16.490503, 57.039056], + [16.454498, 56.985349], + [16.460554, 56.94145], + [16.435644, 56.887589], + [16.406444, 56.796592], + [16.442195, 56.808637], + [16.469087, 56.783244], + [16.438115, 56.76363], + [16.39662, 56.782773], + [16.353361, 56.682444], + [16.279036, 56.672977], + [16.23525, 56.625207], + [16.221823, 56.59532], + [16.224069, 56.548075], + [16.186234, 56.539746], + [16.162806, 56.494221], + [16.119376, 56.470539], + [16.083646, 56.403502], + [16.051779, 56.324125], + [15.987303, 56.306643], + [15.945668, 56.32385], + [15.850886, 56.320939], + [15.793941, 56.342689], + [15.730499, 56.410058], + [15.677092, 56.418851], + [15.655409, 56.444331], + [15.639212, 56.470076], + [15.590232, 56.469506], + [15.56411, 56.500064], + [15.492359, 56.515332], + [15.481077, 56.482255], + [15.397778, 56.499377], + [15.335467, 56.486835], + [15.341842, 56.544326], + [15.370937, 56.558855], + [15.361895, 56.604605], + [15.418521, 56.646428], + [15.40757, 56.672401], + [15.419726, 56.715069], + [15.357503, 56.778477], + [15.436933, 56.797228], + [15.540488, 56.80543], + [15.551395, 56.836111], + [15.509765, 56.898341], + [15.511649, 56.917527], + [15.553748, 56.929436], + [15.651908, 56.910756], + [15.692473, 56.915478], + [15.809022, 56.920846], + [15.841191, 56.976732], + [15.798508, 57.022857], + [15.73628, 57.070772] + ] + ], + [ + [ + [16.520688, 56.765196], + [16.574051, 56.823108], + [16.608106, 56.882362], + [16.648983, 56.901258], + [16.708283, 56.900727], + [16.739829, 56.961948], + [16.771627, 57.010453], + [16.81317, 57.031077], + [16.843359, 57.072445], + [16.889814, 57.125333], + [16.915868, 57.176059], + [16.904344, 57.209513], + [16.944394, 57.222977], + [16.955796, 57.254789], + [16.965191, 57.304893], + [17.019677, 57.348122], + [17.061281, 57.366878], + [17.083872, 57.350729], + [17.112891, 57.359501], + [17.129441, 57.320201], + [17.078943, 57.305742], + [17.053387, 57.271325], + [17.067561, 57.248536], + [17.065542, 57.188827], + [17.038566, 57.174466], + [16.987234, 57.116532], + [16.950107, 57.048481], + [16.910592, 57.049519], + [16.935506, 57.016895], + [16.879121, 56.990126], + [16.87523, 56.921503], + [16.853233, 56.899507], + [16.855434, 56.868532], + [16.826708, 56.832515], + [16.778744, 56.825049], + [16.702273, 56.678204], + [16.683492, 56.62334], + [16.691198, 56.601058], + [16.638396, 56.572153], + [16.630485, 56.525587], + [16.599486, 56.464341], + [16.557049, 56.409318], + [16.571843, 56.375665], + [16.506417, 56.29145], + [16.473472, 56.233946], + [16.407764, 56.202265], + [16.416581, 56.254205], + [16.397976, 56.271791], + [16.405709, 56.43069], + [16.384099, 56.435795], + [16.378481, 56.537627], + [16.388066, 56.578642], + [16.438856, 56.627706], + [16.45792, 56.680746], + [16.520688, 56.765196] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5956", + "properties": { + "name": "Kronoberg", + "ISOCODE": "SE-G", + "density": 0, + "path": "/world/Sweden/Kronoberg" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [15.067522, 57.188847], + [15.085108, 57.204718], + [15.154359, 57.202582], + [15.111677, 57.237554], + [15.171525, 57.237745], + [15.217452, 57.218833], + [15.376503, 57.233055], + [15.529736, 57.199947], + [15.555451, 57.184385], + [15.535439, 57.153032], + [15.626899, 57.131195], + [15.66376, 57.087323], + [15.73628, 57.070772], + [15.798508, 57.022857], + [15.841191, 56.976732], + [15.809022, 56.920846], + [15.692473, 56.915478], + [15.651908, 56.910756], + [15.553748, 56.929436], + [15.511649, 56.917527], + [15.509765, 56.898341], + [15.551395, 56.836111], + [15.540488, 56.80543], + [15.436933, 56.797228], + [15.357503, 56.778477], + [15.419726, 56.715069], + [15.40757, 56.672401], + [15.418521, 56.646428], + [15.361895, 56.604605], + [15.370937, 56.558855], + [15.341842, 56.544326], + [15.335467, 56.486835], + [15.295673, 56.462098], + [15.251069, 56.482822], + [15.202063, 56.465826], + [15.193455, 56.439219], + [15.134868, 56.439024], + [15.1263, 56.461223], + [15.018739, 56.46021], + [14.965603, 56.437939], + [14.920314, 56.383279], + [14.879696, 56.363295], + [14.802183, 56.382091], + [14.709738, 56.390819], + [14.668357, 56.40091], + [14.596628, 56.451776], + [14.524113, 56.458071], + [14.414471, 56.480728], + [14.2527, 56.503536], + [14.237598, 56.49167], + [14.133104, 56.507785], + [14.101653, 56.532822], + [14.062312, 56.531162], + [14.05449, 56.504483], + [14.01584, 56.468487], + [13.927959, 56.467359], + [13.869608, 56.448524], + [13.788513, 56.448777], + [13.704803, 56.427904], + [13.576733, 56.409336], + [13.496908, 56.40995], + [13.456948, 56.430976], + [13.471123, 56.452579], + [13.448121, 56.471648], + [13.474169, 56.51376], + [13.443759, 56.569216], + [13.416884, 56.584827], + [13.401812, 56.613742], + [13.373456, 56.662475], + [13.325975, 56.693385], + [13.321794, 56.772887], + [13.296026, 56.847312], + [13.340123, 56.87126], + [13.371326, 56.860895], + [13.469148, 56.878251], + [13.486996, 56.866637], + [13.533333, 56.88982], + [13.612393, 56.891674], + [13.621803, 56.909283], + [13.660061, 56.902122], + [13.692812, 56.961956], + [13.684731, 56.986377], + [13.704496, 57.053413], + [13.746509, 57.068311], + [13.818448, 57.064372], + [13.861778, 57.008223], + [13.920673, 57.025265], + [13.931482, 57.050019], + [14.019631, 57.063828], + [14.074017, 57.053976], + [14.113097, 57.032209], + [14.134599, 57.041974], + [14.194718, 56.990266], + [14.203745, 56.948287], + [14.246998, 56.895574], + [14.291757, 56.882473], + [14.339491, 56.898104], + [14.391922, 56.969435], + [14.330163, 57.010519], + [14.319967, 57.045335], + [14.339561, 57.062396], + [14.339753, 57.154452], + [14.387274, 57.155035], + [14.487092, 57.157714], + [14.543757, 57.165607], + [14.553088, 57.197626], + [14.592126, 57.193761], + [14.607963, 57.207366], + [14.672048, 57.212999], + [14.728704, 57.231638], + [14.787426, 57.232074], + [14.851394, 57.214141], + [14.893132, 57.190151], + [14.90985, 57.14045], + [14.966587, 57.142711], + [14.984682, 57.167005], + [15.025798, 57.173733], + [15.067522, 57.188847] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5965", + "properties": { + "name": "Norrbotten", + "ISOCODE": "SE-BD", + "density": 0, + "path": "/world/Sweden/Norrbotten" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [18.180348, 65.592085], + [18.073337, 65.607358], + [17.793266, 65.646552], + [17.661291, 65.670906], + [16.779193, 66.053085], + [16.579049, 66.054594], + [15.822678, 66.300218], + [15.465048, 66.354476], + [15.38887, 66.484402], + [15.634687, 66.598284], + [15.998186, 66.878322], + [16.106345, 66.929347], + [16.375812, 67.01959], + [16.425061, 67.168708], + [16.390316, 67.232602], + [16.11439, 67.421335], + [16.199174, 67.507901], + [16.416947, 67.5229], + [16.529978, 67.604381], + [16.71192, 67.892611], + [16.770616, 67.913277], + [17.201236, 68.029221], + [17.299725, 68.096648], + [17.659005, 68.022929], + [17.917821, 67.944926], + [17.945843, 67.977861], + [18.166618, 68.168816], + [18.090545, 68.382224], + [18.112096, 68.513696], + [18.399895, 68.559038], + [18.601893, 68.488934], + [18.981032, 68.50418], + [19.913597, 68.363445], + [20.245201, 68.495962], + [19.95245, 68.556251], + [20.083278, 68.596674], + [20.234179, 68.674053], + [20.342706, 68.801838], + [20.320676, 68.911248], + [20.114416, 69.029481], + [20.594156, 69.04774], + [20.803601, 69.029251], + [20.882777, 68.988769], + [20.942493, 68.977135], + [20.91678, 68.958847], + [20.863632, 68.937048], + [20.939507, 68.90042], + [21.022621, 68.903519], + [21.244251, 68.821142], + [21.305017, 68.768896], + [21.366547, 68.77892], + [21.424403, 68.765366], + [21.432862, 68.70234], + [21.513573, 68.68515], + [21.625138, 68.669193], + [21.729815, 68.633483], + [21.715742, 68.601533], + [21.849631, 68.598333], + [22.01481, 68.555748], + [22.011025, 68.524798], + [22.030631, 68.499327], + [22.126602, 68.48419], + [22.234756, 68.480874], + [22.317553, 68.485107], + [22.353638, 68.454519], + [22.403734, 68.4706], + [22.58924, 68.431128], + [22.625497, 68.440967], + [22.661885, 68.419449], + [22.763484, 68.39052], + [22.793643, 68.406365], + [22.843793, 68.390991], + [22.836419, 68.363979], + [22.940948, 68.340175], + [22.973988, 68.3373], + [23.07825, 68.31342], + [23.084927, 68.277766], + [23.164243, 68.246777], + [23.161405, 68.211962], + [23.145775, 68.172757], + [23.181418, 68.143756], + [23.280888, 68.159462], + [23.340466, 68.129484], + [23.397214, 68.050462], + [23.46938, 68.047587], + [23.481168, 68.020641], + [23.542741, 68.016844], + [23.561429, 67.978162], + [23.644925, 67.970447], + [23.655244, 67.912172], + [23.536194, 67.895488], + [23.488023, 67.829721], + [23.506671, 67.791055], + [23.483184, 67.687922], + [23.556682, 67.629351], + [23.51585, 67.566645], + [23.469088, 67.569153], + [23.494343, 67.540943], + [23.415128, 67.492912], + [23.507353, 67.456597], + [23.541319, 67.471877], + [23.685388, 67.441635], + [23.723982, 67.456445], + [23.786167, 67.42649], + [23.749791, 67.392979], + [23.746234, 67.350789], + [23.793587, 67.342555], + [23.740352, 67.290335], + [23.613093, 67.278464], + [23.580588, 67.23535], + [23.606505, 67.208858], + [23.576289, 67.176627], + [23.678272, 67.105875], + [23.68381, 67.055441], + [23.770574, 67.00637], + [23.82283, 66.999432], + [23.831548, 66.969006], + [23.888098, 66.954212], + [23.88995, 66.913332], + [23.981289, 66.858066], + [24.013985, 66.821521], + [23.99473, 66.784578], + [23.935266, 66.79418], + [23.917329, 66.766357], + [23.917694, 66.68677], + [23.891069, 66.65242], + [23.889414, 66.584147], + [23.820341, 66.555871], + [23.819118, 66.524553], + [23.739434, 66.515791], + [23.728455, 66.483593], + [23.654398, 66.468712], + [23.646824, 66.44173], + [23.696891, 66.403541], + [23.634142, 66.31733], + [23.72932, 66.189608], + [23.861971, 66.1652], + [23.939041, 66.159275], + [23.928015, 66.1271], + [23.953637, 66.109698], + [23.946973, 66.08448], + [24.021316, 66.021395], + [24.041939, 65.96007], + [24.149845, 65.803639], + [23.839584, 65.793967], + [23.755849, 65.826502], + [23.686844, 65.831624], + [23.666708, 65.805934], + [23.59568, 65.797666], + [23.488307, 65.823769], + [23.430479, 65.779655], + [23.284761, 65.80694], + [23.220845, 65.820573], + [23.173648, 65.793808], + [23.110872, 65.716916], + [23.014484, 65.759423], + [22.834121, 65.796941], + [22.782533, 65.871838], + [22.701758, 65.896009], + [22.667166, 65.88268], + [22.686622, 65.79798], + [22.7787, 65.746936], + [22.777842, 65.713854], + [22.705352, 65.728067], + [22.619484, 65.779714], + [22.506998, 65.781598], + [22.513775, 65.817787], + [22.439926, 65.870609], + [22.336527, 65.854331], + [22.29654, 65.789927], + [22.293158, 65.718505], + [22.305915, 65.660308], + [22.322477, 65.609123], + [22.373337, 65.56397], + [22.324392, 65.555611], + [22.202224, 65.576018], + [22.143872, 65.56663], + [22.139141, 65.524776], + [22.029716, 65.52734], + [21.862508, 65.529475], + [21.984474, 65.467102], + [21.910153, 65.421118], + [21.797316, 65.404889], + [21.635406, 65.415531], + [21.484368, 65.395696], + [21.435513, 65.368748], + [21.6543, 65.298221], + [21.634798, 65.268751], + [21.54327, 65.243771], + [21.577317, 65.147188], + [21.501578, 65.080467], + [21.312535, 65.131809], + [21.29237, 65.170224], + [20.755287, 65.213666], + [19.881292, 65.394348], + [19.653998, 65.214296], + [19.599065, 65.191012], + [19.413849, 65.149967], + [19.334676, 65.188571], + [19.253559, 65.212672], + [19.250513, 65.2366], + [19.285443, 65.257795], + [19.08963, 65.320997], + [19.044366, 65.316895], + [19.041098, 65.340811], + [18.943659, 65.358563], + [18.852481, 65.381267], + [18.822811, 65.405167], + [18.766815, 65.418096], + [18.750524, 65.442875], + [18.701512, 65.451675], + [18.580069, 65.454381], + [18.514454, 65.487862], + [18.426727, 65.510038], + [18.293836, 65.52537], + [18.230943, 65.548221], + [18.180348, 65.592085] + ], + [ + [18.407484, 65.697488], + [18.355958, 65.723872], + [18.376954, 65.766183], + [18.30109, 65.787443], + [18.173033, 65.78833], + [17.922683, 65.923909], + [17.969577, 65.977377], + [17.926976, 66.041788], + [18.073547, 66.050945], + [18.109319, 66.074165], + [18.053266, 66.103094], + [17.961957, 66.086899], + [17.868939, 66.125268], + [17.815024, 66.184849], + [17.657181, 66.219667], + [17.550122, 66.271322], + [17.428748, 66.321892], + [17.322074, 66.376957], + [17.08993, 66.424326], + [17.062207, 66.39682], + [17.319436, 66.331739], + [17.451024, 66.258903], + [17.461382, 66.212911], + [17.616378, 66.182113], + [17.738474, 66.124029], + [17.850904, 66.077303], + [17.765545, 66.064271], + [17.645067, 66.040572], + [17.75073, 65.976144], + [17.760046, 65.941073], + [17.720202, 65.905321], + [17.737055, 65.842552], + [17.821409, 65.842874], + [17.873604, 65.899662], + [18.024364, 65.804951], + [18.117405, 65.677295], + [18.209606, 65.687813], + [18.27058, 65.67057], + [18.498145, 65.636357], + [18.50863, 65.662961], + [18.407484, 65.697488] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5948", + "properties": { + "name": "Örebro", + "ISOCODE": "SE-T", + "density": 0, + "path": "/world/Sweden/Örebro" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [15.579321, 59.428799], + [15.641542, 59.354002], + [15.616753, 59.322846], + [15.550725, 59.328461], + [15.422014, 59.306789], + [15.281043, 59.309215], + [15.286069, 59.283606], + [15.428008, 59.253979], + [15.560813, 59.278992], + [15.64098, 59.227296], + [15.60194, 59.195158], + [15.652999, 59.155982], + [15.76967, 59.150025], + [15.77157, 59.120034], + [15.67838, 59.112848], + [15.626191, 59.068818], + [15.60572, 59.024738], + [15.632189, 59.003186], + [15.530518, 58.944605], + [15.566239, 58.911155], + [15.523369, 58.875627], + [15.439796, 58.876808], + [15.419244, 58.83091], + [15.387174, 58.859897], + [15.339033, 58.847226], + [15.247245, 58.874997], + [15.186749, 58.836737], + [15.134257, 58.83599], + [15.085787, 58.80428], + [15.049677, 58.764626], + [15.028138, 58.727797], + [14.939411, 58.699058], + [14.979515, 58.744911], + [14.972726, 58.779629], + [14.940255, 58.774136], + [14.937056, 58.82676], + [14.873363, 58.804814], + [14.817254, 58.733623], + [14.721309, 58.701787], + [14.684126, 58.745955], + [14.624916, 58.745372], + [14.596271, 58.705252], + [14.546088, 58.696942], + [14.537479, 58.724502], + [14.467983, 58.724364], + [14.457483, 58.797169], + [14.402287, 58.799166], + [14.326612, 58.834155], + [14.370254, 58.87013], + [14.308242, 58.893022], + [14.267813, 58.999752], + [14.329118, 59.097997], + [14.280654, 59.15813], + [14.299317, 59.182535], + [14.283942, 59.23205], + [14.319132, 59.312658], + [14.318646, 59.322986], + [14.375271, 59.397526], + [14.462847, 59.447502], + [14.397898, 59.515694], + [14.417155, 59.541872], + [14.463339, 59.532416], + [14.459988, 59.591606], + [14.42087, 59.671788], + [14.438439, 59.707092], + [14.384006, 59.758474], + [14.437498, 59.775802], + [14.415991, 59.831038], + [14.431005, 59.908021], + [14.375701, 59.919678], + [14.343046, 59.955533], + [14.462839, 59.978774], + [14.438386, 60.025714], + [14.745337, 60.002925], + [14.717224, 60.094704], + [14.791183, 60.11995], + [14.846076, 60.122621], + [14.852924, 60.086111], + [14.923553, 60.060822], + [14.993258, 60.08256], + [15.018435, 60.064976], + [15.066472, 60.069705], + [15.12429, 60.025065], + [15.21681, 59.991204], + [15.324547, 59.929304], + [15.401702, 59.86114], + [15.407201, 59.816187], + [15.481595, 59.795765], + [15.534653, 59.708315], + [15.489794, 59.657742], + [15.533532, 59.629934], + [15.598662, 59.633482], + [15.610412, 59.591168], + [15.613282, 59.525825], + [15.709248, 59.529935], + [15.673484, 59.493379], + [15.705742, 59.478839], + [15.707383, 59.424426], + [15.579321, 59.428799] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5953", + "properties": { + "name": "Östergötland", + "ISOCODE": "SE-E", + "density": 0, + "path": "/world/Sweden/Östergötland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [14.933493, 58.131114], + [14.894522, 58.089862], + [14.755391, 58.073778], + [14.747946, 58.104873], + [14.603931, 58.092498], + [14.537452, 58.106139], + [14.590567, 58.205149], + [14.613906, 58.272567], + [14.638739, 58.294768], + [14.625658, 58.315308], + [14.646079, 58.349767], + [14.659641, 58.38399], + [14.772442, 58.434125], + [14.775502, 58.466481], + [14.818804, 58.47685], + [14.862041, 58.45289], + [14.923453, 58.467692], + [14.961297, 58.518072], + [15.023965, 58.538176], + [14.989468, 58.55449], + [14.928881, 58.561354], + [14.858994, 58.590342], + [14.926516, 58.633737], + [14.939411, 58.699058], + [15.028138, 58.727797], + [15.049677, 58.764626], + [15.085787, 58.80428], + [15.134257, 58.83599], + [15.186749, 58.836737], + [15.247245, 58.874997], + [15.339033, 58.847226], + [15.387174, 58.859897], + [15.419244, 58.83091], + [15.439796, 58.876808], + [15.523369, 58.875627], + [15.566239, 58.911155], + [15.530518, 58.944605], + [15.632189, 59.003186], + [15.741645, 58.980315], + [15.793686, 59.038744], + [15.842913, 59.024969], + [15.861152, 58.998543], + [15.957998, 58.964954], + [16.053636, 58.941628], + [16.098733, 58.897205], + [16.166874, 58.857371], + [16.226436, 58.849408], + [16.252765, 58.829031], + [16.369292, 58.709946], + [16.545128, 58.705745], + [16.687673, 58.679989], + [16.748196, 58.632426], + [16.683062, 58.634996], + [16.578406, 58.645587], + [16.44436, 58.663433], + [16.375294, 58.664277], + [16.273429, 58.672624], + [16.23412, 58.653396], + [16.232669, 58.619088], + [16.265422, 58.611569], + [16.345581, 58.628163], + [16.399362, 58.593909], + [16.421109, 58.639594], + [16.571834, 58.633336], + [16.711804, 58.598633], + [16.827392, 58.550928], + [16.902913, 58.509499], + [16.828129, 58.447572], + [16.719703, 58.427758], + [16.612306, 58.438606], + [16.564746, 58.441167], + [16.59629, 58.416116], + [16.688751, 58.400861], + [16.714378, 58.36651], + [16.809403, 58.361841], + [16.883508, 58.329554], + [16.847424, 58.283109], + [16.680798, 58.266095], + [16.765867, 58.232524], + [16.81971, 58.188948], + [16.768808, 58.123573], + [16.678904, 58.14602], + [16.691381, 58.114365], + [16.772402, 58.070759], + [16.709123, 58.049728], + [16.748618, 58.004125], + [16.688696, 57.98226], + [16.612264, 57.989259], + [16.561449, 58.099578], + [16.500808, 58.116299], + [16.468973, 58.084002], + [16.371791, 58.151378], + [16.293527, 58.133538], + [16.25165, 58.157968], + [16.178839, 58.124623], + [16.151071, 58.108289], + [16.175307, 58.066911], + [16.116604, 58.063405], + [16.091884, 58.088512], + [15.998622, 58.087735], + [15.984207, 58.035556], + [16.064651, 57.972569], + [16.019522, 57.95369], + [16.066557, 57.864742], + [16.018421, 57.861455], + [15.919418, 57.813367], + [15.866439, 57.832949], + [15.79452, 57.813856], + [15.778024, 57.845629], + [15.670724, 57.86481], + [15.580388, 57.853943], + [15.590788, 57.824377], + [15.536255, 57.796277], + [15.516402, 57.761889], + [15.456846, 57.767216], + [15.428928, 57.747149], + [15.41564, 57.700903], + [15.284171, 57.715765], + [15.141132, 57.707642], + [15.100044, 57.758744], + [15.064367, 57.825793], + [15.076171, 57.850437], + [15.004374, 57.895976], + [14.982904, 57.934493], + [15.014114, 57.976757], + [15.049417, 58.000111], + [15.025449, 58.032155], + [14.981789, 58.117653], + [14.933493, 58.131114] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5959", + "properties": { + "name": "Skåne", + "ISOCODE": "SE-M", + "density": 0, + "path": "/world/Sweden/Skåne" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [13.704803, 56.427904], + [13.788513, 56.448777], + [13.869608, 56.448524], + [13.927959, 56.467359], + [14.01584, 56.468487], + [14.05449, 56.504483], + [14.062312, 56.531162], + [14.101653, 56.532822], + [14.133104, 56.507785], + [14.237598, 56.49167], + [14.2527, 56.503536], + [14.414471, 56.480728], + [14.524113, 56.458071], + [14.468415, 56.40204], + [14.411509, 56.392395], + [14.389346, 56.34119], + [14.410644, 56.306663], + [14.432274, 56.273924], + [14.440534, 56.230139], + [14.493297, 56.218306], + [14.549294, 56.22433], + [14.571692, 56.199631], + [14.594618, 56.084594], + [14.55409, 56.074148], + [14.545672, 56.045697], + [14.467821, 56.030021], + [14.429347, 55.988728], + [14.354007, 55.96203], + [14.32357, 55.916674], + [14.279805, 55.904525], + [14.209043, 55.828756], + [14.198599, 55.758876], + [14.217529, 55.692909], + [14.277534, 55.671708], + [14.295962, 55.612954], + [14.348581, 55.586696], + [14.363047, 55.542572], + [14.331026, 55.504551], + [14.259872, 55.459566], + [14.209366, 55.405035], + [14.190251, 55.385577], + [14.102839, 55.391919], + [14.061222, 55.388628], + [13.95773, 55.431783], + [13.914987, 55.441147], + [13.850202, 55.431719], + [13.736974, 55.435453], + [13.700214, 55.422796], + [13.64868, 55.421152], + [13.593587, 55.381246], + [13.484584, 55.382144], + [13.451594, 55.374837], + [13.419997, 55.359777], + [13.380004, 55.356823], + [13.335422, 55.340044], + [13.319586, 55.350496], + [13.285192, 55.347024], + [13.26192, 55.352651], + [13.211635, 55.367003], + [13.118506, 55.37934], + [13.082277, 55.374198], + [13.059933, 55.373967], + [13.010637, 55.391621], + [12.973969, 55.404786], + [12.944233, 55.401272], + [12.929407, 55.39581], + [12.924851, 55.388343], + [12.908101, 55.388145], + [12.894024, 55.396455], + [12.874441, 55.398853], + [12.816009, 55.385962], + [12.863454, 55.447421], + [12.870093, 55.440625], + [12.879738, 55.419038], + [12.910534, 55.41358], + [12.93291, 55.411726], + [12.944868, 55.423509], + [12.957595, 55.446415], + [12.960098, 55.470269], + [12.95056, 55.487093], + [12.936791, 55.504941], + [12.915426, 55.531145], + [12.908531, 55.555954], + [12.907326, 55.574455], + [12.925854, 55.586331], + [12.976143, 55.6049], + [13.005933, 55.617409], + [13.046103, 55.624197], + [13.054254, 55.636142], + [13.052877, 55.646705], + [13.051403, 55.653888], + [13.065254, 55.674685], + [13.064222, 55.682614], + [13.050888, 55.702587], + [13.03394, 55.708226], + [12.997595, 55.724795], + [12.972754, 55.723955], + [12.955803, 55.726941], + [12.966938, 55.73871], + [12.95454, 55.752333], + [12.926462, 55.744605], + [12.909361, 55.758688], + [12.924224, 55.769983], + [12.936385, 55.775416], + [12.926168, 55.826351], + [12.904456, 55.863222], + [12.835021, 55.871475], + [12.776238, 55.961439], + [12.755568, 56.010514], + [12.713062, 56.051815], + [12.662877, 56.084406], + [12.619252, 56.118513], + [12.585542, 56.139008], + [12.572806, 56.156307], + [12.551969, 56.218332], + [12.536479, 56.247741], + [12.501946, 56.279642], + [12.459082, 56.297443], + [12.504727, 56.301149], + [12.597509, 56.270647], + [12.678047, 56.245949], + [12.704247, 56.225124], + [12.733341, 56.225788], + [12.76797, 56.219922], + [12.790147, 56.217239], + [12.82775, 56.232861], + [12.847986, 56.262693], + [12.820131, 56.294435], + [12.769041, 56.322269], + [12.744681, 56.356866], + [12.692902, 56.380484], + [12.63893, 56.387958], + [12.631311, 56.427886], + [12.679777, 56.45125], + [12.726867, 56.463849], + [12.796072, 56.448529], + [12.845413, 56.430363], + [12.90351, 56.444262], + [12.970531, 56.421723], + [12.946641, 56.367426], + [12.991069, 56.361417], + [13.151296, 56.351128], + [13.201848, 56.328545], + [13.245562, 56.354316], + [13.30239, 56.38791], + [13.377822, 56.415257], + [13.419671, 56.413411], + [13.456948, 56.430976], + [13.496908, 56.40995], + [13.576733, 56.409336], + [13.704803, 56.427904] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5952", + "properties": { + "name": "Södermanland", + "ISOCODE": "SE-D", + "density": 0, + "path": "/world/Sweden/Södermanland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [15.957998, 58.964954], + [15.861152, 58.998543], + [15.842913, 59.024969], + [15.793686, 59.038744], + [15.741645, 58.980315], + [15.632189, 59.003186], + [15.60572, 59.024738], + [15.626191, 59.068818], + [15.67838, 59.112848], + [15.77157, 59.120034], + [15.76967, 59.150025], + [15.836473, 59.146553], + [15.88547, 59.17077], + [15.8928, 59.206528], + [16.003208, 59.227019], + [16.071096, 59.240992], + [16.18053, 59.246935], + [16.262136, 59.263578], + [16.298367, 59.295709], + [16.256686, 59.29831], + [16.065614, 59.266667], + [15.994806, 59.294491], + [15.854282, 59.299654], + [15.926026, 59.342651], + [15.997484, 59.374585], + [16.051708, 59.364027], + [16.135169, 59.357093], + [16.259268, 59.37112], + [16.272445, 59.395678], + [16.223928, 59.415025], + [16.230719, 59.442687], + [16.418483, 59.449285], + [16.516766, 59.459317], + [16.606516, 59.449902], + [16.704018, 59.465472], + [16.785448, 59.467688], + [16.838723, 59.480475], + [16.952543, 59.452837], + [16.969108, 59.487998], + [17.015002, 59.499396], + [17.073235, 59.477254], + [17.042047, 59.441275], + [17.078064, 59.377072], + [17.153305, 59.379127], + [17.119961, 59.439536], + [17.147294, 59.461235], + [17.28126, 59.442797], + [17.324243, 59.39254], + [17.272472, 59.359868], + [17.303352, 59.355882], + [17.312383, 59.324364], + [17.257208, 59.304654], + [17.284619, 59.267922], + [17.2402, 59.242159], + [17.254024, 59.1904], + [17.303785, 59.141533], + [17.288877, 59.050081], + [17.363874, 58.992116], + [17.521423, 58.991624], + [17.525158, 58.967763], + [17.599992, 58.947757], + [17.618799, 58.904807], + [17.568235, 58.878021], + [17.590801, 58.850163], + [17.557265, 58.83938], + [17.492754, 58.867787], + [17.474671, 58.804702], + [17.500854, 58.788054], + [17.44982, 58.785626], + [17.430488, 58.787918], + [17.403733, 58.791341], + [17.388204, 58.746566], + [17.322767, 58.754499], + [17.281343, 58.729444], + [17.179821, 58.742193], + [17.127679, 58.742245], + [17.07932, 58.769217], + [17.013081, 58.755686], + [17.082624, 58.721222], + [17.132711, 58.696555], + [17.088578, 58.661573], + [17.028652, 58.683893], + [16.969577, 58.687986], + [16.926079, 58.676485], + [17.009309, 58.663478], + [17.010452, 58.641641], + [16.901324, 58.622002], + [16.81966, 58.627582], + [16.748196, 58.632426], + [16.687673, 58.679989], + [16.545128, 58.705745], + [16.369292, 58.709946], + [16.252765, 58.829031], + [16.226436, 58.849408], + [16.166874, 58.857371], + [16.098733, 58.897205], + [16.053636, 58.941628], + [15.957998, 58.964954] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5945", + "properties": { + "name": "Stockholm", + "ISOCODE": "SE-AB", + "density": 0, + "path": "/world/Sweden/Stockholm" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [18.220655, 58.91485], + [18.193831, 58.916893], + [18.193392, 58.924624], + [18.188053, 58.9288], + [18.171758, 58.921151], + [18.156478, 58.916832], + [18.147338, 58.915713], + [18.14697, 58.924135], + [18.171306, 58.934603], + [18.199549, 58.94531], + [18.210995, 58.949723], + [18.271648, 58.967647], + [18.289367, 58.964497], + [18.3221, 58.974382], + [18.333256, 58.981825], + [18.345373, 58.986205], + [18.352715, 58.982648], + [18.35147, 58.971913], + [18.341859, 58.966802], + [18.289962, 58.952703], + [18.282019, 58.945194], + [18.296826, 58.939423], + [18.307072, 58.933091], + [18.274589, 58.924878], + [18.254858, 58.927076], + [18.242295, 58.924044], + [18.233213, 58.917884], + [18.220655, 58.91485] + ] + ], + [ + [ + [18.073404, 58.971003], + [18.058293, 58.968357], + [18.051991, 58.969859], + [18.057964, 58.977442], + [18.055924, 58.988577], + [18.058954, 58.99288], + [18.081424, 59.003757], + [18.08333, 59.009417], + [18.080998, 59.017882], + [18.081178, 59.019549], + [18.090344, 59.026725], + [18.101561, 59.028798], + [18.133728, 59.027659], + [18.16169, 59.035352], + [18.193524, 59.030845], + [18.20579, 59.03087], + [18.201266, 59.024937], + [18.187286, 59.021261], + [18.172392, 59.020968], + [18.163148, 59.013135], + [18.164196, 59.005033], + [18.157301, 59.001189], + [18.146015, 59.00416], + [18.136424, 58.999025], + [18.138763, 58.990892], + [18.15031, 58.978497], + [18.138839, 58.973747], + [18.121254, 58.972176], + [18.111361, 58.976125], + [18.108356, 58.984261], + [18.100404, 58.988156], + [18.090424, 58.985378], + [18.082916, 58.975479], + [18.073404, 58.971003] + ] + ], + [ + [ + [18.405631, 59.010462], + [18.394058, 59.010774], + [18.387944, 59.019348], + [18.363574, 59.015296], + [18.344953, 59.02185], + [18.341099, 59.033376], + [18.350188, 59.039189], + [18.359754, 59.043635], + [18.36469, 59.047202], + [18.361842, 59.050635], + [18.348775, 59.049311], + [18.345434, 59.05411], + [18.374735, 59.072483], + [18.373862, 59.0762], + [18.365665, 59.078105], + [18.370564, 59.081331], + [18.411055, 59.08999], + [18.465161, 59.120444], + [18.466625, 59.121752], + [18.484829, 59.100738], + [18.477913, 59.091513], + [18.454017, 59.081081], + [18.452444, 59.067677], + [18.425671, 59.054623], + [18.416893, 59.01822], + [18.405631, 59.010462] + ] + ], + [ + [ + [18.675986, 59.205234], + [18.683414, 59.212749], + [18.69393, 59.21883], + [18.704637, 59.216167], + [18.698645, 59.20457], + [18.724723, 59.210535], + [18.738223, 59.209449], + [18.731892, 59.200565], + [18.720341, 59.196531], + [18.70259, 59.194709], + [18.682536, 59.190251], + [18.666427, 59.186016], + [18.650039, 59.179433], + [18.652813, 59.186064], + [18.675986, 59.205234] + ] + ], + [ + [ + [18.736569, 59.28818], + [18.765911, 59.298744], + [18.779756, 59.300019], + [18.799998, 59.29033], + [18.77699, 59.278578], + [18.771376, 59.265295], + [18.756347, 59.259691], + [18.741868, 59.263485], + [18.724618, 59.260972], + [18.714259, 59.261276], + [18.714149, 59.270692], + [18.724202, 59.283177], + [18.736569, 59.28818] + ] + ], + [ + [ + [17.777515, 59.096603], + [17.772393, 59.110159], + [17.774107, 59.120881], + [17.737907, 59.108235], + [17.732073, 59.101641], + [17.737399, 59.083378], + [17.735588, 59.071319], + [17.70533, 59.065929], + [17.691281, 59.067921], + [17.688868, 59.083095], + [17.689553, 59.096859], + [17.700994, 59.11475], + [17.691577, 59.142624], + [17.685497, 59.149033], + [17.679416, 59.159923], + [17.673725, 59.168104], + [17.666902, 59.171281], + [17.656725, 59.166785], + [17.659099, 59.157664], + [17.675791, 59.14252], + [17.680758, 59.126618], + [17.679825, 59.116889], + [17.673517, 59.111988], + [17.663695, 59.110853], + [17.654787, 59.11239], + [17.648393, 59.106474], + [17.653092, 59.101343], + [17.624976, 59.091513], + [17.618176, 59.087963], + [17.617977, 59.078897], + [17.631718, 59.073901], + [17.633104, 59.06782], + [17.614822, 59.052076], + [17.614916, 59.01175], + [17.621373, 58.998173], + [17.632729, 59.002305], + [17.647988, 59.02046], + [17.653125, 59.033784], + [17.656744, 59.05152], + [17.672165, 59.057243], + [17.685853, 59.051568], + [17.68848, 59.038735], + [17.692862, 58.990255], + [17.695064, 58.959289], + [17.686853, 58.940651], + [17.675993, 58.935169], + [17.657837, 58.940602], + [17.636825, 58.943065], + [17.618799, 58.904807], + [17.599992, 58.947757], + [17.525158, 58.967763], + [17.521423, 58.991624], + [17.363874, 58.992116], + [17.288877, 59.050081], + [17.303785, 59.141533], + [17.254024, 59.1904], + [17.2402, 59.242159], + [17.284619, 59.267922], + [17.302205, 59.251821], + [17.331237, 59.256997], + [17.3618, 59.257084], + [17.384659, 59.250946], + [17.417677, 59.242236], + [17.414503, 59.250365], + [17.380602, 59.2789], + [17.376652, 59.285699], + [17.378265, 59.311546], + [17.368368, 59.317447], + [17.366441, 59.325209], + [17.38364, 59.328243], + [17.389559, 59.321402], + [17.399751, 59.318853], + [17.424974, 59.309627], + [17.438008, 59.309716], + [17.465699, 59.292029], + [17.544274, 59.268943], + [17.566333, 59.268494], + [17.577899, 59.260194], + [17.590315, 59.2401], + [17.607179, 59.218912], + [17.6148, 59.210357], + [17.628912, 59.208373], + [17.632192, 59.215699], + [17.61965, 59.23411], + [17.614148, 59.256292], + [17.610602, 59.262187], + [17.60323, 59.266715], + [17.597923, 59.272535], + [17.603938, 59.281152], + [17.623836, 59.285105], + [17.634541, 59.281516], + [17.65475, 59.281761], + [17.656026, 59.288459], + [17.683696, 59.285172], + [17.70826, 59.276914], + [17.716297, 59.265985], + [17.73654, 59.256115], + [17.759106, 59.264703], + [17.780778, 59.260363], + [17.804356, 59.262023], + [17.84083, 59.262545], + [17.858383, 59.2561], + [17.867073, 59.245816], + [17.872041, 59.236955], + [17.882334, 59.244559], + [17.882449, 59.273237], + [17.875727, 59.279558], + [17.880688, 59.289859], + [17.904724, 59.295688], + [17.921752, 59.303018], + [17.941049, 59.306942], + [17.96163, 59.310823], + [17.985302, 59.312961], + [17.992951, 59.317476], + [18.015761, 59.317603], + [18.038322, 59.32143], + [18.06328, 59.323173], + [18.079809, 59.31941], + [18.102331, 59.317058], + [18.120399, 59.315382], + [18.142848, 59.318187], + [18.17829, 59.326365], + [18.197818, 59.331926], + [18.204894, 59.331077], + [18.2042, 59.318985], + [18.20694, 59.302788], + [18.213466, 59.297234], + [18.25186, 59.296923], + [18.271522, 59.298097], + [18.286801, 59.295004], + [18.294806, 59.285386], + [18.298548, 59.278229], + [18.324226, 59.275202], + [18.337613, 59.272823], + [18.341387, 59.265996], + [18.330617, 59.262927], + [18.310779, 59.265807], + [18.276253, 59.271083], + [18.258616, 59.270527], + [18.254389, 59.267617], + [18.257288, 59.264509], + [18.264573, 59.259953], + [18.288465, 59.258323], + [18.340149, 59.238476], + [18.357032, 59.227261], + [18.371625, 59.22418], + [18.386973, 59.222089], + [18.403837, 59.205165], + [18.395962, 59.198982], + [18.375102, 59.192822], + [18.365331, 59.181321], + [18.378747, 59.173791], + [18.410412, 59.167331], + [18.424923, 59.169294], + [18.440839, 59.172214], + [18.448855, 59.168629], + [18.426532, 59.144365], + [18.412307, 59.139371], + [18.400255, 59.136001], + [18.38993, 59.136279], + [18.38594, 59.141092], + [18.376303, 59.141696], + [18.351502, 59.129252], + [18.34309, 59.129138], + [18.328316, 59.130199], + [18.315009, 59.127187], + [18.284406, 59.120258], + [18.269238, 59.106546], + [18.315364, 59.107683], + [18.317801, 59.1009], + [18.30075, 59.093281], + [18.251947, 59.085149], + [18.22796, 59.079043], + [18.213435, 59.070674], + [18.201612, 59.068962], + [18.198869, 59.073405], + [18.198947, 59.079788], + [18.215243, 59.08677], + [18.225326, 59.090201], + [18.228298, 59.093487], + [18.220423, 59.098402], + [18.227598, 59.1046], + [18.23831, 59.107686], + [18.248089, 59.108437], + [18.257727, 59.113563], + [18.25694, 59.117951], + [18.247708, 59.122229], + [18.224864, 59.120807], + [18.211546, 59.117453], + [18.202871, 59.109271], + [18.210798, 59.105038], + [18.206304, 59.099437], + [18.188721, 59.092828], + [18.14244, 59.083908], + [18.136792, 59.079349], + [18.108524, 59.075355], + [18.100771, 59.069484], + [18.09449, 59.059223], + [18.082598, 59.056837], + [18.059217, 59.055728], + [18.042097, 59.052782], + [18.035332, 59.043874], + [18.033758, 59.035172], + [18.026067, 59.029647], + [18.014742, 59.032606], + [18.012449, 59.041401], + [17.999881, 59.04271], + [17.997778, 59.037052], + [18.005442, 59.011652], + [18.00711, 59.002877], + [18.002179, 58.998965], + [17.993743, 58.998497], + [17.990164, 59.007654], + [17.983616, 59.012856], + [17.976055, 59.002279], + [17.973796, 58.992924], + [17.955776, 58.968475], + [17.963382, 58.936038], + [17.952026, 58.913445], + [17.929321, 58.905576], + [17.906789, 58.892663], + [17.890775, 58.868164], + [17.875194, 58.860135], + [17.848452, 58.811342], + [17.785316, 58.802358], + [17.785629, 58.812097], + [17.803528, 58.824464], + [17.817414, 58.834908], + [17.821548, 58.850612], + [17.800399, 58.877296], + [17.77638, 58.90137], + [17.7538, 58.91397], + [17.747066, 58.9242], + [17.753442, 58.930111], + [17.757107, 58.967671], + [17.745773, 58.976992], + [17.747199, 58.985034], + [17.756615, 58.995569], + [17.747848, 59.024668], + [17.736451, 59.040391], + [17.737396, 59.050101], + [17.748961, 59.062625], + [17.760793, 59.071095], + [17.757327, 59.081931], + [17.764286, 59.093535], + [17.777515, 59.096603] + ] + ], + [ + [ + [17.890465, 59.33434], + [17.891071, 59.327605], + [17.884921, 59.324722], + [17.88216, 59.320069], + [17.876937, 59.310446], + [17.860547, 59.3031], + [17.846482, 59.305431], + [17.833841, 59.315802], + [17.808198, 59.332855], + [17.806219, 59.338937], + [17.814378, 59.348833], + [17.820697, 59.353404], + [17.841715, 59.354946], + [17.856314, 59.35091], + [17.869974, 59.337836], + [17.879311, 59.333584], + [17.890465, 59.33434] + ] + ], + [ + [ + [18.359343, 59.35865], + [18.394719, 59.360054], + [18.415789, 59.356113], + [18.447141, 59.340133], + [18.446963, 59.333087], + [18.433452, 59.329076], + [18.439498, 59.325218], + [18.437021, 59.320912], + [18.41845, 59.30697], + [18.412182, 59.298051], + [18.421268, 59.292436], + [18.451539, 59.294968], + [18.476409, 59.29058], + [18.498906, 59.282904], + [18.507831, 59.27593], + [18.538854, 59.268671], + [18.547159, 59.267437], + [18.551749, 59.273025], + [18.539372, 59.278415], + [18.540722, 59.284089], + [18.610263, 59.288502], + [18.680398, 59.297238], + [18.684966, 59.292063], + [18.635734, 59.262891], + [18.638963, 59.257423], + [18.619898, 59.255941], + [18.603326, 59.253398], + [18.592168, 59.247332], + [18.566288, 59.243016], + [18.564939, 59.231961], + [18.548293, 59.228729], + [18.535195, 59.222718], + [18.524279, 59.218312], + [18.482125, 59.224531], + [18.47095, 59.239633], + [18.449153, 59.242251], + [18.424151, 59.250661], + [18.414091, 59.26472], + [18.397782, 59.269878], + [18.378112, 59.285195], + [18.346343, 59.286375], + [18.333188, 59.290762], + [18.339624, 59.295631], + [18.349807, 59.299393], + [18.342981, 59.313365], + [18.34681, 59.318302], + [18.363029, 59.323247], + [18.370979, 59.330096], + [18.360834, 59.332388], + [18.343113, 59.331396], + [18.329838, 59.334887], + [18.304681, 59.337231], + [18.298922, 59.321248], + [18.293567, 59.314327], + [18.279915, 59.308974], + [18.25846, 59.30348], + [18.234552, 59.305104], + [18.22322, 59.308755], + [18.222384, 59.312811], + [18.221967, 59.320551], + [18.226567, 59.343968], + [18.250748, 59.350404], + [18.259633, 59.353874], + [18.264337, 59.3608], + [18.306833, 59.361716], + [18.324256, 59.359916], + [18.345229, 59.36092], + [18.359343, 59.35865] + ] + ], + [ + [ + [18.904417, 59.355742], + [18.906362, 59.350639], + [18.893995, 59.345974], + [18.893105, 59.339276], + [18.881154, 59.327872], + [18.883053, 59.322437], + [18.893662, 59.314048], + [18.884647, 59.30995], + [18.85174, 59.312304], + [18.85901, 59.318135], + [18.863244, 59.33044], + [18.868286, 59.344074], + [18.874364, 59.350615], + [18.887698, 59.357612], + [18.895631, 59.358367], + [18.904417, 59.355742] + ] + ], + [ + [ + [18.105711, 59.3897], + [18.113187, 59.392199], + [18.128691, 59.39081], + [18.148454, 59.386614], + [18.175089, 59.379559], + [18.203472, 59.37649], + [18.214391, 59.374861], + [18.229028, 59.377517], + [18.242522, 59.375488], + [18.244413, 59.36922], + [18.238427, 59.368191], + [18.222749, 59.367926], + [18.216546, 59.365059], + [18.218117, 59.361654], + [18.223543, 59.357818], + [18.217673, 59.351927], + [18.20548, 59.347869], + [18.188079, 59.34394], + [18.165982, 59.344495], + [18.143589, 59.348419], + [18.129928, 59.360526], + [18.126038, 59.366674], + [18.12615, 59.373722], + [18.119513, 59.37859], + [18.10741, 59.381256], + [18.10459, 59.385355], + [18.105711, 59.3897] + ] + ], + [ + [ + [18.720766, 59.363635], + [18.729915, 59.353612], + [18.73177, 59.342469], + [18.731305, 59.328692], + [18.724229, 59.31915], + [18.708442, 59.312883], + [18.682707, 59.305235], + [18.672031, 59.303189], + [18.664491, 59.30543], + [18.670659, 59.323411], + [18.671399, 59.334487], + [18.664652, 59.348126], + [18.637027, 59.372459], + [18.668394, 59.377945], + [18.684242, 59.369081], + [18.69529, 59.373795], + [18.720766, 59.363635] + ] + ], + [ + [ + [17.487842, 59.377946], + [17.469742, 59.38704], + [17.467512, 59.391117], + [17.469938, 59.396447], + [17.470617, 59.403818], + [17.469105, 59.408892], + [17.471086, 59.416247], + [17.491784, 59.421216], + [17.505323, 59.419263], + [17.509211, 59.411796], + [17.521593, 59.404487], + [17.534659, 59.383386], + [17.542681, 59.378521], + [17.544554, 59.370415], + [17.538113, 59.364494], + [17.534959, 59.358512], + [17.539753, 59.347], + [17.530719, 59.340799], + [17.519076, 59.341698], + [17.502919, 59.35043], + [17.492809, 59.361048], + [17.496246, 59.370044], + [17.487842, 59.377946] + ] + ], + [ + [ + [17.613013, 59.363289], + [17.599256, 59.362573], + [17.588012, 59.367835], + [17.572366, 59.389004], + [17.563821, 59.388168], + [17.553906, 59.387026], + [17.543827, 59.390932], + [17.540547, 59.397718], + [17.535539, 59.406889], + [17.532551, 59.417038], + [17.548257, 59.424443], + [17.562865, 59.426833], + [17.580748, 59.429482], + [17.593141, 59.429224], + [17.636342, 59.361788], + [17.653553, 59.32379], + [17.681326, 59.321184], + [17.700001, 59.312375], + [17.735407, 59.301521], + [17.759524, 59.29528], + [17.773016, 59.29364], + [17.797593, 59.298475], + [17.809842, 59.297191], + [17.808818, 59.293517], + [17.83923, 59.285431], + [17.843067, 59.278286], + [17.839523, 59.275343], + [17.812957, 59.2699], + [17.784051, 59.273566], + [17.775996, 59.277774], + [17.763808, 59.279394], + [17.726705, 59.279202], + [17.685412, 59.296227], + [17.647958, 59.3061], + [17.632197, 59.311475], + [17.626205, 59.316982], + [17.624336, 59.324748], + [17.628258, 59.331715], + [17.624395, 59.34591], + [17.611613, 59.348539], + [17.617539, 59.356143], + [17.613013, 59.363289] + ] + ], + [ + [ + [18.46251, 59.397542], + [18.456057, 59.403763], + [18.444578, 59.406097], + [18.438069, 59.411653], + [18.436007, 59.416419], + [18.44477, 59.418532], + [18.454389, 59.416918], + [18.465202, 59.419985], + [18.478839, 59.419276], + [18.499447, 59.416696], + [18.504982, 59.413843], + [18.519049, 59.389921], + [18.584156, 59.367255], + [18.602381, 59.372111], + [18.615346, 59.37141], + [18.622485, 59.365813], + [18.621694, 59.359453], + [18.612022, 59.355027], + [18.601497, 59.354319], + [18.589927, 59.355654], + [18.568978, 59.355237], + [18.549203, 59.353446], + [18.554224, 59.346577], + [18.575987, 59.348649], + [18.605278, 59.342778], + [18.626663, 59.336451], + [18.634508, 59.326141], + [18.633459, 59.317757], + [18.62489, 59.30658], + [18.611601, 59.299215], + [18.58714, 59.296219], + [18.537813, 59.292243], + [18.517969, 59.289766], + [18.483568, 59.30148], + [18.469329, 59.302203], + [18.456141, 59.306271], + [18.457144, 59.314648], + [18.468641, 59.339884], + [18.469026, 59.348615], + [18.464374, 59.353452], + [18.45844, 59.358315], + [18.455752, 59.363094], + [18.459936, 59.370714], + [18.466906, 59.37994], + [18.467308, 59.38867], + [18.46251, 59.397542] + ] + ], + [ + [ + [18.934964, 59.393809], + [18.93918, 59.376524], + [18.931314, 59.371395], + [18.914443, 59.372247], + [18.910567, 59.377406], + [18.912476, 59.39653], + [18.906058, 59.402432], + [18.920349, 59.406699], + [18.923945, 59.413988], + [18.934294, 59.418043], + [18.951642, 59.415821], + [18.955161, 59.407975], + [18.934964, 59.393809] + ] + ], + [ + [ + [17.786655, 59.325938], + [17.789765, 59.317801], + [17.781194, 59.310254], + [17.760709, 59.307357], + [17.733154, 59.311655], + [17.71992, 59.323038], + [17.713198, 59.327555], + [17.696928, 59.327567], + [17.678913, 59.343414], + [17.654215, 59.364436], + [17.636785, 59.386985], + [17.630513, 59.403252], + [17.604408, 59.431008], + [17.60151, 59.441831], + [17.598077, 59.446933], + [17.599664, 59.449928], + [17.613759, 59.453667], + [17.628562, 59.444285], + [17.643226, 59.440623], + [17.6629, 59.427765], + [17.679342, 59.422035], + [17.690812, 59.42583], + [17.709329, 59.421395], + [17.730435, 59.410177], + [17.724953, 59.407617], + [17.713888, 59.407851], + [17.703816, 59.405044], + [17.70193, 59.399038], + [17.713049, 59.386027], + [17.723235, 59.383454], + [17.731315, 59.385966], + [17.730676, 59.3927], + [17.734892, 59.395637], + [17.762032, 59.379915], + [17.764819, 59.37515], + [17.775646, 59.365837], + [17.780858, 59.352613], + [17.778181, 59.338898], + [17.776119, 59.331207], + [17.786655, 59.325938] + ] + ], + [ + [ + [18.312451, 59.432833], + [18.313948, 59.440195], + [18.323623, 59.444634], + [18.332217, 59.44542], + [18.344474, 59.438375], + [18.358464, 59.434977], + [18.359981, 59.431238], + [18.336789, 59.428493], + [18.317294, 59.418254], + [18.305452, 59.423268], + [18.312451, 59.432833] + ] + ], + [ + [ + [18.851129, 59.407148], + [18.853964, 59.413792], + [18.851215, 59.422614], + [18.850798, 59.429352], + [18.858237, 59.436193], + [18.873584, 59.443451], + [18.891161, 59.447618], + [18.904926, 59.447875], + [18.919184, 59.446764], + [18.922318, 59.440949], + [18.922689, 59.43387], + [18.91289, 59.429128], + [18.903084, 59.429091], + [18.900949, 59.418066], + [18.884783, 59.409484], + [18.869622, 59.403553], + [18.864312, 59.39801], + [18.859778, 59.393427], + [18.845327, 59.387818], + [18.835925, 59.390795], + [18.840197, 59.398393], + [18.851129, 59.407148] + ] + ], + [ + [ + [18.578819, 59.45616], + [18.573637, 59.451267], + [18.57214, 59.439201], + [18.560556, 59.430114], + [18.544714, 59.428876], + [18.543513, 59.434964], + [18.54624, 59.446654], + [18.539295, 59.453913], + [18.526332, 59.460327], + [18.523199, 59.466795], + [18.525127, 59.477165], + [18.522351, 59.481282], + [18.513617, 59.484876], + [18.519902, 59.493448], + [18.53205, 59.496465], + [18.54434, 59.495121], + [18.546792, 59.488334], + [18.559461, 59.484951], + [18.570249, 59.492716], + [18.575762, 59.500288], + [18.568841, 59.5025], + [18.552564, 59.503292], + [18.552353, 59.506997], + [18.562169, 59.512098], + [18.561604, 59.518173], + [18.568707, 59.522675], + [18.584658, 59.529621], + [18.590435, 59.539207], + [18.634702, 59.552062], + [18.644499, 59.556834], + [18.660933, 59.562414], + [18.672375, 59.559388], + [18.661773, 59.553315], + [18.662653, 59.549919], + [18.676459, 59.5502], + [18.676271, 59.538429], + [18.687704, 59.535412], + [18.688443, 59.531021], + [18.67252, 59.529467], + [18.662516, 59.52303], + [18.646422, 59.509711], + [18.636613, 59.499568], + [18.620406, 59.495661], + [18.608743, 59.496666], + [18.599179, 59.493574], + [18.592992, 59.486018], + [18.599884, 59.473045], + [18.598276, 59.459985], + [18.591861, 59.455784], + [18.578819, 59.45616] + ] + ], + [ + [ + [18.972064, 59.641328], + [18.970129, 59.620786], + [18.913901, 59.619438], + [18.90537, 59.594597], + [18.857532, 59.599277], + [18.772293, 59.569008], + [18.754338, 59.577462], + [18.807577, 59.598636], + [18.856431, 59.638718], + [18.91721, 59.655182], + [18.972064, 59.641328] + ] + ], + [ + [ + [18.06328, 59.323173], + [18.067536, 59.332483], + [18.045794, 59.330317], + [18.028819, 59.33006], + [18.0111, 59.33486], + [17.993153, 59.346046], + [17.988285, 59.347169], + [17.983937, 59.343237], + [17.9822, 59.332858], + [17.975216, 59.322271], + [17.960566, 59.319264], + [17.948118, 59.318544], + [17.931588, 59.328674], + [17.912879, 59.33046], + [17.902344, 59.335748], + [17.894751, 59.344319], + [17.856849, 59.35628], + [17.830902, 59.370316], + [17.79688, 59.388995], + [17.786621, 59.397187], + [17.776716, 59.402779], + [17.773612, 59.410907], + [17.775569, 59.423977], + [17.795687, 59.455117], + [17.799954, 59.458383], + [17.803439, 59.460655], + [17.806687, 59.466963], + [17.79833, 59.472756], + [17.782548, 59.46751], + [17.772269, 59.482516], + [17.759711, 59.481456], + [17.750884, 59.464842], + [17.752121, 59.444316], + [17.739471, 59.435525], + [17.72916, 59.437087], + [17.729767, 59.443121], + [17.716196, 59.444766], + [17.699566, 59.448483], + [17.697969, 59.465664], + [17.688699, 59.47123], + [17.68769, 59.481004], + [17.669336, 59.487445], + [17.646568, 59.49565], + [17.625758, 59.4971], + [17.611816, 59.488324], + [17.61516, 59.482208], + [17.621675, 59.475007], + [17.617174, 59.469053], + [17.600872, 59.469395], + [17.595747, 59.477564], + [17.596354, 59.497712], + [17.588947, 59.502572], + [17.576439, 59.501817], + [17.570619, 59.495557], + [17.57586, 59.488734], + [17.567889, 59.48754], + [17.531971, 59.50945], + [17.527268, 59.515258], + [17.531089, 59.521224], + [17.54552, 59.528323], + [17.560348, 59.532731], + [17.571732, 59.549295], + [17.568373, 59.555419], + [17.566803, 59.56194], + [17.572272, 59.575828], + [17.534039, 59.595093], + [17.531076, 59.612622], + [17.54506, 59.628804], + [17.560992, 59.637211], + [17.575552, 59.638263], + [17.590883, 59.649817], + [17.582479, 59.655929], + [17.611378, 59.669109], + [17.639668, 59.675908], + [17.635471, 59.694983], + [17.664943, 59.692181], + [17.69249, 59.690917], + [17.705425, 59.681913], + [17.730847, 59.679352], + [17.736142, 59.666462], + [17.755084, 59.665033], + [17.768353, 59.679201], + [17.791375, 59.685409], + [17.813047, 59.684935], + [17.823724, 59.679986], + [17.843324, 59.684927], + [17.838109, 59.69176], + [17.917439, 59.707092], + [17.937252, 59.707643], + [17.954933, 59.712607], + [17.987989, 59.725944], + [18.009106, 59.726121], + [18.036655, 59.736889], + [18.046224, 59.733969], + [18.067611, 59.736476], + [18.089003, 59.736124], + [18.139746, 59.814136], + [18.297296, 59.832933], + [18.373688, 59.868859], + [18.402974, 59.995796], + [18.441823, 60.003674], + [18.381651, 60.045272], + [18.462378, 60.056678], + [18.488981, 60.105569], + [18.510938, 60.154819], + [18.610063, 60.141523], + [18.675926, 60.130825], + [18.708345, 60.162836], + [18.721155, 60.212805], + [18.799047, 60.171928], + [18.781452, 60.107765], + [18.81998, 60.091902], + [18.859702, 60.003048], + [18.928683, 59.937247], + [19.021565, 59.900412], + [19.084355, 59.871483], + [19.041212, 59.818581], + [18.969619, 59.820898], + [18.969519, 59.777155], + [19.068498, 59.759795], + [19.075275, 59.715475], + [19.014947, 59.696824], + [18.859398, 59.706079], + [18.741369, 59.675656], + [18.724113, 59.62242], + [18.667136, 59.577313], + [18.629752, 59.564985], + [18.608078, 59.55955], + [18.577278, 59.549339], + [18.545009, 59.537795], + [18.536261, 59.530649], + [18.517806, 59.529821], + [18.476439, 59.507761], + [18.466927, 59.505001], + [18.453728, 59.493252], + [18.436535, 59.486334], + [18.41661, 59.484174], + [18.410274, 59.480313], + [18.410849, 59.474257], + [18.389919, 59.457663], + [18.375981, 59.456016], + [18.363784, 59.458034], + [18.347309, 59.457125], + [18.341511, 59.463327], + [18.328444, 59.463669], + [18.316411, 59.461297], + [18.30888, 59.464189], + [18.299687, 59.469466], + [18.285248, 59.469175], + [18.277332, 59.462994], + [18.289384, 59.459649], + [18.302238, 59.457635], + [18.307409, 59.451447], + [18.300644, 59.443898], + [18.290971, 59.43944], + [18.269098, 59.436648], + [18.252583, 59.441108], + [18.235486, 59.440206], + [18.228678, 59.435007], + [18.234342, 59.430151], + [18.245385, 59.429532], + [18.263128, 59.430421], + [18.271573, 59.424146], + [18.285444, 59.41404], + [18.280962, 59.409114], + [18.268851, 59.406075], + [18.272344, 59.402282], + [18.294603, 59.402712], + [18.302561, 59.398133], + [18.294075, 59.392637], + [18.271564, 59.389859], + [18.214588, 59.388301], + [18.200684, 59.392355], + [18.185124, 59.393421], + [18.163352, 59.397337], + [18.165165, 59.407703], + [18.168427, 59.41939], + [18.175035, 59.425942], + [18.194913, 59.422419], + [18.202912, 59.423898], + [18.203025, 59.433469], + [18.202744, 59.439706], + [18.197178, 59.442529], + [18.172905, 59.436084], + [18.161167, 59.436377], + [18.157147, 59.441191], + [18.15369, 59.451355], + [18.142053, 59.448843], + [18.109527, 59.436319], + [18.116217, 59.431783], + [18.101139, 59.42544], + [18.096731, 59.41915], + [18.09564, 59.405071], + [18.087816, 59.393238], + [18.060215, 59.377949], + [18.097385, 59.355282], + [18.124142, 59.343522], + [18.137335, 59.333112], + [18.137244, 59.326396], + [18.124358, 59.321678], + [18.108299, 59.32375], + [18.091086, 59.333258], + [18.068623, 59.332698], + [18.077417, 59.327534], + [18.06328, 59.323173] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5951", + "properties": { + "name": "Uppsala", + "ISOCODE": "SE-C", + "density": 0, + "path": "/world/Sweden/Uppsala" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [17.365944, 59.612204], + [17.354637, 59.602885], + [17.422739, 59.527204], + [17.425629, 59.474315], + [17.340654, 59.47674], + [17.216958, 59.532646], + [17.10309, 59.560514], + [17.043533, 59.551906], + [16.973619, 59.531246], + [16.904703, 59.567374], + [16.868926, 59.674413], + [16.794534, 59.731978], + [16.744107, 59.781261], + [16.79965, 59.818725], + [16.831155, 59.860189], + [16.77806, 59.899971], + [16.79845, 59.922215], + [16.789547, 59.969982], + [16.691831, 60.010815], + [16.721706, 60.041525], + [16.692888, 60.110514], + [16.735034, 60.118663], + [16.720361, 60.199881], + [16.797354, 60.20168], + [16.881085, 60.241555], + [16.864918, 60.262563], + [16.905685, 60.287104], + [17.100329, 60.268682], + [17.199449, 60.30916], + [17.204033, 60.428678], + [17.300719, 60.471103], + [17.350723, 60.652299], + [17.607619, 60.649564], + [17.6027, 60.59601], + [17.65509, 60.524456], + [17.731006, 60.531741], + [17.789452, 60.578432], + [17.907688, 60.60258], + [17.987809, 60.574883], + [17.997374, 60.510549], + [18.101741, 60.43807], + [18.270508, 60.360885], + [18.368631, 60.346091], + [18.404703, 60.36697], + [18.366341, 60.45364], + [18.37286, 60.496823], + [18.408685, 60.504992], + [18.442838, 60.416812], + [18.511639, 60.356836], + [18.580964, 60.344128], + [18.566944, 60.312458], + [18.48179, 60.310016], + [18.561962, 60.27461], + [18.600384, 60.235163], + [18.569724, 60.208441], + [18.507949, 60.20967], + [18.510938, 60.154819], + [18.488981, 60.105569], + [18.462378, 60.056678], + [18.381651, 60.045272], + [18.441823, 60.003674], + [18.402974, 59.995796], + [18.373688, 59.868859], + [18.297296, 59.832933], + [18.139746, 59.814136], + [18.089003, 59.736124], + [18.067611, 59.736476], + [18.046224, 59.733969], + [18.036655, 59.736889], + [18.009106, 59.726121], + [17.987989, 59.725944], + [17.954933, 59.712607], + [17.937252, 59.707643], + [17.917439, 59.707092], + [17.838109, 59.69176], + [17.843324, 59.684927], + [17.823724, 59.679986], + [17.813047, 59.684935], + [17.791375, 59.685409], + [17.768353, 59.679201], + [17.755084, 59.665033], + [17.736142, 59.666462], + [17.730847, 59.679352], + [17.705425, 59.681913], + [17.69249, 59.690917], + [17.664943, 59.692181], + [17.635471, 59.694983], + [17.639668, 59.675908], + [17.611378, 59.669109], + [17.582479, 59.655929], + [17.590883, 59.649817], + [17.575552, 59.638263], + [17.560992, 59.637211], + [17.54506, 59.628804], + [17.531076, 59.612622], + [17.534039, 59.595093], + [17.572272, 59.575828], + [17.566803, 59.56194], + [17.552448, 59.560436], + [17.539902, 59.545573], + [17.52639, 59.534088], + [17.507355, 59.533799], + [17.473833, 59.546898], + [17.441631, 59.568035], + [17.414038, 59.589403], + [17.404097, 59.603027], + [17.398345, 59.619598], + [17.365944, 59.612204] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5947", + "properties": { + "name": "Värmland", + "ISOCODE": "SE-S", + "density": 0, + "path": "/world/Sweden/Värmland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [13.100279, 59.250401], + [13.165903, 59.17391], + [13.223856, 59.072411], + [13.259445, 58.919466], + [13.214266, 58.897811], + [13.107242, 58.927272], + [13.07675, 59.025836], + [13.02433, 59.02605], + [12.995154, 59.065022], + [12.906321, 59.055735], + [12.898145, 59.095703], + [12.772443, 59.070446], + [12.766164, 59.152815], + [12.710107, 59.178242], + [12.638742, 59.195179], + [12.574241, 59.134316], + [12.464286, 59.144925], + [12.421316, 59.19716], + [12.346281, 59.187016], + [12.267497, 59.20217], + [12.230906, 59.273605], + [12.061838, 59.271632], + [12.084338, 59.197095], + [11.948192, 59.262415], + [11.820183, 59.235573], + [11.816902, 59.343649], + [11.779473, 59.386129], + [11.745303, 59.489708], + [11.696134, 59.588281], + [11.744468, 59.639175], + [11.856385, 59.654057], + [11.885405, 59.689248], + [11.941949, 59.725443], + [11.932417, 59.785153], + [11.864665, 59.846509], + [11.971592, 59.902875], + [12.055739, 59.887814], + [12.160815, 59.897271], + [12.222985, 59.935006], + [12.34922, 59.967109], + [12.380461, 60.012959], + [12.447545, 60.039019], + [12.506083, 60.133227], + [12.541099, 60.18615], + [12.49888, 60.32626], + [12.609446, 60.414559], + [12.602919, 60.522898], + [12.50815, 60.603461], + [12.511253, 60.652016], + [12.391956, 60.74586], + [12.33584, 60.848471], + [12.341859, 60.893326], + [12.232791, 61.019088], + [12.48608, 61.052799], + [12.615224, 61.046888], + [12.67632, 61.058109], + [12.702387, 61.007994], + [13.175439, 60.766119], + [13.204982, 60.69829], + [13.260102, 60.698038], + [13.305194, 60.636806], + [13.437233, 60.527082], + [13.496855, 60.447148], + [13.567866, 60.421451], + [13.692454, 60.41757], + [13.848025, 60.268447], + [13.967804, 60.188652], + [13.949398, 60.266798], + [14.018711, 60.268288], + [14.038642, 60.238516], + [14.137722, 60.244332], + [14.186498, 60.175911], + [14.215313, 60.098742], + [14.438386, 60.025714], + [14.462839, 59.978774], + [14.343046, 59.955533], + [14.375701, 59.919678], + [14.431005, 59.908021], + [14.415991, 59.831038], + [14.437498, 59.775802], + [14.384006, 59.758474], + [14.438439, 59.707092], + [14.42087, 59.671788], + [14.459988, 59.591606], + [14.463339, 59.532416], + [14.417155, 59.541872], + [14.397898, 59.515694], + [14.462847, 59.447502], + [14.375271, 59.397526], + [14.318646, 59.322986], + [14.319132, 59.312658], + [14.283942, 59.23205], + [14.299317, 59.182535], + [14.280654, 59.15813], + [14.329118, 59.097997], + [14.267813, 58.999752], + [14.21002, 59.042257], + [14.116709, 59.041012], + [14.147732, 59.084914], + [14.095629, 59.107214], + [14.023722, 59.078008], + [13.981626, 59.03839], + [13.947853, 59.045336], + [13.946891, 59.099556], + [14.003327, 59.160206], + [14.068541, 59.229468], + [14.032265, 59.321422], + [13.946915, 59.31806], + [13.886883, 59.338182], + [13.814243, 59.367262], + [13.745212, 59.335964], + [13.692335, 59.377949], + [13.604938, 59.355787], + [13.578262, 59.308783], + [13.504902, 59.27033], + [13.43751, 59.339867], + [13.380725, 59.374654], + [13.283936, 59.365894], + [13.255685, 59.343565], + [13.282733, 59.313629], + [13.222018, 59.308811], + [13.183029, 59.330169], + [13.148929, 59.353144], + [13.153958, 59.27899], + [13.100279, 59.250401] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5964", + "properties": { + "name": "Västerbotten", + "ISOCODE": "SE-AC", + "density": 0, + "path": "/world/Sweden/Västerbotten" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [19.747503, 63.542902], + [19.715459, 63.521124], + [19.746751, 63.467513], + [19.663447, 63.443113], + [19.577247, 63.522927], + [19.462651, 63.573854], + [19.414282, 63.544766], + [19.474985, 63.48167], + [19.386767, 63.464802], + [19.278277, 63.479233], + [19.177499, 63.566526], + [19.181385, 63.608157], + [18.964029, 63.768351], + [18.902779, 63.801993], + [18.800519, 63.796672], + [18.751064, 63.825746], + [18.6326, 63.839684], + [18.487956, 63.849883], + [18.424754, 63.925266], + [18.473282, 63.967387], + [18.381942, 64.00829], + [17.707624, 63.893245], + [17.260747, 63.929773], + [16.845236, 63.967878], + [16.724291, 64.026835], + [16.205936, 64.284373], + [16.033083, 64.277145], + [16.028569, 64.3498], + [15.757897, 64.428699], + [15.749737, 64.490632], + [15.703184, 64.550821], + [15.626895, 64.532844], + [15.639758, 64.456239], + [15.573138, 64.457665], + [15.542991, 64.533292], + [15.424268, 64.576922], + [15.422533, 64.602329], + [15.361526, 64.594345], + [15.335205, 64.622689], + [15.264455, 64.642234], + [15.332943, 64.66257], + [15.231793, 64.728705], + [15.046683, 64.765941], + [15.031683, 64.824446], + [14.950443, 64.873165], + [14.865919, 64.875005], + [14.786702, 64.91632], + [14.791616, 64.954046], + [14.720448, 64.988942], + [14.674495, 65.016749], + [14.620805, 65.024379], + [14.330409, 65.131043], + [14.371274, 65.260035], + [14.500314, 65.314538], + [14.50226, 65.457702], + [14.543711, 65.699209], + [14.638823, 65.820032], + [14.534875, 66.138284], + [14.980546, 66.149332], + [15.037858, 66.152371], + [15.483404, 66.29219], + [15.465048, 66.354476], + [15.822678, 66.300218], + [16.579049, 66.054594], + [16.779193, 66.053085], + [17.661291, 65.670906], + [17.793266, 65.646552], + [18.073337, 65.607358], + [18.180348, 65.592085], + [18.230943, 65.548221], + [18.293836, 65.52537], + [18.426727, 65.510038], + [18.514454, 65.487862], + [18.580069, 65.454381], + [18.701512, 65.451675], + [18.750524, 65.442875], + [18.766815, 65.418096], + [18.822811, 65.405167], + [18.852481, 65.381267], + [18.943659, 65.358563], + [19.041098, 65.340811], + [19.044366, 65.316895], + [19.08963, 65.320997], + [19.285443, 65.257795], + [19.250513, 65.2366], + [19.253559, 65.212672], + [19.334676, 65.188571], + [19.413849, 65.149967], + [19.599065, 65.191012], + [19.653998, 65.214296], + [19.881292, 65.394348], + [20.755287, 65.213666], + [21.29237, 65.170224], + [21.312535, 65.131809], + [21.501578, 65.080467], + [21.357536, 64.968373], + [21.236689, 64.95136], + [21.26735, 64.899197], + [21.13049, 64.830395], + [21.016441, 64.843818], + [21.070464, 64.786069], + [21.253581, 64.773912], + [21.24312, 64.690488], + [21.191743, 64.663803], + [21.251692, 64.610913], + [21.365504, 64.599068], + [21.450557, 64.554831], + [21.486995, 64.472682], + [21.568673, 64.474526], + [21.568534, 64.439671], + [21.436043, 64.350693], + [21.224596, 64.285776], + [21.079606, 64.213613], + [20.957981, 64.150933], + [20.914119, 64.055838], + [20.822494, 63.946577], + [20.739672, 63.870727], + [20.663084, 63.813853], + [20.514855, 63.806338], + [20.429416, 63.762345], + [20.397913, 63.690009], + [20.312154, 63.691708], + [20.286565, 63.660925], + [20.117641, 63.660281], + [20.014995, 63.670496], + [19.995018, 63.622792], + [19.910152, 63.626026], + [19.747503, 63.542902] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5957", + "properties": { + "name": "Västernorrland", + "ISOCODE": "SE-Y", + "density": 0, + "path": "/world/Sweden/Västernorrland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [16.240344, 62.253612], + [16.060189, 62.250909], + [16.021537, 62.270777], + [15.620056, 62.358247], + [15.478617, 62.352934], + [15.324458, 62.289022], + [15.273172, 62.307283], + [15.159058, 62.26774], + [14.947128, 62.325005], + [14.868697, 62.408254], + [14.805508, 62.416016], + [14.780401, 62.466586], + [14.835259, 62.46766], + [14.801025, 62.541527], + [14.794852, 62.601458], + [14.916465, 62.613257], + [15.077826, 62.604382], + [15.141298, 62.574191], + [15.256146, 62.611961], + [15.595481, 62.634596], + [15.963469, 62.718241], + [16.128164, 62.70015], + [16.252958, 62.723953], + [16.368134, 62.707739], + [16.397626, 62.77552], + [16.472705, 62.821948], + [16.660556, 62.932433], + [17.011966, 62.954213], + [16.602047, 63.184227], + [16.126467, 63.379445], + [16.135344, 63.440536], + [16.05556, 63.459322], + [15.983423, 63.446879], + [15.972622, 63.516247], + [15.991134, 63.564156], + [15.797167, 63.673845], + [15.878331, 63.68775], + [15.988516, 63.658453], + [16.097767, 63.699727], + [16.251437, 63.666061], + [16.302706, 63.688617], + [16.371423, 63.672135], + [16.613574, 63.718331], + [16.574807, 63.822034], + [16.587966, 63.893795], + [16.724291, 64.026835], + [16.845236, 63.967878], + [17.260747, 63.929773], + [17.707624, 63.893245], + [18.381942, 64.00829], + [18.473282, 63.967387], + [18.424754, 63.925266], + [18.487956, 63.849883], + [18.6326, 63.839684], + [18.751064, 63.825746], + [18.800519, 63.796672], + [18.902779, 63.801993], + [18.964029, 63.768351], + [19.181385, 63.608157], + [19.177499, 63.566526], + [19.278277, 63.479233], + [19.228351, 63.340229], + [19.114491, 63.328837], + [19.099144, 63.246162], + [19.018195, 63.20307], + [18.935877, 63.231118], + [18.719234, 63.168825], + [18.608069, 63.173271], + [18.501343, 63.081461], + [18.485984, 63.034639], + [18.401437, 63.033415], + [18.379081, 63.004073], + [18.542346, 62.990531], + [18.489797, 62.921514], + [18.382678, 62.843678], + [18.26945, 62.884483], + [18.218713, 62.864419], + [18.276776, 62.836662], + [18.135396, 62.772037], + [18.007748, 62.785754], + [18.021163, 62.750897], + [18.157089, 62.754154], + [18.048175, 62.678104], + [17.976248, 62.652173], + [18.062627, 62.615273], + [17.906459, 62.560644], + [17.846163, 62.484796], + [17.74874, 62.511415], + [17.676342, 62.48178], + [17.696044, 62.43321], + [17.548662, 62.450342], + [17.477133, 62.522269], + [17.388714, 62.507458], + [17.389571, 62.480786], + [17.493282, 62.461272], + [17.511441, 62.381976], + [17.434163, 62.372535], + [17.414353, 62.333888], + [17.492703, 62.272416], + [17.641981, 62.251532], + [17.612077, 62.206312], + [17.52385, 62.197695], + [17.479641, 62.147357], + [17.328438, 62.168828], + [17.237118, 62.162065], + [17.142944, 62.184445], + [17.092458, 62.171327], + [16.969356, 62.188173], + [16.905774, 62.183075], + [16.794786, 62.215318], + [16.512874, 62.248643], + [16.240344, 62.253612] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5946", + "properties": { + "name": "Västmanland", + "ISOCODE": "SE-U", + "density": 0, + "path": "/world/Sweden/Västmanland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [15.534653, 59.708315], + [15.481595, 59.795765], + [15.407201, 59.816187], + [15.401702, 59.86114], + [15.481482, 59.906177], + [15.530114, 59.96139], + [15.608909, 59.958767], + [15.67789, 59.945182], + [15.709452, 60.018217], + [15.662605, 60.049858], + [15.71848, 60.1028], + [15.715352, 60.135576], + [15.754954, 60.149599], + [15.779051, 60.182169], + [15.893911, 60.168725], + [15.966668, 60.198868], + [16.019263, 60.190922], + [16.052881, 60.150286], + [16.10659, 60.14707], + [16.170559, 60.126903], + [16.153167, 60.086272], + [16.191697, 60.076077], + [16.377732, 60.08517], + [16.420431, 60.124212], + [16.515507, 60.154497], + [16.516243, 60.185271], + [16.5701, 60.196362], + [16.720361, 60.199881], + [16.735034, 60.118663], + [16.692888, 60.110514], + [16.721706, 60.041525], + [16.691831, 60.010815], + [16.789547, 59.969982], + [16.79845, 59.922215], + [16.77806, 59.899971], + [16.831155, 59.860189], + [16.79965, 59.818725], + [16.744107, 59.781261], + [16.794534, 59.731978], + [16.868926, 59.674413], + [16.904703, 59.567374], + [16.820251, 59.572426], + [16.792578, 59.548867], + [16.713236, 59.532349], + [16.655816, 59.572393], + [16.58404, 59.598827], + [16.515234, 59.581506], + [16.550512, 59.55202], + [16.484775, 59.518176], + [16.445956, 59.491649], + [16.324828, 59.47758], + [16.240879, 59.498236], + [16.1753, 59.477846], + [16.058245, 59.479587], + [16.086893, 59.436163], + [16.230719, 59.442687], + [16.223928, 59.415025], + [16.272445, 59.395678], + [16.259268, 59.37112], + [16.135169, 59.357093], + [16.051708, 59.364027], + [15.997484, 59.374585], + [15.926026, 59.342651], + [15.854282, 59.299654], + [15.7957, 59.285219], + [15.757756, 59.320058], + [15.616753, 59.322846], + [15.641542, 59.354002], + [15.579321, 59.428799], + [15.707383, 59.424426], + [15.705742, 59.478839], + [15.673484, 59.493379], + [15.709248, 59.529935], + [15.613282, 59.525825], + [15.610412, 59.591168], + [15.598662, 59.633482], + [15.533532, 59.629934], + [15.489794, 59.657742], + [15.534653, 59.708315] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "5962", + "properties": { + "name": "Västra Götaland", + "ISOCODE": "SE-O", + "density": 0, + "path": "/world/Sweden/Västra Götaland" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [12.28382, 57.604219], + [12.205408, 57.576467], + [12.138047, 57.562313], + [12.038235, 57.549647], + [12.01304, 57.56284], + [11.947128, 57.561146], + [11.951252, 57.585063], + [11.95174, 57.628488], + [11.941955, 57.637779], + [11.925858, 57.622177], + [11.91307, 57.622241], + [11.881982, 57.666102], + [11.880221, 57.673543], + [11.887225, 57.68184], + [11.957646, 57.70588], + [11.938011, 57.705164], + [11.90815, 57.698692], + [11.893788, 57.704055], + [11.849106, 57.698098], + [11.830715, 57.713484], + [11.814672, 57.716106], + [11.801218, 57.712922], + [11.7967, 57.69988], + [11.785194, 57.696755], + [11.772456, 57.696278], + [11.755433, 57.698834], + [11.739093, 57.71323], + [11.73149, 57.719898], + [11.731252, 57.728735], + [11.748637, 57.743613], + [11.783166, 57.752958], + [11.818884, 57.760209], + [11.828031, 57.792001], + [11.80768, 57.791413], + [11.778343, 57.788695], + [11.766144, 57.791982], + [11.759913, 57.813185], + [11.751147, 57.820895], + [11.729207, 57.83184], + [11.716338, 57.840998], + [11.72179, 57.854611], + [11.740914, 57.869815], + [11.752337, 57.883115], + [11.760183, 57.902169], + [11.790193, 57.936541], + [11.776086, 57.947796], + [11.77563, 57.961183], + [11.78147, 57.971228], + [11.830825, 58.001778], + [11.841445, 58.026188], + [11.841733, 58.048047], + [11.833854, 58.070136], + [11.828889, 58.092019], + [11.845925, 58.104755], + [11.865616, 58.11954], + [11.880358, 58.137126], + [11.883465, 58.162459], + [11.876274, 58.185686], + [11.89552, 58.189405], + [11.918856, 58.204301], + [11.919807, 58.220669], + [11.88959, 58.219897], + [11.886804, 58.241741], + [11.865851, 58.262657], + [11.833171, 58.289326], + [11.839332, 58.302118], + [11.878747, 58.326946], + [11.816703, 58.324593], + [11.771208, 58.331774], + [11.733538, 58.328575], + [11.753517, 58.317058], + [11.743979, 58.30685], + [11.70483, 58.306642], + [11.68391, 58.283048], + [11.658211, 58.267582], + [11.634091, 58.257438], + [11.60329, 58.253569], + [11.589573, 58.233988], + [11.565505, 58.216902], + [11.530363, 58.207701], + [11.481945, 58.200979], + [11.438972, 58.198714], + [11.431412, 58.204792], + [11.455638, 58.229183], + [11.470954, 58.241913], + [11.499673, 58.24632], + [11.525143, 58.256499], + [11.54892, 58.272091], + [11.563354, 58.28477], + [11.559542, 58.311565], + [11.53676, 58.301771], + [11.512772, 58.28119], + [11.493368, 58.269695], + [11.453017, 58.265547], + [11.448132, 58.273219], + [11.464362, 58.282942], + [11.471228, 58.300606], + [11.446979, 58.302828], + [11.42899, 58.308676], + [11.437189, 58.326235], + [11.445232, 58.347608], + [11.414529, 58.342601], + [11.413625, 58.373927], + [11.384347, 58.35794], + [11.359483, 58.361959], + [11.349293, 58.371259], + [11.334611, 58.372616], + [11.326014, 58.360808], + [11.293368, 58.349212], + [11.25874, 58.348263], + [11.253238, 58.357912], + [11.279146, 58.375573], + [11.273666, 58.387318], + [11.269261, 58.401061], + [11.265779, 58.418775], + [11.272819, 58.432241], + [11.2919, 58.435433], + [11.299707, 58.421054], + [11.312036, 58.420319], + [11.332528, 58.427618], + [11.336929, 58.439935], + [11.330107, 58.453398], + [11.326823, 58.46773], + [11.270949, 58.562789], + [11.309444, 58.5957], + [11.254891, 58.683206], + [11.177406, 58.747358], + [11.17934, 58.834801], + [11.171769, 58.858076], + [11.131452, 58.90947], + [11.131539, 58.924489], + [11.136189, 58.927903], + [11.160145, 58.924083], + [11.173121, 58.926239], + [11.170864, 58.935797], + [11.141765, 58.955482], + [11.134045, 58.967494], + [11.131293, 59.011891], + [11.211269, 59.089757], + [11.252596, 59.095218], + [11.278303, 59.102718], + [11.315514, 59.116563], + [11.359249, 59.111365], + [11.454773, 59.018137], + [11.444851, 58.923398], + [11.451974, 58.898477], + [11.504781, 58.881173], + [11.649788, 58.918813], + [11.676187, 58.960799], + [11.673254, 58.994994], + [11.7063, 59.045551], + [11.776201, 59.106587], + [11.754602, 59.125083], + [11.758427, 59.208831], + [11.820183, 59.235573], + [11.948192, 59.262415], + [12.084338, 59.197095], + [12.061838, 59.271632], + [12.230906, 59.273605], + [12.267497, 59.20217], + [12.346281, 59.187016], + [12.421316, 59.19716], + [12.464286, 59.144925], + [12.574241, 59.134316], + [12.638742, 59.195179], + [12.710107, 59.178242], + [12.766164, 59.152815], + [12.772443, 59.070446], + [12.688351, 58.986802], + [12.652686, 58.955636], + [12.63839, 58.878711], + [12.558393, 58.809461], + [12.492763, 58.750499], + [12.49869, 58.692684], + [12.546692, 58.665834], + [12.649465, 58.662252], + [12.67118, 58.645274], + [12.623171, 58.621761], + [12.566165, 58.582334], + [12.525799, 58.538121], + [12.465242, 58.495786], + [12.386182, 58.467852], + [12.328986, 58.42295], + [12.328423, 58.392375], + [12.41974, 58.385714], + [12.455889, 58.400691], + [12.513214, 58.395125], + [12.594494, 58.464311], + [12.652406, 58.462264], + [12.63377, 58.40215], + [12.704497, 58.418985], + [12.700731, 58.440733], + [12.772562, 58.488557], + [12.890811, 58.5004], + [12.950172, 58.554006], + [12.945991, 58.572184], + [13.009982, 58.609379], + [13.113446, 58.700888], + [13.181431, 58.694621], + [13.223476, 58.676736], + [13.18945, 58.613221], + [13.136942, 58.517982], + [13.175926, 58.503833], + [13.255062, 58.498272], + [13.301454, 58.516826], + [13.319078, 58.562966], + [13.344444, 58.614199], + [13.432596, 58.648431], + [13.528538, 58.666052], + [13.612691, 58.694932], + [13.702671, 58.69646], + [13.769925, 58.706144], + [13.860304, 58.749028], + [13.888718, 58.773007], + [13.852538, 58.783644], + [13.780747, 58.768788], + [13.736479, 58.752693], + [13.725446, 58.789244], + [13.664751, 58.818909], + [13.684298, 58.852333], + [13.855077, 58.837632], + [13.907244, 58.819077], + [13.964893, 58.850748], + [14.004635, 58.898252], + [14.021771, 58.954591], + [14.002573, 59.002372], + [14.116709, 59.041012], + [14.21002, 59.042257], + [14.267813, 58.999752], + [14.308242, 58.893022], + [14.370254, 58.87013], + [14.326612, 58.834155], + [14.402287, 58.799166], + [14.457483, 58.797169], + [14.467983, 58.724364], + [14.537479, 58.724502], + [14.546088, 58.696942], + [14.596271, 58.705252], + [14.624916, 58.745372], + [14.684126, 58.745955], + [14.721309, 58.701787], + [14.671165, 58.668719], + [14.587619, 58.647682], + [14.541718, 58.624721], + [14.540202, 58.581456], + [14.532587, 58.542127], + [14.490209, 58.482861], + [14.450056, 58.470421], + [14.397493, 58.404415], + [14.351322, 58.347124], + [14.281005, 58.300016], + [14.253929, 58.227334], + [14.219037, 58.185715], + [14.212836, 58.145696], + [14.113049, 58.151675], + [14.114025, 58.075251], + [14.071584, 58.046581], + [14.068404, 58.028694], + [13.959974, 58.009422], + [13.950773, 58.0342], + [13.875628, 58.050289], + [13.846553, 58.038987], + [13.798256, 58.053807], + [13.776144, 58.049999], + [13.757648, 58.014156], + [13.70825, 57.982097], + [13.70867, 57.937584], + [13.748984, 57.882884], + [13.74124, 57.843556], + [13.742481, 57.764137], + [13.710713, 57.734912], + [13.707236, 57.707407], + [13.736587, 57.668812], + [13.721829, 57.64062], + [13.676211, 57.628246], + [13.672666, 57.606756], + [13.681863, 57.561258], + [13.667189, 57.533059], + [13.62086, 57.515298], + [13.508062, 57.415684], + [13.485828, 57.380595], + [13.429862, 57.363185], + [13.429498, 57.339761], + [13.385212, 57.332655], + [13.36894, 57.313522], + [13.293275, 57.303508], + [13.272494, 57.247305], + [13.227497, 57.256397], + [13.197654, 57.234212], + [13.180235, 57.184467], + [13.133071, 57.149162], + [13.100658, 57.160712], + [13.072537, 57.14924], + [13.047313, 57.157465], + [13.057045, 57.178701], + [13.011819, 57.185922], + [12.940984, 57.176131], + [12.932, 57.228743], + [12.953051, 57.236923], + [12.930822, 57.266621], + [12.858092, 57.267657], + [12.798433, 57.289108], + [12.705254, 57.332145], + [12.652677, 57.337719], + [12.527399, 57.32251], + [12.505214, 57.280047], + [12.427689, 57.272028], + [12.430555, 57.320584], + [12.395482, 57.341994], + [12.411514, 57.410946], + [12.396931, 57.443134], + [12.381394, 57.452795], + [12.355498, 57.457821], + [12.344697, 57.469243], + [12.354384, 57.492073], + [12.343708, 57.512618], + [12.326534, 57.529183], + [12.342632, 57.567772], + [12.28382, 57.604219] + ] + ], + [ + [ + [11.844999, 58.11997], + [11.809487, 58.117035], + [11.780832, 58.114344], + [11.770611, 58.112816], + [11.750718, 58.10555], + [11.732959, 58.089775], + [11.709945, 58.092434], + [11.71233, 58.105373], + [11.695684, 58.113079], + [11.665568, 58.123491], + [11.64218, 58.129551], + [11.609345, 58.11791], + [11.596711, 58.106077], + [11.590482, 58.090536], + [11.575295, 58.075182], + [11.554368, 58.062699], + [11.535709, 58.05988], + [11.519786, 58.063533], + [11.507649, 58.071214], + [11.489341, 58.060705], + [11.473464, 58.068688], + [11.483028, 58.07349], + [11.497958, 58.086429], + [11.502493, 58.099626], + [11.487112, 58.112509], + [11.464124, 58.125525], + [11.444324, 58.13569], + [11.439298, 58.147016], + [11.41694, 58.148252], + [11.404107, 58.136661], + [11.391393, 58.132409], + [11.408135, 58.15772], + [11.435355, 58.178291], + [11.461684, 58.174643], + [11.486499, 58.173608], + [11.504662, 58.181558], + [11.520868, 58.18872], + [11.55077, 58.195017], + [11.569862, 58.202376], + [11.595374, 58.211815], + [11.614843, 58.225508], + [11.636272, 58.239335], + [11.658098, 58.242752], + [11.682266, 58.240587], + [11.696251, 58.241101], + [11.701307, 58.253093], + [11.696757, 58.267777], + [11.701232, 58.282303], + [11.732905, 58.292979], + [11.752692, 58.295191], + [11.790159, 58.293553], + [11.791156, 58.275132], + [11.800474, 58.257898], + [11.819922, 58.2504], + [11.839386, 58.242666], + [11.858521, 58.230318], + [11.866836, 58.217264], + [11.856102, 58.19999], + [11.849304, 58.183224], + [11.855803, 58.163015], + [11.853121, 58.136939], + [11.844999, 58.11997] + ] + ], + [ + [ + [11.700389, 57.977603], + [11.702143, 57.970702], + [11.685853, 57.965258], + [11.663598, 57.960102], + [11.652347, 57.954305], + [11.642678, 57.943202], + [11.634797, 57.933784], + [11.602306, 57.931704], + [11.595448, 57.939747], + [11.594191, 57.959535], + [11.574808, 57.964131], + [11.567607, 57.966525], + [11.561003, 57.972156], + [11.557375, 57.98649], + [11.560245, 57.996258], + [11.571919, 57.998329], + [11.598505, 58.000444], + [11.60069, 58.007501], + [11.596753, 58.015919], + [11.556253, 58.013779], + [11.539173, 58.015248], + [11.530342, 58.022951], + [11.529293, 58.032013], + [11.540511, 58.046935], + [11.551916, 58.051677], + [11.567382, 58.05551], + [11.6236, 58.051278], + [11.643104, 58.054722], + [11.654277, 58.061587], + [11.672186, 58.088552], + [11.680631, 58.093167], + [11.698723, 58.091712], + [11.720487, 58.083973], + [11.717584, 58.074208], + [11.705914, 58.062516], + [11.724278, 58.058388], + [11.753907, 58.069708], + [11.77198, 58.059128], + [11.775797, 58.042127], + [11.775955, 58.017873], + [11.768207, 58.002176], + [11.753146, 57.994632], + [11.740208, 57.994677], + [11.733985, 58.006234], + [11.714901, 58.008174], + [11.707991, 57.989686], + [11.700389, 57.977603] + ] + ], + [ + [ + [11.686709, 57.753961], + [11.705887, 57.75862], + [11.72054, 57.741755], + [11.707912, 57.729041], + [11.697599, 57.710208], + [11.698828, 57.692854], + [11.694375, 57.681501], + [11.68379, 57.677335], + [11.632745, 57.696155], + [11.630851, 57.705162], + [11.654804, 57.704513], + [11.65721, 57.7143], + [11.650139, 57.718248], + [11.649799, 57.727935], + [11.667385, 57.727254], + [11.66768, 57.745394], + [11.686709, 57.753961] + ] + ], + [ + [ + [11.669868, 57.903525], + [11.713516, 57.903062], + [11.701016, 57.881679], + [11.629152, 57.860122], + [11.598142, 57.871771], + [11.630896, 57.897717], + [11.669868, 57.903525] + ] + ], + [ + [ + [11.601305, 57.743411], + [11.622553, 57.79397], + [11.658865, 57.770948], + [11.618078, 57.740103], + [11.601305, 57.743411] + ] + ], + [ + [ + [11.77996, 58.078454], + [11.783196, 58.092038], + [11.785502, 58.105764], + [11.802585, 58.101215], + [11.803077, 58.08987], + [11.791213, 58.080526], + [11.77996, 58.078454] + ] + ], + [ + [ + [11.751343, 58.08363], + [11.765787, 58.101284], + [11.772146, 58.082889], + [11.751343, 58.08363] + ] + ] + ] + } + } + ], + "style": { + "stroke": "#000000", + "fill": "#3498DB", + "stroke-width": 1, + "fill-opacity": 0.8 + } +} diff --git a/backend/server/static/data/us.json b/backend/server/static/data/us.json index e6f6100..9480fd0 100644 --- a/backend/server/static/data/us.json +++ b/backend/server/static/data/us.json @@ -10,7 +10,7 @@ "AFFGEOID": "0400000US22", "GEOID": "22", "ISOCODE": "US-LA", - "NAME": "Louisiana", + "name": "Louisiana", "LSAD": "00", "ALAND": 111915258185, "AWATER": 23736382213 @@ -331,7 +331,7 @@ "AFFGEOID": "0400000US02", "GEOID": "02", "ISOCODE": "US-AK", - "NAME": "Alaska", + "name": "Alaska", "LSAD": "00", "ALAND": 1478942847588, "AWATER": 245378425142 @@ -2807,7 +2807,7 @@ "AFFGEOID": "0400000US24", "GEOID": "24", "ISOCODE": "US-MD", - "NAME": "Maryland", + "name": "Maryland", "LSAD": "00", "ALAND": 25151992308, "AWATER": 6979074857 @@ -3101,7 +3101,7 @@ "AFFGEOID": "0400000US55", "GEOID": "55", "ISOCODE": "US-WI", - "NAME": "Wisconsin", + "name": "Wisconsin", "LSAD": "00", "ALAND": 140292321657, "AWATER": 29343646672 @@ -3464,7 +3464,7 @@ "AFFGEOID": "0400000US12", "GEOID": "12", "ISOCODE": "US-FL", - "NAME": "Florida", + "name": "Florida", "LSAD": "00", "ALAND": 138961722096, "AWATER": 45972570361 @@ -3884,7 +3884,7 @@ "AFFGEOID": "0400000US13", "GEOID": "13", "ISOCODE": "US-GA", - "NAME": "Georgia", + "name": "Georgia", "LSAD": "00", "ALAND": 149486624386, "AWATER": 4418360134 @@ -4171,7 +4171,7 @@ "AFFGEOID": "0400000US47", "GEOID": "47", "ISOCODE": "US-TN", - "NAME": "Tennessee", + "name": "Tennessee", "LSAD": "00", "ALAND": 106791957894, "AWATER": 2322601737 @@ -4441,7 +4441,7 @@ "AFFGEOID": "0400000US27", "GEOID": "27", "ISOCODE": "US-MN", - "NAME": "Minnesota", + "name": "Minnesota", "LSAD": "00", "ALAND": 206232627084, "AWATER": 18949394733 @@ -4772,7 +4772,7 @@ "AFFGEOID": "0400000US19", "GEOID": "19", "ISOCODE": "US-IA", - "NAME": "Iowa", + "name": "Iowa", "LSAD": "00", "ALAND": 144659721012, "AWATER": 1085964740 @@ -5046,7 +5046,7 @@ "AFFGEOID": "0400000US29", "GEOID": "29", "ISOCODE": "US-MO", - "NAME": "Missouri", + "name": "Missouri", "LSAD": "00", "ALAND": 178052333716, "AWATER": 2487445715 @@ -5384,7 +5384,7 @@ "AFFGEOID": "0400000US26", "GEOID": "26", "ISOCODE": "US-MI", - "NAME": "Michigan", + "name": "Michigan", "LSAD": "00", "ALAND": 146614937132, "AWATER": 103871870536 @@ -5904,7 +5904,7 @@ "AFFGEOID": "0400000US16", "GEOID": "16", "ISOCODE": "US-ID", - "NAME": "Idaho", + "name": "Idaho", "LSAD": "00", "ALAND": 214049931578, "AWATER": 2391569647 @@ -6192,7 +6192,7 @@ "AFFGEOID": "0400000US06", "GEOID": "06", "ISOCODE": "US-CA", - "NAME": "California", + "name": "California", "LSAD": "00", "ALAND": 403671756816, "AWATER": 20293573058 @@ -6703,7 +6703,7 @@ "AFFGEOID": "0400000US09", "GEOID": "09", "ISOCODE": "US-CT", - "NAME": "Connecticut", + "name": "Connecticut", "LSAD": "00", "ALAND": 12541690473, "AWATER": 1816424193 @@ -6822,7 +6822,7 @@ "AFFGEOID": "0400000US48", "GEOID": "48", "ISOCODE": "US-TX", - "NAME": "Texas", + "name": "Texas", "LSAD": "00", "ALAND": 676681550479, "AWATER": 18978390713 @@ -7394,7 +7394,7 @@ "AFFGEOID": "0400000US51", "GEOID": "51", "ISOCODE": "US-VA", - "NAME": "Virginia", + "name": "Virginia", "LSAD": "00", "ALAND": 102258210137, "AWATER": 8528040726 @@ -7748,7 +7748,7 @@ "AFFGEOID": "0400000US36", "GEOID": "36", "ISOCODE": "US-NY", - "NAME": "New York", + "name": "New York", "LSAD": "00", "ALAND": 122049142543, "AWATER": 19257128505 @@ -8108,7 +8108,7 @@ "AFFGEOID": "0400000US17", "GEOID": "17", "ISOCODE": "US-IL", - "NAME": "Illinois", + "name": "Illinois", "LSAD": "00", "ALAND": 143778561906, "AWATER": 6216493488 @@ -8452,7 +8452,7 @@ "AFFGEOID": "0400000US30", "GEOID": "30", "ISOCODE": "US-MT", - "NAME": "Montana", + "name": "Montana", "LSAD": "00", "ALAND": 376973729130, "AWATER": 3866634365 @@ -8718,7 +8718,7 @@ "AFFGEOID": "0400000US21", "GEOID": "21", "ISOCODE": "US-KY", - "NAME": "Kentucky", + "name": "Kentucky", "LSAD": "00", "ALAND": 102283004821, "AWATER": 2367816964 @@ -9073,7 +9073,7 @@ "AFFGEOID": "0400000US41", "GEOID": "41", "ISOCODE": "US-OR", - "NAME": "Oregon", + "name": "Oregon", "LSAD": "00", "ALAND": 248628414476, "AWATER": 6170965739 @@ -9348,7 +9348,7 @@ "AFFGEOID": "0400000US11", "GEOID": "11", "ISOCODE": "US-DC", - "NAME": "District of Columbia", + "name": "District of Columbia", "LSAD": "00", "ALAND": 158316124, "AWATER": 18709762 @@ -9379,7 +9379,7 @@ "AFFGEOID": "0400000US39", "GEOID": "39", "ISOCODE": "US-OH", - "NAME": "Ohio", + "name": "Ohio", "LSAD": "00", "ALAND": 105823653399, "AWATER": 10274702852 @@ -9641,7 +9641,7 @@ "AFFGEOID": "0400000US05", "GEOID": "05", "ISOCODE": "US-AR", - "NAME": "Arkansas", + "name": "Arkansas", "LSAD": "00", "ALAND": 134660767709, "AWATER": 3121950081 @@ -9882,7 +9882,7 @@ "AFFGEOID": "0400000US53", "GEOID": "53", "ISOCODE": "US-WA", - "NAME": "Washington", + "name": "Washington", "LSAD": "00", "ALAND": 172118963546, "AWATER": 12548738684 @@ -10146,7 +10146,7 @@ "AFFGEOID": "0400000US72", "GEOID": "72", "ISOCODE": "US-PR", - "NAME": "Puerto Rico", + "name": "Puerto Rico", "LSAD": "00", "ALAND": 8869135605, "AWATER": 4922143005 @@ -10317,7 +10317,7 @@ "AFFGEOID": "0400000US56", "GEOID": "56", "ISOCODE": "US-WY", - "NAME": "Wyoming", + "name": "Wyoming", "LSAD": "00", "ALAND": 251458712294, "AWATER": 1867503716 @@ -10434,7 +10434,7 @@ "AFFGEOID": "0400000US23", "GEOID": "23", "ISOCODE": "US-ME", - "NAME": "Maine", + "name": "Maine", "LSAD": "00", "ALAND": 79888263364, "AWATER": 11745102727 @@ -10724,7 +10724,7 @@ "AFFGEOID": "0400000US35", "GEOID": "35", "ISOCODE": "US-NM", - "NAME": "New Mexico", + "name": "New Mexico", "LSAD": "00", "ALAND": 314198560947, "AWATER": 726482113 @@ -10851,7 +10851,7 @@ "AFFGEOID": "0400000US49", "GEOID": "49", "ISOCODE": "US-UT", - "NAME": "Utah", + "name": "Utah", "LSAD": "00", "ALAND": 213355072799, "AWATER": 6529973239 @@ -10964,7 +10964,7 @@ "AFFGEOID": "0400000US54", "GEOID": "54", "ISOCODE": "US-WV", - "NAME": "West Virginia", + "name": "West Virginia", "LSAD": "00", "ALAND": 62266298634, "AWATER": 489204185 @@ -11226,7 +11226,7 @@ "AFFGEOID": "0400000US20", "GEOID": "20", "ISOCODE": "US-KS", - "NAME": "Kansas", + "name": "Kansas", "LSAD": "00", "ALAND": 211753717642, "AWATER": 1345767737 @@ -11417,7 +11417,7 @@ "AFFGEOID": "0400000US32", "GEOID": "32", "ISOCODE": "US-NV", - "NAME": "Nevada", + "name": "Nevada", "LSAD": "00", "ALAND": 284537290201, "AWATER": 1839636284 @@ -11580,7 +11580,7 @@ "AFFGEOID": "0400000US28", "GEOID": "28", "ISOCODE": "US-MS", - "NAME": "Mississippi", + "name": "Mississippi", "LSAD": "00", "ALAND": 121533935354, "AWATER": 3914344129 @@ -11830,7 +11830,7 @@ "AFFGEOID": "0400000US33", "GEOID": "33", "ISOCODE": "US-NH", - "NAME": "New Hampshire", + "name": "New Hampshire", "LSAD": "00", "ALAND": 23190115212, "AWATER": 1025971768 @@ -11990,7 +11990,7 @@ "AFFGEOID": "0400000US01", "GEOID": "01", "ISOCODE": "US-AL", - "NAME": "Alabama", + "name": "Alabama", "LSAD": "00", "ALAND": 131175477769, "AWATER": 4591897964 @@ -12191,7 +12191,7 @@ "AFFGEOID": "0400000US46", "GEOID": "46", "ISOCODE": "US-SD", - "NAME": "South Dakota", + "name": "South Dakota", "LSAD": "00", "ALAND": 196342918877, "AWATER": 3386737669 @@ -12398,7 +12398,7 @@ "AFFGEOID": "0400000US42", "GEOID": "42", "ISOCODE": "US-PA", - "NAME": "Pennsylvania", + "name": "Pennsylvania", "LSAD": "00", "ALAND": 115881784866, "AWATER": 3397909903 @@ -12596,7 +12596,7 @@ "AFFGEOID": "0400000US40", "GEOID": "40", "ISOCODE": "US-OK", - "NAME": "Oklahoma", + "name": "Oklahoma", "LSAD": "00", "ALAND": 177664154114, "AWATER": 3373725677 @@ -12853,7 +12853,7 @@ "AFFGEOID": "0400000US37", "GEOID": "37", "ISOCODE": "US-NC", - "NAME": "North Carolina", + "name": "North Carolina", "LSAD": "00", "ALAND": 125933327733, "AWATER": 13456093195 @@ -13103,7 +13103,7 @@ "AFFGEOID": "0400000US25", "GEOID": "25", "ISOCODE": "US-MA", - "NAME": "Massachusetts", + "name": "Massachusetts", "LSAD": "00", "ALAND": 20204390225, "AWATER": 7130660432 @@ -13362,7 +13362,7 @@ "AFFGEOID": "0400000US38", "GEOID": "38", "ISOCODE": "US-ND", - "NAME": "North Dakota", + "name": "North Dakota", "LSAD": "00", "ALAND": 178694310772, "AWATER": 4414779956 @@ -13511,7 +13511,7 @@ "AFFGEOID": "0400000US10", "GEOID": "10", "ISOCODE": "US-DE", - "NAME": "Delaware", + "name": "Delaware", "LSAD": "00", "ALAND": 5046731559, "AWATER": 1399179670 @@ -13587,7 +13587,7 @@ "AFFGEOID": "0400000US08", "GEOID": "08", "ISOCODE": "US-CO", - "NAME": "Colorado", + "name": "Colorado", "LSAD": "00", "ALAND": 268418796417, "AWATER": 1185716938 @@ -13704,7 +13704,7 @@ "AFFGEOID": "0400000US45", "GEOID": "45", "ISOCODE": "US-SC", - "NAME": "South Carolina", + "name": "South Carolina", "LSAD": "00", "ALAND": 77866200776, "AWATER": 5074243221 @@ -13922,7 +13922,7 @@ "AFFGEOID": "0400000US15", "GEOID": "15", "ISOCODE": "US-HI", - "NAME": "Hawaii", + "name": "Hawaii", "LSAD": "00", "ALAND": 16634147169, "AWATER": 11777652105 @@ -14208,7 +14208,7 @@ "AFFGEOID": "0400000US50", "GEOID": "50", "ISOCODE": "US-VT", - "NAME": "Vermont", + "name": "Vermont", "LSAD": "00", "ALAND": 23872569964, "AWATER": 1030754609 @@ -14361,7 +14361,7 @@ "AFFGEOID": "0400000US44", "GEOID": "44", "ISOCODE": "US-RI", - "NAME": "Rhode Island", + "name": "Rhode Island", "LSAD": "00", "ALAND": 2677763359, "AWATER": 1323686988 @@ -14447,7 +14447,7 @@ "AFFGEOID": "0400000US18", "GEOID": "18", "ISOCODE": "US-IN", - "NAME": "Indiana", + "name": "Indiana", "LSAD": "00", "ALAND": 92789363558, "AWATER": 1541248299 @@ -14687,7 +14687,7 @@ "AFFGEOID": "0400000US34", "GEOID": "34", "ISOCODE": "US-NJ", - "NAME": "New Jersey", + "name": "New Jersey", "LSAD": "00", "ALAND": 19048916230, "AWATER": 3533083369 @@ -14872,7 +14872,7 @@ "AFFGEOID": "0400000US04", "GEOID": "04", "ISOCODE": "US-AZ", - "NAME": "Arizona", + "name": "Arizona", "LSAD": "00", "ALAND": 294363973043, "AWATER": 855871553 @@ -15048,7 +15048,7 @@ "AFFGEOID": "0400000US31", "GEOID": "31", "ISOCODE": "US-NE", - "NAME": "Nebraska", + "name": "Nebraska", "LSAD": "00", "ALAND": 198957385713, "AWATER": 1371105730 diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 745f92b..390d3c5 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -3,17 +3,8 @@ import Toast from '$lib/components/Toast.svelte'; import 'tailwindcss/tailwind.css'; export let data; - - const enableAnalytics = process.env['ENABLE_ANALYTICS'] || 'false'; - const unamiKey = process.env['UNAMI_KEY'] || ''; - - {#if enableAnalytics === 'true' && unamiKey} - - {/if} - - diff --git a/frontend/src/routes/map/+page.svelte b/frontend/src/routes/map/+page.svelte index 4cdfd64..f35f32d 100644 --- a/frontend/src/routes/map/+page.svelte +++ b/frontend/src/routes/map/+page.svelte @@ -202,16 +202,16 @@ paint={{ 'fill-color': 'rgba(37, 244, 26, 0.15)' }} filter={['in', 'ISOCODE', ...visitArray]} /> - + /> {/if}