1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

refactor: Add Sweden GEOJSON for map visualization

This commit is contained in:
Sean Morley 2024-07-30 11:34:17 -04:00
parent 42f6c84633
commit 999440ff79
10 changed files with 4625 additions and 258 deletions

View file

@ -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) - [Mexico GEOJSON](https://cartographyvectors.com/map/784-mexico-with-states)
- [Japan GEOJSON](https://cartographyvectors.com/map/361-japan) - [Japan GEOJSON](https://cartographyvectors.com/map/361-japan)
- [Ireland GEOJSON](https://cartographyvectors.com/map/1399-ireland-provinces) - [Ireland GEOJSON](https://cartographyvectors.com/map/1399-ireland-provinces)
- [Sweden GEOJSON](https://cartographyvectors.com/map/1521-sweden-with-regions)

View file

@ -5,7 +5,7 @@
"type": "Feature", "type": "Feature",
"id": 0, "id": 0,
"properties": { "properties": {
"STATE_NAME": "New South Wales", "name": "New South Wales",
"ISOCODE": "AU-NSW" "ISOCODE": "AU-NSW"
}, },
"geometry": { "geometry": {
@ -2673,7 +2673,7 @@
"type": "Feature", "type": "Feature",
"id": 1, "id": 1,
"properties": { "properties": {
"STATE_NAME": "Victoria", "name": "Victoria",
"ISOCODE": "AU-VIC" "ISOCODE": "AU-VIC"
}, },
"geometry": { "geometry": {
@ -4369,7 +4369,7 @@
"type": "Feature", "type": "Feature",
"id": 2, "id": 2,
"properties": { "properties": {
"STATE_NAME": "Queensland", "name": "Queensland",
"ISOCODE": "AU-QLD" "ISOCODE": "AU-QLD"
}, },
"geometry": { "geometry": {
@ -9598,7 +9598,7 @@
"type": "Feature", "type": "Feature",
"id": 3, "id": 3,
"properties": { "properties": {
"STATE_NAME": "South Australia", "name": "South Australia",
"ISOCODE": "AU-SA" "ISOCODE": "AU-SA"
}, },
"geometry": { "geometry": {
@ -11122,7 +11122,7 @@
"type": "Feature", "type": "Feature",
"id": 4, "id": 4,
"properties": { "properties": {
"STATE_NAME": "Western Australia", "name": "Western Australia",
"ISOCODE": "AU-WA" "ISOCODE": "AU-WA"
}, },
"geometry": { "geometry": {
@ -19549,7 +19549,7 @@
"type": "Feature", "type": "Feature",
"id": 5, "id": 5,
"properties": { "properties": {
"STATE_NAME": "Tasmania", "name": "Tasmania",
"ISOCODE": "AU-TAS" "ISOCODE": "AU-TAS"
}, },
"geometry": { "geometry": {
@ -22477,7 +22477,7 @@
"type": "Feature", "type": "Feature",
"id": 6, "id": 6,
"properties": { "properties": {
"STATE_NAME": "Northern Territory", "name": "Northern Territory",
"ISOCODE": "AU-NT" "ISOCODE": "AU-NT"
}, },
"geometry": { "geometry": {
@ -26461,7 +26461,7 @@
"type": "Feature", "type": "Feature",
"id": 7, "id": 7,
"properties": { "properties": {
"STATE_NAME": "Australian Capital Territory", "name": "Australian Capital Territory",
"ISOCODE": "AU-ACT" "ISOCODE": "AU-ACT"
}, },
"geometry": { "geometry": {

View file

@ -8,9 +8,9 @@
"ISOCODE": "DE-BW", "ISOCODE": "DE-BW",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 1, "ID_1": 1,
"NAME_1": "Baden-Württemberg", "name": "Baden-Württemberg",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -221,9 +221,9 @@
"ISOCODE": "DE-BY", "ISOCODE": "DE-BY",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 2, "ID_1": 2,
"NAME_1": "Bayern", "name": "Bayern",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Bavaria", "VARname": "Bavaria",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -513,9 +513,9 @@
"ISOCODE": "DE-BE", "ISOCODE": "DE-BE",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 3, "ID_1": 3,
"NAME_1": "Berlin", "name": "Berlin",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -561,9 +561,9 @@
"ISOCODE": "DE-BB", "ISOCODE": "DE-BB",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 4, "ID_1": 4,
"NAME_1": "Brandenburg", "name": "Brandenburg",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -750,9 +750,9 @@
"ISOCODE": "DE-HB", "ISOCODE": "DE-HB",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 5, "ID_1": 5,
"NAME_1": "Bremen", "name": "Bremen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -790,9 +790,9 @@
"ISOCODE": "DE-HH", "ISOCODE": "DE-HH",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 6, "ID_1": 6,
"NAME_1": "Hamburg", "name": "Hamburg",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -833,9 +833,9 @@
"ISOCODE": "DE-HE", "ISOCODE": "DE-HE",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 7, "ID_1": 7,
"NAME_1": "Hessen", "name": "Hessen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Hesse", "VARname": "Hesse",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -1010,9 +1010,9 @@
"ISOCODE": "DE-MV", "ISOCODE": "DE-MV",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 8, "ID_1": 8,
"NAME_1": "Mecklenburg-Vorpommern", "name": "Mecklenburg-Vorpommern",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Mecklenburg-West Pomerania", "VARname": "Mecklenburg-West Pomerania",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -1287,9 +1287,9 @@
"ISOCODE": "DE-NI", "ISOCODE": "DE-NI",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 9, "ID_1": 9,
"NAME_1": "Niedersachsen", "name": "Niedersachsen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Lower Saxony", "VARname": "Lower Saxony",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -1613,9 +1613,9 @@
"ISOCODE": "DE-NW", "ISOCODE": "DE-NW",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 10, "ID_1": 10,
"NAME_1": "Nordrhein-Westfalen", "name": "Nordrhein-Westfalen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "North Rhine-Westphalia", "VARname": "North Rhine-Westphalia",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -1812,9 +1812,9 @@
"ISOCODE": "DE-RP", "ISOCODE": "DE-RP",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 11, "ID_1": 11,
"NAME_1": "Rheinland-Pfalz", "name": "Rheinland-Pfalz",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Rhineland-Palatinate", "VARname": "Rhineland-Palatinate",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -1951,9 +1951,9 @@
"ISOCODE": "DE-SL", "ISOCODE": "DE-SL",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 12, "ID_1": 12,
"NAME_1": "Saarland", "name": "Saarland",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -2005,9 +2005,9 @@
"ISOCODE": "DE-ST", "ISOCODE": "DE-ST",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 13, "ID_1": 13,
"NAME_1": "Sachsen-Anhalt", "name": "Sachsen-Anhalt",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Saxony-Anhalt", "VARname": "Saxony-Anhalt",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -2152,9 +2152,9 @@
"ISOCODE": "DE-SN", "ISOCODE": "DE-SN",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 14, "ID_1": 14,
"NAME_1": "Sachsen", "name": "Sachsen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Saxony", "VARname": "Saxony",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -2290,9 +2290,9 @@
"ISOCODE": "DE-SH", "ISOCODE": "DE-SH",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 15, "ID_1": 15,
"NAME_1": "Schleswig-Holstein", "name": "Schleswig-Holstein",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": null, "VARname": null,
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86
@ -2532,9 +2532,9 @@
"ISOCODE": "DE-TH", "ISOCODE": "DE-TH",
"NAME_0": "Germany", "NAME_0": "Germany",
"ID_1": 16, "ID_1": 16,
"NAME_1": "Thüringen", "name": "Thüringen",
"NL_NAME_1": null, "NL_name": null,
"VARNAME_1": "Thuringia", "VARname": "Thuringia",
"TYPE_1": "Land", "TYPE_1": "Land",
"ENGTYPE_1": "State", "ENGTYPE_1": "State",
"ID_2": 86 "ID_2": 86

View file

@ -1226,9 +1226,9 @@
}, },
"properties": { "properties": {
"OSM_ID": -278664, "OSM_ID": -278664,
"NAME": "Ulster", "name": "Ulster",
"NAME_EN": "Ulster", "name_EN": "Ulster",
"NAME_GA": "Cúige Uladh", "name_GA": "Cúige Uladh",
"ISOCODE": "IE-U" "ISOCODE": "IE-U"
} }
}, },
@ -1957,9 +1957,9 @@
}, },
"properties": { "properties": {
"OSM_ID": -278746, "OSM_ID": -278746,
"NAME": "Leinster", "name": "Leinster",
"NAME_EN": "Leinster", "name_EN": "Leinster",
"NAME_GA": "Cúige Laighean", "name_GA": "Cúige Laighean",
"ISOCODE": "IE-L" "ISOCODE": "IE-L"
} }
}, },
@ -3667,9 +3667,9 @@
}, },
"properties": { "properties": {
"OSM_ID": -278750, "OSM_ID": -278750,
"NAME": "Munster", "name": "Munster",
"NAME_EN": "Munster", "name_EN": "Munster",
"NAME_GA": "Cúige Mumhan", "name_GA": "Cúige Mumhan",
"ISOCODE": "IE-M" "ISOCODE": "IE-M"
} }
}, },
@ -5114,9 +5114,9 @@
}, },
"properties": { "properties": {
"OSM_ID": -278721, "OSM_ID": -278721,
"NAME": "Connacht", "name": "Connacht",
"NAME_EN": "Connacht", "name_EN": "Connacht",
"NAME_GA": "Cúige Chonnacht", "name_GA": "Cúige Chonnacht",
"ISOCODE": "IE-C" "ISOCODE": "IE-C"
} }
} }

View file

@ -4,8 +4,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "北海道", "name_jp": "北海道",
"name_english": "Hokkaido", "name": "Hokkaido",
"ISOCODE": "JP-01", "ISOCODE": "JP-01",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:15:49+0100", "updated_at": "2013-12-02T09:15:49+0100",
@ -1944,8 +1944,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "青森県", "name_jp": "青森県",
"name_english": "Aomori", "name": "Aomori",
"ISOCODE": "JP-02", "ISOCODE": "JP-02",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:15:55+0100", "updated_at": "2013-12-02T09:15:55+0100",
@ -2655,8 +2655,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "秋田県", "name_jp": "秋田県",
"name_english": "Akita", "name": "Akita",
"ISOCODE": "JP-05", "ISOCODE": "JP-05",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:00+0100", "updated_at": "2013-12-02T09:16:00+0100",
@ -3206,8 +3206,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "岩手県", "name_jp": "岩手県",
"name_english": "Iwate", "name": "Iwate",
"ISOCODE": "JP-03", "ISOCODE": "JP-03",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:06+0100", "updated_at": "2013-12-02T09:16:06+0100",
@ -4080,8 +4080,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "山形県", "name_jp": "山形県",
"name_english": "Yamagata", "name": "Yamagata",
"ISOCODE": "JP-06", "ISOCODE": "JP-06",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:12+0100", "updated_at": "2013-12-02T09:16:12+0100",
@ -4535,8 +4535,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "宮城県", "name_jp": "宮城県",
"name_english": "Miyagi", "name": "Miyagi",
"ISOCODE": "JP-04", "ISOCODE": "JP-04",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:18+0100", "updated_at": "2013-12-02T09:16:18+0100",
@ -5391,8 +5391,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "新潟県", "name_jp": "新潟県",
"name_english": "Niigata", "name": "Niigata",
"ISOCODE": "JP-15", "ISOCODE": "JP-15",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:26+0100", "updated_at": "2013-12-02T09:16:26+0100",
@ -6070,8 +6070,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "福島県", "name_jp": "福島県",
"name_english": "Fukushima", "name": "Fukushima",
"ISOCODE": "JP-07", "ISOCODE": "JP-07",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:34+0100", "updated_at": "2013-12-02T09:16:34+0100",
@ -6677,8 +6677,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "石川県", "name_jp": "石川県",
"name_english": "Ishikawa", "name": "Ishikawa",
"ISOCODE": "JP-17", "ISOCODE": "JP-17",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:40+0100", "updated_at": "2013-12-02T09:16:40+0100",
@ -7252,8 +7252,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "栃木県", "name_jp": "栃木県",
"name_english": "Tochigi", "name": "Tochigi",
"ISOCODE": "JP-09", "ISOCODE": "JP-09",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:16:48+0100", "updated_at": "2013-12-02T09:16:48+0100",
@ -7572,8 +7572,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "群馬県", "name_jp": "群馬県",
"name_english": "Gunma", "name": "Gunma",
"ISOCODE": "JP-10", "ISOCODE": "JP-10",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:00+0100", "updated_at": "2013-12-02T09:17:00+0100",
@ -7979,8 +7979,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "長野県", "name_jp": "長野県",
"name_english": "Nagano", "name": "Nagano",
"ISOCODE": "JP-20", "ISOCODE": "JP-20",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:06+0100", "updated_at": "2013-12-02T09:17:06+0100",
@ -8639,8 +8639,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "富山県", "name_jp": "富山県",
"name_english": "Toyama", "name": "Toyama",
"ISOCODE": "JP-16", "ISOCODE": "JP-16",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:12+0100", "updated_at": "2013-12-02T09:17:12+0100",
@ -8989,8 +8989,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "茨城県", "name_jp": "茨城県",
"name_english": "Ibaraki", "name": "Ibaraki",
"ISOCODE": "JP-08", "ISOCODE": "JP-08",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:19+0100", "updated_at": "2013-12-02T09:17:19+0100",
@ -9392,8 +9392,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "岐阜県", "name_jp": "岐阜県",
"name_english": "Gifu", "name": "Gifu",
"ISOCODE": "JP-21", "ISOCODE": "JP-21",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:25+0100", "updated_at": "2013-12-02T09:17:25+0100",
@ -9949,8 +9949,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "福井県", "name_jp": "福井県",
"name_english": "Fukui", "name": "Fukui",
"ISOCODE": "JP-18", "ISOCODE": "JP-18",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:30+0100", "updated_at": "2013-12-02T09:17:30+0100",
@ -10604,8 +10604,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "埼玉県", "name_jp": "埼玉県",
"name_english": "Saitama", "name": "Saitama",
"ISOCODE": "JP-11", "ISOCODE": "JP-11",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:17:39+0100", "updated_at": "2013-12-02T09:17:39+0100",
@ -10862,8 +10862,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "千葉県", "name_jp": "千葉県",
"name_english": "Chiba", "name": "Chiba",
"ISOCODE": "JP-12", "ISOCODE": "JP-12",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:22:22+0100", "updated_at": "2013-12-02T09:22:22+0100",
@ -11374,8 +11374,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "山梨県", "name_jp": "山梨県",
"name_english": "Yamanashi", "name": "Yamanashi",
"ISOCODE": "JP-19", "ISOCODE": "JP-19",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:26+0100", "updated_at": "2013-12-02T09:18:26+0100",
@ -11683,8 +11683,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "東京都", "name_jp": "東京都",
"name_english": "Tokyo", "name": "Tokyo",
"ISOCODE": "JP-13", "ISOCODE": "JP-13",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:31+0100", "updated_at": "2013-12-02T09:18:31+0100",
@ -12014,8 +12014,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "滋賀県", "name_jp": "滋賀県",
"name_english": "Shiga", "name": "Shiga",
"ISOCODE": "JP-25", "ISOCODE": "JP-25",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:38+0100", "updated_at": "2013-12-02T09:18:38+0100",
@ -12313,8 +12313,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "神奈川県", "name_jp": "神奈川県",
"name_english": "Kanagawa", "name": "Kanagawa",
"ISOCODE": "JP-14", "ISOCODE": "JP-14",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:44+0100", "updated_at": "2013-12-02T09:18:44+0100",
@ -12736,8 +12736,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "静岡県", "name_jp": "静岡県",
"name_english": "Shizuoka", "name": "Shizuoka",
"ISOCODE": "JP-22", "ISOCODE": "JP-22",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:50+0100", "updated_at": "2013-12-02T09:18:50+0100",
@ -13423,8 +13423,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "愛知県", "name_jp": "愛知県",
"name_english": "Aichi", "name": "Aichi",
"ISOCODE": "JP-23", "ISOCODE": "JP-23",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:19+0100", "updated_at": "2013-12-02T09:19:19+0100",
@ -13971,8 +13971,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "三重県", "name_jp": "三重県",
"name_english": "Mie", "name": "Mie",
"ISOCODE": "JP-24", "ISOCODE": "JP-24",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:18:57+0100", "updated_at": "2013-12-02T09:18:57+0100",
@ -14995,8 +14995,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "大阪府", "name_jp": "大阪府",
"name_english": "Osaka", "name": "Osaka",
"ISOCODE": "JP-27", "ISOCODE": "JP-27",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:06+0100", "updated_at": "2013-12-02T09:19:06+0100",
@ -15387,8 +15387,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "奈良県", "name_jp": "奈良県",
"name_english": "Nara", "name": "Nara",
"ISOCODE": "JP-29", "ISOCODE": "JP-29",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:12+0100", "updated_at": "2013-12-02T09:19:12+0100",
@ -15693,8 +15693,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "和歌山県", "name_jp": "和歌山県",
"name_english": "Wakayama", "name": "Wakayama",
"ISOCODE": "JP-30", "ISOCODE": "JP-30",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:48+0100", "updated_at": "2013-12-02T09:21:48+0100",
@ -16265,8 +16265,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "京都府", "name_jp": "京都府",
"name_english": "Kyoto", "name": "Kyoto",
"ISOCODE": "JP-26", "ISOCODE": "JP-26",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:30+0100", "updated_at": "2013-12-02T09:19:30+0100",
@ -16850,8 +16850,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "兵庫県", "name_jp": "兵庫県",
"name_english": "Hyogo", "name": "Hyogo",
"ISOCODE": "JP-28", "ISOCODE": "JP-28",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:35+0100", "updated_at": "2013-12-02T09:19:35+0100",
@ -17498,8 +17498,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "鳥取県", "name_jp": "鳥取県",
"name_english": "Tottori", "name": "Tottori",
"ISOCODE": "JP-31", "ISOCODE": "JP-31",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:42+0100", "updated_at": "2013-12-02T09:19:42+0100",
@ -17854,8 +17854,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "島根県", "name_jp": "島根県",
"name_english": "Shimane", "name": "Shimane",
"ISOCODE": "JP-32", "ISOCODE": "JP-32",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:19:48+0100", "updated_at": "2013-12-02T09:19:48+0100",
@ -18502,8 +18502,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "岡山県", "name_jp": "岡山県",
"name_english": "Okayama", "name": "Okayama",
"ISOCODE": "JP-33", "ISOCODE": "JP-33",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:01+0100", "updated_at": "2013-12-02T09:20:01+0100",
@ -19119,8 +19119,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "広島県", "name_jp": "広島県",
"name_english": "Hiroshima", "name": "Hiroshima",
"ISOCODE": "JP-34", "ISOCODE": "JP-34",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:09+0100", "updated_at": "2013-12-02T09:20:09+0100",
@ -19712,8 +19712,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "山口県", "name_jp": "山口県",
"name_english": "Yamaguchi", "name": "Yamaguchi",
"ISOCODE": "JP-35", "ISOCODE": "JP-35",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:15+0100", "updated_at": "2013-12-02T09:20:15+0100",
@ -20628,8 +20628,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "香川県", "name_jp": "香川県",
"name_english": "Kagawa", "name": "Kagawa",
"ISOCODE": "JP-37", "ISOCODE": "JP-37",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:25+0100", "updated_at": "2013-12-02T09:20:25+0100",
@ -20969,8 +20969,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "徳島県", "name_jp": "徳島県",
"name_english": "Tokushima", "name": "Tokushima",
"ISOCODE": "JP-36", "ISOCODE": "JP-36",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:32+0100", "updated_at": "2013-12-02T09:20:32+0100",
@ -21408,8 +21408,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "愛媛県", "name_jp": "愛媛県",
"name_english": "Ehime", "name": "Ehime",
"ISOCODE": "JP-38", "ISOCODE": "JP-38",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:41+0100", "updated_at": "2013-12-02T09:20:41+0100",
@ -22445,8 +22445,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "福岡県", "name_jp": "福岡県",
"name_english": "Fukuoka", "name": "Fukuoka",
"ISOCODE": "JP-40", "ISOCODE": "JP-40",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:47+0100", "updated_at": "2013-12-02T09:20:47+0100",
@ -23079,8 +23079,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "高知県", "name_jp": "高知県",
"name_english": "Kochi", "name": "Kochi",
"ISOCODE": "JP-39", "ISOCODE": "JP-39",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:20:53+0100", "updated_at": "2013-12-02T09:20:53+0100",
@ -23926,8 +23926,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "大分県", "name_jp": "大分県",
"name_english": "Oita", "name": "Oita",
"ISOCODE": "JP-44", "ISOCODE": "JP-44",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:01+0100", "updated_at": "2013-12-02T09:21:01+0100",
@ -24767,8 +24767,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "佐賀県", "name_jp": "佐賀県",
"name_english": "Saga", "name": "Saga",
"ISOCODE": "JP-41", "ISOCODE": "JP-41",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:06+0100", "updated_at": "2013-12-02T09:21:06+0100",
@ -25203,8 +25203,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "長崎県", "name_jp": "長崎県",
"name_english": "Nagasaki", "name": "Nagasaki",
"ISOCODE": "JP-42", "ISOCODE": "JP-42",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:12+0100", "updated_at": "2013-12-02T09:21:12+0100",
@ -26128,8 +26128,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "熊本県", "name_jp": "熊本県",
"name_english": "Kumamoto", "name": "Kumamoto",
"ISOCODE": "JP-43", "ISOCODE": "JP-43",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:17+0100", "updated_at": "2013-12-02T09:21:17+0100",
@ -26685,8 +26685,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "鹿児島県", "name_jp": "鹿児島県",
"name_english": "Kagoshima", "name": "Kagoshima",
"ISOCODE": "JP-46", "ISOCODE": "JP-46",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:23+0100", "updated_at": "2013-12-02T09:21:23+0100",
@ -27440,8 +27440,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "沖縄県", "name_jp": "沖縄県",
"name_english": "Okinawa", "name": "Okinawa",
"ISOCODE": "JP-47", "ISOCODE": "JP-47",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:29+0100", "updated_at": "2013-12-02T09:21:29+0100",
@ -27865,8 +27865,8 @@
{ {
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"name": "宮崎県", "name_jp": "宮崎県",
"name_english": "Miyazaki", "name": "Miyazaki",
"ISOCODE": "JP-45", "ISOCODE": "JP-45",
"created_at": "2013-12-02T09:00:35+0100", "created_at": "2013-12-02T09:00:35+0100",
"updated_at": "2013-12-02T09:21:37+0100", "updated_at": "2013-12-02T09:21:37+0100",

View file

@ -5,7 +5,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "09", "state_code": "09",
"state_name": "Ciudad de México", "name": "Ciudad de México",
"id": 1, "id": 1,
"ISOCODE": "MX-CMX" "ISOCODE": "MX-CMX"
}, },
@ -89,7 +89,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "12", "state_code": "12",
"state_name": "Guerrero", "name": "Guerrero",
"id": 2, "id": 2,
"ISOCODE": "MX-GRO" "ISOCODE": "MX-GRO"
}, },
@ -619,7 +619,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "15", "state_code": "15",
"state_name": "México", "name": "México",
"id": 3, "id": 3,
"ISOCODE": "MX-MEX" "ISOCODE": "MX-MEX"
}, },
@ -1083,7 +1083,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "17", "state_code": "17",
"state_name": "Morelos", "name": "Morelos",
"id": 4, "id": 4,
"ISOCODE": "MX-MOR" "ISOCODE": "MX-MOR"
}, },
@ -1211,7 +1211,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "25", "state_code": "25",
"state_name": "Sinaloa", "name": "Sinaloa",
"id": 5, "id": 5,
"ISOCODE": "MX-SIN" "ISOCODE": "MX-SIN"
}, },
@ -1720,7 +1720,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "02", "state_code": "02",
"state_name": "Baja California", "name": "Baja California",
"id": 6, "id": 6,
"ISOCODE": "MX-BCN" "ISOCODE": "MX-BCN"
}, },
@ -2676,7 +2676,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "26", "state_code": "26",
"state_name": "Sonora", "name": "Sonora",
"id": 7, "id": 7,
"ISOCODE": "MX-SON" "ISOCODE": "MX-SON"
}, },
@ -3518,7 +3518,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "03", "state_code": "03",
"state_name": "Baja California Sur", "name": "Baja California Sur",
"id": 8, "id": 8,
"ISOCODE": "MX-BCS" "ISOCODE": "MX-BCS"
}, },
@ -4480,7 +4480,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "32", "state_code": "32",
"state_name": "Zacatecas", "name": "Zacatecas",
"id": 9, "id": 9,
"ISOCODE": "MX-ZAC" "ISOCODE": "MX-ZAC"
}, },
@ -5400,7 +5400,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "10", "state_code": "10",
"state_name": "Durango", "name": "Durango",
"id": 10, "id": 10,
"ISOCODE": "MX-DUR" "ISOCODE": "MX-DUR"
}, },
@ -6026,7 +6026,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "08", "state_code": "08",
"state_name": "Chihuahua", "name": "Chihuahua",
"id": 11, "id": 11,
"ISOCODE": "MX-CHH" "ISOCODE": "MX-CHH"
}, },
@ -6782,7 +6782,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "06", "state_code": "06",
"state_name": "Colima", "name": "Colima",
"id": 12, "id": 12,
"ISOCODE": "MX-COL" "ISOCODE": "MX-COL"
}, },
@ -7015,7 +7015,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "18", "state_code": "18",
"state_name": "Nayarit", "name": "Nayarit",
"id": 13, "id": 13,
"ISOCODE": "MX-NAY" "ISOCODE": "MX-NAY"
}, },
@ -7512,7 +7512,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "16", "state_code": "16",
"state_name": "Michoacán de Ocampo", "name": "Michoacán de Ocampo",
"id": 14, "id": 14,
"ISOCODE": "MX-MIC" "ISOCODE": "MX-MIC"
}, },
@ -8188,7 +8188,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "14", "state_code": "14",
"state_name": "Jalisco", "name": "Jalisco",
"id": 15, "id": 15,
"ISOCODE": "MX-JAL" "ISOCODE": "MX-JAL"
}, },
@ -9594,7 +9594,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "07", "state_code": "07",
"state_name": "Chiapas", "name": "Chiapas",
"id": 16, "id": 16,
"ISOCODE": "MX-CHP" "ISOCODE": "MX-CHP"
}, },
@ -10048,7 +10048,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "27", "state_code": "27",
"state_name": "Tabasco", "name": "Tabasco",
"id": 17, "id": 17,
"ISOCODE": "MX-TAB" "ISOCODE": "MX-TAB"
}, },
@ -10471,7 +10471,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "20", "state_code": "20",
"state_name": "Oaxaca", "name": "Oaxaca",
"id": 18, "id": 18,
"ISOCODE": "MX-OAX" "ISOCODE": "MX-OAX"
}, },
@ -11073,7 +11073,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "11", "state_code": "11",
"state_name": "Guanajuato", "name": "Guanajuato",
"id": 19, "id": 19,
"ISOCODE": "MX-GUA" "ISOCODE": "MX-GUA"
}, },
@ -11550,7 +11550,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "01", "state_code": "01",
"state_name": "Aguascalientes", "name": "Aguascalientes",
"id": 20, "id": 20,
"ISOCODE": "MX-AGU" "ISOCODE": "MX-AGU"
}, },
@ -11682,7 +11682,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "22", "state_code": "22",
"state_name": "Querétaro", "name": "Querétaro",
"id": 21, "id": 21,
"ISOCODE": "MX-QUE" "ISOCODE": "MX-QUE"
}, },
@ -11973,7 +11973,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "24", "state_code": "24",
"state_name": "San Luis Potosí", "name": "San Luis Potosí",
"id": 22, "id": 22,
"ISOCODE": "MX-SLP" "ISOCODE": "MX-SLP"
}, },
@ -12619,7 +12619,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "29", "state_code": "29",
"state_name": "Tlaxcala", "name": "Tlaxcala",
"id": 23, "id": 23,
"ISOCODE": "MX-TLA" "ISOCODE": "MX-TLA"
}, },
@ -12773,7 +12773,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "21", "state_code": "21",
"state_name": "Puebla", "name": "Puebla",
"id": 24, "id": 24,
"ISOCODE": "MX-PUE" "ISOCODE": "MX-PUE"
}, },
@ -13501,7 +13501,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "13", "state_code": "13",
"state_name": "Hidalgo", "name": "Hidalgo",
"id": 25, "id": 25,
"ISOCODE": "MX-HID" "ISOCODE": "MX-HID"
}, },
@ -14025,7 +14025,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "30", "state_code": "30",
"state_name": "Veracruz de Ignacio de la Llave", "name": "Veracruz de Ignacio de la Llave",
"id": 26, "id": 26,
"ISOCODE": "MX-VER" "ISOCODE": "MX-VER"
}, },
@ -15049,7 +15049,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "19", "state_code": "19",
"state_name": "Nuevo León", "name": "Nuevo León",
"id": 27, "id": 27,
"ISOCODE": "MX-NLE" "ISOCODE": "MX-NLE"
}, },
@ -15423,7 +15423,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "05", "state_code": "05",
"state_name": "Coahuila de Zaragoza", "name": "Coahuila de Zaragoza",
"id": 28, "id": 28,
"ISOCODE": "MX-COA" "ISOCODE": "MX-COA"
}, },
@ -16014,7 +16014,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "28", "state_code": "28",
"state_name": "Tamaulipas", "name": "Tamaulipas",
"id": 29, "id": 29,
"ISOCODE": "MX-TAM" "ISOCODE": "MX-TAM"
}, },
@ -16647,7 +16647,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "31", "state_code": "31",
"state_name": "Yucatán", "name": "Yucatán",
"id": 30, "id": 30,
"ISOCODE": "MX-YUC" "ISOCODE": "MX-YUC"
}, },
@ -17248,7 +17248,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "04", "state_code": "04",
"state_name": "Campeche", "name": "Campeche",
"id": 31, "id": 31,
"ISOCODE": "MX-CAM" "ISOCODE": "MX-CAM"
}, },
@ -17567,7 +17567,7 @@
"type": "Feature", "type": "Feature",
"properties": { "properties": {
"state_code": "23", "state_code": "23",
"state_name": "Quintana Roo", "name": "Quintana Roo",
"id": 32, "id": 32,
"ISOCODE": "MX-ROO" "ISOCODE": "MX-ROO"
}, },

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@
"AFFGEOID": "0400000US22", "AFFGEOID": "0400000US22",
"GEOID": "22", "GEOID": "22",
"ISOCODE": "US-LA", "ISOCODE": "US-LA",
"NAME": "Louisiana", "name": "Louisiana",
"LSAD": "00", "LSAD": "00",
"ALAND": 111915258185, "ALAND": 111915258185,
"AWATER": 23736382213 "AWATER": 23736382213
@ -331,7 +331,7 @@
"AFFGEOID": "0400000US02", "AFFGEOID": "0400000US02",
"GEOID": "02", "GEOID": "02",
"ISOCODE": "US-AK", "ISOCODE": "US-AK",
"NAME": "Alaska", "name": "Alaska",
"LSAD": "00", "LSAD": "00",
"ALAND": 1478942847588, "ALAND": 1478942847588,
"AWATER": 245378425142 "AWATER": 245378425142
@ -2807,7 +2807,7 @@
"AFFGEOID": "0400000US24", "AFFGEOID": "0400000US24",
"GEOID": "24", "GEOID": "24",
"ISOCODE": "US-MD", "ISOCODE": "US-MD",
"NAME": "Maryland", "name": "Maryland",
"LSAD": "00", "LSAD": "00",
"ALAND": 25151992308, "ALAND": 25151992308,
"AWATER": 6979074857 "AWATER": 6979074857
@ -3101,7 +3101,7 @@
"AFFGEOID": "0400000US55", "AFFGEOID": "0400000US55",
"GEOID": "55", "GEOID": "55",
"ISOCODE": "US-WI", "ISOCODE": "US-WI",
"NAME": "Wisconsin", "name": "Wisconsin",
"LSAD": "00", "LSAD": "00",
"ALAND": 140292321657, "ALAND": 140292321657,
"AWATER": 29343646672 "AWATER": 29343646672
@ -3464,7 +3464,7 @@
"AFFGEOID": "0400000US12", "AFFGEOID": "0400000US12",
"GEOID": "12", "GEOID": "12",
"ISOCODE": "US-FL", "ISOCODE": "US-FL",
"NAME": "Florida", "name": "Florida",
"LSAD": "00", "LSAD": "00",
"ALAND": 138961722096, "ALAND": 138961722096,
"AWATER": 45972570361 "AWATER": 45972570361
@ -3884,7 +3884,7 @@
"AFFGEOID": "0400000US13", "AFFGEOID": "0400000US13",
"GEOID": "13", "GEOID": "13",
"ISOCODE": "US-GA", "ISOCODE": "US-GA",
"NAME": "Georgia", "name": "Georgia",
"LSAD": "00", "LSAD": "00",
"ALAND": 149486624386, "ALAND": 149486624386,
"AWATER": 4418360134 "AWATER": 4418360134
@ -4171,7 +4171,7 @@
"AFFGEOID": "0400000US47", "AFFGEOID": "0400000US47",
"GEOID": "47", "GEOID": "47",
"ISOCODE": "US-TN", "ISOCODE": "US-TN",
"NAME": "Tennessee", "name": "Tennessee",
"LSAD": "00", "LSAD": "00",
"ALAND": 106791957894, "ALAND": 106791957894,
"AWATER": 2322601737 "AWATER": 2322601737
@ -4441,7 +4441,7 @@
"AFFGEOID": "0400000US27", "AFFGEOID": "0400000US27",
"GEOID": "27", "GEOID": "27",
"ISOCODE": "US-MN", "ISOCODE": "US-MN",
"NAME": "Minnesota", "name": "Minnesota",
"LSAD": "00", "LSAD": "00",
"ALAND": 206232627084, "ALAND": 206232627084,
"AWATER": 18949394733 "AWATER": 18949394733
@ -4772,7 +4772,7 @@
"AFFGEOID": "0400000US19", "AFFGEOID": "0400000US19",
"GEOID": "19", "GEOID": "19",
"ISOCODE": "US-IA", "ISOCODE": "US-IA",
"NAME": "Iowa", "name": "Iowa",
"LSAD": "00", "LSAD": "00",
"ALAND": 144659721012, "ALAND": 144659721012,
"AWATER": 1085964740 "AWATER": 1085964740
@ -5046,7 +5046,7 @@
"AFFGEOID": "0400000US29", "AFFGEOID": "0400000US29",
"GEOID": "29", "GEOID": "29",
"ISOCODE": "US-MO", "ISOCODE": "US-MO",
"NAME": "Missouri", "name": "Missouri",
"LSAD": "00", "LSAD": "00",
"ALAND": 178052333716, "ALAND": 178052333716,
"AWATER": 2487445715 "AWATER": 2487445715
@ -5384,7 +5384,7 @@
"AFFGEOID": "0400000US26", "AFFGEOID": "0400000US26",
"GEOID": "26", "GEOID": "26",
"ISOCODE": "US-MI", "ISOCODE": "US-MI",
"NAME": "Michigan", "name": "Michigan",
"LSAD": "00", "LSAD": "00",
"ALAND": 146614937132, "ALAND": 146614937132,
"AWATER": 103871870536 "AWATER": 103871870536
@ -5904,7 +5904,7 @@
"AFFGEOID": "0400000US16", "AFFGEOID": "0400000US16",
"GEOID": "16", "GEOID": "16",
"ISOCODE": "US-ID", "ISOCODE": "US-ID",
"NAME": "Idaho", "name": "Idaho",
"LSAD": "00", "LSAD": "00",
"ALAND": 214049931578, "ALAND": 214049931578,
"AWATER": 2391569647 "AWATER": 2391569647
@ -6192,7 +6192,7 @@
"AFFGEOID": "0400000US06", "AFFGEOID": "0400000US06",
"GEOID": "06", "GEOID": "06",
"ISOCODE": "US-CA", "ISOCODE": "US-CA",
"NAME": "California", "name": "California",
"LSAD": "00", "LSAD": "00",
"ALAND": 403671756816, "ALAND": 403671756816,
"AWATER": 20293573058 "AWATER": 20293573058
@ -6703,7 +6703,7 @@
"AFFGEOID": "0400000US09", "AFFGEOID": "0400000US09",
"GEOID": "09", "GEOID": "09",
"ISOCODE": "US-CT", "ISOCODE": "US-CT",
"NAME": "Connecticut", "name": "Connecticut",
"LSAD": "00", "LSAD": "00",
"ALAND": 12541690473, "ALAND": 12541690473,
"AWATER": 1816424193 "AWATER": 1816424193
@ -6822,7 +6822,7 @@
"AFFGEOID": "0400000US48", "AFFGEOID": "0400000US48",
"GEOID": "48", "GEOID": "48",
"ISOCODE": "US-TX", "ISOCODE": "US-TX",
"NAME": "Texas", "name": "Texas",
"LSAD": "00", "LSAD": "00",
"ALAND": 676681550479, "ALAND": 676681550479,
"AWATER": 18978390713 "AWATER": 18978390713
@ -7394,7 +7394,7 @@
"AFFGEOID": "0400000US51", "AFFGEOID": "0400000US51",
"GEOID": "51", "GEOID": "51",
"ISOCODE": "US-VA", "ISOCODE": "US-VA",
"NAME": "Virginia", "name": "Virginia",
"LSAD": "00", "LSAD": "00",
"ALAND": 102258210137, "ALAND": 102258210137,
"AWATER": 8528040726 "AWATER": 8528040726
@ -7748,7 +7748,7 @@
"AFFGEOID": "0400000US36", "AFFGEOID": "0400000US36",
"GEOID": "36", "GEOID": "36",
"ISOCODE": "US-NY", "ISOCODE": "US-NY",
"NAME": "New York", "name": "New York",
"LSAD": "00", "LSAD": "00",
"ALAND": 122049142543, "ALAND": 122049142543,
"AWATER": 19257128505 "AWATER": 19257128505
@ -8108,7 +8108,7 @@
"AFFGEOID": "0400000US17", "AFFGEOID": "0400000US17",
"GEOID": "17", "GEOID": "17",
"ISOCODE": "US-IL", "ISOCODE": "US-IL",
"NAME": "Illinois", "name": "Illinois",
"LSAD": "00", "LSAD": "00",
"ALAND": 143778561906, "ALAND": 143778561906,
"AWATER": 6216493488 "AWATER": 6216493488
@ -8452,7 +8452,7 @@
"AFFGEOID": "0400000US30", "AFFGEOID": "0400000US30",
"GEOID": "30", "GEOID": "30",
"ISOCODE": "US-MT", "ISOCODE": "US-MT",
"NAME": "Montana", "name": "Montana",
"LSAD": "00", "LSAD": "00",
"ALAND": 376973729130, "ALAND": 376973729130,
"AWATER": 3866634365 "AWATER": 3866634365
@ -8718,7 +8718,7 @@
"AFFGEOID": "0400000US21", "AFFGEOID": "0400000US21",
"GEOID": "21", "GEOID": "21",
"ISOCODE": "US-KY", "ISOCODE": "US-KY",
"NAME": "Kentucky", "name": "Kentucky",
"LSAD": "00", "LSAD": "00",
"ALAND": 102283004821, "ALAND": 102283004821,
"AWATER": 2367816964 "AWATER": 2367816964
@ -9073,7 +9073,7 @@
"AFFGEOID": "0400000US41", "AFFGEOID": "0400000US41",
"GEOID": "41", "GEOID": "41",
"ISOCODE": "US-OR", "ISOCODE": "US-OR",
"NAME": "Oregon", "name": "Oregon",
"LSAD": "00", "LSAD": "00",
"ALAND": 248628414476, "ALAND": 248628414476,
"AWATER": 6170965739 "AWATER": 6170965739
@ -9348,7 +9348,7 @@
"AFFGEOID": "0400000US11", "AFFGEOID": "0400000US11",
"GEOID": "11", "GEOID": "11",
"ISOCODE": "US-DC", "ISOCODE": "US-DC",
"NAME": "District of Columbia", "name": "District of Columbia",
"LSAD": "00", "LSAD": "00",
"ALAND": 158316124, "ALAND": 158316124,
"AWATER": 18709762 "AWATER": 18709762
@ -9379,7 +9379,7 @@
"AFFGEOID": "0400000US39", "AFFGEOID": "0400000US39",
"GEOID": "39", "GEOID": "39",
"ISOCODE": "US-OH", "ISOCODE": "US-OH",
"NAME": "Ohio", "name": "Ohio",
"LSAD": "00", "LSAD": "00",
"ALAND": 105823653399, "ALAND": 105823653399,
"AWATER": 10274702852 "AWATER": 10274702852
@ -9641,7 +9641,7 @@
"AFFGEOID": "0400000US05", "AFFGEOID": "0400000US05",
"GEOID": "05", "GEOID": "05",
"ISOCODE": "US-AR", "ISOCODE": "US-AR",
"NAME": "Arkansas", "name": "Arkansas",
"LSAD": "00", "LSAD": "00",
"ALAND": 134660767709, "ALAND": 134660767709,
"AWATER": 3121950081 "AWATER": 3121950081
@ -9882,7 +9882,7 @@
"AFFGEOID": "0400000US53", "AFFGEOID": "0400000US53",
"GEOID": "53", "GEOID": "53",
"ISOCODE": "US-WA", "ISOCODE": "US-WA",
"NAME": "Washington", "name": "Washington",
"LSAD": "00", "LSAD": "00",
"ALAND": 172118963546, "ALAND": 172118963546,
"AWATER": 12548738684 "AWATER": 12548738684
@ -10146,7 +10146,7 @@
"AFFGEOID": "0400000US72", "AFFGEOID": "0400000US72",
"GEOID": "72", "GEOID": "72",
"ISOCODE": "US-PR", "ISOCODE": "US-PR",
"NAME": "Puerto Rico", "name": "Puerto Rico",
"LSAD": "00", "LSAD": "00",
"ALAND": 8869135605, "ALAND": 8869135605,
"AWATER": 4922143005 "AWATER": 4922143005
@ -10317,7 +10317,7 @@
"AFFGEOID": "0400000US56", "AFFGEOID": "0400000US56",
"GEOID": "56", "GEOID": "56",
"ISOCODE": "US-WY", "ISOCODE": "US-WY",
"NAME": "Wyoming", "name": "Wyoming",
"LSAD": "00", "LSAD": "00",
"ALAND": 251458712294, "ALAND": 251458712294,
"AWATER": 1867503716 "AWATER": 1867503716
@ -10434,7 +10434,7 @@
"AFFGEOID": "0400000US23", "AFFGEOID": "0400000US23",
"GEOID": "23", "GEOID": "23",
"ISOCODE": "US-ME", "ISOCODE": "US-ME",
"NAME": "Maine", "name": "Maine",
"LSAD": "00", "LSAD": "00",
"ALAND": 79888263364, "ALAND": 79888263364,
"AWATER": 11745102727 "AWATER": 11745102727
@ -10724,7 +10724,7 @@
"AFFGEOID": "0400000US35", "AFFGEOID": "0400000US35",
"GEOID": "35", "GEOID": "35",
"ISOCODE": "US-NM", "ISOCODE": "US-NM",
"NAME": "New Mexico", "name": "New Mexico",
"LSAD": "00", "LSAD": "00",
"ALAND": 314198560947, "ALAND": 314198560947,
"AWATER": 726482113 "AWATER": 726482113
@ -10851,7 +10851,7 @@
"AFFGEOID": "0400000US49", "AFFGEOID": "0400000US49",
"GEOID": "49", "GEOID": "49",
"ISOCODE": "US-UT", "ISOCODE": "US-UT",
"NAME": "Utah", "name": "Utah",
"LSAD": "00", "LSAD": "00",
"ALAND": 213355072799, "ALAND": 213355072799,
"AWATER": 6529973239 "AWATER": 6529973239
@ -10964,7 +10964,7 @@
"AFFGEOID": "0400000US54", "AFFGEOID": "0400000US54",
"GEOID": "54", "GEOID": "54",
"ISOCODE": "US-WV", "ISOCODE": "US-WV",
"NAME": "West Virginia", "name": "West Virginia",
"LSAD": "00", "LSAD": "00",
"ALAND": 62266298634, "ALAND": 62266298634,
"AWATER": 489204185 "AWATER": 489204185
@ -11226,7 +11226,7 @@
"AFFGEOID": "0400000US20", "AFFGEOID": "0400000US20",
"GEOID": "20", "GEOID": "20",
"ISOCODE": "US-KS", "ISOCODE": "US-KS",
"NAME": "Kansas", "name": "Kansas",
"LSAD": "00", "LSAD": "00",
"ALAND": 211753717642, "ALAND": 211753717642,
"AWATER": 1345767737 "AWATER": 1345767737
@ -11417,7 +11417,7 @@
"AFFGEOID": "0400000US32", "AFFGEOID": "0400000US32",
"GEOID": "32", "GEOID": "32",
"ISOCODE": "US-NV", "ISOCODE": "US-NV",
"NAME": "Nevada", "name": "Nevada",
"LSAD": "00", "LSAD": "00",
"ALAND": 284537290201, "ALAND": 284537290201,
"AWATER": 1839636284 "AWATER": 1839636284
@ -11580,7 +11580,7 @@
"AFFGEOID": "0400000US28", "AFFGEOID": "0400000US28",
"GEOID": "28", "GEOID": "28",
"ISOCODE": "US-MS", "ISOCODE": "US-MS",
"NAME": "Mississippi", "name": "Mississippi",
"LSAD": "00", "LSAD": "00",
"ALAND": 121533935354, "ALAND": 121533935354,
"AWATER": 3914344129 "AWATER": 3914344129
@ -11830,7 +11830,7 @@
"AFFGEOID": "0400000US33", "AFFGEOID": "0400000US33",
"GEOID": "33", "GEOID": "33",
"ISOCODE": "US-NH", "ISOCODE": "US-NH",
"NAME": "New Hampshire", "name": "New Hampshire",
"LSAD": "00", "LSAD": "00",
"ALAND": 23190115212, "ALAND": 23190115212,
"AWATER": 1025971768 "AWATER": 1025971768
@ -11990,7 +11990,7 @@
"AFFGEOID": "0400000US01", "AFFGEOID": "0400000US01",
"GEOID": "01", "GEOID": "01",
"ISOCODE": "US-AL", "ISOCODE": "US-AL",
"NAME": "Alabama", "name": "Alabama",
"LSAD": "00", "LSAD": "00",
"ALAND": 131175477769, "ALAND": 131175477769,
"AWATER": 4591897964 "AWATER": 4591897964
@ -12191,7 +12191,7 @@
"AFFGEOID": "0400000US46", "AFFGEOID": "0400000US46",
"GEOID": "46", "GEOID": "46",
"ISOCODE": "US-SD", "ISOCODE": "US-SD",
"NAME": "South Dakota", "name": "South Dakota",
"LSAD": "00", "LSAD": "00",
"ALAND": 196342918877, "ALAND": 196342918877,
"AWATER": 3386737669 "AWATER": 3386737669
@ -12398,7 +12398,7 @@
"AFFGEOID": "0400000US42", "AFFGEOID": "0400000US42",
"GEOID": "42", "GEOID": "42",
"ISOCODE": "US-PA", "ISOCODE": "US-PA",
"NAME": "Pennsylvania", "name": "Pennsylvania",
"LSAD": "00", "LSAD": "00",
"ALAND": 115881784866, "ALAND": 115881784866,
"AWATER": 3397909903 "AWATER": 3397909903
@ -12596,7 +12596,7 @@
"AFFGEOID": "0400000US40", "AFFGEOID": "0400000US40",
"GEOID": "40", "GEOID": "40",
"ISOCODE": "US-OK", "ISOCODE": "US-OK",
"NAME": "Oklahoma", "name": "Oklahoma",
"LSAD": "00", "LSAD": "00",
"ALAND": 177664154114, "ALAND": 177664154114,
"AWATER": 3373725677 "AWATER": 3373725677
@ -12853,7 +12853,7 @@
"AFFGEOID": "0400000US37", "AFFGEOID": "0400000US37",
"GEOID": "37", "GEOID": "37",
"ISOCODE": "US-NC", "ISOCODE": "US-NC",
"NAME": "North Carolina", "name": "North Carolina",
"LSAD": "00", "LSAD": "00",
"ALAND": 125933327733, "ALAND": 125933327733,
"AWATER": 13456093195 "AWATER": 13456093195
@ -13103,7 +13103,7 @@
"AFFGEOID": "0400000US25", "AFFGEOID": "0400000US25",
"GEOID": "25", "GEOID": "25",
"ISOCODE": "US-MA", "ISOCODE": "US-MA",
"NAME": "Massachusetts", "name": "Massachusetts",
"LSAD": "00", "LSAD": "00",
"ALAND": 20204390225, "ALAND": 20204390225,
"AWATER": 7130660432 "AWATER": 7130660432
@ -13362,7 +13362,7 @@
"AFFGEOID": "0400000US38", "AFFGEOID": "0400000US38",
"GEOID": "38", "GEOID": "38",
"ISOCODE": "US-ND", "ISOCODE": "US-ND",
"NAME": "North Dakota", "name": "North Dakota",
"LSAD": "00", "LSAD": "00",
"ALAND": 178694310772, "ALAND": 178694310772,
"AWATER": 4414779956 "AWATER": 4414779956
@ -13511,7 +13511,7 @@
"AFFGEOID": "0400000US10", "AFFGEOID": "0400000US10",
"GEOID": "10", "GEOID": "10",
"ISOCODE": "US-DE", "ISOCODE": "US-DE",
"NAME": "Delaware", "name": "Delaware",
"LSAD": "00", "LSAD": "00",
"ALAND": 5046731559, "ALAND": 5046731559,
"AWATER": 1399179670 "AWATER": 1399179670
@ -13587,7 +13587,7 @@
"AFFGEOID": "0400000US08", "AFFGEOID": "0400000US08",
"GEOID": "08", "GEOID": "08",
"ISOCODE": "US-CO", "ISOCODE": "US-CO",
"NAME": "Colorado", "name": "Colorado",
"LSAD": "00", "LSAD": "00",
"ALAND": 268418796417, "ALAND": 268418796417,
"AWATER": 1185716938 "AWATER": 1185716938
@ -13704,7 +13704,7 @@
"AFFGEOID": "0400000US45", "AFFGEOID": "0400000US45",
"GEOID": "45", "GEOID": "45",
"ISOCODE": "US-SC", "ISOCODE": "US-SC",
"NAME": "South Carolina", "name": "South Carolina",
"LSAD": "00", "LSAD": "00",
"ALAND": 77866200776, "ALAND": 77866200776,
"AWATER": 5074243221 "AWATER": 5074243221
@ -13922,7 +13922,7 @@
"AFFGEOID": "0400000US15", "AFFGEOID": "0400000US15",
"GEOID": "15", "GEOID": "15",
"ISOCODE": "US-HI", "ISOCODE": "US-HI",
"NAME": "Hawaii", "name": "Hawaii",
"LSAD": "00", "LSAD": "00",
"ALAND": 16634147169, "ALAND": 16634147169,
"AWATER": 11777652105 "AWATER": 11777652105
@ -14208,7 +14208,7 @@
"AFFGEOID": "0400000US50", "AFFGEOID": "0400000US50",
"GEOID": "50", "GEOID": "50",
"ISOCODE": "US-VT", "ISOCODE": "US-VT",
"NAME": "Vermont", "name": "Vermont",
"LSAD": "00", "LSAD": "00",
"ALAND": 23872569964, "ALAND": 23872569964,
"AWATER": 1030754609 "AWATER": 1030754609
@ -14361,7 +14361,7 @@
"AFFGEOID": "0400000US44", "AFFGEOID": "0400000US44",
"GEOID": "44", "GEOID": "44",
"ISOCODE": "US-RI", "ISOCODE": "US-RI",
"NAME": "Rhode Island", "name": "Rhode Island",
"LSAD": "00", "LSAD": "00",
"ALAND": 2677763359, "ALAND": 2677763359,
"AWATER": 1323686988 "AWATER": 1323686988
@ -14447,7 +14447,7 @@
"AFFGEOID": "0400000US18", "AFFGEOID": "0400000US18",
"GEOID": "18", "GEOID": "18",
"ISOCODE": "US-IN", "ISOCODE": "US-IN",
"NAME": "Indiana", "name": "Indiana",
"LSAD": "00", "LSAD": "00",
"ALAND": 92789363558, "ALAND": 92789363558,
"AWATER": 1541248299 "AWATER": 1541248299
@ -14687,7 +14687,7 @@
"AFFGEOID": "0400000US34", "AFFGEOID": "0400000US34",
"GEOID": "34", "GEOID": "34",
"ISOCODE": "US-NJ", "ISOCODE": "US-NJ",
"NAME": "New Jersey", "name": "New Jersey",
"LSAD": "00", "LSAD": "00",
"ALAND": 19048916230, "ALAND": 19048916230,
"AWATER": 3533083369 "AWATER": 3533083369
@ -14872,7 +14872,7 @@
"AFFGEOID": "0400000US04", "AFFGEOID": "0400000US04",
"GEOID": "04", "GEOID": "04",
"ISOCODE": "US-AZ", "ISOCODE": "US-AZ",
"NAME": "Arizona", "name": "Arizona",
"LSAD": "00", "LSAD": "00",
"ALAND": 294363973043, "ALAND": 294363973043,
"AWATER": 855871553 "AWATER": 855871553
@ -15048,7 +15048,7 @@
"AFFGEOID": "0400000US31", "AFFGEOID": "0400000US31",
"GEOID": "31", "GEOID": "31",
"ISOCODE": "US-NE", "ISOCODE": "US-NE",
"NAME": "Nebraska", "name": "Nebraska",
"LSAD": "00", "LSAD": "00",
"ALAND": 198957385713, "ALAND": 198957385713,
"AWATER": 1371105730 "AWATER": 1371105730

View file

@ -3,17 +3,8 @@
import Toast from '$lib/components/Toast.svelte'; import Toast from '$lib/components/Toast.svelte';
import 'tailwindcss/tailwind.css'; import 'tailwindcss/tailwind.css';
export let data; export let data;
const enableAnalytics = process.env['ENABLE_ANALYTICS'] || 'false';
const unamiKey = process.env['UNAMI_KEY'] || '';
</script> </script>
<svelte:head>
{#if enableAnalytics === 'true' && unamiKey}
<script defer src="https://cloud.umami.is/script.js" data-website-id={unamiKey}></script>
{/if}
</svelte:head>
<Navbar {data} /> <Navbar {data} />
<Toast /> <Toast />

View file

@ -202,16 +202,16 @@
paint={{ 'fill-color': 'rgba(37, 244, 26, 0.15)' }} paint={{ 'fill-color': 'rgba(37, 244, 26, 0.15)' }}
filter={['in', 'ISOCODE', ...visitArray]} filter={['in', 'ISOCODE', ...visitArray]}
/> />
<!-- <SymbolLayer <SymbolLayer
layout={{ layout={{
'text-field': ['slice', ['get', 'ISOCODE'], 3], 'text-field': ['get', 'name'],
'text-size': 12, 'text-size': 12,
'text-anchor': 'center' 'text-anchor': 'center'
}} }}
paint={{ paint={{
'text-color': 'black' 'text-color': 'black'
}} }}
/> --> />
</GeoJSON> </GeoJSON>
{/if} {/if}
<MapEvents on:click={addMarker} /> <MapEvents on:click={addMarker} />