Created
February 18, 2024 09:19
-
-
Save karelin/7a70397678a8eb45cf9cb70d9f71d893 to your computer and use it in GitHub Desktop.
Google Landmarks GeoJSON Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.182, | |
22.2728 | |
] | |
}, | |
"properties": { | |
"id": "0", | |
"url": "https://commons.wikimedia.org/wiki/Category:Happy_Valley_Racecourse", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.569673867289, | |
48.171493662237 | |
] | |
}, | |
"properties": { | |
"id": "1", | |
"url": "https://commons.wikimedia.org/wiki/Category:Luitpoldpark_in_Munich", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.9255555555556, | |
47.959444444444 | |
] | |
}, | |
"properties": { | |
"id": "2", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grand_Ventron", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
153.55, | |
-28.1833 | |
] | |
}, | |
"properties": { | |
"id": "3", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tweed_Heads,_New_South_Wales", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.5005, | |
41.895916666667 | |
] | |
}, | |
"properties": { | |
"id": "4", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_Immacolata_della_Concezione_(Rome)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
152.965, | |
-27.2281 | |
] | |
}, | |
"properties": { | |
"id": "5", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lakeside_International_Raceway", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.577, | |
30.9064 | |
] | |
}, | |
"properties": { | |
"id": "6", | |
"url": "https://commons.wikimedia.org/wiki/Category:Firehouse_Center_and_Gallery", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.921973, | |
51.542186 | |
] | |
}, | |
"properties": { | |
"id": "7", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sparkassen-Arena,_G%C3%B6ttingen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
40.4167, | |
56.15 | |
] | |
}, | |
"properties": { | |
"id": "8", | |
"url": "https://commons.wikimedia.org/wiki/Category:White_Monuments_of_Vladimir_and_Suzdal", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.5024074, | |
40.2956991 | |
] | |
}, | |
"properties": { | |
"id": "9", | |
"url": "https://commons.wikimedia.org/wiki/Category:Madonna_del_Rosario_(Bosa)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.5905555555556, | |
47.554444444444 | |
] | |
}, | |
"properties": { | |
"id": "10", | |
"url": "https://commons.wikimedia.org/wiki/Category:Historisches_Museum_Basel", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.5141, | |
-12.973 | |
] | |
}, | |
"properties": { | |
"id": "11", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mercado_Modelo", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.25154, | |
48.7625 | |
] | |
}, | |
"properties": { | |
"id": "12", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wasserkunstanlage_Paradies_(Baden-Baden)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.6776, | |
30.2637 | |
] | |
}, | |
"properties": { | |
"id": "13", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gulf_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.968766666667, | |
40.7801 | |
] | |
}, | |
"properties": { | |
"id": "14", | |
"url": "https://commons.wikimedia.org/wiki/Category:Delacorte_Theater", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.0106, | |
38.8013 | |
] | |
}, | |
"properties": { | |
"id": "15", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tremper_Mound_and_Earthworks", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.72835, | |
35.67361 | |
] | |
}, | |
"properties": { | |
"id": "16", | |
"url": "https://commons.wikimedia.org/wiki/Category:Embassy_of_Canada_in_Tokyo", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.587779, | |
41.912338 | |
] | |
}, | |
"properties": { | |
"id": "17", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiesa_di_Santa_Maria_Immacolata_alla_Cervelletta", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.35, | |
53.8253 | |
] | |
}, | |
"properties": { | |
"id": "18", | |
"url": "https://commons.wikimedia.org/wiki/Category:Orthodox_church_in_E%C5%82k", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.48178, | |
51.20449 | |
] | |
}, | |
"properties": { | |
"id": "19", | |
"url": "https://commons.wikimedia.org/wiki/Category:Andover_Canal", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.48178, | |
51.20449 | |
] | |
}, | |
"properties": { | |
"id": "20", | |
"url": "http://commons.wikimedia.org/wiki/Category:Alangdareh_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.41275, | |
51.9461 | |
] | |
}, | |
"properties": { | |
"id": "21", | |
"url": "https://commons.wikimedia.org/wiki/Category:Evangelische_Kirche_(G%C3%BCtersloh-Isselhorst)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.35, | |
43.3483 | |
] | |
}, | |
"properties": { | |
"id": "22", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Santa_Cruz", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.0303, | |
-29.829 | |
] | |
}, | |
"properties": { | |
"id": "23", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moses_Mabhida_Stadium", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.283, | |
44.0605 | |
] | |
}, | |
"properties": { | |
"id": "24", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pilot_Butte_State_Scenic_Viewpoint", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.81055556, | |
42.345 | |
] | |
}, | |
"properties": { | |
"id": "25", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Juli%C3%A0_de_Pedra", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.172, | |
22.301 | |
] | |
}, | |
"properties": { | |
"id": "26", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mira_Place", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.246204225, | |
28.592197203 | |
] | |
}, | |
"properties": { | |
"id": "27", | |
"url": "https://commons.wikimedia.org/wiki/Category:Isa_Khan_Niyazi's_tomb", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.1195, | |
52.1056 | |
] | |
}, | |
"properties": { | |
"id": "29", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Peter,_Claydon", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
50.110893, | |
53.204006 | |
] | |
}, | |
"properties": { | |
"id": "30", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_of_Glory_in_Samara", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.16055556, | |
47.76722222 | |
] | |
}, | |
"properties": { | |
"id": "31", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Nikolaus_(%C3%9Cberlingen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.66298, | |
59.00811 | |
] | |
}, | |
"properties": { | |
"id": "32", | |
"url": "https://commons.wikimedia.org/wiki/Category:Olavskirken_ruin,_Bamble", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.66298, | |
59.00811 | |
] | |
}, | |
"properties": { | |
"id": "33", | |
"url": "http://commons.wikimedia.org/wiki/Category:Honkakuji", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
44.333333333333, | |
43.0 | |
] | |
}, | |
"properties": { | |
"id": "34", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lesisty_Range,_Caucasus", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.14444444, | |
38.71527778 | |
] | |
}, | |
"properties": { | |
"id": "35", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jardim_de_S%C3%A3o_Pedro_de_Alc%C3%A2ntara", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.78611111, | |
43.49111111 | |
] | |
}, | |
"properties": { | |
"id": "36", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cabo_Mayor", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.42488889, | |
50.07636111 | |
] | |
}, | |
"properties": { | |
"id": "37", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Stephen,_Prague", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.1142, | |
39.0616 | |
] | |
}, | |
"properties": { | |
"id": "38", | |
"url": "https://commons.wikimedia.org/wiki/Category:PalaKr%C3%B2", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.1142, | |
39.0616 | |
] | |
}, | |
"properties": { | |
"id": "39", | |
"url": "http://commons.wikimedia.org/wiki/Category:Grube_Wohlfahrt_(Bergwerk)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-114.233, | |
50.4197 | |
] | |
}, | |
"properties": { | |
"id": "41", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bar_U_Ranch", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
104.38902, | |
31.13221 | |
] | |
}, | |
"properties": { | |
"id": "42", | |
"url": "https://commons.wikimedia.org/wiki/Category:Deyang_Confucian_Temple", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.52722222, | |
43.32605556 | |
] | |
}, | |
"properties": { | |
"id": "43", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abbaye_de_Caunes-Minervois", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.096111111111, | |
47.475277777778 | |
] | |
}, | |
"properties": { | |
"id": "45", | |
"url": "https://commons.wikimedia.org/wiki/Category:Groupama_Arena", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.99972222, | |
49.55611111 | |
] | |
}, | |
"properties": { | |
"id": "47", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dobr%C3%A1_Voda_(B%C5%99eznice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.971944, | |
40.7825 | |
] | |
}, | |
"properties": { | |
"id": "48", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Beresford", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.246666666667, | |
47.710833333333 | |
] | |
}, | |
"properties": { | |
"id": "49", | |
"url": "https://commons.wikimedia.org/wiki/Category:Spitzstein", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3397, | |
48.1922 | |
] | |
}, | |
"properties": { | |
"id": "50", | |
"url": "https://commons.wikimedia.org/wiki/Category:Raimund_Theater", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.495, | |
38.5746 | |
] | |
}, | |
"properties": { | |
"id": "51", | |
"url": "https://commons.wikimedia.org/wiki/Category:California_Hall_of_Fame", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.1153, | |
50.3733 | |
] | |
}, | |
"properties": { | |
"id": "53", | |
"url": "https://commons.wikimedia.org/wiki/Category:Louka_vstava%C4%8D%C5%AF_u_%C4%8Cern%C3%BD%C5%A1e", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.5618, | |
48.1405 | |
] | |
}, | |
"properties": { | |
"id": "54", | |
"url": "https://commons.wikimedia.org/wiki/Category:Karstadt_am_Bahnhof_(in_Munich)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.898055555556, | |
40.800833333333 | |
] | |
}, | |
"properties": { | |
"id": "55", | |
"url": "https://commons.wikimedia.org/wiki/Category:North_Brother_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.673638888889, | |
36.604055555556 | |
] | |
}, | |
"properties": { | |
"id": "56", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cumberland_Gap", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.179554, | |
52.630233 | |
] | |
}, | |
"properties": { | |
"id": "58", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Procopius_church_in_Strzelno", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.46027778, | |
46.62555556 | |
] | |
}, | |
"properties": { | |
"id": "59", | |
"url": "https://commons.wikimedia.org/wiki/Category:Balcun_At", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.524241666667, | |
50.466669444444 | |
] | |
}, | |
"properties": { | |
"id": "60", | |
"url": "https://commons.wikimedia.org/wiki/Category:Illinska_Church_in_Kyiv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.30833, | |
50.4672 | |
] | |
}, | |
"properties": { | |
"id": "61", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schweppenburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.1325222222222, | |
40.075686111111 | |
] | |
}, | |
"properties": { | |
"id": "62", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_San_Andr%C3%A9s,_Cuenca", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.85787, | |
35.02544 | |
] | |
}, | |
"properties": { | |
"id": "63", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nago-ji_(Tateyama,_Chiba)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.4794, | |
41.8389 | |
] | |
}, | |
"properties": { | |
"id": "65", | |
"url": "https://commons.wikimedia.org/wiki/Category:John_Deere_House_and_Shop", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.539933, | |
55.615269 | |
] | |
}, | |
"properties": { | |
"id": "66", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Protection_of_the_Theotokos_in_Yasenevo", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.52, | |
52.071944444444 | |
] | |
}, | |
"properties": { | |
"id": "67", | |
"url": "https://commons.wikimedia.org/wiki/Category:Havergate_Island", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.6535, | |
43.6323 | |
] | |
}, | |
"properties": { | |
"id": "68", | |
"url": "https://commons.wikimedia.org/wiki/Category:Paramount_Fine_Foods_Centre", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.928611111111, | |
41.311111111111 | |
] | |
}, | |
"properties": { | |
"id": "69", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yale_University_Library", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.333807, | |
40.577069 | |
] | |
}, | |
"properties": { | |
"id": "70", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baia_di_Ieranto", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9874, | |
40.6908 | |
] | |
}, | |
"properties": { | |
"id": "71", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brooklyn_Tabernacle", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.2662, | |
56.09355 | |
] | |
}, | |
"properties": { | |
"id": "73", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rindum_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
60.741944444444, | |
55.815555555556 | |
] | |
}, | |
"properties": { | |
"id": "74", | |
"url": "https://commons.wikimedia.org/wiki/Category:Irtyash_Lake", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
60.741944444444, | |
55.815555555556 | |
] | |
}, | |
"properties": { | |
"id": "75", | |
"url": "http://commons.wikimedia.org/wiki/Category:Moorteichwiese", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.38158333, | |
43.34783889 | |
] | |
}, | |
"properties": { | |
"id": "77", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santuario_de_la_Virgen_de_la_Cueva", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.759056, | |
62.430806 | |
] | |
}, | |
"properties": { | |
"id": "78", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gras%C3%B8yane_fyr", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
173.755028, | |
-39.276222 | |
] | |
}, | |
"properties": { | |
"id": "79", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Egmont_Lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.09388889, | |
59.32694444 | |
] | |
}, | |
"properties": { | |
"id": "80", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dyktankhuset", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8075, | |
43.951666666667 | |
] | |
}, | |
"properties": { | |
"id": "81", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cath%C3%A9drale_Notre-Dame_des_Doms_d'Avignon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.78835, | |
50.8409 | |
] | |
}, | |
"properties": { | |
"id": "82", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Martinus_(Kierdorf)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.48145, | |
58.42519 | |
] | |
}, | |
"properties": { | |
"id": "83", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bro_kyrka,_Bohusl%C3%A4n", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.4086, | |
33.595 | |
] | |
}, | |
"properties": { | |
"id": "84", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hindu_Temple_of_Atlanta", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.0889, | |
39.7947 | |
] | |
}, | |
"properties": { | |
"id": "85", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dayton_Aviation_Heritage_National_Historical_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.499333, | |
41.897056 | |
] | |
}, | |
"properties": { | |
"id": "86", | |
"url": "https://commons.wikimedia.org/wiki/Category:Colonna_della_Pace_(Rome)_-_fountain", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.65833333, | |
39.58361111 | |
] | |
}, | |
"properties": { | |
"id": "87", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pla%C3%A7a_de_toros_de_Palma", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-157.82138888889, | |
21.271666666667 | |
] | |
}, | |
"properties": { | |
"id": "88", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waikiki_Shell", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.91044444, | |
35.55227778 | |
] | |
}, | |
"properties": { | |
"id": "89", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mino_Bridge", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.02924, | |
53.07268 | |
] | |
}, | |
"properties": { | |
"id": "90", | |
"url": "https://commons.wikimedia.org/wiki/Category:Llyn_Teyrn", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.42366, | |
48.98035 | |
] | |
}, | |
"properties": { | |
"id": "91", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fontaine_d'Arnouville", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-85.8975, | |
38.097778 | |
] | |
}, | |
"properties": { | |
"id": "92", | |
"url": "https://commons.wikimedia.org/wiki/Category:Farnsley-Moreman_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
131.41152778, | |
33.354 | |
] | |
}, | |
"properties": { | |
"id": "93", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kyushu_African_Safari", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.85729, | |
51.472033 | |
] | |
}, | |
"properties": { | |
"id": "94", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christuskirche_(Oberhausen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
116.1596, | |
40.2515 | |
] | |
}, | |
"properties": { | |
"id": "95", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Beijing_Theme_Park", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.42211723, | |
53.26751709 | |
] | |
}, | |
"properties": { | |
"id": "97", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Gro%C3%9Fer_Kernbruch", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.01055555556, | |
46.725833333333 | |
] | |
}, | |
"properties": { | |
"id": "98", | |
"url": "https://commons.wikimedia.org/wiki/Category:University_of_Idaho", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.51121, | |
25.04772 | |
] | |
}, | |
"properties": { | |
"id": "99", | |
"url": "https://commons.wikimedia.org/wiki/Category:North_Gate_of_Taipei_City", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.309522, | |
59.103969 | |
] | |
}, | |
"properties": { | |
"id": "100", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nissi_Church", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.55804, | |
48.233 | |
] | |
}, | |
"properties": { | |
"id": "101", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame_de_Villeneuve-l'Archev%C3%AAque", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.12894444, | |
50.04708333 | |
] | |
}, | |
"properties": { | |
"id": "102", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prinzenkopfturm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.46222222, | |
55.72666667 | |
] | |
}, | |
"properties": { | |
"id": "103", | |
"url": "https://commons.wikimedia.org/wiki/Category:Revinge_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.08087, | |
51.0154 | |
] | |
}, | |
"properties": { | |
"id": "104", | |
"url": "https://commons.wikimedia.org/wiki/Category:Herz-Jesu-Kirche_(Bergisch_Gladbach)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0573, | |
46.6482 | |
] | |
}, | |
"properties": { | |
"id": "105", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Weidenburg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.925, | |
48.6889 | |
] | |
}, | |
"properties": { | |
"id": "106", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%8Ele_Callot", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.11626, | |
57.38431 | |
] | |
}, | |
"properties": { | |
"id": "107", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C3%A5rs_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3072, | |
47.6972 | |
] | |
}, | |
"properties": { | |
"id": "108", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rosaliengebirge", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.267, | |
43.6417 | |
] | |
}, | |
"properties": { | |
"id": "109", | |
"url": "https://commons.wikimedia.org/wiki/Category:Timacum_Minus", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.4130555555556, | |
42.733611111111 | |
] | |
}, | |
"properties": { | |
"id": "110", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monastery_of_San_Salvador_of_O%C3%B1a", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.1247222222222, | |
58.025555555556 | |
] | |
}, | |
"properties": { | |
"id": "111", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scarp,_Scotland", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.54249954, | |
49.49833298 | |
] | |
}, | |
"properties": { | |
"id": "113", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C3%ADl%C3%BD_K%C5%99%C3%AD%C5%BE", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.54249954, | |
49.49833298 | |
] | |
}, | |
"properties": { | |
"id": "114", | |
"url": "http://commons.wikimedia.org/wiki/Category:%D8%B4%D9%87%D8%B1%D8%B3%D8%AA%D8%A7%D9%86_%D8%AE%D9%88%D8%A7%D9%81", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-23.31083333, | |
64.9475 | |
] | |
}, | |
"properties": { | |
"id": "115", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kirkjufell", | |
"country": "Iceland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.412197222222, | |
51.761094444444 | |
] | |
}, | |
"properties": { | |
"id": "116", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C5%81%C3%B3d%C5%BA_Zoo", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.7942, | |
48.1406 | |
] | |
}, | |
"properties": { | |
"id": "117", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Eckartsau", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4372, | |
49.2678 | |
] | |
}, | |
"properties": { | |
"id": "118", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hory_Matky_Bo%C5%BE%C3%AD", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.373537, | |
49.74617 | |
] | |
}, | |
"properties": { | |
"id": "119", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_Patton_in_Plze%C5%88", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.5630555555556, | |
10.310277777778 | |
] | |
}, | |
"properties": { | |
"id": "120", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lorop%C3%A9ni", | |
"country": "Burkina Faso", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.0053, | |
49.8951 | |
] | |
}, | |
"properties": { | |
"id": "121", | |
"url": "https://commons.wikimedia.org/wiki/Category:Transcona_Museum", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.599447, | |
51.788876 | |
] | |
}, | |
"properties": { | |
"id": "122", | |
"url": "https://commons.wikimedia.org/wiki/Category:K%C3%B6nigsberg_(Brocken)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.28694, | |
51.7715 | |
] | |
}, | |
"properties": { | |
"id": "123", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Clemens_(Wissel)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.481825, | |
53.64521 | |
] | |
}, | |
"properties": { | |
"id": "124", | |
"url": "https://commons.wikimedia.org/wiki/Category:Szymbark_Castle", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.2420797, | |
30.031722 | |
] | |
}, | |
"properties": { | |
"id": "125", | |
"url": "https://commons.wikimedia.org/wiki/Category:Al-Sayeda_Zainab_Mosque", | |
"country": "Egypt", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.057, | |
49.2659 | |
] | |
}, | |
"properties": { | |
"id": "126", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame_de_Grangues", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.0922, | |
29.9506 | |
] | |
}, | |
"properties": { | |
"id": "127", | |
"url": "https://commons.wikimedia.org/wiki/Category:B.W._Cooper_Projects", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.5642, | |
42.8986 | |
] | |
}, | |
"properties": { | |
"id": "128", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naulakha_(Rudyard_Kipling_house)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2169, | |
44.0751 | |
] | |
}, | |
"properties": { | |
"id": "129", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lizza_di_Piastreta", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.616761, | |
50.46547 | |
] | |
}, | |
"properties": { | |
"id": "130", | |
"url": "https://commons.wikimedia.org/wiki/Category:Barlin_Communal_Cemetery_Extension", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
42.0625, | |
41.90722 | |
] | |
}, | |
"properties": { | |
"id": "131", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shemokmedi_Cathedral", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.8461, | |
52.5986 | |
] | |
}, | |
"properties": { | |
"id": "133", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tiergarten_Stendal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.3446092, | |
44.4933477 | |
] | |
}, | |
"properties": { | |
"id": "134", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_della_Vita_(Bologna)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.30417, | |
50.6636 | |
] | |
}, | |
"properties": { | |
"id": "135", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Olave's_Church,_Gatcombe", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.239444, | |
34.050556 | |
] | |
}, | |
"properties": { | |
"id": "136", | |
"url": "https://commons.wikimedia.org/wiki/Category:Little_Tokyo,_Los_Angeles", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-61.789923, | |
16.233331 | |
] | |
}, | |
"properties": { | |
"id": "137", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame-de-l'Assomption_de_Pointe-Noire", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.9883, | |
47.5161 | |
] | |
}, | |
"properties": { | |
"id": "139", | |
"url": "https://commons.wikimedia.org/wiki/Category:Obersee_(K%C3%B6nigssee)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.6314, | |
47.1536 | |
] | |
}, | |
"properties": { | |
"id": "140", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lizumer_Sonnenspitze", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.890277777778, | |
49.177777777778 | |
] | |
}, | |
"properties": { | |
"id": "141", | |
"url": "https://commons.wikimedia.org/wiki/Category:Starhrad", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.25376389, | |
24.92976667 | |
] | |
}, | |
"properties": { | |
"id": "142", | |
"url": "https://commons.wikimedia.org/wiki/Category:Longgang_Mosque", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.852, | |
49.9829 | |
] | |
}, | |
"properties": { | |
"id": "143", | |
"url": "https://commons.wikimedia.org/wiki/Category:Magdalenenkapelle_(Baunach)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.57892, | |
54.5116 | |
] | |
}, | |
"properties": { | |
"id": "144", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Johannis-Kloster_vor_Schleswig", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.61136, | |
41.1465 | |
] | |
}, | |
"properties": { | |
"id": "145", | |
"url": "https://commons.wikimedia.org/wiki/Category:Est%C3%A1tua_de_D._Pedro_IV_na_Pra%C3%A7a_da_Liberdade", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.051683, | |
50.948618 | |
] | |
}, | |
"properties": { | |
"id": "146", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Gereon_Church_(Merheim)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.987953, | |
37.185594 | |
] | |
}, | |
"properties": { | |
"id": "147", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lexington_Reservoir", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.3822222222222, | |
53.621944444444 | |
] | |
}, | |
"properties": { | |
"id": "148", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lough_Mask", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-47.14508056, | |
-7.00548889 | |
] | |
}, | |
"properties": { | |
"id": "149", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapada_das_Mesas_National_Park", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-65.05, | |
41.766666666667 | |
] | |
}, | |
"properties": { | |
"id": "150", | |
"url": "https://commons.wikimedia.org/wiki/Category:USS_Thresher_(SSN-593)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.505, | |
41.140277777778 | |
] | |
}, | |
"properties": { | |
"id": "151", | |
"url": "https://commons.wikimedia.org/wiki/Category:Goce_Del%C4%8Dev_City_Library,_Gevgelija", | |
"country": "North Macedonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
50.783333333333, | |
25.65 | |
] | |
}, | |
"properties": { | |
"id": "152", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hawar_Islands", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.265121, | |
47.071161 | |
] | |
}, | |
"properties": { | |
"id": "153", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prodkamm", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.642, | |
35.601642 | |
] | |
}, | |
"properties": { | |
"id": "154", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zeny%C5%8Dmitsu-ji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4000401629, | |
50.0893376503 | |
] | |
}, | |
"properties": { | |
"id": "155", | |
"url": "https://commons.wikimedia.org/wiki/Category:Z%C3%A1meck%C3%A9_schody_(Prague)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.3183, | |
47.3067 | |
] | |
}, | |
"properties": { | |
"id": "156", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kratzer", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.4768, | |
47.93333 | |
] | |
}, | |
"properties": { | |
"id": "157", | |
"url": "https://commons.wikimedia.org/wiki/Category:R%C3%B6mermuseum_Bedaium", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.366, | |
43.691 | |
] | |
}, | |
"properties": { | |
"id": "158", | |
"url": "https://commons.wikimedia.org/wiki/Category:Governor's_Bridge,_Toronto", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-35.8824034, | |
-7.2186123 | |
] | |
}, | |
"properties": { | |
"id": "159", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museu_Hist%C3%B3rico_e_Geogr%C3%A1fico_de_Campina_Grande", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.4826, | |
65.0191 | |
] | |
}, | |
"properties": { | |
"id": "160", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hupisaaret_Islands", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.15, | |
48.5153 | |
] | |
}, | |
"properties": { | |
"id": "161", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lime_Kiln_Point_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.51397222, | |
44.68858333 | |
] | |
}, | |
"properties": { | |
"id": "162", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_the_Soviet_war_veterans", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.099504443064, | |
57.678152457838 | |
] | |
}, | |
"properties": { | |
"id": "163", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taberg", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.524094, | |
48.463919 | |
] | |
}, | |
"properties": { | |
"id": "164", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moulin_de_Saint-Lazare", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.808333, | |
45.138889 | |
] | |
}, | |
"properties": { | |
"id": "165", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rivi%C3%A8re_Coaticook", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.59083, | |
53.7164 | |
] | |
}, | |
"properties": { | |
"id": "166", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Johanneskirche_(Seester)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.9339, | |
41.4189 | |
] | |
}, | |
"properties": { | |
"id": "167", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cuttyhunk,_Massachusetts", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.966666666667, | |
46.666666666667 | |
] | |
}, | |
"properties": { | |
"id": "168", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ossiacher_See", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.643333333333, | |
46.376388888889 | |
] | |
}, | |
"properties": { | |
"id": "169", | |
"url": "https://commons.wikimedia.org/wiki/Category:Copper_Falls_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.81333, | |
55.61477 | |
] | |
}, | |
"properties": { | |
"id": "171", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tadre_M%C3%B8lle", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.03333, | |
58.9 | |
] | |
}, | |
"properties": { | |
"id": "172", | |
"url": "https://commons.wikimedia.org/wiki/Category:Koster_Islands", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.01097222, | |
53.67247222 | |
] | |
}, | |
"properties": { | |
"id": "175", | |
"url": "https://commons.wikimedia.org/wiki/Category:Water_tower,_Hamburg-Langenhorn,_Ochsenzoll", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.79556, | |
52.6753 | |
] | |
}, | |
"properties": { | |
"id": "176", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtsee_(Sulingen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.0116, | |
29.2302 | |
] | |
}, | |
"properties": { | |
"id": "177", | |
"url": "https://commons.wikimedia.org/wiki/Category:Daytona_Lagoon", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.607222, | |
39.881667 | |
] | |
}, | |
"properties": { | |
"id": "178", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Giusta_(Santa_Giusta)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.49305556, | |
39.52083333 | |
] | |
}, | |
"properties": { | |
"id": "179", | |
"url": "https://commons.wikimedia.org/wiki/Category:Port_Republic_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.487658, | |
39.133022 | |
] | |
}, | |
"properties": { | |
"id": "180", | |
"url": "https://commons.wikimedia.org/wiki/Category:Harriet_Beecher_Stowe_House_(Cincinnati,_Ohio)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.71194444444, | |
34.445555555556 | |
] | |
}, | |
"properties": { | |
"id": "183", | |
"url": "https://commons.wikimedia.org/wiki/Category:Katsuragi-hitokotonushi-jinja", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-62.01483889, | |
-39.38473333 | |
] | |
}, | |
"properties": { | |
"id": "184", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Rinc%C3%B3n_Lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.465488888889, | |
50.659166666667 | |
] | |
}, | |
"properties": { | |
"id": "185", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schwartenberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.94045, | |
56.6646 | |
] | |
}, | |
"properties": { | |
"id": "186", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kielstrup_S%C3%B8", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.2417, | |
52.16114 | |
] | |
}, | |
"properties": { | |
"id": "187", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sluis_Eefde", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.008791, | |
40.706962 | |
] | |
}, | |
"properties": { | |
"id": "188", | |
"url": "https://commons.wikimedia.org/wiki/Category:Our_Lady_of_Victory_Church_(Manhattan)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.884887, | |
38.895137 | |
] | |
}, | |
"properties": { | |
"id": "189", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_di_Chia", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.542785, | |
46.128875 | |
] | |
}, | |
"properties": { | |
"id": "190", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapelle_Saint-Grat_de_Mieussy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.339861, | |
38.917306 | |
] | |
}, | |
"properties": { | |
"id": "191", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_Nacional_de_Arte_Romano", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.626287, | |
39.726333 | |
] | |
}, | |
"properties": { | |
"id": "192", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moni_tis_Metamorphosis_tou_Sotiros_-_Megalo_Meteoro_(Meteora)", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.9789777777778, | |
51.159672222222 | |
] | |
}, | |
"properties": { | |
"id": "193", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kruiskapel_(Eksaarde)", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
74.23333333, | |
16.7 | |
] | |
}, | |
"properties": { | |
"id": "194", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mahalakshmi_Temple,_Kolhapur", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.00222222, | |
52.23583333 | |
] | |
}, | |
"properties": { | |
"id": "195", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jewish_Theatre_Warsaw", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.2825, | |
50.0206 | |
] | |
}, | |
"properties": { | |
"id": "196", | |
"url": "https://commons.wikimedia.org/wiki/Category:Karlov_pod_Prad%C4%9Bdem", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.460556, | |
27.741944 | |
] | |
}, | |
"properties": { | |
"id": "197", | |
"url": "https://commons.wikimedia.org/wiki/Category:House_at_200_Corsica_Avenue", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
143.51444444444, | |
46.625555555556 | |
] | |
}, | |
"properties": { | |
"id": "198", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Velikan", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.887222222222, | |
59.862222222222 | |
] | |
}, | |
"properties": { | |
"id": "199", | |
"url": "https://commons.wikimedia.org/wiki/Category:Meadow_park_in_Peterhof", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.270678, | |
48.914007 | |
] | |
}, | |
"properties": { | |
"id": "200", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame-de-Bon-Secours_de_Bois-Colombes", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.43316, | |
54.7834 | |
] | |
}, | |
"properties": { | |
"id": "201", | |
"url": "https://commons.wikimedia.org/wiki/Category:Justizvollzugsanstalt_Flensburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.24739, | |
41.4409 | |
] | |
}, | |
"properties": { | |
"id": "202", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pont_del_Petroli", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.48, | |
40.631 | |
] | |
}, | |
"properties": { | |
"id": "203", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lehigh_Valley_Mall", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.49555556, | |
47.24888889 | |
] | |
}, | |
"properties": { | |
"id": "205", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Bois-Briand", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.22398, | |
50.64659 | |
] | |
}, | |
"properties": { | |
"id": "206", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kurhaus_(Bad_Honnef)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.399537, | |
53.625909 | |
] | |
}, | |
"properties": { | |
"id": "207", | |
"url": "https://commons.wikimedia.org/wiki/Category:Friedhof_der_Opfer_des_Faschismus_(Schwerin)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
133.3095, | |
33.901444444444 | |
] | |
}, | |
"properties": { | |
"id": "208", | |
"url": "https://commons.wikimedia.org/wiki/Category:Minetopia_Besshi", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.071666666667, | |
59.326666666667 | |
] | |
}, | |
"properties": { | |
"id": "209", | |
"url": "https://commons.wikimedia.org/wiki/Category:Royal_Palace,_Stockholm", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.20639, | |
53.0394 | |
] | |
}, | |
"properties": { | |
"id": "210", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Mary_Magdalene,_Hucknall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.374, | |
39.6391 | |
] | |
}, | |
"properties": { | |
"id": "211", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vail_Ski_Resort", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.01502194, | |
59.952665 | |
] | |
}, | |
"properties": { | |
"id": "212", | |
"url": "https://commons.wikimedia.org/wiki/Category:Str%C3%B8mmen_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.423777777778, | |
45.933944444444 | |
] | |
}, | |
"properties": { | |
"id": "213", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Cyrille_de_Saint-Cyrille-de-Wendover", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.5, | |
48.4667 | |
] | |
}, | |
"properties": { | |
"id": "214", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baradla_Cave", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4357, | |
58.57923 | |
] | |
}, | |
"properties": { | |
"id": "215", | |
"url": "https://commons.wikimedia.org/wiki/Category:Forsviks_bruk", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.1452, | |
51.7903 | |
] | |
}, | |
"properties": { | |
"id": "216", | |
"url": "https://commons.wikimedia.org/wiki/Category:Quedlinburger_Stadtschloss", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.5825, | |
50.7411 | |
] | |
}, | |
"properties": { | |
"id": "217", | |
"url": "https://commons.wikimedia.org/wiki/Category:Medv%C4%9Bd%C3%ADn", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.6928, | |
53.9135 | |
] | |
}, | |
"properties": { | |
"id": "218", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christuskirche_(Bad_Schwartau)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
74.2975, | |
31.6225 | |
] | |
}, | |
"properties": { | |
"id": "219", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tomb_of_Asif_Khan", | |
"country": "Pakistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.5699258, | |
56.8517059 | |
] | |
}, | |
"properties": { | |
"id": "220", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sm%C3%B6rkullen", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.49391, | |
52.2649 | |
] | |
}, | |
"properties": { | |
"id": "221", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sint_Bavo_(Noordwijkerhout)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.555277777778, | |
49.380277777778 | |
] | |
}, | |
"properties": { | |
"id": "222", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wysoka_(Pieniny)", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.8960672, | |
47.2725602 | |
] | |
}, | |
"properties": { | |
"id": "223", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Vordemwald", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
149.148, | |
-35.283 | |
] | |
}, | |
"properties": { | |
"id": "224", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kemal_Atat%C3%BCrk_Memorial,_Canberra", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.1688, | |
50.4489 | |
] | |
}, | |
"properties": { | |
"id": "225", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapel_of_Saint_John_of_Nepomuk_(Pavli%C5%A1ov)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.0, | |
37.0 | |
] | |
}, | |
"properties": { | |
"id": "226", | |
"url": "https://commons.wikimedia.org/wiki/Category:California", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
104.281667, | |
52.283889 | |
] | |
}, | |
"properties": { | |
"id": "227", | |
"url": "https://commons.wikimedia.org/wiki/Category:Irkutsk_Regional_Art_Museum", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.513333333333, | |
50.455 | |
] | |
}, | |
"properties": { | |
"id": "228", | |
"url": "https://commons.wikimedia.org/wiki/Category:17_Velyka_Zhytomyrska_Street,_Kyiv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.75722222, | |
48.77888889 | |
] | |
}, | |
"properties": { | |
"id": "229", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ter%C4%8Dino_%C3%BAdol%C3%AD", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.101652777778, | |
44.433794444444 | |
] | |
}, | |
"properties": { | |
"id": "230", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Nicholas_Church_-_Ghica_(Bucharest)", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.45, | |
51.01667 | |
] | |
}, | |
"properties": { | |
"id": "231", | |
"url": "https://commons.wikimedia.org/wiki/Category:Channel_Tunnel", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.11722, | |
45.6292 | |
] | |
}, | |
"properties": { | |
"id": "232", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maison_forte_des_Allinges", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.391379, | |
47.720657 | |
] | |
}, | |
"properties": { | |
"id": "233", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pfarrkirche_St._Nikolaus_(Markdorf)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9993, | |
40.7337 | |
] | |
}, | |
"properties": { | |
"id": "234", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gray's_Papaya", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.876172222222, | |
40.859680555556 | |
] | |
}, | |
"properties": { | |
"id": "235", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lorillard_Snuff_Mill", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.078382, | |
59.333691 | |
] | |
}, | |
"properties": { | |
"id": "236", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scenkonstmuseet", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.987312364753, | |
45.436786518163 | |
] | |
}, | |
"properties": { | |
"id": "237", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Caterina_(Verona)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
59.05, | |
59.516666666667 | |
] | |
}, | |
"properties": { | |
"id": "238", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kosvinsky_Kamen", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.598, | |
47.5981 | |
] | |
}, | |
"properties": { | |
"id": "239", | |
"url": "https://commons.wikimedia.org/wiki/Category:Illahee_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.33833, | |
46.5917 | |
] | |
}, | |
"properties": { | |
"id": "240", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jaunpass", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.33833, | |
46.5917 | |
] | |
}, | |
"properties": { | |
"id": "241", | |
"url": "http://commons.wikimedia.org/wiki/Category:Holsteins_Mansion", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.81106, | |
50.5346 | |
] | |
}, | |
"properties": { | |
"id": "242", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saints-Herm%C3%A8s-et-Alexandre_de_Theux", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.95663, | |
37.57442 | |
] | |
}, | |
"properties": { | |
"id": "243", | |
"url": "https://commons.wikimedia.org/wiki/Category:Seodaemun_Prison", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
103.86527, | |
1.283319 | |
] | |
}, | |
"properties": { | |
"id": "244", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gardens_by_the_Bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9753, | |
40.7451 | |
] | |
}, | |
"properties": { | |
"id": "245", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Vartan_Armenian_Cathedral", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.05795, | |
32.11682 | |
] | |
}, | |
"properties": { | |
"id": "246", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Manar_Palace_of_Benghazi", | |
"country": "Libya", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3162444, | |
48.8119161 | |
] | |
}, | |
"properties": { | |
"id": "247", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Judoc_in_%C4%8Cesk%C3%BD_Krumlov", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.656975, | |
51.878019 | |
] | |
}, | |
"properties": { | |
"id": "248", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tolshevskiy_Spaso-Preobrazhenskiy_Monastery", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.250231, | |
52.084411 | |
] | |
}, | |
"properties": { | |
"id": "249", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oosterkerk_(Zeist)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.31397, | |
55.43507 | |
] | |
}, | |
"properties": { | |
"id": "250", | |
"url": "https://commons.wikimedia.org/wiki/Category:N%C3%A6sbyhoved-Broby_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.64766667, | |
35.08669444 | |
] | |
}, | |
"properties": { | |
"id": "251", | |
"url": "https://commons.wikimedia.org/wiki/Category:Albuquerque_Convention_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.028667, | |
40.212389 | |
] | |
}, | |
"properties": { | |
"id": "252", | |
"url": "https://commons.wikimedia.org/wiki/Category:Noshiro_Post_Office", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.845, | |
34.6009 | |
] | |
}, | |
"properties": { | |
"id": "253", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Iro", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
76.45600278, | |
15.43781111 | |
] | |
}, | |
"properties": { | |
"id": "254", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hire_Benakal", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.528, | |
77.662 | |
] | |
}, | |
"properties": { | |
"id": "255", | |
"url": "https://commons.wikimedia.org/wiki/Category:Svalbreen", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.923222, | |
41.3145 | |
] | |
}, | |
"properties": { | |
"id": "256", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hillhouse_Avenue_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.08409, | |
47.3073 | |
] | |
}, | |
"properties": { | |
"id": "258", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C3%B6%C3%B6ler", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
61.366327777778, | |
55.118297222222 | |
] | |
}, | |
"properties": { | |
"id": "259", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cemetery_Lesnoe_(Chelyabinsk)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.760278, | |
35.007222 | |
] | |
}, | |
"properties": { | |
"id": "260", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rokkaku-d%C5%8D", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.164444, | |
39.949444 | |
] | |
}, | |
"properties": { | |
"id": "261", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wells_Fargo_Building_(Philadelphia)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.78, | |
46.7958 | |
] | |
}, | |
"properties": { | |
"id": "262", | |
"url": "https://commons.wikimedia.org/wiki/Category:Comet_Falls", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
75.9958, | |
11.9117 | |
] | |
}, | |
"properties": { | |
"id": "263", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thirunelli_Temple", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.05861111, | |
59.53611111 | |
] | |
}, | |
"properties": { | |
"id": "264", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sagadi_manor", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.6348556, | |
53.0672194 | |
] | |
}, | |
"properties": { | |
"id": "265", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Resurrection_of_Jesus_Christ_in_Klieck", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.897, | |
34.8078 | |
] | |
}, | |
"properties": { | |
"id": "266", | |
"url": "https://commons.wikimedia.org/wiki/Category:Borimsa", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.131075, | |
40.074241666667 | |
] | |
}, | |
"properties": { | |
"id": "267", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Cristo_del_Amparo,_Cuenca", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.927931, | |
41.792152 | |
] | |
}, | |
"properties": { | |
"id": "268", | |
"url": "https://commons.wikimedia.org/wiki/Category:Masia_les_Torres", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.968, | |
37.5757 | |
] | |
}, | |
"properties": { | |
"id": "269", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sajikdan", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.36777778, | |
48.82 | |
] | |
}, | |
"properties": { | |
"id": "270", | |
"url": "https://commons.wikimedia.org/wiki/Category:Halle_Georges-Carpentier", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.5019, | |
52.4839 | |
] | |
}, | |
"properties": { | |
"id": "271", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heidesee_(Gifhorn)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.81305556, | |
6.84333333 | |
] | |
}, | |
"properties": { | |
"id": "272", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ambewela_Aitken_Spence_Wind_Farm", | |
"country": "Sri Lanka", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
168.383, | |
-44.6167 | |
] | |
}, | |
"properties": { | |
"id": "273", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Earnslaw_/_Pikirakatahi", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.971413, | |
50.442092 | |
] | |
}, | |
"properties": { | |
"id": "274", | |
"url": "https://commons.wikimedia.org/wiki/Category:Raidillon_de_l'Eau_Rouge", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.66667, | |
45.0833 | |
] | |
}, | |
"properties": { | |
"id": "275", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Donato_(Torino)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.1992833, | |
-33.8686889 | |
] | |
}, | |
"properties": { | |
"id": "276", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Bowling_Green_Lighthouse", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.530862, | |
50.721535 | |
] | |
}, | |
"properties": { | |
"id": "277", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sacred_Heart_Church,_Exeter", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.6666666666667, | |
43.116666666667 | |
] | |
}, | |
"properties": { | |
"id": "278", | |
"url": "https://commons.wikimedia.org/wiki/Category:Urkiola_Natural_Park", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.90138889, | |
55.90388889 | |
] | |
}, | |
"properties": { | |
"id": "279", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vadensj%C3%B6_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.526389, | |
45.129167 | |
] | |
}, | |
"properties": { | |
"id": "280", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grand_Army_of_the_Republic_Hall_(Litchfield,_Minnesota)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.39175, | |
23.11741667 | |
] | |
}, | |
"properties": { | |
"id": "281", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tainan_Astronomical_Education_Area", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
137.93508056, | |
36.2303 | |
] | |
}, | |
"properties": { | |
"id": "282", | |
"url": "https://commons.wikimedia.org/wiki/Category:Japan_Ukiyo-e_Museum", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.379722222222, | |
29.949722222222 | |
] | |
}, | |
"properties": { | |
"id": "283", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wadi_Degla", | |
"country": "Egypt", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.126097222222, | |
45.329788888889 | |
] | |
}, | |
"properties": { | |
"id": "284", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Giustina_(Lova,_Campagna_Lupia)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.0436, | |
38.8875 | |
] | |
}, | |
"properties": { | |
"id": "285", | |
"url": "https://commons.wikimedia.org/wiki/Category:District_of_Columbia_War_Memorial", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4369, | |
54.6766 | |
] | |
}, | |
"properties": { | |
"id": "286", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jaromarsburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.774642, | |
50.630892 | |
] | |
}, | |
"properties": { | |
"id": "287", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tour_Burbant", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.5981, | |
15.9036 | |
] | |
}, | |
"properties": { | |
"id": "288", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cerro_de_Bernal", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.489, | |
-33.0152 | |
] | |
}, | |
"properties": { | |
"id": "289", | |
"url": "https://commons.wikimedia.org/wiki/Category:Murphy's_Haystacks", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.6939, | |
49.1432 | |
] | |
}, | |
"properties": { | |
"id": "290", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ra%C5%A1elini%C5%A1t%C4%9B_Hov%C3%ADzna", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.018, | |
47.84 | |
] | |
}, | |
"properties": { | |
"id": "291", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Andrews_Episcopal_Church_(Chelan,_Washington)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
103.902, | |
1.30556 | |
] | |
}, | |
"properties": { | |
"id": "292", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sri_Senpaga_Vinayagar_Temple", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-157.860833, | |
21.310556 | |
] | |
}, | |
"properties": { | |
"id": "293", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hawaii_Capital_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.1856, | |
49.2358 | |
] | |
}, | |
"properties": { | |
"id": "294", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maletice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
76.450944444444, | |
9.2834444444444 | |
] | |
}, | |
"properties": { | |
"id": "295", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haripad_Sree_Subrahmanya_Swamy_temple", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.1288888888889, | |
45.029444444444 | |
] | |
}, | |
"properties": { | |
"id": "297", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Losse", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-114.7767339, | |
43.7965706 | |
] | |
}, | |
"properties": { | |
"id": "298", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salmon_River_(Idaho)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.91, | |
40.235 | |
] | |
}, | |
"properties": { | |
"id": "299", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_Squillace_(Nard%C3%B2)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.3938, | |
46.2304 | |
] | |
}, | |
"properties": { | |
"id": "300", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_d'art_du_Valais", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.7502375, | |
49.331880333333 | |
] | |
}, | |
"properties": { | |
"id": "301", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hab%C5%99%C3%AD_(Horn%C3%AD_Smr%C4%8Dn%C3%A9)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.629311, | |
41.888997 | |
] | |
}, | |
"properties": { | |
"id": "302", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chicago_Varnish_Company_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.262773, | |
52.427402 | |
] | |
}, | |
"properties": { | |
"id": "303", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sch%C3%B6nower_Park", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.5272222222222, | |
43.295 | |
] | |
}, | |
"properties": { | |
"id": "304", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cap_d'Agde", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.135558, | |
38.712829 | |
] | |
}, | |
"properties": { | |
"id": "305", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igreja_paroquial_de_S%C3%A3o_Crist%C3%B3v%C3%A3o_(Lisbon)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.5775, | |
47.51556 | |
] | |
}, | |
"properties": { | |
"id": "306", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lumberger_Grat", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.306388888889, | |
50.973888888889 | |
] | |
}, | |
"properties": { | |
"id": "307", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Heilige_Hallen_(Sachsen)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.198611, | |
38.630278 | |
] | |
}, | |
"properties": { | |
"id": "308", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christ_Church_Cathedral,_St._Louis", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.84, | |
55.621666666667 | |
] | |
}, | |
"properties": { | |
"id": "309", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nikolo-Ugresha_monastery", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.67194444, | |
52.08555556 | |
] | |
}, | |
"properties": { | |
"id": "310", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brest_Railway_Museum", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6405, | |
53.1382 | |
] | |
}, | |
"properties": { | |
"id": "311", | |
"url": "https://commons.wikimedia.org/wiki/Category:Limestone_Way", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.50822, | |
49.4658 | |
] | |
}, | |
"properties": { | |
"id": "312", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gemeindezentrum_Neuhermsheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.211667, | |
45.478935 | |
] | |
}, | |
"properties": { | |
"id": "313", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Museo_Boschi_Di_Stefano_(Milan)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.02305556, | |
59.38416667 | |
] | |
}, | |
"properties": { | |
"id": "315", | |
"url": "https://commons.wikimedia.org/wiki/Category:Invalidkyrkog%C3%A5rden", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.50083333, | |
50.44527778 | |
] | |
}, | |
"properties": { | |
"id": "316", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_Mykola_Shchors_in_Kyiv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.997914, | |
53.565444 | |
] | |
}, | |
"properties": { | |
"id": "317", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Fontenay", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.267, | |
39.0219 | |
] | |
}, | |
"properties": { | |
"id": "318", | |
"url": "https://commons.wikimedia.org/wiki/Category:Calhan_Paint_Mines_Archeological_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.17808, | |
48.8995 | |
] | |
}, | |
"properties": { | |
"id": "319", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rundsporthalle_Ludwigsburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.108889, | |
44.945 | |
] | |
}, | |
"properties": { | |
"id": "320", | |
"url": "https://commons.wikimedia.org/wiki/Category:James_J._Hill_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4182, | |
49.2554 | |
] | |
}, | |
"properties": { | |
"id": "321", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jewish_cemetery_in_Kolod%C4%9Bje_nad_Lu%C5%BEnic%C3%AD", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.30611111, | |
55.54972222 | |
] | |
}, | |
"properties": { | |
"id": "322", | |
"url": "https://commons.wikimedia.org/wiki/Category:Samanis_Lake_(Ignalina)", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
147.5, | |
-19.65 | |
] | |
}, | |
"properties": { | |
"id": "323", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burdekin_River", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.439263888889, | |
-33.954752777778 | |
] | |
}, | |
"properties": { | |
"id": "324", | |
"url": "https://commons.wikimedia.org/wiki/Category:Devil's_Peak_(Cape_Town)", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.09639, | |
24.64111 | |
] | |
}, | |
"properties": { | |
"id": "325", | |
"url": "https://commons.wikimedia.org/wiki/Category:Five_Finger_Mountain_(Hsinchu)", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
43.75544, | |
-23.41322 | |
] | |
}, | |
"properties": { | |
"id": "326", | |
"url": "https://commons.wikimedia.org/wiki/Category:Antsokay_Arboretum", | |
"country": "Madagascar", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.004444444444, | |
48.867277777778 | |
] | |
}, | |
"properties": { | |
"id": "327", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_M%C3%B6rnsheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.266119744817, | |
48.205777637987 | |
] | |
}, | |
"properties": { | |
"id": "328", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dehnepark", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.34996, | |
45.84302 | |
] | |
}, | |
"properties": { | |
"id": "329", | |
"url": "https://commons.wikimedia.org/wiki/Category:Austro-Hungarian_cemetery_(Tonezza_del_Cimone)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.96972222, | |
52.24333333 | |
] | |
}, | |
"properties": { | |
"id": "330", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muzu%C5%82ma%C5%84ski_Cmentarz_Kaukaski_w_Warszawie", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.221103, | |
51.075764 | |
] | |
}, | |
"properties": { | |
"id": "331", | |
"url": "https://commons.wikimedia.org/wiki/Category:Theodard_of_Maastricht_Church_(Beringen-Mijn)", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.45444444444, | |
13.716388888889 | |
] | |
}, | |
"properties": { | |
"id": "332", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wat_Ang_Kaeo,_Phasi_Charoen_District,_Bangkok", | |
"country": "Thailand", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.42016, | |
50.3155 | |
] | |
}, | |
"properties": { | |
"id": "333", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Altweilnau", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.96, | |
59.210277777778 | |
] | |
}, | |
"properties": { | |
"id": "334", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fredrikstadbrua", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.455, | |
41.34 | |
] | |
}, | |
"properties": { | |
"id": "336", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sierra_de_Vicort", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.77861, | |
51.59028 | |
] | |
}, | |
"properties": { | |
"id": "337", | |
"url": "https://commons.wikimedia.org/wiki/Category:Willem_Merkxtuin", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.8802777777778, | |
48.696111111111 | |
] | |
}, | |
"properties": { | |
"id": "339", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Venusberg_-_Wolfs%C3%A4cker_-_Besental/Halde", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.395429, | |
48.336855 | |
] | |
}, | |
"properties": { | |
"id": "340", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pfarrkirche_M%C3%BCnsteuer", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.054444444444, | |
54.788888888889 | |
] | |
}, | |
"properties": { | |
"id": "341", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathedral_of_the_Dormition_(Smolensk)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.15571, | |
44.7808 | |
] | |
}, | |
"properties": { | |
"id": "343", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Martin_de_Jugazan", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.2367, | |
52.7547 | |
] | |
}, | |
"properties": { | |
"id": "344", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Oranienburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.58183956, | |
52.10779953 | |
] | |
}, | |
"properties": { | |
"id": "345", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hedwigsburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.28033, | |
48.3949 | |
] | |
}, | |
"properties": { | |
"id": "346", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Parres_d'Onjon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
129.1286389, | |
35.14633333 | |
] | |
}, | |
"properties": { | |
"id": "347", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gwangan_Bridge", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.7524125, | |
49.5409444 | |
] | |
}, | |
"properties": { | |
"id": "348", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jewish_cemetery_in_Mut%C4%9Bn%C3%ADn", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.380302777778, | |
49.78585 | |
] | |
}, | |
"properties": { | |
"id": "349", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Barbara_(Untersambach)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.356831, | |
38.943056 | |
] | |
}, | |
"properties": { | |
"id": "350", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palau-castell_de_Llutxent", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.414277777778, | |
43.856188888889 | |
] | |
}, | |
"properties": { | |
"id": "351", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eiffel_bridge_(Sarajevo)", | |
"country": "Bosnia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.32237, | |
48.8367 | |
] | |
}, | |
"properties": { | |
"id": "352", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jardin_du_Moulin_des_Trois-Cornets", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.70930556, | |
-25.1025 | |
] | |
}, | |
"properties": { | |
"id": "353", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lone_Creek_Falls", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
105.81572222222, | |
14.848916666667 | |
] | |
}, | |
"properties": { | |
"id": "354", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wat_Phou", | |
"country": "Laos", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.36194444, | |
48.95477778 | |
] | |
}, | |
"properties": { | |
"id": "355", | |
"url": "https://commons.wikimedia.org/wiki/Category:Synagogue_of_Ch%C3%A2lons-en-Champagne", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.353895, | |
47.730682 | |
] | |
}, | |
"properties": { | |
"id": "356", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Michael_convent,_Pelahiivka", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.239583, | |
43.996724 | |
] | |
}, | |
"properties": { | |
"id": "357", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hokkaido_Museum_of_Northern_Peoples", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.12416667, | |
41.75638889 | |
] | |
}, | |
"properties": { | |
"id": "358", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Canillas_de_Esgueva", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.7384494, | |
-23.5700127 | |
] | |
}, | |
"properties": { | |
"id": "359", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_of_Veterinary_Anatomy_(FMVZ_USP)", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.235555555556, | |
51.194444444444 | |
] | |
}, | |
"properties": { | |
"id": "360", | |
"url": "https://commons.wikimedia.org/wiki/Category:Werbener_See", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
91.7844642, | |
22.4704368 | |
] | |
}, | |
"properties": { | |
"id": "361", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chittagong_University_Museum", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.3321826, | |
51.7479853 | |
] | |
}, | |
"properties": { | |
"id": "362", | |
"url": "https://commons.wikimedia.org/wiki/Category:Odeon_Cinema,_St_Albans", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.2373, | |
52.027 | |
] | |
}, | |
"properties": { | |
"id": "365", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bridge_End_Garden,_Saffron_Walden", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.393056, | |
34.0 | |
] | |
}, | |
"properties": { | |
"id": "366", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oklahoma_Presbyterian_College", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.39967, | |
43.71954 | |
] | |
}, | |
"properties": { | |
"id": "367", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Rocco_(Pisa)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.51516667, | |
42.51922222 | |
] | |
}, | |
"properties": { | |
"id": "368", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_comunale_(Narni)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.370567, | |
51.664169 | |
] | |
}, | |
"properties": { | |
"id": "369", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Florian_church_in_Pabianice", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.8744, | |
50.4381 | |
] | |
}, | |
"properties": { | |
"id": "370", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hnojnice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.488681, | |
41.245185 | |
] | |
}, | |
"properties": { | |
"id": "371", | |
"url": "https://commons.wikimedia.org/wiki/Category:La_Garita_(Riba-roja_d'Ebre)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.266875, | |
43.76281667 | |
] | |
}, | |
"properties": { | |
"id": "372", | |
"url": "https://commons.wikimedia.org/wiki/Category:Giardino_dell'Iris", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
43.959166666667, | |
41.156388888889 | |
] | |
}, | |
"properties": { | |
"id": "373", | |
"url": "https://commons.wikimedia.org/wiki/Category:Achkasar", | |
"country": "Armenia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.02, | |
41.56 | |
] | |
}, | |
"properties": { | |
"id": "374", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_de_Vallparad%C3%ADs", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.68186, | |
50.8549 | |
] | |
}, | |
"properties": { | |
"id": "375", | |
"url": "https://commons.wikimedia.org/wiki/Category:Frontenpark_(Maastricht)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.54766, | |
41.58395 | |
] | |
}, | |
"properties": { | |
"id": "376", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Gallego_(Arenys_de_Mar)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-124.5137164, | |
42.7401091 | |
] | |
}, | |
"properties": { | |
"id": "377", | |
"url": "https://commons.wikimedia.org/wiki/Category:Port_Orford_Heads_State_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.37872778, | |
39.47753611 | |
] | |
}, | |
"properties": { | |
"id": "378", | |
"url": "https://commons.wikimedia.org/wiki/Category:Portal_de_la_Valldigna", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.53861111, | |
53.34 | |
] | |
}, | |
"properties": { | |
"id": "379", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castletown_House", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.484722222222, | |
48.551666666667 | |
] | |
}, | |
"properties": { | |
"id": "380", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zhvanets_Castle", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.9406, | |
46.1951 | |
] | |
}, | |
"properties": { | |
"id": "381", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dent_de_Val%C3%A8re", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.686111, | |
52.705278 | |
] | |
}, | |
"properties": { | |
"id": "382", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kamp_Schoorl", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.583, | |
40.6 | |
] | |
}, | |
"properties": { | |
"id": "383", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brighton_Ski_Resort", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.820148, | |
52.563854 | |
] | |
}, | |
"properties": { | |
"id": "384", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holy_Trinity_Church,_Sutton_Coldfield", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
112.03555556, | |
32.01055556 | |
] | |
}, | |
"properties": { | |
"id": "385", | |
"url": "https://commons.wikimedia.org/wiki/Category:Guangde_Temple_(Xiangyang)", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.4354277777778, | |
49.017461111111 | |
] | |
}, | |
"properties": { | |
"id": "386", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hauptfriedhof_Karlsruhe", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.64963888889, | |
45.39775 | |
] | |
}, | |
"properties": { | |
"id": "387", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Anne's_Chapel_(Marylhurst_University)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.173997222222, | |
32.7834 | |
] | |
}, | |
"properties": { | |
"id": "388", | |
"url": "https://commons.wikimedia.org/wiki/Category:Adi", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.23611111111111, | |
47.168055555556 | |
] | |
}, | |
"properties": { | |
"id": "389", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Chinon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
102.251, | |
-3.78874 | |
] | |
}, | |
"properties": { | |
"id": "390", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thomas_Parr_Monument", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.04368389, | |
59.22773 | |
] | |
}, | |
"properties": { | |
"id": "391", | |
"url": "https://commons.wikimedia.org/wiki/Category:Borge_kirke_(%C3%98stfold)", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.847877, | |
47.361793 | |
] | |
}, | |
"properties": { | |
"id": "392", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blindsee", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.193, | |
47.8535 | |
] | |
}, | |
"properties": { | |
"id": "393", | |
"url": "https://commons.wikimedia.org/wiki/Category:Menhir_de_Penglaouic", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.64562, | |
-23.5508 | |
] | |
}, | |
"properties": { | |
"id": "394", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museu_Judaico_de_S%C3%A3o_Paulo", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.6917, | |
45.4333 | |
] | |
}, | |
"properties": { | |
"id": "395", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lowertown_(Ottawa)", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.7401, | |
45.3219 | |
] | |
}, | |
"properties": { | |
"id": "396", | |
"url": "https://commons.wikimedia.org/wiki/Category:Col_de_la_Charmette", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.25111111, | |
59.14722222 | |
] | |
}, | |
"properties": { | |
"id": "397", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jellhaugen", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.1564, | |
33.6959 | |
] | |
}, | |
"properties": { | |
"id": "398", | |
"url": "https://commons.wikimedia.org/wiki/Category:Adobe_Mountain_Desert_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.1825, | |
45.9006 | |
] | |
}, | |
"properties": { | |
"id": "399", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mont_Veyrier", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.1330555555556, | |
52.634777777778 | |
] | |
}, | |
"properties": { | |
"id": "400", | |
"url": "https://commons.wikimedia.org/wiki/Category:Leicester_Market", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.83528827, | |
51.28106188 | |
] | |
}, | |
"properties": { | |
"id": "401", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casterley_Camp", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
153.023, | |
-27.52 | |
] | |
}, | |
"properties": { | |
"id": "402", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yeronga_Memorial_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.695, | |
35.660833 | |
] | |
}, | |
"properties": { | |
"id": "403", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bunkamura", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.193, | |
22.3206 | |
] | |
}, | |
"properties": { | |
"id": "404", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ma_Tau_Kok", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.62344167, | |
43.26445556 | |
] | |
}, | |
"properties": { | |
"id": "405", | |
"url": "https://commons.wikimedia.org/wiki/Category:Desfiladero_de_La_Hermida", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.414083333333, | |
43.854561111111 | |
] | |
}, | |
"properties": { | |
"id": "406", | |
"url": "https://commons.wikimedia.org/wiki/Category:Skenderija", | |
"country": "Bosnia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.5845, | |
42.1042 | |
] | |
}, | |
"properties": { | |
"id": "407", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Michael's_Cathedral_(Springfield,_Massachusetts)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.603, | |
39.2835 | |
] | |
}, | |
"properties": { | |
"id": "408", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baltimore_Marriott_Waterfront_Hotel", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.9586, | |
50.0844 | |
] | |
}, | |
"properties": { | |
"id": "409", | |
"url": "https://commons.wikimedia.org/wiki/Category:Skramn%C3%ADky", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.5865, | |
52.2118 | |
] | |
}, | |
"properties": { | |
"id": "410", | |
"url": "https://commons.wikimedia.org/wiki/Category:All_Saints_Church_(Odell,_Bedfordshire)", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.006666666667, | |
40.751666666667 | |
] | |
}, | |
"properties": { | |
"id": "411", | |
"url": "https://commons.wikimedia.org/wiki/Category:Starrett-Lehigh_Building", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.1299, | |
40.6693 | |
] | |
}, | |
"properties": { | |
"id": "412", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grissom_Air_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
43.95416667, | |
41.16555556 | |
] | |
}, | |
"properties": { | |
"id": "413", | |
"url": "https://commons.wikimedia.org/wiki/Category:Leyli", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.127367, | |
51.4994 | |
] | |
}, | |
"properties": { | |
"id": "415", | |
"url": "https://commons.wikimedia.org/wiki/Category:People_buried_in_Westminster_Abbey", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.92207929687, | |
50.999277465649 | |
] | |
}, | |
"properties": { | |
"id": "416", | |
"url": "https://commons.wikimedia.org/wiki/Category:Richard-Wagner-St%C3%A4tten_Graupa", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.33, | |
45.698333333333 | |
] | |
}, | |
"properties": { | |
"id": "417", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Cognac", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.552626, | |
41.812443 | |
] | |
}, | |
"properties": { | |
"id": "418", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Valonsadero", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.0874, | |
53.9837 | |
] | |
}, | |
"properties": { | |
"id": "419", | |
"url": "https://commons.wikimedia.org/wiki/Category:Our_Lady_of_the_Angels_church_in_Monkinie", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.93673611, | |
42.32441389 | |
] | |
}, | |
"properties": { | |
"id": "420", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_de_Gr%C3%A0cia_de_Senterada", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.6218, | |
54.3693 | |
] | |
}, | |
"properties": { | |
"id": "421", | |
"url": "https://commons.wikimedia.org/wiki/Category:Orthodox_church_in_Gda%C5%84sk", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.91461667, | |
61.32348333 | |
] | |
}, | |
"properties": { | |
"id": "422", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gr%C3%A4ngsbo_lillkyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.8369621575, | |
37.27626933 | |
] | |
}, | |
"properties": { | |
"id": "423", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Museo_Zenobia_y_Juan_Ram%C3%B3n_Jim%C3%A9nez", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.4089, | |
43.076467 | |
] | |
}, | |
"properties": { | |
"id": "424", | |
"url": "https://commons.wikimedia.org/wiki/Category:Washburn_Observatory", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.2708, | |
56.2594 | |
] | |
}, | |
"properties": { | |
"id": "425", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ilzas_ezers", | |
"country": "Latvia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.2794444444444, | |
63.211388888889 | |
] | |
}, | |
"properties": { | |
"id": "426", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vasslivatnet", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.2827, | |
48.3099 | |
] | |
}, | |
"properties": { | |
"id": "427", | |
"url": "https://commons.wikimedia.org/wiki/Category:Neues_Rathaus_(Linz)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
169.93333333333, | |
10.316666666667 | |
] | |
}, | |
"properties": { | |
"id": "428", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ailuk_Atoll", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.856, | |
24.4603 | |
] | |
}, | |
"properties": { | |
"id": "429", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taiwan_Oil_Field_Exhibition_Hall", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.8859, | |
38.5709 | |
] | |
}, | |
"properties": { | |
"id": "431", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Pleasant_Winery", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.9728, | |
39.3778 | |
] | |
}, | |
"properties": { | |
"id": "433", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wesley_Chapel_(Hopetown,_Ohio)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.20427777778, | |
22.992583333333 | |
] | |
}, | |
"properties": { | |
"id": "434", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Tainan_Joint_Government_Offices", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.783611, | |
38.393333 | |
] | |
}, | |
"properties": { | |
"id": "435", | |
"url": "https://commons.wikimedia.org/wiki/Category:Knight_Foundry", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.12416666667, | |
35.811111111111 | |
] | |
}, | |
"properties": { | |
"id": "436", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shiromaru_Dam", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.9447, | |
42.5406 | |
] | |
}, | |
"properties": { | |
"id": "437", | |
"url": "https://commons.wikimedia.org/wiki/Category:Northshore_Mall", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.377925, | |
34.12075 | |
] | |
}, | |
"properties": { | |
"id": "438", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C5%ABraku-ji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.96471, | |
52.5198 | |
] | |
}, | |
"properties": { | |
"id": "439", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sandwell_Priory", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-99.127889, | |
19.446333 | |
] | |
}, | |
"properties": { | |
"id": "440", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tepito", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.8575, | |
54.465 | |
] | |
}, | |
"properties": { | |
"id": "441", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kentmere_Reservoir", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.456643, | |
39.118692 | |
] | |
}, | |
"properties": { | |
"id": "442", | |
"url": "https://commons.wikimedia.org/wiki/Category:Air_Mobility_Command_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.020164, | |
29.204533 | |
] | |
}, | |
"properties": { | |
"id": "443", | |
"url": "https://commons.wikimedia.org/wiki/Category:Delos_A._Blodgett_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.952872, | |
42.049959 | |
] | |
}, | |
"properties": { | |
"id": "444", | |
"url": "https://commons.wikimedia.org/wiki/Category:Can_Guix_(Fla%C3%A7%C3%A0)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8369, | |
50.6149 | |
] | |
}, | |
"properties": { | |
"id": "445", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C3%BCdischer_Friedhof_Kirchheim_(Euskirchen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4039, | |
50.0892 | |
] | |
}, | |
"properties": { | |
"id": "446", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thunovsk%C3%BD_pal%C3%A1c", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.78472222, | |
35.71444444 | |
] | |
}, | |
"properties": { | |
"id": "447", | |
"url": "https://commons.wikimedia.org/wiki/Category:Genku-ji_(Taito,_Tokyo)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.533056, | |
25.113056 | |
] | |
}, | |
"properties": { | |
"id": "448", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tianmu_Baseball_Stadium", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.676667, | |
45.52 | |
] | |
}, | |
"properties": { | |
"id": "449", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cascade_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.461305, | |
48.6156 | |
] | |
}, | |
"properties": { | |
"id": "450", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_P%C3%B6rnbach", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
153.070252, | |
-30.877175 | |
] | |
}, | |
"properties": { | |
"id": "451", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trial_Bay_Gaol", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-47.913081, | |
-15.784358 | |
] | |
}, | |
"properties": { | |
"id": "452", | |
"url": "https://commons.wikimedia.org/wiki/Category:Memorial_JK", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.21666667, | |
45.53333333 | |
] | |
}, | |
"properties": { | |
"id": "453", | |
"url": "https://commons.wikimedia.org/wiki/Category:Piatra_Craiului_Mountains", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.0706, | |
47.325 | |
] | |
}, | |
"properties": { | |
"id": "454", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Chenonceau", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.61365, | |
55.82415 | |
] | |
}, | |
"properties": { | |
"id": "455", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holy_Trinity_Church_in_Ostankino_(Moscow)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.753, | |
35.0303 | |
] | |
}, | |
"properties": { | |
"id": "456", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shiramine-jing%C5%AB", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
79.33888889, | |
10.98166667 | |
] | |
}, | |
"properties": { | |
"id": "457", | |
"url": "https://commons.wikimedia.org/wiki/Category:Innambur_Ezhutharinathar_Temple", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.427725, | |
-33.925908 | |
] | |
}, | |
"properties": { | |
"id": "458", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Good_Hope", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.2659, | |
39.345 | |
] | |
}, | |
"properties": { | |
"id": "459", | |
"url": "https://commons.wikimedia.org/wiki/Category:King_Cobra_(roller_coaster)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
72.9167, | |
19.25 | |
] | |
}, | |
"properties": { | |
"id": "460", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sanjay_Gandhi_National_Park", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.19789722, | |
58.35293889 | |
] | |
}, | |
"properties": { | |
"id": "461", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mofalla_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.19055556, | |
42.095 | |
] | |
}, | |
"properties": { | |
"id": "462", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waterway_Canal_Bridge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.49472222, | |
9.05138889 | |
] | |
}, | |
"properties": { | |
"id": "463", | |
"url": "https://commons.wikimedia.org/wiki/Category:National_Church_of_Nigeria", | |
"country": "Nigeria", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.920430555556, | |
17.75505 | |
] | |
}, | |
"properties": { | |
"id": "464", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Mirador", | |
"country": "Guatemala", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.637, | |
52.1247 | |
] | |
}, | |
"properties": { | |
"id": "465", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kiek_in_de_K%C3%B6ken_(Magdeburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.99111111, | |
37.38888889 | |
] | |
}, | |
"properties": { | |
"id": "466", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_del_Baile_Flamenco_(Sevilla)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.45222222, | |
44.81722222 | |
] | |
}, | |
"properties": { | |
"id": "467", | |
"url": "https://commons.wikimedia.org/wiki/Category:Princess_Ljubica's_Residence", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.828, | |
34.8147 | |
] | |
}, | |
"properties": { | |
"id": "468", | |
"url": "https://commons.wikimedia.org/wiki/Category:Red_Rock_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.6028, | |
28.3536 | |
] | |
}, | |
"properties": { | |
"id": "469", | |
"url": "https://commons.wikimedia.org/wiki/Category:Disney's_Animal_Kingdom_Lodge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.48979, | |
49.4982 | |
] | |
}, | |
"properties": { | |
"id": "470", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Bonifatius-Kirche_(Mannheim-Wohlgelegen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.5821, | |
47.16149 | |
] | |
}, | |
"properties": { | |
"id": "471", | |
"url": "https://commons.wikimedia.org/wiki/Category:Metropolitan_cathedral_in_Ia%C8%99i", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.0014, | |
53.1231 | |
] | |
}, | |
"properties": { | |
"id": "472", | |
"url": "https://commons.wikimedia.org/wiki/Category:Przechodz%C4%85cy_przez_rzek%C4%99", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-91.661894444444, | |
41.96615 | |
] | |
}, | |
"properties": { | |
"id": "473", | |
"url": "https://commons.wikimedia.org/wiki/Category:National_Czech_and_Slovak_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.58722, | |
48.7288 | |
] | |
}, | |
"properties": { | |
"id": "474", | |
"url": "https://commons.wikimedia.org/wiki/Category:Porte_du_Pont_(Vitry-le-Fran%C3%A7ois)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-61.8419, | |
17.1227 | |
] | |
}, | |
"properties": { | |
"id": "475", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._John's_Cathedral_(Antigua_and_Barbuda)", | |
"country": "Antigua & Barbuda", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.4541, | |
43.9778 | |
] | |
}, | |
"properties": { | |
"id": "476", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vujan_Monestery", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.7016388888889, | |
49.715472222222 | |
] | |
}, | |
"properties": { | |
"id": "477", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cimeti%C3%A8re_militaire_allemand_d'Andechy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.014733, | |
34.775417 | |
] | |
}, | |
"properties": { | |
"id": "478", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kakegawa_Castle", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.3339, | |
48.8579 | |
] | |
}, | |
"properties": { | |
"id": "479", | |
"url": "https://commons.wikimedia.org/wiki/Category:H%C3%B4tel_de_Chimay", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.227777777778, | |
17.36 | |
] | |
}, | |
"properties": { | |
"id": "480", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Chich%C3%B3n", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.55805556, | |
42.33861111 | |
] | |
}, | |
"properties": { | |
"id": "481", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bayrakli_Mosque,_Samokov", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.20416667, | |
49.11222222 | |
] | |
}, | |
"properties": { | |
"id": "482", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_de_Queuleu_(Metz)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.231944444444, | |
42.976388888889 | |
] | |
}, | |
"properties": { | |
"id": "483", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Kegonsa_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.511131, | |
49.003519 | |
] | |
}, | |
"properties": { | |
"id": "484", | |
"url": "https://commons.wikimedia.org/wiki/Category:Friedhof_Gr%C3%B6tzingen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2352, | |
50.813 | |
] | |
}, | |
"properties": { | |
"id": "485", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rathaus_Bad_Salzungen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.0977, | |
39.8313 | |
] | |
}, | |
"properties": { | |
"id": "486", | |
"url": "https://commons.wikimedia.org/wiki/Category:Deptford_Mall", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.139, | |
34.1461 | |
] | |
}, | |
"properties": { | |
"id": "487", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pasadena_Presbyterian", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.72583, | |
48.6018 | |
] | |
}, | |
"properties": { | |
"id": "488", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cimeti%C3%A8re_isra%C3%A9lite_Adath_Israel", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.72583, | |
48.6018 | |
] | |
}, | |
"properties": { | |
"id": "489", | |
"url": "http://commons.wikimedia.org/wiki/Category:Spirit_Lake,_Washington", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.25333333, | |
48.72722222 | |
] | |
}, | |
"properties": { | |
"id": "490", | |
"url": "https://commons.wikimedia.org/wiki/Category:East_Slovak_Museum", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.9458, | |
52.956 | |
] | |
}, | |
"properties": { | |
"id": "491", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wunderblutkirche_(Bad_Wilsnack)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.75694, | |
47.6558 | |
] | |
}, | |
"properties": { | |
"id": "492", | |
"url": "https://commons.wikimedia.org/wiki/Category:Halle_des_Lices_(Vannes)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.5238, | |
54.9995 | |
] | |
}, | |
"properties": { | |
"id": "493", | |
"url": "https://commons.wikimedia.org/wiki/Category:Liselund", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.696944444444, | |
55.581944444444 | |
] | |
}, | |
"properties": { | |
"id": "494", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%B6vdeborg", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.9869, | |
42.3958 | |
] | |
}, | |
"properties": { | |
"id": "495", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beachmont,_Massachusetts", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.04232, | |
49.33929 | |
] | |
}, | |
"properties": { | |
"id": "496", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mont_Canisy_Battery", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.5618, | |
45.5006 | |
] | |
}, | |
"properties": { | |
"id": "497", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tour_de_la_Bourse", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.294, | |
48.23 | |
] | |
}, | |
"properties": { | |
"id": "498", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgruine_Weitenegg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.363027777778, | |
38.113722222222 | |
] | |
}, | |
"properties": { | |
"id": "499", | |
"url": "https://commons.wikimedia.org/wiki/Category:Archivio_Storico_Comunale_(Palermo)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.201527777778, | |
55.792972222222 | |
] | |
}, | |
"properties": { | |
"id": "500", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lilla_Harrie_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.7453, | |
30.2613 | |
] | |
}, | |
"properties": { | |
"id": "501", | |
"url": "https://commons.wikimedia.org/wiki/Category:Congress_Avenue_Bridge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.31777, | |
46.16873 | |
] | |
}, | |
"properties": { | |
"id": "502", | |
"url": "https://commons.wikimedia.org/wiki/Category:House_with_locked_log_in_Arad", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.7854, | |
52.2094 | |
] | |
}, | |
"properties": { | |
"id": "503", | |
"url": "https://commons.wikimedia.org/wiki/Category:All_Saints_Church,_Billesley", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.109495, | |
45.930976 | |
] | |
}, | |
"properties": { | |
"id": "504", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castel_Beseno", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1642, | |
49.0869 | |
] | |
}, | |
"properties": { | |
"id": "505", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Coupigny", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
48.30378, | |
38.25161 | |
] | |
}, | |
"properties": { | |
"id": "506", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jome_Mosque_of_Ardabil", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.99, | |
57.6994 | |
] | |
}, | |
"properties": { | |
"id": "507", | |
"url": "https://commons.wikimedia.org/wiki/Category:Valhallabadet", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.994671, | |
50.642869 | |
] | |
}, | |
"properties": { | |
"id": "509", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Nativity_of_the_Virgin_Mary_(Trmice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.92716, | |
44.67631 | |
] | |
}, | |
"properties": { | |
"id": "510", | |
"url": "https://commons.wikimedia.org/wiki/Category:SuperD%C3%A9voluy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.5986836, | |
50.3297833 | |
] | |
}, | |
"properties": { | |
"id": "511", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ryb%C5%88any_(chateau)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.69167, | |
-29.015 | |
] | |
}, | |
"properties": { | |
"id": "512", | |
"url": "https://commons.wikimedia.org/wiki/Category:Magellan_Telescopes", | |
"country": "Chile", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.355278, | |
48.861111 | |
] | |
}, | |
"properties": { | |
"id": "513", | |
"url": "https://commons.wikimedia.org/wiki/Category:H%C3%B4tel_de_Saint-Aignan_(Paris)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
131.36913888889, | |
33.266666666667 | |
] | |
}, | |
"properties": { | |
"id": "514", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Kinrin", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.392, | |
-34.5868 | |
] | |
}, | |
"properties": { | |
"id": "515", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bas%C3%ADlica_de_Nuestra_Se%C3%B1ora_del_Pilar,_Buenos_Aires", | |
"country": "Argentina", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.572, | |
35.4214 | |
] | |
}, | |
"properties": { | |
"id": "516", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tajima_Plateau_Botanical_Gardens", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.553, | |
47.247 | |
] | |
}, | |
"properties": { | |
"id": "517", | |
"url": "https://commons.wikimedia.org/wiki/Category:Titlow_Beach", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-20.5735, | |
74.4698 | |
] | |
}, | |
"properties": { | |
"id": "518", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zackenberg_Station", | |
"country": "Greenland", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.5927, | |
52.4966 | |
] | |
}, | |
"properties": { | |
"id": "519", | |
"url": "https://commons.wikimedia.org/wiki/Category:Landschaftsschutzgebiet_Kaulsdorfer_Seen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.24664, | |
55.32453 | |
] | |
}, | |
"properties": { | |
"id": "520", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brylle_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.3458, | |
50.9123 | |
] | |
}, | |
"properties": { | |
"id": "521", | |
"url": "https://commons.wikimedia.org/wiki/Category:Betten-_und_Schlafmuseum_Freiberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.134025606175, | |
50.22153629456 | |
] | |
}, | |
"properties": { | |
"id": "522", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kloster_Sonnefeld", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3025, | |
50.4678 | |
] | |
}, | |
"properties": { | |
"id": "523", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sovice_(Vrbice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-61.5314, | |
10.6619 | |
] | |
}, | |
"properties": { | |
"id": "524", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathedral_of_the_Immaculate_Conception_(Port_of_Spain)", | |
"country": "Trinidad & Tobago", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.34114, | |
53.4219 | |
] | |
}, | |
"properties": { | |
"id": "525", | |
"url": "https://commons.wikimedia.org/wiki/Category:East_Mouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.8928, | |
48.6525 | |
] | |
}, | |
"properties": { | |
"id": "526", | |
"url": "https://commons.wikimedia.org/wiki/Category:Le_Valinou%C3%ABt", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.15878, | |
22.32966 | |
] | |
}, | |
"properties": { | |
"id": "527", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yen_Chow_Street_Hawker_Bazaar", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.329096, | |
48.866215 | |
] | |
}, | |
"properties": { | |
"id": "528", | |
"url": "https://commons.wikimedia.org/wiki/Category:Couvent_des_Feuillants_(Paris)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.247111, | |
51.465231 | |
] | |
}, | |
"properties": { | |
"id": "529", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sint_Willibrorduskerk,_Middelbeers", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.375747, | |
41.141389 | |
] | |
}, | |
"properties": { | |
"id": "531", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muralla_d'Altafulla", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.46362, | |
52.9698 | |
] | |
}, | |
"properties": { | |
"id": "532", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Paul's_Church,_Little_Eaton", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.208511, | |
28.573162 | |
] | |
}, | |
"properties": { | |
"id": "533", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dilli_Haat", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.12438, | |
54.3983 | |
] | |
}, | |
"properties": { | |
"id": "534", | |
"url": "https://commons.wikimedia.org/wiki/Category:Great_Carrs", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.52677, | |
52.0149 | |
] | |
}, | |
"properties": { | |
"id": "535", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sparrenburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-66.63286, | |
18.01327 | |
] | |
}, | |
"properties": { | |
"id": "536", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cementerio_Civil_de_Ponce", | |
"country": "Puerto Rico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.907377, | |
37.981243 | |
] | |
}, | |
"properties": { | |
"id": "537", | |
"url": "https://commons.wikimedia.org/wiki/Category:Attica_Zoological_Park", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.5047836, | |
-13.0094574 | |
] | |
}, | |
"properties": { | |
"id": "538", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salvador_Zoo", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.25944, | |
48.8411 | |
] | |
}, | |
"properties": { | |
"id": "539", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cimeti%C3%A8re_d'Auteuil", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.90067, | |
52.36505 | |
] | |
}, | |
"properties": { | |
"id": "540", | |
"url": "https://commons.wikimedia.org/wiki/Category:Six_Collection,_Amsterdam", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
96.11372222, | |
22.000675 | |
] | |
}, | |
"properties": { | |
"id": "541", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shwenandaw_Monastery", | |
"country": "Myanmar", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.464444444444, | |
43.665555555556 | |
] | |
}, | |
"properties": { | |
"id": "542", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Junction", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.723055555556, | |
58.380277777778 | |
] | |
}, | |
"properties": { | |
"id": "543", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tartu_Town_Hall_Square", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.75532, | |
51.4441 | |
] | |
}, | |
"properties": { | |
"id": "544", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ruhrwehr_Duisburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.82330556, | |
41.06441667 | |
] | |
}, | |
"properties": { | |
"id": "545", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Santa_Mar%C3%ADa_la_Mayor,_Almenara_de_Tormes", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
127.01875, | |
37.57538889 | |
] | |
}, | |
"properties": { | |
"id": "546", | |
"url": "https://commons.wikimedia.org/wiki/Category:Myogaksa_(Seoul)", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.6375, | |
47.1395 | |
] | |
}, | |
"properties": { | |
"id": "547", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapelle_et_logis_troglodytiques_de_Notre-Dame-de-Lorette", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.5666666666667, | |
47.166666666667 | |
] | |
}, | |
"properties": { | |
"id": "548", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kuegrat", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.425166666667, | |
54.382611111111 | |
] | |
}, | |
"properties": { | |
"id": "549", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schifferkirche_Ahrenshoop", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
76.5667, | |
8.87833 | |
] | |
}, | |
"properties": { | |
"id": "550", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tangasseri_Lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.47611111111, | |
7.3363888888889 | |
] | |
}, | |
"properties": { | |
"id": "551", | |
"url": "https://commons.wikimedia.org/wiki/Category:Belau_National_Museum", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.607222222222, | |
55.759444444444 | |
] | |
}, | |
"properties": { | |
"id": "552", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Renewal_of_the_Temple_of_the_Resurrection_in_Uspensky_Vrazhek", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.4971, | |
45.6679 | |
] | |
}, | |
"properties": { | |
"id": "553", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Montbron_(Charente)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.108921, | |
46.511854 | |
] | |
}, | |
"properties": { | |
"id": "554", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maria_Himmelfahrt_(Unsere_Liebe_Frau_im_Walde)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.27652, | |
44.582704 | |
] | |
}, | |
"properties": { | |
"id": "555", | |
"url": "https://commons.wikimedia.org/wiki/Category:Crkva_Sv._Marije_Magdaline_(Kozjak)", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.189387, | |
45.483484 | |
] | |
}, | |
"properties": { | |
"id": "556", | |
"url": "https://commons.wikimedia.org/wiki/Category:Piazza_Gae_Aulenti_(Milan)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.88972, | |
46.90917 | |
] | |
}, | |
"properties": { | |
"id": "558", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mittelbergferner", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-15.60443056, | |
28.138975 | |
] | |
}, | |
"properties": { | |
"id": "559", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cenobio_de_Valer%C3%B3n", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.7731, | |
40.8277 | |
] | |
}, | |
"properties": { | |
"id": "560", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Nittany", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.675438, | |
45.540806 | |
] | |
}, | |
"properties": { | |
"id": "561", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hryszko_Brothers_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.674166666667, | |
55.800277777778 | |
] | |
}, | |
"properties": { | |
"id": "562", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sokolniki_Park", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.613059, | |
42.158769 | |
] | |
}, | |
"properties": { | |
"id": "563", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santuario_della_Madonna_dei_Miracoli", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.63611, | |
52.8175 | |
] | |
}, | |
"properties": { | |
"id": "564", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Chad's_Church,_Burton-on-Trent", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.6075, | |
63.29277778 | |
] | |
}, | |
"properties": { | |
"id": "565", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sj%C3%A4levads_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
47.0, | |
-20.0 | |
] | |
}, | |
"properties": { | |
"id": "566", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bays_of_Madagascar", | |
"country": "Madagascar", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.484722, | |
41.009722 | |
] | |
}, | |
"properties": { | |
"id": "567", | |
"url": "https://commons.wikimedia.org/wiki/Category:Joshua_Wells_House_(Cutchogue,_New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
176.25408, | |
-38.16351 | |
] | |
}, | |
"properties": { | |
"id": "569", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pohutu_Geyser", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
49.83277778, | |
40.36444444 | |
] | |
}, | |
"properties": { | |
"id": "570", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aga_Mikail_bath", | |
"country": "Azerbaijan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.879194444444, | |
53.065333333333 | |
] | |
}, | |
"properties": { | |
"id": "571", | |
"url": "https://commons.wikimedia.org/wiki/Category:Orthodox_church_of_Saint_John_the_Evangelist_in_Mostowlany", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2323, | |
55.25532 | |
] | |
}, | |
"properties": { | |
"id": "572", | |
"url": "https://commons.wikimedia.org/wiki/Category:N%C3%B8rre_Broby_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.8548, | |
39.2114 | |
] | |
}, | |
"properties": { | |
"id": "573", | |
"url": "https://commons.wikimedia.org/wiki/Category:Natural_History_Museum_of_the_Lesvos_Petrified_Forest", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.1087, | |
51.3926 | |
] | |
}, | |
"properties": { | |
"id": "574", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sankt-Michaelis-Kirche_(We%C3%9Fmar)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.091666666667, | |
42.138888888889 | |
] | |
}, | |
"properties": { | |
"id": "575", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bicentennial_Tower", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.22209167, | |
41.67741667 | |
] | |
}, | |
"properties": { | |
"id": "576", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ca_l'Atzet_(Bigues)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.2097222222222, | |
50.665277777778 | |
] | |
}, | |
"properties": { | |
"id": "577", | |
"url": "https://commons.wikimedia.org/wiki/Category:Drachenfels_(Siebengebirge)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.42796, | |
43.73917 | |
] | |
}, | |
"properties": { | |
"id": "578", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casino_de_Monte_Carlo", | |
"country": "Monaco", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.117, | |
46.067 | |
] | |
}, | |
"properties": { | |
"id": "579", | |
"url": "https://commons.wikimedia.org/wiki/Category:Valle_Antrona", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.660328, | |
50.045248 | |
] | |
}, | |
"properties": { | |
"id": "580", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aveluy_Wood_Cemetery,_(Lancashire_Dump),_Mesnil-Martinsart", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.48333333, | |
48.8375 | |
] | |
}, | |
"properties": { | |
"id": "581", | |
"url": "https://commons.wikimedia.org/wiki/Category:Phare_de_Ploumanac'h", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
75.545712, | |
36.019198 | |
] | |
}, | |
"properties": { | |
"id": "583", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hispar_Pass", | |
"country": "Pakistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.102619444444, | |
9.9345777777778 | |
] | |
}, | |
"properties": { | |
"id": "584", | |
"url": "https://commons.wikimedia.org/wiki/Category:La_Sabana_Metropolitan_Park", | |
"country": "Costa Rica", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.5692, | |
25.0343 | |
] | |
}, | |
"properties": { | |
"id": "585", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hua_Nan_Commercial_Bank_Corporate_Plaza", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.9422956, | |
50.7013597 | |
] | |
}, | |
"properties": { | |
"id": "586", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapel_of_the_Holy_Trinity_in_Chlumec_(%C3%9Ast%C3%AD_nad_Labem_District)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.11475, | |
35.158139 | |
] | |
}, | |
"properties": { | |
"id": "587", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Nishi", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.086593, | |
54.32132 | |
] | |
}, | |
"properties": { | |
"id": "588", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ernst-Th%C3%A4lmann-Denkmal_(Stralsund)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.205600043, | |
47.48512562 | |
] | |
}, | |
"properties": { | |
"id": "589", | |
"url": "https://commons.wikimedia.org/wiki/Category:Reformierte_Kirche,_Brugg", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.80694444, | |
48.54055556 | |
] | |
}, | |
"properties": { | |
"id": "590", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ozaryntsi_Castle", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
101.71168, | |
3.15803 | |
] | |
}, | |
"properties": { | |
"id": "591", | |
"url": "https://commons.wikimedia.org/wiki/Category:Petronas_Philharmonic_Hall", | |
"country": "Malaysia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
146.83661389, | |
-19.24909722 | |
] | |
}, | |
"properties": { | |
"id": "592", | |
"url": "https://commons.wikimedia.org/wiki/Category:Port_of_Townsville", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.3778, | |
40.7994 | |
] | |
}, | |
"properties": { | |
"id": "593", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holy_Trinity_Church_(Canton,_Ohio)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.96111111, | |
59.41555556 | |
] | |
}, | |
"properties": { | |
"id": "594", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kummelby_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.66571, | |
52.21214 | |
] | |
}, | |
"properties": { | |
"id": "595", | |
"url": "https://commons.wikimedia.org/wiki/Category:Drygarn_Fawr", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.1365833333333, | |
38.715472222222 | |
] | |
}, | |
"properties": { | |
"id": "596", | |
"url": "https://commons.wikimedia.org/wiki/Category:Largo_Martim_Moniz", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.94333333, | |
57.69166667 | |
] | |
}, | |
"properties": { | |
"id": "597", | |
"url": "https://commons.wikimedia.org/wiki/Category:Slottsskogsobservatoriet", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.5111, | |
51.3557 | |
] | |
}, | |
"properties": { | |
"id": "598", | |
"url": "https://commons.wikimedia.org/wiki/Category:Keulaer_Wald", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.630417, | |
47.4958 | |
] | |
}, | |
"properties": { | |
"id": "599", | |
"url": "https://commons.wikimedia.org/wiki/Category:Batthy%C3%A1ny_Mansion_in_Bicske", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.97833, | |
43.72 | |
] | |
}, | |
"properties": { | |
"id": "600", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Gourdon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.075, | |
40.1586 | |
] | |
}, | |
"properties": { | |
"id": "602", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bryn_Athyn-Lower_Moreland_Bridge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.9075, | |
40.40472222 | |
] | |
}, | |
"properties": { | |
"id": "603", | |
"url": "https://commons.wikimedia.org/wiki/Category:Homestead_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.624936, | |
41.87985 | |
] | |
}, | |
"properties": { | |
"id": "604", | |
"url": "https://commons.wikimedia.org/wiki/Category:Peoples_Gas_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-92.258464, | |
34.746433 | |
] | |
}, | |
"properties": { | |
"id": "605", | |
"url": "https://commons.wikimedia.org/wiki/Category:William_J._Clinton_Presidential_Center_and_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.92145, | |
42.3157 | |
] | |
}, | |
"properties": { | |
"id": "606", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esgl%C3%A9sia_de_Sant_Sebasti%C3%A0_de_Pont_de_Molins", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3945756, | |
50.0656855 | |
] | |
}, | |
"properties": { | |
"id": "607", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kordova_vila_Helenka", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.47315, | |
47.168097 | |
] | |
}, | |
"properties": { | |
"id": "608", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abbaye_Saint-Martin_de_Vertou", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.5684, | |
54.2365 | |
] | |
}, | |
"properties": { | |
"id": "609", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Bartholomew's_Church,_Barbon", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.1081, | |
42.6414 | |
] | |
}, | |
"properties": { | |
"id": "610", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stradun", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.370969, | |
-34.670267 | |
] | |
}, | |
"properties": { | |
"id": "611", | |
"url": "https://commons.wikimedia.org/wiki/Category:Estadio_Libertadores_de_Am%C3%A9rica", | |
"country": "Argentina", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
74.807, | |
14.7198 | |
] | |
}, | |
"properties": { | |
"id": "612", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sahasralinga", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.45, | |
44.821944444444 | |
] | |
}, | |
"properties": { | |
"id": "613", | |
"url": "https://commons.wikimedia.org/wiki/Category:Belgrade_Military_Museum", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.95605833, | |
41.76528611 | |
] | |
}, | |
"properties": { | |
"id": "614", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rainbow_Magicland", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4075, | |
50.085 | |
] | |
}, | |
"properties": { | |
"id": "615", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C4%8Certovka", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.1731903506575, | |
55.939183073353 | |
] | |
}, | |
"properties": { | |
"id": "616", | |
"url": "https://commons.wikimedia.org/wiki/Category:Royal_Commonwealth_Pool", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.3995, | |
48.8754 | |
] | |
}, | |
"properties": { | |
"id": "617", | |
"url": "https://commons.wikimedia.org/wiki/Category:Square_Belleville-T%C3%A9l%C3%A9graphe", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.11, | |
44.54 | |
] | |
}, | |
"properties": { | |
"id": "618", | |
"url": "https://commons.wikimedia.org/wiki/Category:Crooked_River_National_Grassland", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.512777777778, | |
-52.987777777778 | |
] | |
}, | |
"properties": { | |
"id": "619", | |
"url": "https://commons.wikimedia.org/wiki/Category:Otway_Sound", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.22935, | |
41.6011 | |
] | |
}, | |
"properties": { | |
"id": "621", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Joan_de_Montorn%C3%A8s_de_Segarra", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.461667, | |
30.670278 | |
] | |
}, | |
"properties": { | |
"id": "622", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fernandina_Beach_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.36921, | |
48.82533 | |
] | |
}, | |
"properties": { | |
"id": "623", | |
"url": "https://commons.wikimedia.org/wiki/Category:Square_des_Chamaillards", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.245, | |
28.61 | |
] | |
}, | |
"properties": { | |
"id": "624", | |
"url": "https://commons.wikimedia.org/wiki/Category:Qila-i-Kuhna_mosque", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.64273, | |
28.03012 | |
] | |
}, | |
"properties": { | |
"id": "625", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jiangxin_Temple", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.978525, | |
42.3983 | |
] | |
}, | |
"properties": { | |
"id": "626", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Ll%C3%BAcia_de_Pa%C3%BCls_de_Flamisell", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.46463, | |
52.2893 | |
] | |
}, | |
"properties": { | |
"id": "627", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wiehenturm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.037524, | |
43.385219 | |
] | |
}, | |
"properties": { | |
"id": "628", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prieur%C3%A9_de_Saint-Christophe", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.2608, | |
26.7503 | |
] | |
}, | |
"properties": { | |
"id": "629", | |
"url": "https://commons.wikimedia.org/wiki/Category:Downtown_Boca_Grande_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.44527778, | |
37.53555556 | |
] | |
}, | |
"properties": { | |
"id": "630", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tredegar_Iron_Works", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.433, | |
-36.6397 | |
] | |
}, | |
"properties": { | |
"id": "631", | |
"url": "https://commons.wikimedia.org/wiki/Category:Domuyo_Volcano", | |
"country": "Argentina", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.9175, | |
52.4472 | |
] | |
}, | |
"properties": { | |
"id": "632", | |
"url": "https://commons.wikimedia.org/wiki/Category:Osiedle_Boles%C5%82awa_Chrobrego_(Pozna%C5%84)", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.0963888888889, | |
48.898055555556 | |
] | |
}, | |
"properties": { | |
"id": "633", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Saint-Germain-en-Laye", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.74441, | |
51.4469 | |
] | |
}, | |
"properties": { | |
"id": "634", | |
"url": "https://commons.wikimedia.org/wiki/Category:Garrison_Point_Fort", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.1629444444444, | |
40.560611111111 | |
] | |
}, | |
"properties": { | |
"id": "635", | |
"url": "https://commons.wikimedia.org/wiki/Category:Faro_di_Capo_Caccia", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.6375, | |
55.71324 | |
] | |
}, | |
"properties": { | |
"id": "636", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tirsb%C3%A6k", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
132.082944, | |
32.933111 | |
] | |
}, | |
"properties": { | |
"id": "637", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tsurumisaki_Lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
73.35159444, | |
54.97372222 | |
] | |
}, | |
"properties": { | |
"id": "638", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ptichya-Gavan", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.0919, | |
48.147 | |
] | |
}, | |
"properties": { | |
"id": "639", | |
"url": "https://commons.wikimedia.org/wiki/Category:Polish_Embassy,_Bratislava", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.029722222222, | |
54.045833333333 | |
] | |
}, | |
"properties": { | |
"id": "640", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jezioro_So%C5%82tmany", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.7006, | |
49.2497 | |
] | |
}, | |
"properties": { | |
"id": "641", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jewish_cemetery_in_Lutowiska", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.6936, | |
50.7583 | |
] | |
}, | |
"properties": { | |
"id": "642", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wielki_Staw,_Karkonosze", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.7427, | |
51.7986 | |
] | |
}, | |
"properties": { | |
"id": "643", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_Steinfurt", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.100607, | |
51.4526 | |
] | |
}, | |
"properties": { | |
"id": "644", | |
"url": "https://commons.wikimedia.org/wiki/Category:Half_Moon,_Herne_Hill", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.59777778, | |
47.42333333 | |
] | |
}, | |
"properties": { | |
"id": "645", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arboretum_in_Alcs%C3%BAt", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.437360137, | |
36.74084355 | |
] | |
}, | |
"properties": { | |
"id": "646", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castillo_de_Chipiona", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.68, | |
35.66222222 | |
] | |
}, | |
"properties": { | |
"id": "647", | |
"url": "https://commons.wikimedia.org/wiki/Category:Komaba_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.234444444444, | |
47.707222222222 | |
] | |
}, | |
"properties": { | |
"id": "648", | |
"url": "https://commons.wikimedia.org/wiki/Category:Botanical_garden_in_V%C3%A1cr%C3%A1t%C3%B3t", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.981805555556, | |
43.270555555556 | |
] | |
}, | |
"properties": { | |
"id": "649", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tanella_di_Pitagora", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.981805555556, | |
43.270555555556 | |
] | |
}, | |
"properties": { | |
"id": "650", | |
"url": "http://commons.wikimedia.org/wiki/Category:TRA_Taitung_Station_(1922-2001)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.34315, | |
47.249419444444 | |
] | |
}, | |
"properties": { | |
"id": "651", | |
"url": "https://commons.wikimedia.org/wiki/Category:Appenzell_Alps", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.4832, | |
55.6836 | |
] | |
}, | |
"properties": { | |
"id": "652", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hyltebjerg_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.1827777777778, | |
51.068805555556 | |
] | |
}, | |
"properties": { | |
"id": "653", | |
"url": "https://commons.wikimedia.org/wiki/Category:River_Taw", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.727777777778, | |
39.294444444444 | |
] | |
}, | |
"properties": { | |
"id": "654", | |
"url": "https://commons.wikimedia.org/wiki/Category:McCormick's_Creek_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.9883, | |
41.0484 | |
] | |
}, | |
"properties": { | |
"id": "655", | |
"url": "https://commons.wikimedia.org/wiki/Category:Istanbul_Military_Museum", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.197, | |
51.05 | |
] | |
}, | |
"properties": { | |
"id": "656", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nymans_Garden", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.460151, | |
41.893389 | |
] | |
}, | |
"properties": { | |
"id": "657", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_Anita_Garibaldi_(Rome)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.821111111111, | |
46.286111111111 | |
] | |
}, | |
"properties": { | |
"id": "658", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cimon_della_Pala", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
147.267, | |
-36.9833 | |
] | |
}, | |
"properties": { | |
"id": "659", | |
"url": "https://commons.wikimedia.org/wiki/Category:Falls_Creek,_Victoria", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.0586, | |
48.8553 | |
] | |
}, | |
"properties": { | |
"id": "660", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Rastislav_of_Moravia_(Znojmo)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.819624, | |
33.101026 | |
] | |
}, | |
"properties": { | |
"id": "661", | |
"url": "https://commons.wikimedia.org/wiki/Category:Comerica_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.63546, | |
58.9136 | |
] | |
}, | |
"properties": { | |
"id": "662", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bettna_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.531748, | |
42.93305 | |
] | |
}, | |
"properties": { | |
"id": "663", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mali_Ston_bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.837, | |
54.1443 | |
] | |
}, | |
"properties": { | |
"id": "664", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alexandrinen-Cottage_(Heiligendamm)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-68.93716, | |
12.10549 | |
] | |
}, | |
"properties": { | |
"id": "665", | |
"url": "https://commons.wikimedia.org/wiki/Category:Riffort", | |
"country": "Cura\u00e7ao", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
176.386, | |
-40.0297 | |
] | |
}, | |
"properties": { | |
"id": "666", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oruawharo_Homestead", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.2197, | |
45.3597 | |
] | |
}, | |
"properties": { | |
"id": "667", | |
"url": "https://commons.wikimedia.org/wiki/Category:Killbear_Provincial_Park", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.320652, | |
45.4384801 | |
] | |
}, | |
"properties": { | |
"id": "668", | |
"url": "https://commons.wikimedia.org/wiki/Category:Giardini_Papadopoli", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.4583, | |
28.4111 | |
] | |
}, | |
"properties": { | |
"id": "669", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kraken_(roller_coaster)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.1275, | |
46.177778 | |
] | |
}, | |
"properties": { | |
"id": "670", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stade_de_Gen%C3%A8ve", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.69833333, | |
68.3725 | |
] | |
}, | |
"properties": { | |
"id": "672", | |
"url": "https://commons.wikimedia.org/wiki/Category:Njull%C3%A1", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.72389, | |
53.2094 | |
] | |
}, | |
"properties": { | |
"id": "673", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Vreschen-Bokel_am_Aper_Tief", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.93333, | |
59.0167 | |
] | |
}, | |
"properties": { | |
"id": "676", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thieves_Holm", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.141, | |
34.049 | |
] | |
}, | |
"properties": { | |
"id": "677", | |
"url": "https://commons.wikimedia.org/wiki/Category:Redlands_California_Temple", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
103.983536, | |
14.854708 | |
] | |
}, | |
"properties": { | |
"id": "678", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prasat_Prang_Ku", | |
"country": "Thailand", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.5622, | |
58.5544 | |
] | |
}, | |
"properties": { | |
"id": "679", | |
"url": "https://commons.wikimedia.org/wiki/Category:Olustvere_manor", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.24164, | |
41.1178 | |
] | |
}, | |
"properties": { | |
"id": "680", | |
"url": "https://commons.wikimedia.org/wiki/Category:Quinta_de_Sant_Rafael", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.157741, | |
50.8061 | |
] | |
}, | |
"properties": { | |
"id": "681", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alfriston_Clergy_House", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.9475, | |
60.17222222 | |
] | |
}, | |
"properties": { | |
"id": "682", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kaisaniemi", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.689476, | |
39.797023 | |
] | |
}, | |
"properties": { | |
"id": "683", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sa_Creu_lighthouses", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.501643, | |
51.061317 | |
] | |
}, | |
"properties": { | |
"id": "684", | |
"url": "https://commons.wikimedia.org/wiki/Category:'t_Grom", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.04778, | |
47.8953 | |
] | |
}, | |
"properties": { | |
"id": "685", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Martin_de_Ballots", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.64556, | |
50.3288 | |
] | |
}, | |
"properties": { | |
"id": "686", | |
"url": "https://commons.wikimedia.org/wiki/Category:Readymoney_Beach,_Fowey", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.260372854913, | |
47.442651201392 | |
] | |
}, | |
"properties": { | |
"id": "687", | |
"url": "https://commons.wikimedia.org/wiki/Category:Geigenbaumuseum_Mittenwald", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.85916666667, | |
34.353888888889 | |
] | |
}, | |
"properties": { | |
"id": "688", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tsunoshima", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.74547694444444, | |
41.299641111111 | |
] | |
}, | |
"properties": { | |
"id": "689", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_San_Mart%C3%ADn_de_Tours,_Belchite", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.071666666666667, | |
51.521944444444 | |
] | |
}, | |
"properties": { | |
"id": "690", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brick_Lane", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.96166667, | |
55.17138889 | |
] | |
}, | |
"properties": { | |
"id": "691", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%98sterlars_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.0058, | |
40.7371 | |
] | |
}, | |
"properties": { | |
"id": "692", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abingdon_Square_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.9461, | |
50.8342 | |
] | |
}, | |
"properties": { | |
"id": "693", | |
"url": "https://commons.wikimedia.org/wiki/Category:Johann-Sebastian-Bach-Kirche_(Arnstadt)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.0118, | |
51.182 | |
] | |
}, | |
"properties": { | |
"id": "694", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtkirche_St._Nicolai_(Pulsnitz)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.857, | |
37.4666 | |
] | |
}, | |
"properties": { | |
"id": "695", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ed_R._Levin_County_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
118.76, | |
31.9817 | |
] | |
}, | |
"properties": { | |
"id": "696", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tomb_of_the_Sultan_of_Brunei_in_Nanjing", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.67032, | |
42.0794 | |
] | |
}, | |
"properties": { | |
"id": "697", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Aloia", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.76065, | |
52.34694444 | |
] | |
}, | |
"properties": { | |
"id": "698", | |
"url": "https://commons.wikimedia.org/wiki/Category:D%C3%B6hrener_Turm_(Hannover)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.13583333333333, | |
51.505 | |
] | |
}, | |
"properties": { | |
"id": "699", | |
"url": "https://commons.wikimedia.org/wiki/Category:Marlborough_House,_London", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.66167, | |
51.07286 | |
] | |
}, | |
"properties": { | |
"id": "700", | |
"url": "https://commons.wikimedia.org/wiki/Category:Belfry_of_Veurne", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.5218639, | |
35.58522222 | |
] | |
}, | |
"properties": { | |
"id": "701", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ozen-ji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
49.823333333333, | |
40.351388888889 | |
] | |
}, | |
"properties": { | |
"id": "702", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baku_TV_Tower", | |
"country": "Azerbaijan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.1324, | |
50.8293 | |
] | |
}, | |
"properties": { | |
"id": "704", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kule_Cemetery_in_Cz%C4%99stochowa", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.30846, | |
59.95353 | |
] | |
}, | |
"properties": { | |
"id": "705", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Petersburg_Zoo", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.4747, | |
64.0232 | |
] | |
}, | |
"properties": { | |
"id": "706", | |
"url": "https://commons.wikimedia.org/wiki/Category:Egge_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.0028, | |
40.7149 | |
] | |
}, | |
"properties": { | |
"id": "707", | |
"url": "https://commons.wikimedia.org/wiki/Category:Foley_Square", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.922056, | |
35.242842 | |
] | |
}, | |
"properties": { | |
"id": "708", | |
"url": "https://commons.wikimedia.org/wiki/Category:I-fain", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.5532, | |
39.743 | |
] | |
}, | |
"properties": { | |
"id": "709", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathedral_of_Saint_Peter_(Wilmington,_Delaware)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.83383333, | |
34.68002778 | |
] | |
}, | |
"properties": { | |
"id": "711", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nara_Hotel", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.5535, | |
47.3865 | |
] | |
}, | |
"properties": { | |
"id": "712", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Luynes", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
83.00991111, | |
25.3056875 | |
] | |
}, | |
"properties": { | |
"id": "713", | |
"url": "https://commons.wikimedia.org/wiki/Category:Munshi_Ghat", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.399166666667, | |
42.625555555556 | |
] | |
}, | |
"properties": { | |
"id": "714", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thracian_Tomb_of_Kazanlak", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.31676389, | |
43.76744167 | |
] | |
}, | |
"properties": { | |
"id": "715", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_Favard_di_Rovezzano", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.3741666666667, | |
50.818888888889 | |
] | |
}, | |
"properties": { | |
"id": "716", | |
"url": "https://commons.wikimedia.org/wiki/Category:La_Cambre_Abbey", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.92567, | |
54.6012 | |
] | |
}, | |
"properties": { | |
"id": "717", | |
"url": "https://commons.wikimedia.org/wiki/Category:Merchant_Hotel,_Belfast", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.2438888888889, | |
38.873611111111 | |
] | |
}, | |
"properties": { | |
"id": "718", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_des_Savinar", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.900555555556, | |
37.710555555556 | |
] | |
}, | |
"properties": { | |
"id": "719", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arsida", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.2187, | |
50.9054 | |
] | |
}, | |
"properties": { | |
"id": "720", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teufelsturm_(Saxon_Switzerland)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.6326, | |
60.0461 | |
] | |
}, | |
"properties": { | |
"id": "721", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holmen_kirke_(Buskerud)", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.6086, | |
52.1745 | |
] | |
}, | |
"properties": { | |
"id": "722", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Bustedter_Wiesen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.898164, | |
47.204961 | |
] | |
}, | |
"properties": { | |
"id": "723", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sankt_Georg_und_Nikolaus_(Oetz)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.40394, | |
49.0092 | |
] | |
}, | |
"properties": { | |
"id": "724", | |
"url": "https://commons.wikimedia.org/wiki/Category:Karlsruher_Pyramide", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.35247, | |
44.49669 | |
] | |
}, | |
"properties": { | |
"id": "725", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_della_Specola_(Bologna)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.61439, | |
41.97072 | |
] | |
}, | |
"properties": { | |
"id": "726", | |
"url": "https://commons.wikimedia.org/wiki/Category:Can_Vinyes_(la_Cellera_de_Ter)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.06602, | |
41.09726 | |
] | |
}, | |
"properties": { | |
"id": "727", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kanl%C4%B1ca_Cemetery", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.092222222222, | |
44.4925 | |
] | |
}, | |
"properties": { | |
"id": "728", | |
"url": "https://commons.wikimedia.org/wiki/Category:Uchan-Su_waterfall", | |
"country": "Ukraine", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-55.479722222222, | |
4.0125 | |
] | |
}, | |
"properties": { | |
"id": "729", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gran_Rio", | |
"country": "Suriname", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.48515, | |
55.62638 | |
] | |
}, | |
"properties": { | |
"id": "730", | |
"url": "https://commons.wikimedia.org/wiki/Category:Strandmarkskirken", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.919657, | |
-24.656994 | |
] | |
}, | |
"properties": { | |
"id": "731", | |
"url": "https://commons.wikimedia.org/wiki/Category:Botswana_National_Museum", | |
"country": "Botswana", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.3394, | |
50.8083 | |
] | |
}, | |
"properties": { | |
"id": "732", | |
"url": "https://commons.wikimedia.org/wiki/Category:Unterer_Gro%C3%9Fhartmannsdorfer_Teich", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.903611, | |
42.602778 | |
] | |
}, | |
"properties": { | |
"id": "733", | |
"url": "https://commons.wikimedia.org/wiki/Category:Clinton_Grove_Cemetery", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.5818, | |
45.4998 | |
] | |
}, | |
"properties": { | |
"id": "734", | |
"url": "https://commons.wikimedia.org/wiki/Category:Frederick_Redpath_House", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.79744, | |
52.93001 | |
] | |
}, | |
"properties": { | |
"id": "735", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hunebed_D27_in_Borger", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.136388888889, | |
39.918333333333 | |
] | |
}, | |
"properties": { | |
"id": "736", | |
"url": "https://commons.wikimedia.org/wiki/Category:United_States_(ship,_1952)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.29246, | |
40.2746 | |
] | |
}, | |
"properties": { | |
"id": "737", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cabeza_Nevada", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.99979, | |
51.3937 | |
] | |
}, | |
"properties": { | |
"id": "738", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schleuse_Neukirchen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.74426, | |
36.92724 | |
] | |
}, | |
"properties": { | |
"id": "739", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_Battaglia,_Ragusa", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.7376, | |
46.4905 | |
] | |
}, | |
"properties": { | |
"id": "740", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teshchyn_bridge", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.56006, | |
57.2644 | |
] | |
}, | |
"properties": { | |
"id": "741", | |
"url": "https://commons.wikimedia.org/wiki/Category:Meall_Fuar-mhonaidh", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.11861111, | |
59.3325 | |
] | |
}, | |
"properties": { | |
"id": "742", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tekniska_museet", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.23409722, | |
31.77850833 | |
] | |
}, | |
"properties": { | |
"id": "743", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Little_Western_Wall", | |
"country": "Palestine", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.3286, | |
49.3854 | |
] | |
}, | |
"properties": { | |
"id": "744", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C4%8Cerm%C3%A1kovy_louky", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.56253, | |
58.49579 | |
] | |
}, | |
"properties": { | |
"id": "745", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96stra_Ny_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.53944444, | |
46.50694444 | |
] | |
}, | |
"properties": { | |
"id": "746", | |
"url": "https://commons.wikimedia.org/wiki/Category:Venoge", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.89839, | |
52.4767 | |
] | |
}, | |
"properties": { | |
"id": "747", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Rep_theatre,_Birmingham", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.97, | |
42.4322 | |
] | |
}, | |
"properties": { | |
"id": "748", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bear_Creek_(Oregon)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.5692, | |
53.84 | |
] | |
}, | |
"properties": { | |
"id": "749", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jezioro_Wad%C4%85g", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.94132, | |
46.52967 | |
] | |
}, | |
"properties": { | |
"id": "750", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Martino_(Blenio)", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.3569444444444, | |
60.366388888889 | |
] | |
}, | |
"properties": { | |
"id": "751", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brann_Stadion", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-88.994167, | |
40.478611 | |
] | |
}, | |
"properties": { | |
"id": "752", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bloomington_Central_Business_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1873, | |
50.8426 | |
] | |
}, | |
"properties": { | |
"id": "753", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bishop_Hannington_Church,_West_Blatchington", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.32, | |
44.4275 | |
] | |
}, | |
"properties": { | |
"id": "754", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chassezac", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.481347, | |
41.904232 | |
] | |
}, | |
"properties": { | |
"id": "755", | |
"url": "https://commons.wikimedia.org/wiki/Category:Via_Frattina_(Rome)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.6756, | |
45.4314 | |
] | |
}, | |
"properties": { | |
"id": "756", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Fur_Trade_at_Lachine_National_Historic_Site", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.148333333333, | |
38.4275 | |
] | |
}, | |
"properties": { | |
"id": "757", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C4%B0zmir_Zoo", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.233888888889, | |
12.991666666667 | |
] | |
}, | |
"properties": { | |
"id": "758", | |
"url": "https://commons.wikimedia.org/wiki/Category:Indian_Institute_of_Technology_Madras", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.241722222222, | |
59.063333333333 | |
] | |
}, | |
"properties": { | |
"id": "759", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%84ntu_Sinij%C3%A4rv", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.29722222, | |
43.93138889 | |
] | |
}, | |
"properties": { | |
"id": "760", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sit", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.66723, | |
49.8771 | |
] | |
}, | |
"properties": { | |
"id": "761", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hochzeitsturm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.100556, | |
29.184167 | |
] | |
}, | |
"properties": { | |
"id": "762", | |
"url": "https://commons.wikimedia.org/wiki/Category:East_Hall_(Ocala,_Florida)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.308, | |
47.6383 | |
] | |
}, | |
"properties": { | |
"id": "763", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Demetrios_Greek_Orthodox_Church_(Seattle)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.5553, | |
45.5014 | |
] | |
}, | |
"properties": { | |
"id": "764", | |
"url": "https://commons.wikimedia.org/wiki/Category:Place_de_la_Grande-Paix-de-Montr%C3%A9al", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.4697, | |
50.5803 | |
] | |
}, | |
"properties": { | |
"id": "765", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dawlish_Methodist_Church", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.325, | |
42.54611111 | |
] | |
}, | |
"properties": { | |
"id": "766", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ib%C3%B3n_de_Plan", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4679, | |
50.025 | |
] | |
}, | |
"properties": { | |
"id": "767", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%9Adol%C3%AD_Kunratick%C3%A9ho_potoka", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.91521, | |
52.2881 | |
] | |
}, | |
"properties": { | |
"id": "768", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Martini_(Minden)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.2892687, | |
47.736497 | |
] | |
}, | |
"properties": { | |
"id": "769", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beckler_Peak", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.232578779567, | |
49.809209815033 | |
] | |
}, | |
"properties": { | |
"id": "770", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgruine_Neideck", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
108.61666666667, | |
53.85 | |
] | |
}, | |
"properties": { | |
"id": "771", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ushkan_Islands", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.91504, | |
50.9537 | |
] | |
}, | |
"properties": { | |
"id": "772", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C3%BChne_der_Kulturen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-98.352605555556, | |
29.68715 | |
] | |
}, | |
"properties": { | |
"id": "773", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bracken_Cave", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.5398186, | |
43.3400562 | |
] | |
}, | |
"properties": { | |
"id": "774", | |
"url": "https://commons.wikimedia.org/wiki/Category:Phare_des_Onglous", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.8721, | |
49.8339 | |
] | |
}, | |
"properties": { | |
"id": "775", | |
"url": "https://commons.wikimedia.org/wiki/Category:Synagoge_Veitsh%C3%B6chheim_und_J%C3%BCdisches_Kulturmuseum", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.283203, | |
53.199308 | |
] | |
}, | |
"properties": { | |
"id": "776", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steinhaus_Bunderhee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-115.57194444444, | |
51.173888888889 | |
] | |
}, | |
"properties": { | |
"id": "777", | |
"url": "https://commons.wikimedia.org/wiki/Category:Banff_Park_Museum", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.14094, | |
56.06427 | |
] | |
}, | |
"properties": { | |
"id": "778", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vejby_Kirke_(Gribskov_Kommune)", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.8897777777778, | |
50.790472222222 | |
] | |
}, | |
"properties": { | |
"id": "779", | |
"url": "https://commons.wikimedia.org/wiki/Category:Somer_Farm_Cemetery", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.691944, | |
45.511111 | |
] | |
}, | |
"properties": { | |
"id": "780", | |
"url": "https://commons.wikimedia.org/wiki/Category:William_Bittle_Wells_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.194348, | |
59.375678 | |
] | |
}, | |
"properties": { | |
"id": "781", | |
"url": "https://commons.wikimedia.org/wiki/Category:Paul_Keres_memorial,_Narva", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.26448889, | |
43.76463889 | |
] | |
}, | |
"properties": { | |
"id": "782", | |
"url": "https://commons.wikimedia.org/wiki/Category:Porta_San_Niccol%C3%B2_(Florence)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.8475, | |
51.0167 | |
] | |
}, | |
"properties": { | |
"id": "783", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lockwitzbach_(river)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.7197, | |
57.649071 | |
] | |
}, | |
"properties": { | |
"id": "784", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C3%B6tt%C3%B6", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
58.1572, | |
55.1794 | |
] | |
}, | |
"properties": { | |
"id": "785", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salavat_Yulayev_museum_in_Maloyaz", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.594444, | |
41.522222 | |
] | |
}, | |
"properties": { | |
"id": "787", | |
"url": "https://commons.wikimedia.org/wiki/Category:Frick's_Tavern", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.60363, | |
41.2675 | |
] | |
}, | |
"properties": { | |
"id": "789", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cal_Freixes_(l'Arbo%C3%A7)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.25062, | |
48.452 | |
] | |
}, | |
"properties": { | |
"id": "790", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Houardon_de_Landerneau", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.75, | |
-32.0536 | |
] | |
}, | |
"properties": { | |
"id": "791", | |
"url": "https://commons.wikimedia.org/wiki/Category:Victoria_Hall_(Fremantle)", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.9032, | |
76.6285 | |
] | |
}, | |
"properties": { | |
"id": "792", | |
"url": "https://commons.wikimedia.org/wiki/Category:Keilhaufjellet", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.217072770405, | |
47.876678175168 | |
] | |
}, | |
"properties": { | |
"id": "793", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hohes_Schloss_(Bad_Gr%C3%B6nenbach)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.5419, | |
43.8425 | |
] | |
}, | |
"properties": { | |
"id": "794", | |
"url": "https://commons.wikimedia.org/wiki/Category:Medieval_Faire_at_Canada's_Wonderland", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
176.4277, | |
-38.039 | |
] | |
}, | |
"properties": { | |
"id": "795", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Rotoiti_(Bay_of_Plenty)", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
46.515, | |
37.76 | |
] | |
}, | |
"properties": { | |
"id": "796", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sahand_Ski_Resort", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.4814482, | |
47.4174445 | |
] | |
}, | |
"properties": { | |
"id": "798", | |
"url": "https://commons.wikimedia.org/wiki/Category:Granite_Mountain_(King_County,_Washington)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.752781, | |
49.769077 | |
] | |
}, | |
"properties": { | |
"id": "799", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Pierre_et_Saint-Paul_d'Aumale", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.9402777777778, | |
46.258333333333 | |
] | |
}, | |
"properties": { | |
"id": "800", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gebidumsee", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.0715, | |
29.9535 | |
] | |
}, | |
"properties": { | |
"id": "801", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Immaculate_Conception,_New_Orleans", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.767, | |
39.275 | |
] | |
}, | |
"properties": { | |
"id": "802", | |
"url": "https://commons.wikimedia.org/wiki/Category:Van_Damme_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.2075, | |
13.10027778 | |
] | |
}, | |
"properties": { | |
"id": "803", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chennai_Rail_Museum", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.60223, | |
49.1262 | |
] | |
}, | |
"properties": { | |
"id": "804", | |
"url": "https://commons.wikimedia.org/wiki/Category:Belvedere_Bruchsal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.726111, | |
49.356389 | |
] | |
}, | |
"properties": { | |
"id": "805", | |
"url": "https://commons.wikimedia.org/wiki/Category:Evangelische_Kirche_(Dillingen/Saar)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4374, | |
53.3357 | |
] | |
}, | |
"properties": { | |
"id": "806", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtkirche_Feldberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.027, | |
49.84547222 | |
] | |
}, | |
"properties": { | |
"id": "807", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jakob_Glanzer_Shul", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.61487, | |
56.86079 | |
] | |
}, | |
"properties": { | |
"id": "808", | |
"url": "https://commons.wikimedia.org/wiki/Category:Odensj%C3%B6_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.088, | |
52.042 | |
] | |
}, | |
"properties": { | |
"id": "809", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blagoveschensky_Monastery_(Ozhoga)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.277, | |
-33.8906 | |
] | |
}, | |
"properties": { | |
"id": "810", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sculpture_by_the_Sea", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-20.174503, | |
63.465045 | |
] | |
}, | |
"properties": { | |
"id": "811", | |
"url": "https://commons.wikimedia.org/wiki/Category:Elli%C3%B0aey", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.1822, | |
53.4658 | |
] | |
}, | |
"properties": { | |
"id": "812", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dorfkirche_Barkow", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.55, | |
47.215833333333 | |
] | |
}, | |
"properties": { | |
"id": "813", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_des_ducs_de_Bretagne_(Nantes)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.504, | |
36.04 | |
] | |
}, | |
"properties": { | |
"id": "814", | |
"url": "https://commons.wikimedia.org/wiki/Category:Giant_Sequoia_National_Monument", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.99436111, | |
56.41476389 | |
] | |
}, | |
"properties": { | |
"id": "815", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tors%C3%A5s_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.0022222222222, | |
53.007777777778 | |
] | |
}, | |
"properties": { | |
"id": "816", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burren", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.818896, | |
41.327516 | |
] | |
}, | |
"properties": { | |
"id": "817", | |
"url": "https://commons.wikimedia.org/wiki/Category:Skanderbeg_Monument_(Tirana)", | |
"country": "Albania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.32722222, | |
51.50166667 | |
] | |
}, | |
"properties": { | |
"id": "818", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yuriy_Gagarin_Stadium", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.88290277777778, | |
41.634575 | |
] | |
}, | |
"properties": { | |
"id": "819", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_San_Fernando_de_Torrero,_Zaragoza", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
133.6235, | |
33.596083 | |
] | |
}, | |
"properties": { | |
"id": "820", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kochi_Prefectural_Museum_of_History", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4892, | |
52.5486 | |
] | |
}, | |
"properties": { | |
"id": "821", | |
"url": "https://commons.wikimedia.org/wiki/Category:Obersee_(Berlin)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.10417843, | |
40.9038353 | |
] | |
}, | |
"properties": { | |
"id": "822", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oratorio_del_Purgatorio_(Tempio)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.370911, | |
53.765356 | |
] | |
}, | |
"properties": { | |
"id": "823", | |
"url": "https://commons.wikimedia.org/wiki/Category:Crown_Ground", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.93138889, | |
47.20694444 | |
] | |
}, | |
"properties": { | |
"id": "824", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chekhov_Street_69,_Taganrog", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.471389, | |
25.116111 | |
] | |
}, | |
"properties": { | |
"id": "825", | |
"url": "https://commons.wikimedia.org/wiki/Category:Guandu_Nature_Park", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
36.8207, | |
-1.28337 | |
] | |
}, | |
"properties": { | |
"id": "826", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jamia_Mosque_(Nairobi)", | |
"country": "Kenya", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.3405, | |
53.7468 | |
] | |
}, | |
"properties": { | |
"id": "827", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_in_Alt_Meteln", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-116.936244, | |
32.696405 | |
] | |
}, | |
"properties": { | |
"id": "828", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Miguel_Mountain", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.702158, | |
41.704901 | |
] | |
}, | |
"properties": { | |
"id": "830", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esgl%C3%A9sia_de_l'Assumpci%C3%B3_de_Torrelameu", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.5811111111111, | |
56.079444444444 | |
] | |
}, | |
"properties": { | |
"id": "831", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ellanderroch", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.969691666667, | |
40.768025 | |
] | |
}, | |
"properties": { | |
"id": "832", | |
"url": "https://commons.wikimedia.org/wiki/Category:Temple_Emanu-El,_New_York", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.1818725, | |
46.809578888889 | |
] | |
}, | |
"properties": { | |
"id": "833", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maison_Alphonse-Desjardins", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
141.18659717488, | |
42.688240817957 | |
] | |
}, | |
"properties": { | |
"id": "834", | |
"url": "https://commons.wikimedia.org/wiki/Category:Osaru_River", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-23.3110407586, | |
64.9262960482 | |
] | |
}, | |
"properties": { | |
"id": "835", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kirkjufellsfoss", | |
"country": "Iceland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.7675, | |
50.031944444444 | |
] | |
}, | |
"properties": { | |
"id": "836", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bazentin-le-Petit_Communal_Cemetery_Extension", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.15989, | |
50.7221 | |
] | |
}, | |
"properties": { | |
"id": "837", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Christophe_(Tourcoing)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9926, | |
40.7629 | |
] | |
}, | |
"properties": { | |
"id": "838", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hell's_Kitchen_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.60738333, | |
59.87948611 | |
] | |
}, | |
"properties": { | |
"id": "839", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rjukan_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.42, | |
41.33 | |
] | |
}, | |
"properties": { | |
"id": "840", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pennsylvania_State_Game_Lands_Number_13", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.933, | |
32.7707 | |
] | |
}, | |
"properties": { | |
"id": "841", | |
"url": "https://commons.wikimedia.org/wiki/Category:William_Gibbes_House", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.206148, | |
47.410599 | |
] | |
}, | |
"properties": { | |
"id": "842", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgruine_Bachsfall", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.055, | |
41.191111111111 | |
] | |
}, | |
"properties": { | |
"id": "843", | |
"url": "https://commons.wikimedia.org/wiki/Category:Charles_Island,_Connecticut", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.0023, | |
52.2428 | |
] | |
}, | |
"properties": { | |
"id": "844", | |
"url": "https://commons.wikimedia.org/wiki/Category:Juliusz_S%C5%82owacki_Monument_in_Warsaw", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.8802, | |
49.3756 | |
] | |
}, | |
"properties": { | |
"id": "845", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Giles_(Studnice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.19497222, | |
56.14458333 | |
] | |
}, | |
"properties": { | |
"id": "846", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ingerslevs_Boulevard", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.780677, | |
32.080186 | |
] | |
}, | |
"properties": { | |
"id": "847", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_the_Holocaust,_Tel_Aviv", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.0874, | |
49.4717 | |
] | |
}, | |
"properties": { | |
"id": "848", | |
"url": "https://commons.wikimedia.org/wiki/Category:Z%C3%A1mek_Rade%C5%A1%C3%ADn", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.2333333333333, | |
39.666666666667 | |
] | |
}, | |
"properties": { | |
"id": "849", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gritos_River", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.37508, | |
48.1089 | |
] | |
}, | |
"properties": { | |
"id": "850", | |
"url": "https://commons.wikimedia.org/wiki/Category:Porte_de_Ch%C3%A2tillon_(Bar-sur-Seine)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.5425, | |
43.1302 | |
] | |
}, | |
"properties": { | |
"id": "852", | |
"url": "https://commons.wikimedia.org/wiki/Category:Basilica_of_la_Pur%C3%ADsima_Concepci%C3%B3n,_Elorrio", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.284, | |
33.711 | |
] | |
}, | |
"properties": { | |
"id": "853", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cabrillo_Beach", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
43.997889, | |
56.329775 | |
] | |
}, | |
"properties": { | |
"id": "854", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_St._John_the_Baptist,_Nizhny_Novgorod", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.445277777778, | |
40.499444444444 | |
] | |
}, | |
"properties": { | |
"id": "855", | |
"url": "https://commons.wikimedia.org/wiki/Category:Daniel_S._Schanck_Observatory", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.380121303109, | |
45.030168385532 | |
] | |
}, | |
"properties": { | |
"id": "856", | |
"url": "https://commons.wikimedia.org/wiki/Category:Feodosia_Money_Museum", | |
"country": "Ukraine", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
102.159, | |
2.21819 | |
] | |
}, | |
"properties": { | |
"id": "857", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hang_Tuah_Mausoleum", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.6392, | |
51.4631 | |
] | |
}, | |
"properties": { | |
"id": "858", | |
"url": "https://commons.wikimedia.org/wiki/Category:Leigh_Woods", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.559222, | |
13.723992 | |
] | |
}, | |
"properties": { | |
"id": "859", | |
"url": "https://commons.wikimedia.org/wiki/Category:Queen_Sirikit_National_Convention_Center", | |
"country": "Thailand", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.97923218, | |
61.21929771 | |
] | |
}, | |
"properties": { | |
"id": "860", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kuninkaanhauta", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.85049, | |
48.35695 | |
] | |
}, | |
"properties": { | |
"id": "861", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame_de_Brennilis", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.722266666667, | |
43.579513888889 | |
] | |
}, | |
"properties": { | |
"id": "863", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Michael_Church,_Sochi", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.427661, | |
23.855453 | |
] | |
}, | |
"properties": { | |
"id": "864", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zhutang_Cihang_Temple", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.5462, | |
49.4139 | |
] | |
}, | |
"properties": { | |
"id": "865", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Fleury-la-For%C3%AAt", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.2817, | |
40.7696 | |
] | |
}, | |
"properties": { | |
"id": "866", | |
"url": "https://commons.wikimedia.org/wiki/Category:South_Mountain_Recreation_Complex", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.351389, | |
48.859444 | |
] | |
}, | |
"properties": { | |
"id": "867", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fontaine_Stravinski", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.081111111111, | |
43.369166666667 | |
] | |
}, | |
"properties": { | |
"id": "868", | |
"url": "https://commons.wikimedia.org/wiki/Category:Albena", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.534569, | |
55.747446 | |
] | |
}, | |
"properties": { | |
"id": "869", | |
"url": "https://commons.wikimedia.org/wiki/Category:IQ-quarter", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.742609, | |
43.571141 | |
] | |
}, | |
"properties": { | |
"id": "870", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sochi_Arboretum", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3659, | |
48.2111 | |
] | |
}, | |
"properties": { | |
"id": "871", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palais_Hardegg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.91080556, | |
36.13825 | |
] | |
}, | |
"properties": { | |
"id": "872", | |
"url": "https://commons.wikimedia.org/wiki/Category:Miboro_Dam", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
88.71, | |
28.02 | |
] | |
}, | |
"properties": { | |
"id": "873", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gurudongmar_Lake", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.727778, | |
43.537222 | |
] | |
}, | |
"properties": { | |
"id": "874", | |
"url": "https://commons.wikimedia.org/wiki/Category:All_Saints_School_(Sioux_Falls,_South_Dakota)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-110.803611, | |
19.315556 | |
] | |
}, | |
"properties": { | |
"id": "875", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Benedicto", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.226, | |
-33.8701 | |
] | |
}, | |
"properties": { | |
"id": "876", | |
"url": "https://commons.wikimedia.org/wiki/Category:Elizabeth_Bay_House", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
60.645833333333, | |
56.813888888889 | |
] | |
}, | |
"properties": { | |
"id": "877", | |
"url": "https://commons.wikimedia.org/wiki/Category:Majakovsky_Park_in_Yekaterinburg", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.750807, | |
35.054292 | |
] | |
}, | |
"properties": { | |
"id": "878", | |
"url": "https://commons.wikimedia.org/wiki/Category:Koryo_Museum_of_Art", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.251825, | |
41.032805555556 | |
] | |
}, | |
"properties": { | |
"id": "879", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ramapo_Mountain_State_Forest", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-107.873333, | |
38.480556 | |
] | |
}, | |
"properties": { | |
"id": "880", | |
"url": "https://commons.wikimedia.org/wiki/Category:Methodist_Episcopal_Church_of_Montrose", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.760561111111, | |
62.239169444444 | |
] | |
}, | |
"properties": { | |
"id": "881", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lutakko", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
149.078, | |
-35.3016 | |
] | |
}, | |
"properties": { | |
"id": "882", | |
"url": "https://commons.wikimedia.org/wiki/Category:Government_House,_Canberra", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-124.354, | |
42.1201 | |
] | |
}, | |
"properties": { | |
"id": "883", | |
"url": "https://commons.wikimedia.org/wiki/Category:Samuel_H._Boardman_State_Scenic_Corridor", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.184648, | |
59.13662111 | |
] | |
}, | |
"properties": { | |
"id": "884", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bug%C3%A5rden_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.12809, | |
52.146424 | |
] | |
}, | |
"properties": { | |
"id": "885", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Cosmas_und_Damian_(W%C3%B6hle)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4061, | |
47.6469 | |
] | |
}, | |
"properties": { | |
"id": "886", | |
"url": "https://commons.wikimedia.org/wiki/Category:M%C3%BCrzsteg_Alps", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.1413, | |
62.3246 | |
] | |
}, | |
"properties": { | |
"id": "887", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vartdal_kyrkje", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
50.11666667, | |
79.94444444 | |
] | |
}, | |
"properties": { | |
"id": "888", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Flora", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.324872, | |
40.569484 | |
] | |
}, | |
"properties": { | |
"id": "889", | |
"url": "https://commons.wikimedia.org/wiki/Category:Punta_Campanella_lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
44.3764, | |
40.3311 | |
] | |
}, | |
"properties": { | |
"id": "890", | |
"url": "https://commons.wikimedia.org/wiki/Category:Karbi_Church", | |
"country": "Armenia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.02194, | |
51.3808 | |
] | |
}, | |
"properties": { | |
"id": "891", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Arolsen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.93055556, | |
44.41111111 | |
] | |
}, | |
"properties": { | |
"id": "892", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maddalena_(quarter_of_Genoa)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.636925, | |
46.712651 | |
] | |
}, | |
"properties": { | |
"id": "894", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Cyrill_bei_Tils", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.157222, | |
39.955278 | |
] | |
}, | |
"properties": { | |
"id": "895", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heywood_Chair_Factory_1010_Race_Street", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.157222222222, | |
39.769722222222 | |
] | |
}, | |
"properties": { | |
"id": "896", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salesforce_Tower_(Indianapolis)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.011, | |
52.243 | |
] | |
}, | |
"properties": { | |
"id": "897", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grand_Theatre_in_Warsaw", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.88166667, | |
59.21222222 | |
] | |
}, | |
"properties": { | |
"id": "898", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tullinge_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-27.9271, | |
38.59888 | |
] | |
}, | |
"properties": { | |
"id": "899", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ribeira_Seca_(Calheta)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.0586594, | |
48.8412792 | |
] | |
}, | |
"properties": { | |
"id": "900", | |
"url": "https://commons.wikimedia.org/wiki/Category:Louck%C3%BD_kl%C3%A1%C5%A1ter", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.18083, | |
51.5017 | |
] | |
}, | |
"properties": { | |
"id": "901", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathays_Cemetery", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
172.6394, | |
-43.5312 | |
] | |
}, | |
"properties": { | |
"id": "902", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trinity_Congregational_Church,_Christchurch", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.492203, | |
52.629508 | |
] | |
}, | |
"properties": { | |
"id": "903", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_of_the_Gorge,_Ironbridge", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.2831, | |
40.81 | |
] | |
}, | |
"properties": { | |
"id": "904", | |
"url": "https://commons.wikimedia.org/wiki/Category:Snyder_Middleswarth_Natural_Area", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.47336666666667, | |
38.695377777778 | |
] | |
}, | |
"properties": { | |
"id": "905", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esgl%C3%A9sia_de_Sant_Maure_d'Alcoi", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.17611, | |
-22.96538 | |
] | |
}, | |
"properties": { | |
"id": "906", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pra%C3%A7a_do_Lido", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.222, | |
52.397 | |
] | |
}, | |
"properties": { | |
"id": "907", | |
"url": "https://commons.wikimedia.org/wiki/Category:Machnower_See_(Kleinmachnow)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.89107, | |
51.9853 | |
] | |
}, | |
"properties": { | |
"id": "908", | |
"url": "https://commons.wikimedia.org/wiki/Category:Siku_Museum", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.59207, | |
55.98633 | |
] | |
}, | |
"properties": { | |
"id": "909", | |
"url": "https://commons.wikimedia.org/wiki/Category:Faster_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.7361, | |
45.79558 | |
] | |
}, | |
"properties": { | |
"id": "910", | |
"url": "https://commons.wikimedia.org/wiki/Category:Corno_Bussola", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.29767, | |
35.30484 | |
] | |
}, | |
"properties": { | |
"id": "911", | |
"url": "https://commons.wikimedia.org/wiki/Category:Skotino_cave", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.04747222, | |
39.38485833 | |
] | |
}, | |
"properties": { | |
"id": "912", | |
"url": "https://commons.wikimedia.org/wiki/Category:Honj%C5%8D_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-171.76666667, | |
-13.86666667 | |
] | |
}, | |
"properties": { | |
"id": "913", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Vaea,_Samoa", | |
"country": "Samoa", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.030967, | |
49.240447 | |
] | |
}, | |
"properties": { | |
"id": "914", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grande_mosqu%C3%A9e_de_Reims", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.934917, | |
35.074139 | |
] | |
}, | |
"properties": { | |
"id": "916", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Biwa_Museum", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.78972, | |
53.19972 | |
] | |
}, | |
"properties": { | |
"id": "917", | |
"url": "https://commons.wikimedia.org/wiki/Category:De_Harmonie,_Leeuwarden", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.9888888888889, | |
53.607777777778 | |
] | |
}, | |
"properties": { | |
"id": "918", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Eppendorfer_Moor", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.101972, | |
51.5113 | |
] | |
}, | |
"properties": { | |
"id": "919", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mermaid_Theatre", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.84222222, | |
59.17166667 | |
] | |
}, | |
"properties": { | |
"id": "920", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torgauten_fort", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.9739, | |
50.91309 | |
] | |
}, | |
"properties": { | |
"id": "921", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gerardus_Majellakerk_(Heerlen)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.060555555556, | |
59.285555555556 | |
] | |
}, | |
"properties": { | |
"id": "922", | |
"url": "https://commons.wikimedia.org/wiki/Category:V%C3%A5rflodsparken", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.363173, | |
38.113873 | |
] | |
}, | |
"properties": { | |
"id": "923", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Nicol%C3%B2_da_Tolentino_(Palermo)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.0961, | |
44.9625 | |
] | |
}, | |
"properties": { | |
"id": "924", | |
"url": "https://commons.wikimedia.org/wiki/Category:Minnesota_Transportation_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.05, | |
60.23333333 | |
] | |
}, | |
"properties": { | |
"id": "925", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kivikko", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.11718, | |
46.13931 | |
] | |
}, | |
"properties": { | |
"id": "926", | |
"url": "https://commons.wikimedia.org/wiki/Category:Giardino_dei_Ciucioi", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.761, | |
53.3287 | |
] | |
}, | |
"properties": { | |
"id": "927", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christ_Church,_Weston_Point", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.8, | |
66.883333333333 | |
] | |
}, | |
"properties": { | |
"id": "928", | |
"url": "https://commons.wikimedia.org/wiki/Category:Junkerdal_national_park", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.850984, | |
24.596731 | |
] | |
}, | |
"properties": { | |
"id": "929", | |
"url": "https://commons.wikimedia.org/wiki/Category:Su'ao_Cold_Spring", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.944, | |
40.4992 | |
] | |
}, | |
"properties": { | |
"id": "930", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_ScareHouse", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.69714, | |
62.24683 | |
] | |
}, | |
"properties": { | |
"id": "931", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brunstadhornet", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.41944444, | |
51.32888889 | |
] | |
}, | |
"properties": { | |
"id": "932", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ramsgate_Lifeboat_Station", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
79.5128, | |
11.0495 | |
] | |
}, | |
"properties": { | |
"id": "933", | |
"url": "https://commons.wikimedia.org/wiki/Category:Thirukodikaval", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.865, | |
59.888056 | |
] | |
}, | |
"properties": { | |
"id": "934", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ulsrudvann", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.14305555555556, | |
51.539722222222 | |
] | |
}, | |
"properties": { | |
"id": "935", | |
"url": "https://commons.wikimedia.org/wiki/Category:Electric_Ballroom", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.5147222222222, | |
49.760833333333 | |
] | |
}, | |
"properties": { | |
"id": "936", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Born", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.4061, | |
59.2735 | |
] | |
}, | |
"properties": { | |
"id": "937", | |
"url": "https://commons.wikimedia.org/wiki/Category:Slottsfjellsmuseet", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.4061, | |
59.2735 | |
] | |
}, | |
"properties": { | |
"id": "938", | |
"url": "http://commons.wikimedia.org/wiki/Category:Duntryleague", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-91.920833, | |
41.799722 | |
] | |
}, | |
"properties": { | |
"id": "939", | |
"url": "https://commons.wikimedia.org/wiki/Category:Amana_Colonies_(Iowa)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.1482, | |
22.28556 | |
] | |
}, | |
"properties": { | |
"id": "940", | |
"url": "https://commons.wikimedia.org/wiki/Category:Asia_Art_Archive", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.95583, | |
45.7164 | |
] | |
}, | |
"properties": { | |
"id": "941", | |
"url": "https://commons.wikimedia.org/wiki/Category:Puy_de_Merc%C5%93ur", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.9032, | |
47.832897222222 | |
] | |
}, | |
"properties": { | |
"id": "942", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bergwerk_Finstergrund", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.77735, | |
51.366 | |
] | |
}, | |
"properties": { | |
"id": "943", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oare_House", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
57.386488888889, | |
23.209977777778 | |
] | |
}, | |
"properties": { | |
"id": "944", | |
"url": "https://commons.wikimedia.org/wiki/Category:Snake_Gorge", | |
"country": "Oman", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.128728, | |
43.032733 | |
] | |
}, | |
"properties": { | |
"id": "945", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ward_House_(Syracuse,_New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.01306, | |
51.4547 | |
] | |
}, | |
"properties": { | |
"id": "946", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lichtburg_Essen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
88.7, | |
27.06 | |
] | |
}, | |
"properties": { | |
"id": "947", | |
"url": "https://commons.wikimedia.org/wiki/Category:Neora_Valley_National_Park", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.033333333333, | |
57.716666666667 | |
] | |
}, | |
"properties": { | |
"id": "948", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haanja_Nature_Park", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.0, | |
33.7317 | |
] | |
}, | |
"properties": { | |
"id": "949", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kumano_River", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.080409, | |
37.504172 | |
] | |
}, | |
"properties": { | |
"id": "950", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Nicol%C3%B2_l'Arena_(Catania)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.6381, | |
48.1136 | |
] | |
}, | |
"properties": { | |
"id": "951", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ostpark_in_Munich", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.28873406701, | |
36.5261298371 | |
] | |
}, | |
"properties": { | |
"id": "952", | |
"url": "https://commons.wikimedia.org/wiki/Category:Puerta_de_Tierra,_C%C3%A1diz", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.424788, | |
-13.231162 | |
] | |
}, | |
"properties": { | |
"id": "953", | |
"url": "https://commons.wikimedia.org/wiki/Category:Patallacta", | |
"country": "Peru", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
79.92222222, | |
24.85213889 | |
] | |
}, | |
"properties": { | |
"id": "954", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lakshmi_Temple_Khajuraho", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.9269, | |
49.8679 | |
] | |
}, | |
"properties": { | |
"id": "955", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pf%C3%A4lzer_Schloss", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.582871031904, | |
48.147241855505 | |
] | |
}, | |
"properties": { | |
"id": "957", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palais_Seyssel_d%E2%80%99Aix", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.32203, | |
41.10231 | |
] | |
}, | |
"properties": { | |
"id": "958", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oasi_Bosco_di_San_Silvestro", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.917, | |
45.4847 | |
] | |
}, | |
"properties": { | |
"id": "959", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Reserve_Vineyards_and_Golf_Club", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.7322222222222, | |
46.807222222222 | |
] | |
}, | |
"properties": { | |
"id": "960", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gross_Windg%C3%A4llen", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.5831944444444, | |
47.559644444444 | |
] | |
}, | |
"properties": { | |
"id": "961", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wildt%E2%80%99sches_Haus", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.60785, | |
49.19195 | |
] | |
}, | |
"properties": { | |
"id": "962", | |
"url": "https://commons.wikimedia.org/wiki/Category:Husa_na_prov%C3%A1zku_Theatre", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.30694444444444, | |
51.461666666667 | |
] | |
}, | |
"properties": { | |
"id": "963", | |
"url": "https://commons.wikimedia.org/wiki/Category:Richmond_Green,_London", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.325, | |
59.3 | |
] | |
}, | |
"properties": { | |
"id": "964", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baggensfj%C3%A4rden", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.56566, | |
50.37973 | |
] | |
}, | |
"properties": { | |
"id": "965", | |
"url": "https://commons.wikimedia.org/wiki/Category:Menhir_d'Ozo", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.5694, | |
48.1328 | |
] | |
}, | |
"properties": { | |
"id": "966", | |
"url": "https://commons.wikimedia.org/wiki/Category:Feuerwehrmuseum_M%C3%BCnchen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.13429, | |
49.236124 | |
] | |
}, | |
"properties": { | |
"id": "967", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Lucien_de_M%C3%A9ru", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.134684, | |
43.06036 | |
] | |
}, | |
"properties": { | |
"id": "968", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igrexa_de_Santa_Mar%C3%ADa_de_Mezonzo", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.877, | |
14.8278 | |
] | |
}, | |
"properties": { | |
"id": "969", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Ildephonsus_of_Toledo_Parish_Church_of_Guiguinto", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.0696, | |
69.6839 | |
] | |
}, | |
"properties": { | |
"id": "970", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kroken_kirke_(Troms%C3%B8)", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.205677, | |
42.090095 | |
] | |
}, | |
"properties": { | |
"id": "971", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiesa_di_San_Remigio_(Fara_San_Martino)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.37641, | |
45.8829 | |
] | |
}, | |
"properties": { | |
"id": "972", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_du_Cuchet", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.5, | |
43.8 | |
] | |
}, | |
"properties": { | |
"id": "973", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lucca_Comics_%26_Games", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-110.00640277778, | |
49.575191666667 | |
] | |
}, | |
"properties": { | |
"id": "974", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cypress_Hills_Interprovincial_Park", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.416944444444, | |
-33.927777777778 | |
] | |
}, | |
"properties": { | |
"id": "975", | |
"url": "https://commons.wikimedia.org/wiki/Category:Company's_Garden", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
174.752, | |
-36.8563 | |
] | |
}, | |
"properties": { | |
"id": "976", | |
"url": "https://commons.wikimedia.org/wiki/Category:Western_Park,_Auckland", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2014, | |
50.3213 | |
] | |
}, | |
"properties": { | |
"id": "977", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C3%BCdischer_Friedhof_(Bad_Neustadt_an_der_Saale)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.97277778, | |
55.04 | |
] | |
}, | |
"properties": { | |
"id": "978", | |
"url": "https://commons.wikimedia.org/wiki/Category:Loch_Gleann_Bheatha", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.5301, | |
52.262408 | |
] | |
}, | |
"properties": { | |
"id": "979", | |
"url": "https://commons.wikimedia.org/wiki/Category:Magnikirche_in_Braunschweig", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.171184, | |
44.89957047 | |
] | |
}, | |
"properties": { | |
"id": "980", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_Franc_Mayne", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.24056, | |
52.0036 | |
] | |
}, | |
"properties": { | |
"id": "981", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bronllys_Castle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.64788888889, | |
34.237833333333 | |
] | |
}, | |
"properties": { | |
"id": "982", | |
"url": "https://commons.wikimedia.org/wiki/Category:Uzunomichi", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.336868, | |
45.43475 | |
] | |
}, | |
"properties": { | |
"id": "983", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teatro_San_Gallo_(Venice)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.7105, | |
43.5083 | |
] | |
}, | |
"properties": { | |
"id": "984", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santi_Ippolito_e_Cassiano_(Laterina)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.28138888889, | |
24.181388888889 | |
] | |
}, | |
"properties": { | |
"id": "985", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hehuanshan", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-114.347, | |
34.4717 | |
] | |
}, | |
"properties": { | |
"id": "986", | |
"url": "https://commons.wikimedia.org/wiki/Category:London_Bridge_Lake_Havasu", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.327414, | |
37.7751423 | |
] | |
}, | |
"properties": { | |
"id": "987", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gallison_Lake", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.03227234, | |
58.20030594 | |
] | |
}, | |
"properties": { | |
"id": "988", | |
"url": "https://commons.wikimedia.org/wiki/Category:Justvik_kirke", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.13591667, | |
23.44888889 | |
] | |
}, | |
"properties": { | |
"id": "989", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dongshi_Fisherman's_Wharf", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.26105, | |
49.8479 | |
] | |
}, | |
"properties": { | |
"id": "990", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint-Quentin_German_War_Cemetery", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.1875, | |
54.1886 | |
] | |
}, | |
"properties": { | |
"id": "991", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shandy_Hall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
55.2072, | |
25.1647 | |
] | |
}, | |
"properties": { | |
"id": "992", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jumeirah_Beach", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.66917, | |
50.4075 | |
] | |
}, | |
"properties": { | |
"id": "993", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Bartholomew's_Church,_Lostwithiel", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.04472222, | |
-33.12611111 | |
] | |
}, | |
"properties": { | |
"id": "994", | |
"url": "https://commons.wikimedia.org/wiki/Category:West_Coast_National_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.87582, | |
43.53598 | |
] | |
}, | |
"properties": { | |
"id": "995", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yew-box_grove,_Sochi", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.267, | |
41.2417 | |
] | |
}, | |
"properties": { | |
"id": "996", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mossbrae_Falls", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.487201, | |
38.340742 | |
] | |
}, | |
"properties": { | |
"id": "997", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parque_de_Canalejas,_Alicante", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.150497, | |
48.14437 | |
] | |
}, | |
"properties": { | |
"id": "998", | |
"url": "https://commons.wikimedia.org/wiki/Category:%22La_Castel%22_landscape_reserve", | |
"country": "Moldova", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
69.2668, | |
41.31638 | |
] | |
}, | |
"properties": { | |
"id": "999", | |
"url": "https://commons.wikimedia.org/wiki/Category:Independence_Monument,_Tashkent", | |
"country": "Uzbekistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.4628, | |
27.9878 | |
] | |
}, | |
"properties": { | |
"id": "1001", | |
"url": "https://commons.wikimedia.org/wiki/Category:William_E._Curtis_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.678056, | |
29.997222 | |
] | |
}, | |
"properties": { | |
"id": "1002", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Mary's_Episcopal_Church_(Green_Cove_Springs,_Florida)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.42305556, | |
41.29166667 | |
] | |
}, | |
"properties": { | |
"id": "1003", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lowell_Historic_Downtown_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.77638888888889, | |
47.3675 | |
] | |
}, | |
"properties": { | |
"id": "1004", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castellum_de_Lar%C3%A7ay", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.599758333333, | |
55.788027777778 | |
] | |
}, | |
"properties": { | |
"id": "1005", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Theotokos_of_Tikhvin_in_Suschyovo", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.30638836, | |
-23.99014249 | |
] | |
}, | |
"properties": { | |
"id": "1006", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museu_de_Pesca", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.029924, | |
50.074753 | |
] | |
}, | |
"properties": { | |
"id": "1007", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pi%C4%8Dhora", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.432, | |
65.03287 | |
] | |
}, | |
"properties": { | |
"id": "1008", | |
"url": "https://commons.wikimedia.org/wiki/Category:Toppilansalmi", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
33.36138889, | |
35.17444444 | |
] | |
}, | |
"properties": { | |
"id": "1009", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ledra_Street", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.7263888888889, | |
54.465277777778 | |
] | |
}, | |
"properties": { | |
"id": "1010", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%BCdfall", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.4, | |
37.7915 | |
] | |
}, | |
"properties": { | |
"id": "1011", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shell_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.578663620864, | |
49.944344697677 | |
] | |
}, | |
"properties": { | |
"id": "1012", | |
"url": "https://commons.wikimedia.org/wiki/Category:Markgr%C3%A4fliches_Opernhaus", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4153, | |
52.5236 | |
] | |
}, | |
"properties": { | |
"id": "1013", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_der_Elektroindustrie", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.063722, | |
47.499779 | |
] | |
}, | |
"properties": { | |
"id": "1014", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klauz%C3%A1l_Square,_Budapest", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.7496893, | |
48.5794709 | |
] | |
}, | |
"properties": { | |
"id": "1015", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ancienne_Douane,_Strasbourg", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
149.565, | |
-22.3758 | |
] | |
}, | |
"properties": { | |
"id": "1016", | |
"url": "https://commons.wikimedia.org/wiki/Category:Meatworks_and_Wharf_Site,_St_Lawrence", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
152.977, | |
-27.5176 | |
] | |
}, | |
"properties": { | |
"id": "1017", | |
"url": "https://commons.wikimedia.org/wiki/Category:Graceville_Memorial_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.5524, | |
52.7603 | |
] | |
}, | |
"properties": { | |
"id": "1018", | |
"url": "https://commons.wikimedia.org/wiki/Category:Obersee_(Lanke)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.05972222, | |
58.95694444 | |
] | |
}, | |
"properties": { | |
"id": "1019", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lerb%C3%A4cks_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.62361111, | |
-23.50833333 | |
] | |
}, | |
"properties": { | |
"id": "1020", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_de_Deten%C3%A7%C3%A3o_de_S%C3%A3o_Paulo", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.50140278, | |
51.95508333 | |
] | |
}, | |
"properties": { | |
"id": "1021", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_Osthusschule", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.50140278, | |
51.95508333 | |
] | |
}, | |
"properties": { | |
"id": "1022", | |
"url": "http://commons.wikimedia.org/wiki/Category:T%C3%B6pfer", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.46306, | |
51.4806 | |
] | |
}, | |
"properties": { | |
"id": "1023", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zeche_Gl%C3%BCckaufsegen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.20025, | |
50.039416666667 | |
] | |
}, | |
"properties": { | |
"id": "1024", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jelen%C3%AD_h%C5%99bet", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.0742, | |
46.36 | |
] | |
}, | |
"properties": { | |
"id": "1026", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dolmen_des_Sept_Chemins", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
53.08175, | |
36.508916666667 | |
] | |
}, | |
"properties": { | |
"id": "1027", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shater_Dome", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.50837777778, | |
41.4902 | |
] | |
}, | |
"properties": { | |
"id": "1028", | |
"url": "https://commons.wikimedia.org/wiki/Category:Promontory_Mountains", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.5656, | |
46.5428 | |
] | |
}, | |
"properties": { | |
"id": "1029", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teleki_Library", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.82989, | |
58.45164 | |
] | |
}, | |
"properties": { | |
"id": "1030", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C3%B6rnevalla_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.1337, | |
50.5324 | |
] | |
}, | |
"properties": { | |
"id": "1031", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Annunciation_(Litom%C4%9B%C5%99ice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.1217, | |
48.8644 | |
] | |
}, | |
"properties": { | |
"id": "1032", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Heidenreichstein", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.88222222, | |
59.04611111 | |
] | |
}, | |
"properties": { | |
"id": "1033", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%A4vstaholm", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.07008055556, | |
-33.846469444444 | |
] | |
}, | |
"properties": { | |
"id": "1034", | |
"url": "https://commons.wikimedia.org/wiki/Category:Olympic_Park_railway_line,_New_South_Wales", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.44475, | |
44.4462 | |
] | |
}, | |
"properties": { | |
"id": "1035", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Urcisse_de_Cahors", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.789166666667, | |
45.620833333333 | |
] | |
}, | |
"properties": { | |
"id": "1036", | |
"url": "https://commons.wikimedia.org/wiki/Category:Risiera_di_San_Sabba_(Trieste)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
72.286111111111, | |
10.938888888889 | |
] | |
}, | |
"properties": { | |
"id": "1037", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bangaram", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.1692, | |
41.6517 | |
] | |
}, | |
"properties": { | |
"id": "1038", | |
"url": "https://commons.wikimedia.org/wiki/Category:West_Dennis_Light", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.633, | |
-33.3191 | |
] | |
}, | |
"properties": { | |
"id": "1039", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casuarina_Point_Lighthouse", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.9358, | |
41.0479 | |
] | |
}, | |
"properties": { | |
"id": "1040", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tomb_of_Mehmed_V", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.0382, | |
63.6065 | |
] | |
}, | |
"properties": { | |
"id": "1041", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%85sen_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
128.764, | |
-15.7739 | |
] | |
}, | |
"properties": { | |
"id": "1042", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hidden_Valley_National_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.166244, | |
50.146025 | |
] | |
}, | |
"properties": { | |
"id": "1043", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Martin_(Cochem)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.66083, | |
43.53583 | |
] | |
}, | |
"properties": { | |
"id": "1044", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pic_des_Mouches", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3108, | |
48.2567 | |
] | |
}, | |
"properties": { | |
"id": "1045", | |
"url": "https://commons.wikimedia.org/wiki/Category:Erbsenbach,_Vienna", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.11065, | |
50.801861111111 | |
] | |
}, | |
"properties": { | |
"id": "1046", | |
"url": "https://commons.wikimedia.org/wiki/Category:HMS_M33_(ship,_1915)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.9883, | |
50.8911 | |
] | |
}, | |
"properties": { | |
"id": "1047", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palace_in_Ciechanowice", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.847916, | |
46.820228 | |
] | |
}, | |
"properties": { | |
"id": "1048", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_Sch%C3%B6neck", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.423056, | |
50.482778 | |
] | |
}, | |
"properties": { | |
"id": "1049", | |
"url": "https://commons.wikimedia.org/wiki/Category:Syrets_arboretum", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
88.9836, | |
26.3008 | |
] | |
}, | |
"properties": { | |
"id": "1050", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tin_Bigha_Corridor", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.75, | |
-16.866666666667 | |
] | |
}, | |
"properties": { | |
"id": "1051", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ngarrabullgan", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.071603, | |
46.945781 | |
] | |
}, | |
"properties": { | |
"id": "1052", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pont-canal_du_Gu%C3%A9tin", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.0136277777778, | |
42.561386111111 | |
] | |
}, | |
"properties": { | |
"id": "1053", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castro_do_Monte_da_Cid%C3%A1", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.1203, | |
49.44893 | |
] | |
}, | |
"properties": { | |
"id": "1054", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cimeti%C3%A8re_du_Nord_(Rouen)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.149284, | |
41.376288 | |
] | |
}, | |
"properties": { | |
"id": "1055", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arenas_de_Barcelona", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-64.35, | |
48.9 | |
] | |
}, | |
"properties": { | |
"id": "1056", | |
"url": "https://commons.wikimedia.org/wiki/Category:Forillon_National_Park", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.22871, | |
57.33777 | |
] | |
}, | |
"properties": { | |
"id": "1057", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%98stervr%C3%A5_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.4349, | |
38.9045 | |
] | |
}, | |
"properties": { | |
"id": "1058", | |
"url": "https://commons.wikimedia.org/wiki/Category:Archaeological_Museum_of_Lamia", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.9269, | |
36.5322 | |
] | |
}, | |
"properties": { | |
"id": "1059", | |
"url": "https://commons.wikimedia.org/wiki/Category:Carmel_River_State_Beach", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
122.55622, | |
10.72351 | |
] | |
}, | |
"properties": { | |
"id": "1060", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jaro_Cathedral", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.0166, | |
38.8883 | |
] | |
}, | |
"properties": { | |
"id": "1061", | |
"url": "https://commons.wikimedia.org/wiki/Category:National_Museum_of_the_American_Indian", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.644711, | |
53.334122 | |
] | |
}, | |
"properties": { | |
"id": "1062", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kerk_van_Westerwijtwerd", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.19583, | |
55.9253 | |
] | |
}, | |
"properties": { | |
"id": "1063", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blackford_Pond", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.1181, | |
42.3685 | |
] | |
}, | |
"properties": { | |
"id": "1064", | |
"url": "https://commons.wikimedia.org/wiki/Category:Weeks_Footbridge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.214167, | |
42.318056 | |
] | |
}, | |
"properties": { | |
"id": "1065", | |
"url": "https://commons.wikimedia.org/wiki/Category:Apple_River_Fort", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.4181349442602, | |
36.721948803105 | |
] | |
}, | |
"properties": { | |
"id": "1066", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Pimpi", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.081425, | |
43.64594 | |
] | |
}, | |
"properties": { | |
"id": "1067", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castello_di_Sidney_Sonnino_(Montespertoli)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.08361053, | |
60.07472229 | |
] | |
}, | |
"properties": { | |
"id": "1068", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lemland_Church", | |
"country": "\u00c5land Islands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.625, | |
50.2278 | |
] | |
}, | |
"properties": { | |
"id": "1069", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kurpark_Bad_Homburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.40089, | |
50.6398 | |
] | |
}, | |
"properties": { | |
"id": "1070", | |
"url": "https://commons.wikimedia.org/wiki/Category:Coll%C3%A9giale_Saint-Pierre_d'Aire-sur-la-Lys", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.9002, | |
51.2968 | |
] | |
}, | |
"properties": { | |
"id": "1071", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mary's_Church,_Hartley_Wintney", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.628333, | |
43.128333 | |
] | |
}, | |
"properties": { | |
"id": "1072", | |
"url": "https://commons.wikimedia.org/wiki/Category:University_of_Rochester", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.69194444, | |
32.79311111 | |
] | |
}, | |
"properties": { | |
"id": "1073", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kitaoka-jinja", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.531214, | |
54.493136 | |
] | |
}, | |
"properties": { | |
"id": "1074", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadion_GOSiR_w_Gdyni", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.33055556, | |
46.89166667 | |
] | |
}, | |
"properties": { | |
"id": "1075", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bilosarayska_kosa", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.80421, | |
58.90876 | |
] | |
}, | |
"properties": { | |
"id": "1076", | |
"url": "https://commons.wikimedia.org/wiki/Category:Husby-Oppunda_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.6792778, | |
50.2010833 | |
] | |
}, | |
"properties": { | |
"id": "1077", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cemetery_in_Star%C3%A1_Boleslav", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.239108, | |
22.312583 | |
] | |
}, | |
"properties": { | |
"id": "1078", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hing_Tin_Estate", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.470556, | |
51.215 | |
] | |
}, | |
"properties": { | |
"id": "1079", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rivierenhof_Deurne", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.032777777778, | |
45.405555555556 | |
] | |
}, | |
"properties": { | |
"id": "1080", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maison_Trestler", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.74777778, | |
50.36805556 | |
] | |
}, | |
"properties": { | |
"id": "1081", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Nativity_of_the_Virgin_Mary,_Uhniv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.8446, | |
52.0224 | |
] | |
}, | |
"properties": { | |
"id": "1083", | |
"url": "https://commons.wikimedia.org/wiki/Category:River_Nevern", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4253, | |
50.0967 | |
] | |
}, | |
"properties": { | |
"id": "1084", | |
"url": "https://commons.wikimedia.org/wiki/Category:Letensk%C3%BD_koloto%C4%8D", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.005772, | |
52.172194 | |
] | |
}, | |
"properties": { | |
"id": "1085", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gunterstein", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.970278, | |
29.550833 | |
] | |
}, | |
"properties": { | |
"id": "1086", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saffold_Dam", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.587303, | |
23.890274 | |
] | |
}, | |
"properties": { | |
"id": "1087", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lunzai_Tianmen_Temple", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.2836, | |
44.4603 | |
] | |
}, | |
"properties": { | |
"id": "1088", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trono%C5%A1a_Monastery", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.04108, | |
52.2307 | |
] | |
}, | |
"properties": { | |
"id": "1089", | |
"url": "https://commons.wikimedia.org/wiki/Category:Besucherbergwerk_Kleinenbremen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.46, | |
38.84055556 | |
] | |
}, | |
"properties": { | |
"id": "1090", | |
"url": "https://commons.wikimedia.org/wiki/Category:Azenhas_do_Mar", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
173.5686498, | |
-35.3548441 | |
] | |
}, | |
"properties": { | |
"id": "1092", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mangungu_Mission_House", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
110.4961, | |
-7.76107 | |
] | |
}, | |
"properties": { | |
"id": "1093", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sojiwan", | |
"country": "Indonesia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.76224, | |
59.903491 | |
] | |
}, | |
"properties": { | |
"id": "1094", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mariakirken,_Oslo", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
113.977, | |
22.2398 | |
] | |
}, | |
"properties": { | |
"id": "1095", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pui_O", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.9888888888889, | |
53.556666666667 | |
] | |
}, | |
"properties": { | |
"id": "1097", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hamburgische_Staatsoper", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.987931, | |
52.231433 | |
] | |
}, | |
"properties": { | |
"id": "1098", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prosta_Tower", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.44416667, | |
43.53166667 | |
] | |
}, | |
"properties": { | |
"id": "1099", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tourreluque", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.3657, | |
48.1259 | |
] | |
}, | |
"properties": { | |
"id": "1100", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kapelle_Unserer_Lieben_Frau_(F%C3%BCrbuch)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0089, | |
51.5589 | |
] | |
}, | |
"properties": { | |
"id": "1101", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Hartenfels,_Torgau", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.235277777778, | |
31.778055555556 | |
] | |
}, | |
"properties": { | |
"id": "1102", | |
"url": "https://commons.wikimedia.org/wiki/Category:Second_Jewish_temple_in_Jerusalem", | |
"country": "Palestine", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4, | |
52.85 | |
] | |
}, | |
"properties": { | |
"id": "1103", | |
"url": "https://commons.wikimedia.org/wiki/Category:Finowkanal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
113.908, | |
22.2555 | |
] | |
}, | |
"properties": { | |
"id": "1104", | |
"url": "https://commons.wikimedia.org/wiki/Category:Po_Lin_Monastery", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.5809, | |
56.1621 | |
] | |
}, | |
"properties": { | |
"id": "1105", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blekinge_museum", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.6705555555556, | |
41.370277777778 | |
] | |
}, | |
"properties": { | |
"id": "1106", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Santiago_Apostle,_Alcazar%C3%A9n", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.5617, | |
48.8828 | |
] | |
}, | |
"properties": { | |
"id": "1107", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eisstadion_am_Pulverturm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.368, | |
23.2022 | |
] | |
}, | |
"properties": { | |
"id": "1108", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wusanto_Reservoir", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.297675, | |
43.924011 | |
] | |
}, | |
"properties": { | |
"id": "1109", | |
"url": "https://commons.wikimedia.org/wiki/Category:Markham_Fair", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.26341, | |
40.84656 | |
] | |
}, | |
"properties": { | |
"id": "1110", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Giovanni_a_Mare_(Naples)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.95006, | |
46.67189 | |
] | |
}, | |
"properties": { | |
"id": "1111", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pfarrkirche_heiliger_Markus_in_Ettendorf", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.0586, | |
44.0878 | |
] | |
}, | |
"properties": { | |
"id": "1112", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rice_Lake_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.5627, | |
49.5736 | |
] | |
}, | |
"properties": { | |
"id": "1113", | |
"url": "https://commons.wikimedia.org/wiki/Category:World_War_I_Cemetery_nr_9_in_%C5%81ysa_G%C3%B3ra", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.22078, | |
51.4813 | |
] | |
}, | |
"properties": { | |
"id": "1114", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Living_Rainforest", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.1311, | |
52.4825 | |
] | |
}, | |
"properties": { | |
"id": "1115", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dr%C3%B6mling", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.622788888889, | |
52.121453888889 | |
] | |
}, | |
"properties": { | |
"id": "1116", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C3%BCtschensee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.531111111111, | |
46.083888888889 | |
] | |
}, | |
"properties": { | |
"id": "1117", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Holy_Trinity_de_Maple_Grove", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.5025, | |
49.479444 | |
] | |
}, | |
"properties": { | |
"id": "1118", | |
"url": "https://commons.wikimedia.org/wiki/Category:Carl-Benz-Stadion", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-116.68194444444, | |
35.246388888889 | |
] | |
}, | |
"properties": { | |
"id": "1119", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_Irwin_Military_Reservation", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.4248, | |
33.7569 | |
] | |
}, | |
"properties": { | |
"id": "1120", | |
"url": "https://commons.wikimedia.org/wiki/Category:Home_Mission_Cemetery", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.693903, | |
35.691898 | |
] | |
}, | |
"properties": { | |
"id": "1121", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shinjuku_Mitsui_Building", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.97530833333, | |
37.559972222222 | |
] | |
}, | |
"properties": { | |
"id": "1122", | |
"url": "https://commons.wikimedia.org/wiki/Category:Namdaemun", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.690833333333, | |
52.81 | |
] | |
}, | |
"properties": { | |
"id": "1123", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kloster_Krevese", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4766825, | |
49.2980236 | |
] | |
}, | |
"properties": { | |
"id": "1124", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muzeum_Tesla", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.95534, | |
32.389216 | |
] | |
}, | |
"properties": { | |
"id": "1125", | |
"url": "https://commons.wikimedia.org/wiki/Category:National_Infantry_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.6479, | |
50.1154 | |
] | |
}, | |
"properties": { | |
"id": "1126", | |
"url": "https://commons.wikimedia.org/wiki/Category:Experiminta", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.8225, | |
43.269166666667 | |
] | |
}, | |
"properties": { | |
"id": "1127", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kopaonik", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.51886389, | |
37.10785556 | |
] | |
}, | |
"properties": { | |
"id": "1128", | |
"url": "https://commons.wikimedia.org/wiki/Category:Praia_do_Pintadinho", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.014530555556, | |
45.879283333333 | |
] | |
}, | |
"properties": { | |
"id": "1129", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castel_Pradaglia", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.546666666667, | |
49.090833333333 | |
] | |
}, | |
"properties": { | |
"id": "1130", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kamenn%C3%A1_l%C3%BAka", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.3424277777778, | |
48.856538888889 | |
] | |
}, | |
"properties": { | |
"id": "1131", | |
"url": "https://commons.wikimedia.org/wiki/Category:Place_Dauphine_(Paris)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.55514, | |
48.1621 | |
] | |
}, | |
"properties": { | |
"id": "1132", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bussenkirche", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.433000872, | |
46.305489623 | |
] | |
}, | |
"properties": { | |
"id": "1133", | |
"url": "https://commons.wikimedia.org/wiki/Category:Turn_Castle", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.366666666667, | |
52.516666666667 | |
] | |
}, | |
"properties": { | |
"id": "1134", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lednica_Landscape_Park", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.812967, | |
62.36988 | |
] | |
}, | |
"properties": { | |
"id": "1135", | |
"url": "https://commons.wikimedia.org/wiki/Category:Halsvuori_rock_painting", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.9381, | |
40.3261 | |
] | |
}, | |
"properties": { | |
"id": "1136", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bowman's_Hill_Tower", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.32067222, | |
59.93573611 | |
] | |
}, | |
"properties": { | |
"id": "1137", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stroganov_Palace", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.28527778, | |
58.51777778 | |
] | |
}, | |
"properties": { | |
"id": "1138", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Nicholas_Church_on_Yaroslav's_Court_(Veliky_Novgorod)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.32805555556, | |
48.733055555556 | |
] | |
}, | |
"properties": { | |
"id": "1139", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Whatcom", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.857507, | |
46.237246 | |
] | |
}, | |
"properties": { | |
"id": "1141", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_de_Morgins", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.65079, | |
52.51748 | |
] | |
}, | |
"properties": { | |
"id": "1142", | |
"url": "https://commons.wikimedia.org/wiki/Category:Huldtoneel", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.218605, | |
45.539066 | |
] | |
}, | |
"properties": { | |
"id": "1143", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant'Agata_(Brescia)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.65967, | |
59.48089 | |
] | |
}, | |
"properties": { | |
"id": "1144", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%98rje_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-88.983611, | |
40.4775 | |
] | |
}, | |
"properties": { | |
"id": "1145", | |
"url": "https://commons.wikimedia.org/wiki/Category:George_H._Miller_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.587038, | |
56.791114 | |
] | |
}, | |
"properties": { | |
"id": "1146", | |
"url": "https://commons.wikimedia.org/wiki/Category:Loch_Shiel", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.9083, | |
40.2978 | |
] | |
}, | |
"properties": { | |
"id": "1147", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moxham_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.7825, | |
66.50722222 | |
] | |
}, | |
"properties": { | |
"id": "1148", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ounasvaara", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.9165444444444, | |
41.059452777778 | |
] | |
}, | |
"properties": { | |
"id": "1149", | |
"url": "https://commons.wikimedia.org/wiki/Category:P%C3%A1lmaces_Reservoir", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.2713888888889, | |
44.206666666667 | |
] | |
}, | |
"properties": { | |
"id": "1151", | |
"url": "https://commons.wikimedia.org/wiki/Category:Terme_di_Valdieri", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.4803, | |
47.0221 | |
] | |
}, | |
"properties": { | |
"id": "1152", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Moossee", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.96666666667, | |
34.9 | |
] | |
}, | |
"properties": { | |
"id": "1153", | |
"url": "https://commons.wikimedia.org/wiki/Category:Izu_Peninsula", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.717625, | |
58.37959444 | |
] | |
}, | |
"properties": { | |
"id": "1154", | |
"url": "https://commons.wikimedia.org/wiki/Category:Inglisild", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.68153, | |
50.1143 | |
] | |
}, | |
"properties": { | |
"id": "1155", | |
"url": "https://commons.wikimedia.org/wiki/Category:MyZeil", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.8081, | |
50.0306 | |
] | |
}, | |
"properties": { | |
"id": "1156", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ochsenkopf_(Fichtelgebirge)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.2217805555556, | |
54.462088888889 | |
] | |
}, | |
"properties": { | |
"id": "1157", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lingmell", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.717557, | |
59.914044 | |
] | |
}, | |
"properties": { | |
"id": "1158", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nasjonalbiblioteket", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.736975, | |
49.256653 | |
] | |
}, | |
"properties": { | |
"id": "1159", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_de_Crugny", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.1385, | |
45.87992 | |
] | |
}, | |
"properties": { | |
"id": "1160", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_L'Oleandra", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.90684, | |
51.4875 | |
] | |
}, | |
"properties": { | |
"id": "1161", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gleispark_Frintrop", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.540833333333, | |
52.378888888889 | |
] | |
}, | |
"properties": { | |
"id": "1162", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Oderwiesen_n%C3%B6rdlich_Frankfurt", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.58333333333, | |
41.166666666667 | |
] | |
}, | |
"properties": { | |
"id": "1163", | |
"url": "https://commons.wikimedia.org/wiki/Category:Great_Salt_Lake", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.968056, | |
39.7494 | |
] | |
}, | |
"properties": { | |
"id": "1164", | |
"url": "https://commons.wikimedia.org/wiki/Category:Acueducto_de_Pe%C3%B1a_Cortada", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.6615, | |
50.6392 | |
] | |
}, | |
"properties": { | |
"id": "1165", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vl%C4%8D%C3%AD_d%C5%AFl", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
108.0770588, | |
-7.2567315 | |
] | |
}, | |
"properties": { | |
"id": "1166", | |
"url": "https://commons.wikimedia.org/wiki/Category:Galunggung", | |
"country": "Indonesia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.89005, | |
58.8897 | |
] | |
}, | |
"properties": { | |
"id": "1167", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lamb_Holm", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.9517, | |
45.3072 | |
] | |
}, | |
"properties": { | |
"id": "1168", | |
"url": "https://commons.wikimedia.org/wiki/Category:Plum_Island_(Wisconsin)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.593, | |
50.8968 | |
] | |
}, | |
"properties": { | |
"id": "1169", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dreifaltigkeitskirche_(Burgau)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.58731, | |
46.1548 | |
] | |
}, | |
"properties": { | |
"id": "1170", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Nicolas_de_Beaujeu", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.52438889, | |
-22.67930556 | |
] | |
}, | |
"properties": { | |
"id": "1171", | |
"url": "https://commons.wikimedia.org/wiki/Category:Woermannhaus_(Swakopmund)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.103889, | |
42.656944 | |
] | |
}, | |
"properties": { | |
"id": "1172", | |
"url": "https://commons.wikimedia.org/wiki/Category:Samuel_Frye_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.00666667, | |
40.20638889 | |
] | |
}, | |
"properties": { | |
"id": "1173", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ciudad_Encantada", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.335639, | |
45.438008 | |
] | |
}, | |
"properties": { | |
"id": "1174", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ponte_di_Rialto", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.3483, | |
53.0682 | |
] | |
}, | |
"properties": { | |
"id": "1175", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beorhthelm_of_Stafford_Church,_Barthomley", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.3975, | |
43.87611111 | |
] | |
}, | |
"properties": { | |
"id": "1176", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_naturel_r%C3%A9gional_du_Luberon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.925, | |
37.186111111111 | |
] | |
}, | |
"properties": { | |
"id": "1177", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ithome", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.0364, | |
48.5892 | |
] | |
}, | |
"properties": { | |
"id": "1178", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Lichtenau_(Ober%C3%B6sterreich)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.006861, | |
34.575972 | |
] | |
}, | |
"properties": { | |
"id": "1179", | |
"url": "https://commons.wikimedia.org/wiki/Category:Awajishima_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.023231, | |
39.861126 | |
] | |
}, | |
"properties": { | |
"id": "1180", | |
"url": "https://commons.wikimedia.org/wiki/Category:Puerta_de_Alarcones_(Toledo)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.74266, | |
42.8166 | |
] | |
}, | |
"properties": { | |
"id": "1181", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89tang_d'Appy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.7254985, | |
46.115131 | |
] | |
}, | |
"properties": { | |
"id": "1182", | |
"url": "https://commons.wikimedia.org/wiki/Category:Col_de_Cuvery", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.39988, | |
50.6772 | |
] | |
}, | |
"properties": { | |
"id": "1183", | |
"url": "https://commons.wikimedia.org/wiki/Category:All_Saints'_Church,_Calbourne", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.508625, | |
44.33695 | |
] | |
}, | |
"properties": { | |
"id": "1184", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_Gavotti_(Albisola_Superiore)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-107.712, | |
37.8989 | |
] | |
}, | |
"properties": { | |
"id": "1185", | |
"url": "https://commons.wikimedia.org/wiki/Category:Red_Mountain_Pass", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.75167, | |
48.8381 | |
] | |
}, | |
"properties": { | |
"id": "1186", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Liebeneck_(Pforzheim)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.824, | |
52.181 | |
] | |
}, | |
"properties": { | |
"id": "1187", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bradfield_Woods", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.510938, | |
43.623165 | |
] | |
}, | |
"properties": { | |
"id": "1188", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_archeologico_nazionale_delle_Marche_(Ancona)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.641388888889, | |
45.994444444444 | |
] | |
}, | |
"properties": { | |
"id": "1189", | |
"url": "https://commons.wikimedia.org/wiki/Category:So%C4%8Da", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.093, | |
49.4426 | |
] | |
}, | |
"properties": { | |
"id": "1190", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prieur%C3%A9_Saint-L%C3%B4,_Rouen", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.61341, | |
48.5656 | |
] | |
}, | |
"properties": { | |
"id": "1191", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Pierre-Saint-Paul_de_Vert-Saint-Denis", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.0268, | |
41.0472 | |
] | |
}, | |
"properties": { | |
"id": "1192", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ortak%C3%B6y_Mosque", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.752966666667, | |
38.246547222222 | |
] | |
}, | |
"properties": { | |
"id": "1193", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roman_Aqueduct_of_Patras", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.396, | |
42.6952 | |
] | |
}, | |
"properties": { | |
"id": "1194", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wolf_Creek_Inn", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.048333, | |
38.91 | |
] | |
}, | |
"properties": { | |
"id": "1195", | |
"url": "https://commons.wikimedia.org/wiki/Category:Walsh_Stable", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
47.9599, | |
34.5015 | |
] | |
}, | |
"properties": { | |
"id": "1196", | |
"url": "https://commons.wikimedia.org/wiki/Category:Temple_of_Anahita,_Kangavar", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.774117, | |
57.670356 | |
] | |
}, | |
"properties": { | |
"id": "1197", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klinteklinten", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
175.84247222, | |
-37.38548056 | |
] | |
}, | |
"properties": { | |
"id": "1198", | |
"url": "https://commons.wikimedia.org/wiki/Category:Martha_Mine", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
175.84247222, | |
-37.38548056 | |
] | |
}, | |
"properties": { | |
"id": "1199", | |
"url": "http://commons.wikimedia.org/wiki/Category:Quail_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.56206, | |
-33.02178 | |
] | |
}, | |
"properties": { | |
"id": "1200", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castillo_Brunet", | |
"country": "Chile", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.001388888889, | |
50.488888888889 | |
] | |
}, | |
"properties": { | |
"id": "1201", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dmitrievka_site_of_ancient_settlement", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.735805555556, | |
46.489638888889 | |
] | |
}, | |
"properties": { | |
"id": "1202", | |
"url": "https://commons.wikimedia.org/wiki/Category:Falz-Fein_apartament_house", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3266, | |
45.4345 | |
] | |
}, | |
"properties": { | |
"id": "1203", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_Giustinian_(Venice)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.732777777778, | |
53.621944444444 | |
] | |
}, | |
"properties": { | |
"id": "1205", | |
"url": "https://commons.wikimedia.org/wiki/Category:Galenbecker_See", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.921613888889, | |
49.611544444444 | |
] | |
}, | |
"properties": { | |
"id": "1206", | |
"url": "https://commons.wikimedia.org/wiki/Category:President_castle_in_Wis%C5%82a", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.9833333333333, | |
54.866666666667 | |
] | |
}, | |
"properties": { | |
"id": "1207", | |
"url": "https://commons.wikimedia.org/wiki/Category:Derwent_Reservoir,_North_East_England", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.0133333333333, | |
44.935833333333 | |
] | |
}, | |
"properties": { | |
"id": "1208", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_national_de_Pr%C3%A9histoire", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4188583, | |
50.4598494 | |
] | |
}, | |
"properties": { | |
"id": "1209", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Ignatius_(Chomutov)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.957715, | |
58.334919 | |
] | |
}, | |
"properties": { | |
"id": "1210", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ben_Stack", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.46667, | |
53.3833 | |
] | |
}, | |
"properties": { | |
"id": "1211", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sheffield_Canal", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.70694, | |
49.4447 | |
] | |
}, | |
"properties": { | |
"id": "1212", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hoher_Nistler", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.7463888888889, | |
52.863333333333 | |
] | |
}, | |
"properties": { | |
"id": "1213", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Bockholter_Dose", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.9136111111111, | |
57.043611111111 | |
] | |
}, | |
"properties": { | |
"id": "1214", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aalborg_Kongres_%26_Kultur_Center", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.954066666667, | |
40.788263888889 | |
] | |
}, | |
"properties": { | |
"id": "1215", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Nicholas_Russian_Orthodox_Cathedral_(New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.14585, | |
46.2006 | |
] | |
}, | |
"properties": { | |
"id": "1216", | |
"url": "https://commons.wikimedia.org/wiki/Category:Promenade_de_la_Treille", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.455789, | |
52.556167 | |
] | |
}, | |
"properties": { | |
"id": "1217", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bie%C5%82yja_%C5%82awki,_Pruzhany", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.714, | |
34.4383 | |
] | |
}, | |
"properties": { | |
"id": "1218", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mission_Santa_Barbara", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.55333333333, | |
25.170833333333 | |
] | |
}, | |
"properties": { | |
"id": "1219", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Qixing", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.85, | |
58.48333333 | |
] | |
}, | |
"properties": { | |
"id": "1220", | |
"url": "https://commons.wikimedia.org/wiki/Category:Harilaid_Peninsula", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.8467, | |
47.4072 | |
] | |
}, | |
"properties": { | |
"id": "1221", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Kropfsberg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.781995, | |
46.542883 | |
] | |
}, | |
"properties": { | |
"id": "1222", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pierre_Lev%C3%A9e_du_champ_de_la_Fa", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.231, | |
22.3037 | |
] | |
}, | |
"properties": { | |
"id": "1223", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cha_Kwo_Ling", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-95.402778, | |
37.923333 | |
] | |
}, | |
"properties": { | |
"id": "1224", | |
"url": "https://commons.wikimedia.org/wiki/Category:Allen_County_Jail", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.039, | |
51.47 | |
] | |
}, | |
"properties": { | |
"id": "1225", | |
"url": "https://commons.wikimedia.org/wiki/Category:New_Cross_Gate_Cutting", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.40349, | |
43.71446 | |
] | |
}, | |
"properties": { | |
"id": "1226", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santo_Sepolcro_(Pisa)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.771092, | |
55.070635 | |
] | |
}, | |
"properties": { | |
"id": "1227", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Discovery_of_the_Holy_Cross_in_Bagaslavi%C5%A1kis", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.15773, | |
47.42876 | |
] | |
}, | |
"properties": { | |
"id": "1228", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Wildenstein", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.01159, | |
47.8662 | |
] | |
}, | |
"properties": { | |
"id": "1229", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtpfarrkirche_Mari%C3%A4_Himmelfahrt_(Bad_Aibling)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.43805556, | |
30.53 | |
] | |
}, | |
"properties": { | |
"id": "1230", | |
"url": "https://commons.wikimedia.org/wiki/Category:Amelia_Island_State_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.21666667, | |
6.03305556 | |
] | |
}, | |
"properties": { | |
"id": "1231", | |
"url": "https://commons.wikimedia.org/wiki/Category:Amangalla", | |
"country": "Sri Lanka", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.07130556, | |
59.32463889 | |
] | |
}, | |
"properties": { | |
"id": "1232", | |
"url": "https://commons.wikimedia.org/wiki/Category:M%C3%A4ster_Olofsg%C3%A5rden", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
75.959108, | |
10.82085 | |
] | |
}, | |
"properties": { | |
"id": "1233", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chamravattom_Regulator-cum-Bridge", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.1998, | |
40.0597 | |
] | |
}, | |
"properties": { | |
"id": "1234", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vasilitsa", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1982, | |
51.5734 | |
] | |
}, | |
"properties": { | |
"id": "1235", | |
"url": "https://commons.wikimedia.org/wiki/Category:Golders_Green", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.446, | |
14.422 | |
] | |
}, | |
"properties": { | |
"id": "1236", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saints_Peter_and_Paul_Parish_Church_of_Siniloan", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.36991, | |
44.7551 | |
] | |
}, | |
"properties": { | |
"id": "1237", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_arch%C3%A9ologique_de_Die_et_du_Diois", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.014278, | |
26.452944 | |
] | |
}, | |
"properties": { | |
"id": "1238", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sanibel_Island_Light", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.20972222222222, | |
44.431388888889 | |
] | |
}, | |
"properties": { | |
"id": "1239", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cath%C3%A9drale_Saint-Jean-Baptiste_de_Bazas", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.45944, | |
50.77 | |
] | |
}, | |
"properties": { | |
"id": "1240", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Herzberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.41587, | |
49.3786 | |
] | |
}, | |
"properties": { | |
"id": "1241", | |
"url": "https://commons.wikimedia.org/wiki/Category:Town_hall_of_Clermont,_Oise", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.46177, | |
49.4829 | |
] | |
}, | |
"properties": { | |
"id": "1242", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Mannheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.294166666667, | |
39.855555555556 | |
] | |
}, | |
"properties": { | |
"id": "1243", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eagle_Creek_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.4134, | |
49.4048 | |
] | |
}, | |
"properties": { | |
"id": "1245", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Visitation_of_Our_Lady_(Lomnice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.449744, | |
48.034835 | |
] | |
}, | |
"properties": { | |
"id": "1246", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waterfall_Korolivskyi", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.738333333333, | |
40.236666666667 | |
] | |
}, | |
"properties": { | |
"id": "1247", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tuscarora_Mountain", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
131.94819444444, | |
33.276305555556 | |
] | |
}, | |
"properties": { | |
"id": "1248", | |
"url": "https://commons.wikimedia.org/wiki/Category:Takashima_(Oita)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.84927, | |
51.1208 | |
] | |
}, | |
"properties": { | |
"id": "1249", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Martinus_(Zons)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.373, | |
39.9419 | |
] | |
}, | |
"properties": { | |
"id": "1250", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gross_Reservoir", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.29685, | |
48.568033 | |
] | |
}, | |
"properties": { | |
"id": "1251", | |
"url": "https://commons.wikimedia.org/wiki/Category:Couvent_des_Cordeli%C3%A8res_de_Provins", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.01333, | |
45.8281 | |
] | |
}, | |
"properties": { | |
"id": "1252", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Gourville", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.97552, | |
46.2949 | |
] | |
}, | |
"properties": { | |
"id": "1253", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tour_de_Saint-Triphon", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.704722222222, | |
43.012222222222 | |
] | |
}, | |
"properties": { | |
"id": "1254", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chevy_Commons", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.284, | |
47.6724 | |
] | |
}, | |
"properties": { | |
"id": "1255", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bryant,_Seattle,_Washington", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.79444444, | |
43.74361111 | |
] | |
}, | |
"properties": { | |
"id": "1256", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Vincent_des_Baux", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3157, | |
51.3699 | |
] | |
}, | |
"properties": { | |
"id": "1257", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_Auensee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.326666666667, | |
32.747777777778 | |
] | |
}, | |
"properties": { | |
"id": "1258", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_Worth_Water_Gardens", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0279, | |
47.8253 | |
] | |
}, | |
"properties": { | |
"id": "1259", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salzburgarena", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.6552, | |
53.0244 | |
] | |
}, | |
"properties": { | |
"id": "1260", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_II_(Toru%C5%84)", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.9131, | |
50.1672 | |
] | |
}, | |
"properties": { | |
"id": "1261", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%ADtovka", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.741111, | |
32.279722 | |
] | |
}, | |
"properties": { | |
"id": "1262", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aggie_Memorial_Stadium", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.317911, | |
57.529077 | |
] | |
}, | |
"properties": { | |
"id": "1263", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kremlin_of_Uglich", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.815144, | |
50.277094 | |
] | |
}, | |
"properties": { | |
"id": "1264", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapel_of_Saint_Anne_(Divice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.578, | |
25.0511 | |
] | |
}, | |
"properties": { | |
"id": "1265", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ciyou_Temple_in_Songshan", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-18.76666667, | |
63.41666667 | |
] | |
}, | |
"properties": { | |
"id": "1267", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hj%C3%B6rleifsh%C3%B6f%C3%B0i", | |
"country": "Iceland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.128633, | |
51.5153 | |
] | |
}, | |
"properties": { | |
"id": "1268", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Giles_in_the_Fields", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.63801, | |
50.2494 | |
] | |
}, | |
"properties": { | |
"id": "1269", | |
"url": "https://commons.wikimedia.org/wiki/Category:Peterskapelle_(Spay)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.381536, | |
52.137241 | |
] | |
}, | |
"properties": { | |
"id": "1270", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Sperenberger_Gipsbr%C3%BCche", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.9541666666667, | |
51.602777777778 | |
] | |
}, | |
"properties": { | |
"id": "1271", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Sauerbachtal_B%C3%BClheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.9297, | |
50.3822 | |
] | |
}, | |
"properties": { | |
"id": "1272", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chloumek_(Dobrovice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
44.845555555556, | |
41.749444444444 | |
] | |
}, | |
"properties": { | |
"id": "1273", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tbilisi_sea", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8475, | |
45.9139 | |
] | |
}, | |
"properties": { | |
"id": "1274", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lac_des_Gaillands", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
116.301719, | |
39.981825 | |
] | |
}, | |
"properties": { | |
"id": "1275", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haidian_Christian_Church", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9835692, | |
40.7523325 | |
] | |
}, | |
"properties": { | |
"id": "1276", | |
"url": "https://commons.wikimedia.org/wiki/Category:452_Fifth_Avenue", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.94109, | |
47.65783 | |
] | |
}, | |
"properties": { | |
"id": "1277", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hochmiesing", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.848611, | |
57.589444 | |
] | |
}, | |
"properties": { | |
"id": "1278", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arena_2000", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.241666666667, | |
59.95 | |
] | |
}, | |
"properties": { | |
"id": "1279", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dekabristov_Island", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.3915, | |
33.7621 | |
] | |
}, | |
"properties": { | |
"id": "1280", | |
"url": "https://commons.wikimedia.org/wiki/Category:Atlanta_Contemporary_Art_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.6684559, | |
46.4060605 | |
] | |
}, | |
"properties": { | |
"id": "1281", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pelc_nad_Klonicami", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
133.9768, | |
34.725225 | |
] | |
}, | |
"properties": { | |
"id": "1283", | |
"url": "https://commons.wikimedia.org/wiki/Category:Musa_Otsuka_Kofun", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.40669501177, | |
43.0310841395 | |
] | |
}, | |
"properties": { | |
"id": "1284", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monastery_of_Bidaurreta", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
60.534, | |
55.70609 | |
] | |
}, | |
"properties": { | |
"id": "1285", | |
"url": "https://commons.wikimedia.org/wiki/Category:White_House_in_Kyshtym", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-13.781958333333, | |
28.8984 | |
] | |
}, | |
"properties": { | |
"id": "1286", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monumento_Natural_de_Los_Ajaches", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.7215416666667, | |
40.437336111111 | |
] | |
}, | |
"properties": { | |
"id": "1287", | |
"url": "https://commons.wikimedia.org/wiki/Category:Faro_de_Moncloa", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
45.6319, | |
42.3781 | |
] | |
}, | |
"properties": { | |
"id": "1288", | |
"url": "https://commons.wikimedia.org/wiki/Category:Keselo", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.013055555556, | |
52.248888888889 | |
] | |
}, | |
"properties": { | |
"id": "1289", | |
"url": "https://commons.wikimedia.org/wiki/Category:Our_Lady_of_Graces_church_in_Warsaw", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.31181, | |
43.7031 | |
] | |
}, | |
"properties": { | |
"id": "1291", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapelle_Saint-Pierre_de_Villefranche-sur-Mer", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.31181, | |
43.7031 | |
] | |
}, | |
"properties": { | |
"id": "1292", | |
"url": "http://commons.wikimedia.org/wiki/Category:Church_of_the_Renewal_of_the_Temple_of_the_Resurrection_at_Vagankovo_Cemetry", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.825, | |
52.682222222222 | |
] | |
}, | |
"properties": { | |
"id": "1293", | |
"url": "https://commons.wikimedia.org/wiki/Category:Semple_Stadium", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.504628, | |
54.615516 | |
] | |
}, | |
"properties": { | |
"id": "1294", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_St._Michael_the_Archangel_in_Rukainiai", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.88003, | |
49.2144 | |
] | |
}, | |
"properties": { | |
"id": "1295", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Anna-Kapelle_(Weiler)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.04806, | |
55.7872 | |
] | |
}, | |
"properties": { | |
"id": "1297", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hamilton_Park_Racecourse", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.66197, | |
42.01742 | |
] | |
}, | |
"properties": { | |
"id": "1298", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Roc_de_la_Barroca", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.25614, | |
48.8387 | |
] | |
}, | |
"properties": { | |
"id": "1299", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Sainte-Jeanne-de-Chantal", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.019444, | |
41.933611 | |
] | |
}, | |
"properties": { | |
"id": "1300", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kingston_Stockade_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.463026944444, | |
50.086666111111 | |
] | |
}, | |
"properties": { | |
"id": "1301", | |
"url": "https://commons.wikimedia.org/wiki/Category:Paruk%C3%A1%C5%99ka_(homestead)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.82708889, | |
41.72189722 | |
] | |
}, | |
"properties": { | |
"id": "1302", | |
"url": "https://commons.wikimedia.org/wiki/Category:Seu_de_Manresa", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.905603, | |
44.568356 | |
] | |
}, | |
"properties": { | |
"id": "1303", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parco_archeologico_e_Museo_all'aperto_della_Terramara_di_Montale", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.62792, | |
48.1399 | |
] | |
}, | |
"properties": { | |
"id": "1304", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eschach", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.62792, | |
48.1399 | |
] | |
}, | |
"properties": { | |
"id": "1305", | |
"url": "http://commons.wikimedia.org/wiki/Category:%C5%A0mejkal", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.6425, | |
45.4577 | |
] | |
}, | |
"properties": { | |
"id": "1306", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ignatian_Centre,_Montreal", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.700925, | |
35.64748889 | |
] | |
}, | |
"properties": { | |
"id": "1307", | |
"url": "https://commons.wikimedia.org/wiki/Category:Asakura-ke", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.95622222, | |
43.04568056 | |
] | |
}, | |
"properties": { | |
"id": "1308", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pech_Maho", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.157992, | |
39.776131 | |
] | |
}, | |
"properties": { | |
"id": "1309", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scottish_Rite_Cathedral_(Indianapolis,_Indiana)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.3729, | |
42.155 | |
] | |
}, | |
"properties": { | |
"id": "1310", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sherzer_Observatory", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.544444, | |
28.568611 | |
] | |
}, | |
"properties": { | |
"id": "1311", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ocoee_Christian_Church", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.07, | |
43.162222 | |
] | |
}, | |
"properties": { | |
"id": "1312", | |
"url": "https://commons.wikimedia.org/wiki/Category:Anoeta", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.21658333, | |
41.40336111 | |
] | |
}, | |
"properties": { | |
"id": "1313", | |
"url": "https://commons.wikimedia.org/wiki/Category:Platja_de_la_Nova_Mar_Bella", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.728125, | |
45.54826389 | |
] | |
}, | |
"properties": { | |
"id": "1314", | |
"url": "https://commons.wikimedia.org/wiki/Category:Koper_Regional_Museum", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.3828, | |
38.6906 | |
] | |
}, | |
"properties": { | |
"id": "1315", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Paul's_Episcopal_Church_(Georgetown,_Delaware)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.92138889, | |
49.7475 | |
] | |
}, | |
"properties": { | |
"id": "1316", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Assumption,_Navaria", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.036666666667, | |
59.3 | |
] | |
}, | |
"properties": { | |
"id": "1317", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stor%C3%A4ngsparken", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.217, | |
51.24 | |
] | |
}, | |
"properties": { | |
"id": "1318", | |
"url": "https://commons.wikimedia.org/wiki/Category:Justizvollzugsanstalt_Wuppertal-Ronsdorf", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.690111111111, | |
53.873111111111 | |
] | |
}, | |
"properties": { | |
"id": "1319", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maria-Magdalenkirche_(L%C3%BCbeck)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.12234, | |
52.21194 | |
] | |
}, | |
"properties": { | |
"id": "1320", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jesus_Green,_Cambridge", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
65.146878, | |
40.121255 | |
] | |
}, | |
"properties": { | |
"id": "1322", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sardoba_Malik", | |
"country": "Uzbekistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4984378, | |
50.0849997 | |
] | |
}, | |
"properties": { | |
"id": "1323", | |
"url": "https://commons.wikimedia.org/wiki/Category:Male%C5%A1ick%C3%BD_park", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.99263, | |
48.39678 | |
] | |
}, | |
"properties": { | |
"id": "1324", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtbibliothek_Ulm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.26653918, | |
60.4557464 | |
] | |
}, | |
"properties": { | |
"id": "1325", | |
"url": "https://commons.wikimedia.org/wiki/Category:Turun_synagoga", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.255, | |
53.347778 | |
] | |
}, | |
"properties": { | |
"id": "1326", | |
"url": "https://commons.wikimedia.org/wiki/Category:Butt_Bridge", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.34331, | |
58.03496 | |
] | |
}, | |
"properties": { | |
"id": "1327", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brahekyrkan", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.20215, | |
41.681443 | |
] | |
}, | |
"properties": { | |
"id": "1328", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Almenar", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.00720833, | |
22.44962222 | |
] | |
}, | |
"properties": { | |
"id": "1329", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tat_Tak_Communal_Hall", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.9217, | |
46.09186 | |
] | |
}, | |
"properties": { | |
"id": "1330", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiesa_di_S._Mamete,_Mezzovico-Vira", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.80056, | |
49.39 | |
] | |
}, | |
"properties": { | |
"id": "1332", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Reichenstein_(Baden)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.406, | |
56.2186 | |
] | |
}, | |
"properties": { | |
"id": "1333", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hjortsberga_gravf%C3%A4lt", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.358757, | |
31.195476 | |
] | |
}, | |
"properties": { | |
"id": "1334", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shanghai_Zoo", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.453389, | |
9.037917 | |
] | |
}, | |
"properties": { | |
"id": "1335", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abuja_Stadium", | |
"country": "Nigeria", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.92434, | |
52.36166 | |
] | |
}, | |
"properties": { | |
"id": "1336", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muiderkerk", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.395, | |
-34.02694444 | |
] | |
}, | |
"properties": { | |
"id": "1337", | |
"url": "https://commons.wikimedia.org/wiki/Category:Keurbooms_River", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.6914, | |
42.4194 | |
] | |
}, | |
"properties": { | |
"id": "1338", | |
"url": "https://commons.wikimedia.org/wiki/Category:Woodlawn_Cemetery_(Clinton,_Massachusetts)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3422, | |
46.6217 | |
] | |
}, | |
"properties": { | |
"id": "1339", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Harbach", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.023888888888889, | |
42.684722222222 | |
] | |
}, | |
"properties": { | |
"id": "1340", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cilindro_de_Marbor%C3%A9", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.0961111, | |
51.4931 | |
] | |
}, | |
"properties": { | |
"id": "1341", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heygate_Estate", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.254933, | |
45.830254 | |
] | |
}, | |
"properties": { | |
"id": "1342", | |
"url": "https://commons.wikimedia.org/wiki/Category:Place_d'Aine_(Limoges)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.0529, | |
42.3533 | |
] | |
}, | |
"properties": { | |
"id": "1343", | |
"url": "https://commons.wikimedia.org/wiki/Category:Russia_Wharf", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.59616, | |
47.2553 | |
] | |
}, | |
"properties": { | |
"id": "1344", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_la_Morli%C3%A8re", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.82278, | |
53.04222 | |
] | |
}, | |
"properties": { | |
"id": "1345", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hoge_Berg", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.137222, | |
50.8164 | |
] | |
}, | |
"properties": { | |
"id": "1346", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brighton_Pier", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.6604, | |
45.8891 | |
] | |
}, | |
"properties": { | |
"id": "1347", | |
"url": "https://commons.wikimedia.org/wiki/Category:C%C3%A2lnic_fort", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.32, | |
-23.974194444444 | |
] | |
}, | |
"properties": { | |
"id": "1348", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bas%C3%ADlica_de_Santo_Ant%C3%B4nio_do_Embar%C3%A9", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.09625, | |
43.879722 | |
] | |
}, | |
"properties": { | |
"id": "1349", | |
"url": "https://commons.wikimedia.org/wiki/Category:Biblioteca_Roncioniana", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.561727694805, | |
32.688773911037 | |
] | |
}, | |
"properties": { | |
"id": "1350", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tell_Ubeidiya", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.764642, | |
37.872294 | |
] | |
}, | |
"properties": { | |
"id": "1351", | |
"url": "https://commons.wikimedia.org/wiki/Category:Estadio_Nuevo_Arc%C3%A1ngel", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4787, | |
66.302 | |
] | |
}, | |
"properties": { | |
"id": "1352", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sjona_kirke", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.1391, | |
33.0084 | |
] | |
}, | |
"properties": { | |
"id": "1353", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tel_Kabri", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.6511, | |
39.3197 | |
] | |
}, | |
"properties": { | |
"id": "1354", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shaarei_Tfiloh_Synagogue", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.428611, | |
35.383056 | |
] | |
}, | |
"properties": { | |
"id": "1355", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_Smith_National_Cemetery", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.999444444444, | |
45.025277777778 | |
] | |
}, | |
"properties": { | |
"id": "1356", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kuban_Stadium", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.011039, | |
41.388012 | |
] | |
}, | |
"properties": { | |
"id": "1357", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cal_Si%C3%B3_(Sant_Vicen%C3%A7_dels_Horts)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.489826, | |
54.717407 | |
] | |
}, | |
"properties": { | |
"id": "1358", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baltika_Stadium", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.2616267, | |
48.7149903 | |
] | |
}, | |
"properties": { | |
"id": "1359", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Holy_Spirit,_Ko%C5%A1ice", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.80833, | |
51.9522 | |
] | |
}, | |
"properties": { | |
"id": "1360", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steinberg_(Leinebergland)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9433, | |
40.71 | |
] | |
}, | |
"properties": { | |
"id": "1361", | |
"url": "https://commons.wikimedia.org/wiki/Category:Williamsburg_Houses", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.91999, | |
49.97918 | |
] | |
}, | |
"properties": { | |
"id": "1362", | |
"url": "https://commons.wikimedia.org/wiki/Category:Siegfrieds_Mechanisches_Musikkabinett", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3672, | |
48.2072 | |
] | |
}, | |
"properties": { | |
"id": "1363", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stallburg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
85.86861111, | |
20.48111111 | |
] | |
}, | |
"properties": { | |
"id": "1364", | |
"url": "https://commons.wikimedia.org/wiki/Category:Barabati_Stadium", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.0192, | |
46.8742 | |
] | |
}, | |
"properties": { | |
"id": "1365", | |
"url": "https://commons.wikimedia.org/wiki/Category:R%C3%BCchi", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.6691, | |
53.158 | |
] | |
}, | |
"properties": { | |
"id": "1366", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Helen's_Church,_Tarporley", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.696, | |
43.407 | |
] | |
}, | |
"properties": { | |
"id": "1367", | |
"url": "https://commons.wikimedia.org/wiki/Category:Centre_R%C3%A9gional_d'Art_Contemporain", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.8925, | |
40.770555555556 | |
] | |
}, | |
"properties": { | |
"id": "1368", | |
"url": "https://commons.wikimedia.org/wiki/Category:Temple_Square", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.0191666666667, | |
45.929444444444 | |
] | |
}, | |
"properties": { | |
"id": "1369", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Generoso", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
129.283333, | |
34.46425 | |
] | |
}, | |
"properties": { | |
"id": "1370", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kaijin-jinja", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.4464, | |
7.25333 | |
] | |
}, | |
"properties": { | |
"id": "1371", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alagalla_Mountain_Range", | |
"country": "Sri Lanka", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.187936, | |
51.5087 | |
] | |
}, | |
"properties": { | |
"id": "1372", | |
"url": "https://commons.wikimedia.org/wiki/Category:Elfin_Oak", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.072777777778, | |
38.907222222222 | |
] | |
}, | |
"properties": { | |
"id": "1373", | |
"url": "https://commons.wikimedia.org/wiki/Category:Georgetown_University", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.877777777778, | |
41.520833333333 | |
] | |
}, | |
"properties": { | |
"id": "1374", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ograzhden", | |
"country": "North Macedonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4681, | |
52.4225 | |
] | |
}, | |
"properties": { | |
"id": "1375", | |
"url": "https://commons.wikimedia.org/wiki/Category:Landschaftsschutzgebiet_Vogelschutzgebiet_am_Wildmeisterdamm_in_Rudow", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.6797222222222, | |
43.314722222222 | |
] | |
}, | |
"properties": { | |
"id": "1376", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gernikako_Arbola", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.487602777778, | |
50.633097222222 | |
] | |
}, | |
"properties": { | |
"id": "1377", | |
"url": "https://commons.wikimedia.org/wiki/Category:Quarksteine", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.87416667, | |
39.12722222 | |
] | |
}, | |
"properties": { | |
"id": "1378", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roman_Catholic_Archdiocese_of_Kansas_City_in_Kansas", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.006581, | |
48.637044 | |
] | |
}, | |
"properties": { | |
"id": "1379", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Sainte-Th%C3%A9r%C3%A8se_d'Avila_de_Niderhoff", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.19, | |
52.574 | |
] | |
}, | |
"properties": { | |
"id": "1380", | |
"url": "https://commons.wikimedia.org/wiki/Category:Flag_Fen", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8811111111111, | |
50.418611111111 | |
] | |
}, | |
"properties": { | |
"id": "1381", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%8Ele_de_Dave", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.1186111111111, | |
41.4225 | |
] | |
}, | |
"properties": { | |
"id": "1382", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tibidabo", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.532303, | |
44.673736 | |
] | |
}, | |
"properties": { | |
"id": "1383", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Vaillac", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.33533, | |
41.62594 | |
] | |
}, | |
"properties": { | |
"id": "1384", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castillo_de_Bell-lloc", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.34591667, | |
58.12433333 | |
] | |
}, | |
"properties": { | |
"id": "1385", | |
"url": "https://commons.wikimedia.org/wiki/Category:Floby_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.082119444444444, | |
51.515525 | |
] | |
}, | |
"properties": { | |
"id": "1386", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Ethelburga,_Bishopsgate", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.36431, | |
37.24805 | |
] | |
}, | |
"properties": { | |
"id": "1388", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bolkar_Mountains", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.385555555556, | |
43.652222222222 | |
] | |
}, | |
"properties": { | |
"id": "1389", | |
"url": "https://commons.wikimedia.org/wiki/Category:Osgoode_Hall", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.754194444444, | |
37.987169444444 | |
] | |
}, | |
"properties": { | |
"id": "1390", | |
"url": "https://commons.wikimedia.org/wiki/Category:Apostolos_Nikolaidis_Stadium", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.2611372, | |
50.4216181 | |
] | |
}, | |
"properties": { | |
"id": "1391", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kratochv%C3%ADlova_rozhledna", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-157.837, | |
21.5206 | |
] | |
}, | |
"properties": { | |
"id": "1392", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kualoa_Ranch", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.682222, | |
50.110278 | |
] | |
}, | |
"properties": { | |
"id": "1393", | |
"url": "https://commons.wikimedia.org/wiki/Category:R%C3%B6merberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.10416667, | |
48.78361111 | |
] | |
}, | |
"properties": { | |
"id": "1394", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ol%C5%A1ina_(pond)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.033247, | |
49.841775 | |
] | |
}, | |
"properties": { | |
"id": "1395", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lubomirski_Palace,_Lviv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.88075, | |
42.36902 | |
] | |
}, | |
"properties": { | |
"id": "1396", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_del_Campese_(Isola_del_Giglio)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.1347222222222, | |
43.268611111111 | |
] | |
}, | |
"properties": { | |
"id": "1397", | |
"url": "https://commons.wikimedia.org/wiki/Category:Altxerri_Cave", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.03305556, | |
61.25416667 | |
] | |
}, | |
"properties": { | |
"id": "1398", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rots_skans", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.80267, | |
53.2968 | |
] | |
}, | |
"properties": { | |
"id": "1399", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bodysgallen_Hall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.86223, | |
60.57066 | |
] | |
}, | |
"properties": { | |
"id": "1400", | |
"url": "https://commons.wikimedia.org/wiki/Category:Askainen_Knights_Park", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
75.34343611, | |
19.88878611 | |
] | |
}, | |
"properties": { | |
"id": "1401", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gates_in_Aurangabad", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.145555555556, | |
49.175277777778 | |
] | |
}, | |
"properties": { | |
"id": "1402", | |
"url": "https://commons.wikimedia.org/wiki/Category:V%C3%BDchodn%C3%A1_Vysok%C3%A1", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.5166, | |
47.8463 | |
] | |
}, | |
"properties": { | |
"id": "1403", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96sterreichisches_J%C3%BCdisches_Museum", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.32444, | |
52.8919 | |
] | |
}, | |
"properties": { | |
"id": "1404", | |
"url": "https://commons.wikimedia.org/wiki/Category:Visbeker_Braut", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.0002, | |
53.0158 | |
] | |
}, | |
"properties": { | |
"id": "1405", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heilig-Geist-Kapelle_(Angerm%C3%BCnde)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.51109167, | |
15.60598889 | |
] | |
}, | |
"properties": { | |
"id": "1406", | |
"url": "https://commons.wikimedia.org/wiki/Category:Friendship_Hall_Khartoum", | |
"country": "Sudan", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
150.4944, | |
-23.3935 | |
] | |
}, | |
"properties": { | |
"id": "1407", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rudd_Residence", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.62, | |
51.45 | |
] | |
}, | |
"properties": { | |
"id": "1408", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hotwells,_Bristol", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.38591, | |
50.1253 | |
] | |
}, | |
"properties": { | |
"id": "1409", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Wiesb%C3%BCtt-Moor", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.2172, | |
48.143 | |
] | |
}, | |
"properties": { | |
"id": "1410", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Martin_de_Rumilly-l%C3%A8s-Vaudes", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
102.614, | |
17.9652 | |
] | |
}, | |
"properties": { | |
"id": "1411", | |
"url": "https://commons.wikimedia.org/wiki/Category:Talat_Sao", | |
"country": "Laos", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.49354, | |
49.4905 | |
] | |
}, | |
"properties": { | |
"id": "1412", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C3%BCdischer_Friedhof_Mannheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3711, | |
48.212 | |
] | |
}, | |
"properties": { | |
"id": "1413", | |
"url": "https://commons.wikimedia.org/wiki/Category:Andromedabrunnen", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.995, | |
57.693055555556 | |
] | |
}, | |
"properties": { | |
"id": "1414", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kanonen,_Liseberg", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-42.62508333, | |
-19.52869444 | |
] | |
}, | |
"properties": { | |
"id": "1415", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igreja_Matriz_de_S%C3%A3o_Sebasti%C3%A3o_(Coronel_Fabriciano)", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.158774, | |
51.502497 | |
] | |
}, | |
"properties": { | |
"id": "1416", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kuwaiti_Embassy,_London", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3842, | |
49.9094 | |
] | |
}, | |
"properties": { | |
"id": "1417", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mari%C3%A4_Himmelfahrt_(Wondreb)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.50669, | |
45.31008 | |
] | |
}, | |
"properties": { | |
"id": "1418", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_delle_Grazie_(Lodi)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.51666666667, | |
35.2775 | |
] | |
}, | |
"properties": { | |
"id": "1419", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kakimoto_Dam", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.8506167, | |
52.496525 | |
] | |
}, | |
"properties": { | |
"id": "1420", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mark's_Church,_Washwood_Heath", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.0783, | |
47.8222 | |
] | |
}, | |
"properties": { | |
"id": "1422", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wallfahrtskirche_Heilig_Kreuz_(Westerndorf_am_Wasen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
91.6195614, | |
22.7470148 | |
] | |
}, | |
"properties": { | |
"id": "1423", | |
"url": "https://commons.wikimedia.org/wiki/Category:Napittachora_Waterfalls", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.19546, | |
48.103 | |
] | |
}, | |
"properties": { | |
"id": "1424", | |
"url": "https://commons.wikimedia.org/wiki/Category:Adlerschanze_(Sch%C3%B6nwald)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-157.869194, | |
21.328333 | |
] | |
}, | |
"properties": { | |
"id": "1425", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hawaii_Kotohira_Jinsha_%E2%80%93_Hawaii_Dazaifu_Tenmangu", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.9905, | |
52.9966 | |
] | |
}, | |
"properties": { | |
"id": "1426", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rhosydd_quarry", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
150.9234, | |
-33.9207 | |
] | |
}, | |
"properties": { | |
"id": "1427", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Luke_Church_(Liverpool,_New_South_Wales)", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.3464, | |
43.6479 | |
] | |
}, | |
"properties": { | |
"id": "1428", | |
"url": "https://commons.wikimedia.org/wiki/Category:Toronto_Waterfront", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.415554, | |
41.281886 | |
] | |
}, | |
"properties": { | |
"id": "1429", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Trani", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.40426944, | |
50.08117222 | |
] | |
}, | |
"properties": { | |
"id": "1430", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pomn%C3%ADk_ob%C4%9Btem_komunismu_(Praha,_%C3%9Ajezd)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.1044, | |
44.9333 | |
] | |
}, | |
"properties": { | |
"id": "1431", | |
"url": "https://commons.wikimedia.org/wiki/Category:Smith_Avenue_High_Bridge_(1987)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.24028, | |
48.5492 | |
] | |
}, | |
"properties": { | |
"id": "1432", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rocher_de_Mutzig", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.99140833, | |
50.8556 | |
] | |
}, | |
"properties": { | |
"id": "1433", | |
"url": "https://commons.wikimedia.org/wiki/Category:Buttes_New_British_Cemetery_(New_Zealand)_Memorial,_Polygon_Wood", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
142.78, | |
-38.563 | |
] | |
}, | |
"properties": { | |
"id": "1434", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bay_of_Islands_Coastal_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.15346, | |
52.05879 | |
] | |
}, | |
"properties": { | |
"id": "1435", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Hubertus_(Wohldenberg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.420305, | |
38.970313 | |
] | |
}, | |
"properties": { | |
"id": "1436", | |
"url": "https://commons.wikimedia.org/wiki/Category:Capela_de_S%C3%A3o_Sebasti%C3%A3o_(Ericeira)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0583, | |
47.8053 | |
] | |
}, | |
"properties": { | |
"id": "1437", | |
"url": "https://commons.wikimedia.org/wiki/Category:Franziskischl%C3%B6ssl", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.00215278, | |
39.21676111 | |
] | |
}, | |
"properties": { | |
"id": "1438", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Santa_Mar%C3%ADa_del_Mercado,_Alburquerque", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.7179, | |
50.7714 | |
] | |
}, | |
"properties": { | |
"id": "1439", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brakelbos", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.21396, | |
44.352035 | |
] | |
}, | |
"properties": { | |
"id": "1440", | |
"url": "https://commons.wikimedia.org/wiki/Category:Circolo_Golf_e_Tennis_Rapallo", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.705, | |
51.548 | |
] | |
}, | |
"properties": { | |
"id": "1441", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prittlewell", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.8383, | |
34.9129 | |
] | |
}, | |
"properties": { | |
"id": "1442", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trooditissa_Monastery", | |
"country": "Cyprus", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.577222, | |
41.986944 | |
] | |
}, | |
"properties": { | |
"id": "1444", | |
"url": "https://commons.wikimedia.org/wiki/Category:Buffalo_Grove_Lime_Kiln", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-59.630833333333, | |
13.135555555556 | |
] | |
}, | |
"properties": { | |
"id": "1445", | |
"url": "https://commons.wikimedia.org/wiki/Category:3Ws_Oval", | |
"country": "Barbados", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4, | |
50.09027778 | |
] | |
}, | |
"properties": { | |
"id": "1447", | |
"url": "https://commons.wikimedia.org/wiki/Category:Star%C3%A9_probo%C5%A1tstv%C3%AD_(Pra%C5%BEsk%C3%BD_hrad)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.95848620118, | |
57.668147455029 | |
] | |
}, | |
"properties": { | |
"id": "1448", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%84ngg%C3%A5rdsbergen", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.1757, | |
48.6294 | |
] | |
}, | |
"properties": { | |
"id": "1449", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abtei_Schweiklberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.144271, | |
22.498091 | |
] | |
}, | |
"properties": { | |
"id": "1450", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wong_Tai_Temple", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.216944, | |
33.389444 | |
] | |
}, | |
"properties": { | |
"id": "1451", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kasegawa_Dam", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.4906, | |
50.0585 | |
] | |
}, | |
"properties": { | |
"id": "1452", | |
"url": "https://commons.wikimedia.org/wiki/Category:Our_Lady_of_the_Snow_church_in_Przeworsk", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.080833, | |
41.526667 | |
] | |
}, | |
"properties": { | |
"id": "1453", | |
"url": "https://commons.wikimedia.org/wiki/Category:Norwich_city_hall,_Connecticut", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4303, | |
50.5306 | |
] | |
}, | |
"properties": { | |
"id": "1454", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sukorady_(Sn%C4%9Bdovice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.9035472222222, | |
51.984088888889 | |
] | |
}, | |
"properties": { | |
"id": "1455", | |
"url": "https://commons.wikimedia.org/wiki/Category:Path%C3%A9_Arnhem", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.1097116, | |
56.9590397 | |
] | |
}, | |
"properties": { | |
"id": "1456", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alberta_iela_(Riga)", | |
"country": "Latvia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.67888889, | |
40.14777778 | |
] | |
}, | |
"properties": { | |
"id": "1457", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rio_Arunca", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.15, | |
34.36 | |
] | |
}, | |
"properties": { | |
"id": "1458", | |
"url": "https://commons.wikimedia.org/wiki/Category:Conejo_Valley", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.58282, | |
45.479979 | |
] | |
}, | |
"properties": { | |
"id": "1459", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_du_Bonheur-d'Occasion", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.01867, | |
44.13433 | |
] | |
}, | |
"properties": { | |
"id": "1460", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oratorio_dei_Bianchi_(Fosdinovo)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.8327, | |
49.4095 | |
] | |
}, | |
"properties": { | |
"id": "1461", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mittelburg_(Neckarsteinach)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.2774, | |
36.8786 | |
] | |
}, | |
"properties": { | |
"id": "1462", | |
"url": "https://commons.wikimedia.org/wiki/Category:Virginia_Zoological_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.95056, | |
52.36139 | |
] | |
}, | |
"properties": { | |
"id": "1464", | |
"url": "https://commons.wikimedia.org/wiki/Category:Flevopark", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.3714215, | |
39.4683508 | |
] | |
}, | |
"properties": { | |
"id": "1465", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cine_Metropol,_Val%C3%A8ncia", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.8421, | |
44.87026 | |
] | |
}, | |
"properties": { | |
"id": "1466", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pula_town_hall", | |
"country": "Croatia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.893933449798, | |
48.377264806979 | |
] | |
}, | |
"properties": { | |
"id": "1467", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fischertor_Augsburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-64.779955555556, | |
45.610636111111 | |
] | |
}, | |
"properties": { | |
"id": "1468", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cape_Enrage", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
44.8075, | |
41.686111111111 | |
] | |
}, | |
"properties": { | |
"id": "1469", | |
"url": "https://commons.wikimedia.org/wiki/Category:Botanical_Garden,_Tbilisi", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.0, | |
0.0 | |
] | |
}, | |
"properties": { | |
"id": "1470", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gulf_of_Tomini", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.26223, | |
35.13757 | |
] | |
}, | |
"properties": { | |
"id": "1471", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moriya_Beach_(Katsuura)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.654439, | |
51.418134 | |
] | |
}, | |
"properties": { | |
"id": "1472", | |
"url": "https://commons.wikimedia.org/wiki/Category:Welfenschloss_(Hann._M%C3%BCnden)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.03, | |
4.213 | |
] | |
}, | |
"properties": { | |
"id": "1473", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lambir_Hills_National_Park", | |
"country": "Malaysia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
113.775, | |
22.2824 | |
] | |
}, | |
"properties": { | |
"id": "1474", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hong_Kong%E2%80%93Zhuhai%E2%80%93Macau_Bridge", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.51667, | |
51.875 | |
] | |
}, | |
"properties": { | |
"id": "1475", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgberg_(H%C3%B6henzug)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.83472222, | |
48.49116667 | |
] | |
}, | |
"properties": { | |
"id": "1476", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abbaye_Notre-Dame_du_Tronchet", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.5844352, | |
23.9772518 | |
] | |
}, | |
"properties": { | |
"id": "1477", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sheng-An_Temple", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.554387, | |
48.487922 | |
] | |
}, | |
"properties": { | |
"id": "1478", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Pellendorf", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.6328, | |
50.2875 | |
] | |
}, | |
"properties": { | |
"id": "1479", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Jewish_cemetery_in_Lib%C4%9B%C5%A1ice_u_%C5%BDatce", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.263222, | |
35.529944 | |
] | |
}, | |
"properties": { | |
"id": "1480", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mani-ji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.059722222222, | |
59.314444444444 | |
] | |
}, | |
"properties": { | |
"id": "1482", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bergsgruvan", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.77194444, | |
52.415 | |
] | |
}, | |
"properties": { | |
"id": "1484", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klieversberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.9686, | |
50.259 | |
] | |
}, | |
"properties": { | |
"id": "1485", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arkaden_(Coburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8263888888889, | |
46.120555555556 | |
] | |
}, | |
"properties": { | |
"id": "1486", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lac_de_la_Vogealle", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.491667, | |
78.25 | |
] | |
}, | |
"properties": { | |
"id": "1487", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hotellneset", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.502726, | |
45.351806 | |
] | |
}, | |
"properties": { | |
"id": "1488", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_de_Rives_(Is%C3%A8re)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.498, | |
36.386 | |
] | |
}, | |
"properties": { | |
"id": "1489", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gray_Fossil_Site", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.3094444444444, | |
43.282222222222 | |
] | |
}, | |
"properties": { | |
"id": "1490", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ratonneau", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.36027777777778, | |
51.411666666667 | |
] | |
}, | |
"properties": { | |
"id": "1492", | |
"url": "https://commons.wikimedia.org/wiki/Category:Garrick's_Eyot", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.49361111, | |
43.60805556 | |
] | |
}, | |
"properties": { | |
"id": "1493", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blidinje_Lake", | |
"country": "Bosnia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.6447527777778, | |
52.045552777778 | |
] | |
}, | |
"properties": { | |
"id": "1494", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oude_Gemeentelijke_Begraafplaats_Kerkweg-West", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.62555552, | |
47.75444412 | |
] | |
}, | |
"properties": { | |
"id": "1495", | |
"url": "https://commons.wikimedia.org/wiki/Category:Niedereggenen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.32803056, | |
45.73920278 | |
] | |
}, | |
"properties": { | |
"id": "1496", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arch_of_Augustus_(Aosta)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4444, | |
47.0748 | |
] | |
}, | |
"properties": { | |
"id": "1497", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadtpark_Graz", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.669044, | |
41.763287 | |
] | |
}, | |
"properties": { | |
"id": "1498", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Creu_de_Fonollosa", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.87916667, | |
54.89805556 | |
] | |
}, | |
"properties": { | |
"id": "1500", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santakos_parkas_(Kaunas)", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.7405, | |
42.2795 | |
] | |
}, | |
"properties": { | |
"id": "1501", | |
"url": "https://commons.wikimedia.org/wiki/Category:State_Theatre_(Ann_Arbor,_Michigan)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.665446249963, | |
49.217858920189 | |
] | |
}, | |
"properties": { | |
"id": "1502", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Jakob_(Cham,_Oberpfalz)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.09188, | |
48.14189 | |
] | |
}, | |
"properties": { | |
"id": "1503", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chatam_Sofer_Memorial,_Bratislava", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6962, | |
52.901 | |
] | |
}, | |
"properties": { | |
"id": "1504", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Michael's_Church,_Church_Broughton", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.4831, | |
44.2294 | |
] | |
}, | |
"properties": { | |
"id": "1505", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._George's_Cathedral_(Kingston,_Ontario)", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4277, | |
50.4303 | |
] | |
}, | |
"properties": { | |
"id": "1506", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%9Alibick%C3%A1_ba%C5%BEantnice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.589167, | |
39.100833 | |
] | |
}, | |
"properties": { | |
"id": "1507", | |
"url": "https://commons.wikimedia.org/wiki/Category:Immaculate_Conception_Cathedral_(Kansas_City,_Missouri)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.30243, | |
45.54699 | |
] | |
}, | |
"properties": { | |
"id": "1508", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_Somaglia-Balconi_(Brugherio)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.35216389, | |
40.48768889 | |
] | |
}, | |
"properties": { | |
"id": "1509", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brush_Mountain_(Blair_County,_Pennsylvania)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2377, | |
50.808 | |
] | |
}, | |
"properties": { | |
"id": "1510", | |
"url": "https://commons.wikimedia.org/wiki/Category:Planetarium_Bad_Salzungen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.806, | |
54.458 | |
] | |
}, | |
"properties": { | |
"id": "1511", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tully_Castle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.43333333333, | |
37.766666666667 | |
] | |
}, | |
"properties": { | |
"id": "1512", | |
"url": "https://commons.wikimedia.org/wiki/Category:Duboce_Triangle,_San_Francisco", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.3034, | |
50.8491 | |
] | |
}, | |
"properties": { | |
"id": "1513", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C4%8Cern%C3%A1_jez%C3%ADrka", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.27983, | |
40.29303 | |
] | |
}, | |
"properties": { | |
"id": "1514", | |
"url": "https://commons.wikimedia.org/wiki/Category:Green_Hill_Cemetery,_Gallipoli", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.8303, | |
47.0255 | |
] | |
}, | |
"properties": { | |
"id": "1515", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stephen_the_Great_Monument,_Chi%C8%99in%C4%83u", | |
"country": "Moldova", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.4197216, | |
47.10194397 | |
] | |
}, | |
"properties": { | |
"id": "1516", | |
"url": "https://commons.wikimedia.org/wiki/Category:Innerer_Knorrkogel", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.70372, | |
41.4507 | |
] | |
}, | |
"properties": { | |
"id": "1517", | |
"url": "https://commons.wikimedia.org/wiki/Category:Can_Carles_(Sant_Pere_de_Riudebitlles)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.5842, | |
47.6569 | |
] | |
}, | |
"properties": { | |
"id": "1518", | |
"url": "https://commons.wikimedia.org/wiki/Category:Winklmoos-Alm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.71111, | |
52.01222 | |
] | |
}, | |
"properties": { | |
"id": "1519", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waag_(Gouda)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4383, | |
47.0709 | |
] | |
}, | |
"properties": { | |
"id": "1520", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hauptplatz,_Graz", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.553, | |
-32.734 | |
] | |
}, | |
"properties": { | |
"id": "1521", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maitland_Synagogue", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.795, | |
55.677 | |
] | |
}, | |
"properties": { | |
"id": "1522", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lindisfarne_National_Nature_Reserve", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.65166667, | |
43.08777778 | |
] | |
}, | |
"properties": { | |
"id": "1523", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_SS._Peter_and_Paul,_Veliko_Tarnovo", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.75425, | |
53.7926 | |
] | |
}, | |
"properties": { | |
"id": "1524", | |
"url": "https://commons.wikimedia.org/wiki/Category:City_Park,_Bradford", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.555, | |
35.573056 | |
] | |
}, | |
"properties": { | |
"id": "1525", | |
"url": "https://commons.wikimedia.org/wiki/Category:Smith-McDowell_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.90283, | |
29.49097 | |
] | |
}, | |
"properties": { | |
"id": "1526", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taba_border_crossing", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8606, | |
51.1765 | |
] | |
}, | |
"properties": { | |
"id": "1527", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Elisabeth_(D%C3%BCsseldorf-Reisholz)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.03, | |
48.3034 | |
] | |
}, | |
"properties": { | |
"id": "1528", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dome_Peak", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.40166667, | |
52.53 | |
] | |
}, | |
"properties": { | |
"id": "1529", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torstra%C3%9Fe_(Berlin)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.262638888889, | |
59.371194444444 | |
] | |
}, | |
"properties": { | |
"id": "1530", | |
"url": "https://commons.wikimedia.org/wiki/Category:Duvholmen", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.060555555556, | |
59.331388888889 | |
] | |
}, | |
"properties": { | |
"id": "1531", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nils_Ferlins_torg", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.49694444, | |
55.65722222 | |
] | |
}, | |
"properties": { | |
"id": "1532", | |
"url": "https://commons.wikimedia.org/wiki/Category:Central_Tourist_House", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.11472222, | |
32.6025 | |
] | |
}, | |
"properties": { | |
"id": "1533", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Diego_National_Wildlife_Refuge", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.752167, | |
35.035 | |
] | |
}, | |
"properties": { | |
"id": "1534", | |
"url": "https://commons.wikimedia.org/wiki/Category:Honpoji_(Kyoto)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.517, | |
50.1667 | |
] | |
}, | |
"properties": { | |
"id": "1535", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nicola_Lake", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.1458392, | |
38.7452139 | |
] | |
}, | |
"properties": { | |
"id": "1536", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chafariz_de_Entrecampos", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.4975, | |
63.0169 | |
] | |
}, | |
"properties": { | |
"id": "1537", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%85sskard_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.2876, | |
57.7657 | |
] | |
}, | |
"properties": { | |
"id": "1538", | |
"url": "https://commons.wikimedia.org/wiki/Category:Br%C3%A5neryds_kyrkog%C3%A5rd", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.3259, | |
36.8325 | |
] | |
}, | |
"properties": { | |
"id": "1539", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pine_Flat_Lake", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.52703, | |
55.4928 | |
] | |
}, | |
"properties": { | |
"id": "1541", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kolding_Fjord", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.8212206, | |
47.1673114 | |
] | |
}, | |
"properties": { | |
"id": "1542", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muttersbergseilbahn", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.64454, | |
50.28599 | |
] | |
}, | |
"properties": { | |
"id": "1543", | |
"url": "https://commons.wikimedia.org/wiki/Category:Slapton_Sands", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.791, | |
53.841 | |
] | |
}, | |
"properties": { | |
"id": "1544", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roberts_Park,_Saltaire", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-56.204111111111, | |
-34.907 | |
] | |
}, | |
"properties": { | |
"id": "1545", | |
"url": "https://commons.wikimedia.org/wiki/Category:Catedral_de_Montevideo", | |
"country": "Uruguay", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.0794, | |
55.6808 | |
] | |
}, | |
"properties": { | |
"id": "1546", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kalundborg_Museum", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.974722, | |
37.388889 | |
] | |
}, | |
"properties": { | |
"id": "1547", | |
"url": "https://commons.wikimedia.org/wiki/Category:Todo_no_Mori_Water_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.9794, | |
49.9681 | |
] | |
}, | |
"properties": { | |
"id": "1548", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Holy_Spirit_(%C5%A0umperk)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.22472191, | |
47.00749969 | |
] | |
}, | |
"properties": { | |
"id": "1549", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hohes_Kreuz_(Venedigergruppe)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.796, | |
35.6559 | |
] | |
}, | |
"properties": { | |
"id": "1550", | |
"url": "https://commons.wikimedia.org/wiki/Category:Toyosu_Center_Building", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
83.0766, | |
54.8684 | |
] | |
}, | |
"properties": { | |
"id": "1551", | |
"url": "https://commons.wikimedia.org/wiki/Category:Novosibirsk_Railway_Museum", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.897936, | |
47.555551 | |
] | |
}, | |
"properties": { | |
"id": "1552", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_zum_Licht,_Frauenfeld", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.150506, | |
34.926178 | |
] | |
}, | |
"properties": { | |
"id": "1553", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C5%8Dfuku-ji_(Mimasaka)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.29111111111, | |
46.9825 | |
] | |
}, | |
"properties": { | |
"id": "1554", | |
"url": "https://commons.wikimedia.org/wiki/Category:Potholes_Reservoir", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.018, | |
46.7264 | |
] | |
}, | |
"properties": { | |
"id": "1555", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kibbie_Dome", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
33.089166666667, | |
57.181666666667 | |
] | |
}, | |
"properties": { | |
"id": "1557", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klichen_Island", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
101.38962, | |
0.48363 | |
] | |
}, | |
"properties": { | |
"id": "1558", | |
"url": "https://commons.wikimedia.org/wiki/Category:Riau_Main_Stadium", | |
"country": "Indonesia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.1911, | |
52.7676 | |
] | |
}, | |
"properties": { | |
"id": "1559", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Assumption_of_the_Archangel_Michael_in_Bielsk_Podlaski", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.30667, | |
41.43526 | |
] | |
}, | |
"properties": { | |
"id": "1560", | |
"url": "https://commons.wikimedia.org/wiki/Category:Multiusos_de_Guimar%C3%A3es", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.6875, | |
50.1081 | |
] | |
}, | |
"properties": { | |
"id": "1561", | |
"url": "https://commons.wikimedia.org/wiki/Category:Neuer_Portikus", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.5267, | |
50.05454 | |
] | |
}, | |
"properties": { | |
"id": "1562", | |
"url": "https://commons.wikimedia.org/wiki/Category:Varennes_Military_Cemetery", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4397, | |
47.0696 | |
] | |
}, | |
"properties": { | |
"id": "1563", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zeughaus_(Graz)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6666666666667, | |
47.083333333333 | |
] | |
}, | |
"properties": { | |
"id": "1564", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lac_de_Grand-Lieu", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.112222, | |
41.541111 | |
] | |
}, | |
"properties": { | |
"id": "1565", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sal%C3%B3_Imperial", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.0889, | |
43.1078 | |
] | |
}, | |
"properties": { | |
"id": "1566", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89tang_de_Gruissan", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.84627, | |
41.6991 | |
] | |
}, | |
"properties": { | |
"id": "1567", | |
"url": "https://commons.wikimedia.org/wiki/Category:Can_Grau_(Lloret_de_Mar)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.8862, | |
49.8883 | |
] | |
}, | |
"properties": { | |
"id": "1568", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Stephan_(Bamberg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.084883, | |
52.086347 | |
] | |
}, | |
"properties": { | |
"id": "1569", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dominicuskerk_(Utrecht)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.9943309, | |
44.3881963 | |
] | |
}, | |
"properties": { | |
"id": "1570", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_Mille_(Genoa)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
141.415528, | |
43.119573 | |
] | |
}, | |
"properties": { | |
"id": "1571", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sapporo_Satoland", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.2828, | |
48.1474 | |
] | |
}, | |
"properties": { | |
"id": "1572", | |
"url": "https://commons.wikimedia.org/wiki/Category:Erl%C3%B6serkirche_(Liesing)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.4655, | |
53.382 | |
] | |
}, | |
"properties": { | |
"id": "1573", | |
"url": "https://commons.wikimedia.org/wiki/Category:O2_Academy_Sheffield", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-25.520277777778, | |
37.823333333333 | |
] | |
}, | |
"properties": { | |
"id": "1574", | |
"url": "https://commons.wikimedia.org/wiki/Category:Matriz_(Ribeira_Grande)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.92029, | |
55.76798 | |
] | |
}, | |
"properties": { | |
"id": "1575", | |
"url": "https://commons.wikimedia.org/wiki/Category:Great_Cumbrae_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
176.45, | |
-38.2 | |
] | |
}, | |
"properties": { | |
"id": "1576", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Tarawera", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.525, | |
38.3625 | |
] | |
}, | |
"properties": { | |
"id": "1577", | |
"url": "https://commons.wikimedia.org/wiki/Category:Calabazas_Creek", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.125, | |
-33.763 | |
] | |
}, | |
"properties": { | |
"id": "1578", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gluepot_Reserve", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
118.755, | |
32.051944444444 | |
] | |
}, | |
"properties": { | |
"id": "1579", | |
"url": "https://commons.wikimedia.org/wiki/Category:Qingliangshan_Park", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.88416667, | |
37.72666667 | |
] | |
}, | |
"properties": { | |
"id": "1580", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Mary's_of_the_Barrens_Catholic_Church_(Perryville,_Missouri)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.2552, | |
51.9538 | |
] | |
}, | |
"properties": { | |
"id": "1581", | |
"url": "https://commons.wikimedia.org/wiki/Category:Purwell_Meadows", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.819444, | |
34.952278 | |
] | |
}, | |
"properties": { | |
"id": "1582", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sanb%C5%8D-in", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.9881, | |
31.5958 | |
] | |
}, | |
"properties": { | |
"id": "1583", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Carmel_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.91666667, | |
58.35 | |
] | |
}, | |
"properties": { | |
"id": "1584", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C3%A4ve%C3%A5n", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.25527777778, | |
52.190833333333 | |
] | |
}, | |
"properties": { | |
"id": "1585", | |
"url": "https://commons.wikimedia.org/wiki/Category:Athabasca_Glacier", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-116.425, | |
33.5233 | |
] | |
}, | |
"properties": { | |
"id": "1586", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Bernardino_National_Forest", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.92241944, | |
43.82242778 | |
] | |
}, | |
"properties": { | |
"id": "1587", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Giorgio_(Porciano)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.780833, | |
42.189444 | |
] | |
}, | |
"properties": { | |
"id": "1589", | |
"url": "https://commons.wikimedia.org/wiki/Category:Andes_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.9067, | |
44.1372 | |
] | |
}, | |
"properties": { | |
"id": "1591", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sugarbush_Resort", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.571, | |
37.8919 | |
] | |
}, | |
"properties": { | |
"id": "1592", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muir_Woods_National_Monument", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.421198, | |
56.879502 | |
] | |
}, | |
"properties": { | |
"id": "1593", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Cairnwell", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.1833583333333, | |
52.208105555556 | |
] | |
}, | |
"properties": { | |
"id": "1594", | |
"url": "https://commons.wikimedia.org/wiki/Category:Laapersveld", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.63361111, | |
60.92694444 | |
] | |
}, | |
"properties": { | |
"id": "1595", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hernes_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.39792, | |
42.34839 | |
] | |
}, | |
"properties": { | |
"id": "1596", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_del_Suffragio_(L'Aquila)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.89191388889, | |
35.154202777778 | |
] | |
}, | |
"properties": { | |
"id": "1597", | |
"url": "https://commons.wikimedia.org/wiki/Category:Matsushige_Lock_Gate", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.50278, | |
52.5722 | |
] | |
}, | |
"properties": { | |
"id": "1599", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Rehdener_Geestmoor", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.284285, | |
45.678139 | |
] | |
}, | |
"properties": { | |
"id": "1600", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_Tiepolo_Passi", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.884891, | |
56.810877 | |
] | |
}, | |
"properties": { | |
"id": "1601", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stob_Coire_an_Laoigh", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.030556, | |
41.896111 | |
] | |
}, | |
"properties": { | |
"id": "1602", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_John's_Lutheran_Church_(Adrian,_Michigan)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.6685805555556, | |
40.966122222222 | |
] | |
}, | |
"properties": { | |
"id": "1603", | |
"url": "https://commons.wikimedia.org/wiki/Category:Campo_de_San_Francisco,_Salamanca", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.38111111, | |
38.44055556 | |
] | |
}, | |
"properties": { | |
"id": "1604", | |
"url": "https://commons.wikimedia.org/wiki/Category:Silver_Oak_Cellars", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.096765, | |
41.999083 | |
] | |
}, | |
"properties": { | |
"id": "1605", | |
"url": "https://commons.wikimedia.org/wiki/Category:Banditaccia_(Cerveteri)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
88.351466, | |
22.5717 | |
] | |
}, | |
"properties": { | |
"id": "1606", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Mission_Church,_Kolkata", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.17985, | |
-22.91259444 | |
] | |
}, | |
"properties": { | |
"id": "1607", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arcos_da_Lapa", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.034122, | |
38.898756 | |
] | |
}, | |
"properties": { | |
"id": "1608", | |
"url": "https://commons.wikimedia.org/wiki/Category:Riggs_National_Bank", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.1698416666667, | |
39.254230555556 | |
] | |
}, | |
"properties": { | |
"id": "1609", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiesa_della_Beata_Maria_Vergine_Assunta_(Selargius)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-149.9875, | |
59.917777777778 | |
] | |
}, | |
"properties": { | |
"id": "1610", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kenai_Fjords_National_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.359, | |
35.8558 | |
] | |
}, | |
"properties": { | |
"id": "1611", | |
"url": "https://commons.wikimedia.org/wiki/Category:Komikado_Jinja", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.5249, | |
50.4533 | |
] | |
}, | |
"properties": { | |
"id": "1612", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Alexander_Cathedral,_Kyiv", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.88991, | |
47.379071 | |
] | |
}, | |
"properties": { | |
"id": "1613", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ruine_Frohburg", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.15788, | |
47.87799 | |
] | |
}, | |
"properties": { | |
"id": "1614", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chapelle_Notre-Dame-de-la-Clart%C3%A9_de_Combrit", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.709722222222, | |
47.2275 | |
] | |
}, | |
"properties": { | |
"id": "1615", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trofimenko_revenue_house", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
109.65444444444, | |
18.210833333333 | |
] | |
}, | |
"properties": { | |
"id": "1616", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yalong_Bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.226, | |
36.5619 | |
] | |
}, | |
"properties": { | |
"id": "1617", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lone_Pine_Peak", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.2803, | |
13.0492 | |
] | |
}, | |
"properties": { | |
"id": "1618", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vivekanandar_Illam", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.0728, | |
44.4409 | |
] | |
}, | |
"properties": { | |
"id": "1619", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_George_-_Plevna,_Bucharest", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-115.175, | |
36.0919 | |
] | |
}, | |
"properties": { | |
"id": "1620", | |
"url": "https://commons.wikimedia.org/wiki/Category:Delano_Las_Vegas", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3484, | |
40.8063 | |
] | |
}, | |
"properties": { | |
"id": "1621", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_del_Bicentenario_(Herculaneum)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.074536, | |
53.117808 | |
] | |
}, | |
"properties": { | |
"id": "1622", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vrije_Baptistengemeente_Bethel", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.6392, | |
49.8342 | |
] | |
}, | |
"properties": { | |
"id": "1623", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Janville", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.82089, | |
52.6894 | |
] | |
}, | |
"properties": { | |
"id": "1624", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Chad's_church,_Lichfield", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
123.3133, | |
41.8071 | |
] | |
}, | |
"properties": { | |
"id": "1625", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shenyang_Railway_Museum", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.83133, | |
47.6327 | |
] | |
}, | |
"properties": { | |
"id": "1626", | |
"url": "https://commons.wikimedia.org/wiki/Category:Patinoire_de_la_communaut%C3%A9_d'agglom%C3%A9ration_belfortaine", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-85.5914, | |
42.2917 | |
] | |
}, | |
"properties": { | |
"id": "1627", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roman_Catholic_Diocese_of_Kalamazoo", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-92.062936, | |
46.723172 | |
] | |
}, | |
"properties": { | |
"id": "1629", | |
"url": "https://commons.wikimedia.org/wiki/Category:Meteor_(ship,_1896)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.7867, | |
50.3025 | |
] | |
}, | |
"properties": { | |
"id": "1630", | |
"url": "https://commons.wikimedia.org/wiki/Category:Peace_Church_in_Zabrze", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.871094388, | |
46.420319922 | |
] | |
}, | |
"properties": { | |
"id": "1632", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._George's_Parish_Church_(Ptuj)", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.3385707, | |
48.4181127 | |
] | |
}, | |
"properties": { | |
"id": "1633", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lincoln_Theatre_(Mount_Vernon,_Washington)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.273056, | |
39.388056 | |
] | |
}, | |
"properties": { | |
"id": "1634", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blue_Jay_Inn", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.409742, | |
35.66225 | |
] | |
}, | |
"properties": { | |
"id": "1635", | |
"url": "https://commons.wikimedia.org/wiki/Category:TakahataFudo", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
65.528556, | |
57.159373 | |
] | |
}, | |
"properties": { | |
"id": "1636", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_to_the_Fighters_of_the_Revolution_(Tyumen)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.63971, | |
49.8113 | |
] | |
}, | |
"properties": { | |
"id": "1637", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_D%C3%BCne_am_Ulvenberg_von_Darmstadt-Eberstadt", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.87222222, | |
32.42111111 | |
] | |
}, | |
"properties": { | |
"id": "1638", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gdor_Reserve", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.05451111, | |
41.96006944 | |
] | |
}, | |
"properties": { | |
"id": "1639", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castell_de_Vulpellac", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.399282, | |
54.2794 | |
] | |
}, | |
"properties": { | |
"id": "1640", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rotunda_Museum", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.97569722, | |
42.40744444 | |
] | |
}, | |
"properties": { | |
"id": "1641", | |
"url": "https://commons.wikimedia.org/wiki/Category:Menhir_de_la_Murtra", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.60796937, | |
55.74956207 | |
] | |
}, | |
"properties": { | |
"id": "1642", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pashkov_house", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.1539, | |
52.409 | |
] | |
}, | |
"properties": { | |
"id": "1643", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wasserturm_Genthin", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.50267, | |
43.84304 | |
] | |
}, | |
"properties": { | |
"id": "1644", | |
"url": "https://commons.wikimedia.org/wiki/Category:Piazza_San_Michele_(Lucca)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.730556, | |
42.946944 | |
] | |
}, | |
"properties": { | |
"id": "1645", | |
"url": "https://commons.wikimedia.org/wiki/Category:Garrison_Cemetery_(Cheektowaga,_New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.621666666667, | |
58.142222222222 | |
] | |
}, | |
"properties": { | |
"id": "1646", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yurshinsky_Island", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.21623, | |
41.878 | |
] | |
}, | |
"properties": { | |
"id": "1647", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castell_de_M%C3%BAnter_(Muntanyola)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.51694444444, | |
35.441111111111 | |
] | |
}, | |
"properties": { | |
"id": "1648", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Ikeda_(Gifu)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.329922, | |
42.811815 | |
] | |
}, | |
"properties": { | |
"id": "1649", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_della_Linguella", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.688222, | |
54.358194 | |
] | |
}, | |
"properties": { | |
"id": "1650", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Anne_chapel_in_Frombork", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.41085, | |
56.4615 | |
] | |
}, | |
"properties": { | |
"id": "1651", | |
"url": "https://commons.wikimedia.org/wiki/Category:Digterparken", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.018, | |
31.291 | |
] | |
}, | |
"properties": { | |
"id": "1652", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Manzala", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.60682, | |
40.66689 | |
] | |
}, | |
"properties": { | |
"id": "1653", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mater_Domini_(Matera)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.1628, | |
60.2269 | |
] | |
}, | |
"properties": { | |
"id": "1654", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vuosaarenhuippu", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
72.8306699, | |
18.9233592 | |
] | |
}, | |
"properties": { | |
"id": "1655", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathedral_of_the_Holy_Name,_Mumbai", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.036666666667, | |
40.9875 | |
] | |
}, | |
"properties": { | |
"id": "1656", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C5%9E%C3%BCkr%C3%BC_Saraco%C4%9Flu_Stadium", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.64179, | |
49.08893 | |
] | |
}, | |
"properties": { | |
"id": "1657", | |
"url": "https://commons.wikimedia.org/wiki/Category:Place_of_piety_H%C3%A1j_(Liptovsk%C3%BD_Mikul%C3%A1%C5%A1)", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.98139, | |
49.6736 | |
] | |
}, | |
"properties": { | |
"id": "1658", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Bazeilles", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.33059, | |
48.8347 | |
] | |
}, | |
"properties": { | |
"id": "1659", | |
"url": "https://commons.wikimedia.org/wiki/Category:Square_Georges-Lamarque", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.92833333, | |
50.06305556 | |
] | |
}, | |
"properties": { | |
"id": "1660", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C3%B3zef_Mehoffer_Museum_in_Krak%C3%B3w", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
55.69226413697, | |
-21.223911502559 | |
] | |
}, | |
"properties": { | |
"id": "1661", | |
"url": "https://commons.wikimedia.org/wiki/Category:Formica_Leo", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.74751247, | |
49.68565439 | |
] | |
}, | |
"properties": { | |
"id": "1662", | |
"url": "https://commons.wikimedia.org/wiki/Category:Viktoriastift", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.2545666666667, | |
51.7621 | |
] | |
}, | |
"properties": { | |
"id": "1663", | |
"url": "https://commons.wikimedia.org/wiki/Category:University_Parks,_Oxford", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.083361111111, | |
26.949055555556 | |
] | |
}, | |
"properties": { | |
"id": "1664", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jupiter_Inlet_Light", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.1308333333333, | |
40.040277777778 | |
] | |
}, | |
"properties": { | |
"id": "1665", | |
"url": "https://commons.wikimedia.org/wiki/Category:Badia_de_Fornells", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.21939, | |
48.8434 | |
] | |
}, | |
"properties": { | |
"id": "1666", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Clodoald_de_Saint-Cloud", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.811, | |
50.6959 | |
] | |
}, | |
"properties": { | |
"id": "1667", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_Drogo", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.11222, | |
51.2397 | |
] | |
}, | |
"properties": { | |
"id": "1668", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zoo_Wuppertal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8405555555556, | |
46.345833333333 | |
] | |
}, | |
"properties": { | |
"id": "1669", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lac_de_Tanay", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.003625, | |
52.243278 | |
] | |
}, | |
"properties": { | |
"id": "1670", | |
"url": "https://commons.wikimedia.org/wiki/Category:Park_Miniatur_Wojew%C3%B3dztwa_Mazowieckiego", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.02692, | |
49.2437 | |
] | |
}, | |
"properties": { | |
"id": "1671", | |
"url": "https://commons.wikimedia.org/wiki/Category:Complexe_Ren%C3%A9_Tys", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.824908, | |
58.082117 | |
] | |
}, | |
"properties": { | |
"id": "1672", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rybinsk_Hydroelectric_Station", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-176.61638888889, | |
0.80666666666667 | |
] | |
}, | |
"properties": { | |
"id": "1673", | |
"url": "https://commons.wikimedia.org/wiki/Category:Howland_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.709722222222, | |
36.275 | |
] | |
}, | |
"properties": { | |
"id": "1674", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alimia", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.07138889, | |
59.445 | |
] | |
}, | |
"properties": { | |
"id": "1675", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C3%A4by_C", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.305555555556, | |
30.354166666667 | |
] | |
}, | |
"properties": { | |
"id": "1676", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naval_Air_Station_Pensacola", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0364, | |
48.2589 | |
] | |
}, | |
"properties": { | |
"id": "1677", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gugg", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.0425, | |
51.5913 | |
] | |
}, | |
"properties": { | |
"id": "1678", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fourteen_Locks,_Newport", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.37859, | |
46.493562 | |
] | |
}, | |
"properties": { | |
"id": "1679", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Martin_in_Kampill", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.76111111, | |
63.07694444 | |
] | |
}, | |
"properties": { | |
"id": "1680", | |
"url": "https://commons.wikimedia.org/wiki/Category:Styresholm", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.7194, | |
56.0749 | |
] | |
}, | |
"properties": { | |
"id": "1681", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teknik_p%C3%A5_farfars_tid", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.335498, | |
45.94645 | |
] | |
}, | |
"properties": { | |
"id": "1682", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Rochefort_(Amplepuis)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.268358, | |
40.85812 | |
] | |
}, | |
"properties": { | |
"id": "1683", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_della_Fede_(Naples)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
80.7364, | |
6.12305 | |
] | |
}, | |
"properties": { | |
"id": "1684", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mulkirigala_Rock_Temple", | |
"country": "Sri Lanka", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.6499, | |
-23.968 | |
] | |
}, | |
"properties": { | |
"id": "1685", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parque_Estadual_Serra_do_Mar", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.09556, | |
48.9925 | |
] | |
}, | |
"properties": { | |
"id": "1686", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_de_la_batellerie_(Conflans-Sainte-Honorine)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.28583, | |
49.1528 | |
] | |
}, | |
"properties": { | |
"id": "1687", | |
"url": "https://commons.wikimedia.org/wiki/Category:Johanneskirche_Weinsberg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.8130527777778, | |
50.417105555556 | |
] | |
}, | |
"properties": { | |
"id": "1688", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eifel", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.323, | |
40.6239 | |
] | |
}, | |
"properties": { | |
"id": "1689", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oquirrh_Mountains", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.8840583, | |
49.375905 | |
] | |
}, | |
"properties": { | |
"id": "1690", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_%C4%8Cekanice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.6429638, | |
42.1078122 | |
] | |
}, | |
"properties": { | |
"id": "1691", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_San_Pedro,_Becerril_de_Campos", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.8765, | |
49.1556 | |
] | |
}, | |
"properties": { | |
"id": "1693", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Resurrection_of_Christ_(Slavkov_u_Brna)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.2033, | |
56.0966 | |
] | |
}, | |
"properties": { | |
"id": "1694", | |
"url": "https://commons.wikimedia.org/wiki/Category:Loch_an_Sgoltaire", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.1620111111111, | |
45.455433333333 | |
] | |
}, | |
"properties": { | |
"id": "1695", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_del_Rosario_(Milan)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.773510039, | |
50.2523415 | |
] | |
}, | |
"properties": { | |
"id": "1696", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Nativity_of_the_Virgin_Mary_(Ro%C4%8Dov)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.42417, | |
55.75917 | |
] | |
}, | |
"properties": { | |
"id": "1697", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moskvoretsky_Park", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.48333, | |
48.6667 | |
] | |
}, | |
"properties": { | |
"id": "1698", | |
"url": "https://commons.wikimedia.org/wiki/Category:For%C3%AAt_de_S%C3%A9nart", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.7083361111111, | |
40.434125 | |
] | |
}, | |
"properties": { | |
"id": "1699", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mercado_de_Vallehermoso,_Madrid", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.91456, | |
51.22561 | |
] | |
}, | |
"properties": { | |
"id": "1700", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kunstmuseum_aan_Zee", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.478138888889, | |
41.887333333333 | |
] | |
}, | |
"properties": { | |
"id": "1702", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_in_Cappella_(Rome)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.45151, | |
55.28242 | |
] | |
}, | |
"properties": { | |
"id": "1703", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moltrup_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.14343, | |
26.47879 | |
] | |
}, | |
"properties": { | |
"id": "1704", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wakodahatchee_Wetlands", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.5419, | |
27.4711 | |
] | |
}, | |
"properties": { | |
"id": "1705", | |
"url": "https://commons.wikimedia.org/wiki/Category:Highlands_Hammock_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.17425, | |
51.499 | |
] | |
}, | |
"properties": { | |
"id": "1706", | |
"url": "https://commons.wikimedia.org/wiki/Category:Exhibition_Road", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.158746, | |
42.339093 | |
] | |
}, | |
"properties": { | |
"id": "1707", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_Calvona_(Chieti)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.219722, | |
29.449167 | |
] | |
}, | |
"properties": { | |
"id": "1709", | |
"url": "https://commons.wikimedia.org/wiki/Category:McIntosh_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.41611111, | |
-20.38388889 | |
] | |
}, | |
"properties": { | |
"id": "1710", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museu_da_M%C3%BAsica_de_Mariana", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.28944444444, | |
47.635833333333 | |
] | |
}, | |
"properties": { | |
"id": "1711", | |
"url": "https://commons.wikimedia.org/wiki/Category:Broadmoor,_Seattle,_Washington", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.26986, | |
46.86103 | |
] | |
}, | |
"properties": { | |
"id": "1712", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Charles-Borrom%C3%A9e_(Charlesbourg)", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.2657, | |
56.3755 | |
] | |
}, | |
"properties": { | |
"id": "1713", | |
"url": "https://commons.wikimedia.org/wiki/Category:Edinample_Castle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.863694, | |
34.36125 | |
] | |
}, | |
"properties": { | |
"id": "1714", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sakuramotobo", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.306057585891, | |
46.012356378586 | |
] | |
}, | |
"properties": { | |
"id": "1715", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grand_Hotel_Imperial", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.759002, | |
42.458699 | |
] | |
}, | |
"properties": { | |
"id": "1716", | |
"url": "https://commons.wikimedia.org/wiki/Category:Las_M%C3%A9dulas", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.19770278, | |
45.47921111 | |
] | |
}, | |
"properties": { | |
"id": "1717", | |
"url": "https://commons.wikimedia.org/wiki/Category:Piazza_della_Repubblica_(Milan)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.1975, | |
44.245 | |
] | |
}, | |
"properties": { | |
"id": "1718", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Settepani", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-52.265039, | |
-27.651011 | |
] | |
}, | |
"properties": { | |
"id": "1720", | |
"url": "https://commons.wikimedia.org/wiki/Category:Est%C3%A1dio_Ol%C3%ADmpico_Colosso_da_Lagoa", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.5788, | |
49.2038 | |
] | |
}, | |
"properties": { | |
"id": "1721", | |
"url": "https://commons.wikimedia.org/wiki/Category:Villa_of_V%C3%A1clav_Dvo%C5%99%C3%A1k", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
71.698888888889, | |
35.767222222222 | |
] | |
}, | |
"properties": { | |
"id": "1722", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rumbur", | |
"country": "Pakistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
133.10444444444, | |
34.615833333333 | |
] | |
}, | |
"properties": { | |
"id": "1723", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mikawa_Dam", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.81085, | |
57.39524 | |
] | |
}, | |
"properties": { | |
"id": "1724", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96xab%C3%A4cks_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.04505556, | |
14.54767778 | |
] | |
}, | |
"properties": { | |
"id": "1725", | |
"url": "https://commons.wikimedia.org/wiki/Category:One_McKinley_Place", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.445, | |
47.3256 | |
] | |
}, | |
"properties": { | |
"id": "1726", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pfeiser_Spitze", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.74429, | |
54.3082 | |
] | |
}, | |
"properties": { | |
"id": "1727", | |
"url": "https://commons.wikimedia.org/wiki/Category:Levisham_railway_station", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-10.1167, | |
53.5639 | |
] | |
}, | |
"properties": { | |
"id": "1728", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cleggan_Bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-17.3446, | |
66.04776 | |
] | |
}, | |
"properties": { | |
"id": "1729", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Exploration_Museum_(H%C3%BAsav%C3%ADk)", | |
"country": "Iceland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.86055556, | |
59.72361111 | |
] | |
}, | |
"properties": { | |
"id": "1730", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ropsha_Palace", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.62525, | |
39.56858333 | |
] | |
}, | |
"properties": { | |
"id": "1731", | |
"url": "https://commons.wikimedia.org/wiki/Category:Son_Armadams", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.6304009, | |
15.2700956 | |
] | |
}, | |
"properties": { | |
"id": "1732", | |
"url": "https://commons.wikimedia.org/wiki/Category:Adulis", | |
"country": "Eritrea", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.008861111111, | |
45.441083333333 | |
] | |
}, | |
"properties": { | |
"id": "1733", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Nazaro_e_Celso_(Verona)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.30538, | |
48.8202 | |
] | |
}, | |
"properties": { | |
"id": "1734", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Notre-Dame_de_Malakoff", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.7285, | |
54.9595 | |
] | |
}, | |
"properties": { | |
"id": "1735", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nydam_Mose", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.585, | |
34.7497 | |
] | |
}, | |
"properties": { | |
"id": "1736", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kildare-McCormick_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.021762, | |
22.417696 | |
] | |
}, | |
"properties": { | |
"id": "1737", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wong_Nai_Tun_Tsuen", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.23194, | |
51.0114 | |
] | |
}, | |
"properties": { | |
"id": "1738", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_Blumenthal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.7491666666667, | |
55.518611111111 | |
] | |
}, | |
"properties": { | |
"id": "1739", | |
"url": "https://commons.wikimedia.org/wiki/Category:Little_Belt_Bridge_(1970)", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.531848, | |
14.352503 | |
] | |
}, | |
"properties": { | |
"id": "1740", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wat_Worachet,_Ayutthaya", | |
"country": "Thailand", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.531848, | |
14.352503 | |
] | |
}, | |
"properties": { | |
"id": "1741", | |
"url": "http://commons.wikimedia.org/wiki/Category:Svetloje_radioteles%D1%81ope", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.67, | |
45.497 | |
] | |
}, | |
"properties": { | |
"id": "1742", | |
"url": "https://commons.wikimedia.org/wiki/Category:South_Waterfront,_Portland,_Oregon", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.479938888889, | |
55.727416666667 | |
] | |
}, | |
"properties": { | |
"id": "1743", | |
"url": "https://commons.wikimedia.org/wiki/Category:Edelweiss_(skyscraper)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.4892, | |
43.45 | |
] | |
}, | |
"properties": { | |
"id": "1744", | |
"url": "https://commons.wikimedia.org/wiki/Category:THEMUSEUM", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.4892, | |
43.45 | |
] | |
}, | |
"properties": { | |
"id": "1745", | |
"url": "http://commons.wikimedia.org/wiki/Category:%E0%B8%A7%E0%B8%B1%E0%B8%94%E0%B8%99%E0%B8%B1%E0%B8%99%E0%B8%95%E0%B8%B2%E0%B8%A3%E0%B8%B2%E0%B8%A1", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.5809928, | |
40.796883 | |
] | |
}, | |
"properties": { | |
"id": "1747", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant'Anna_(Sorso)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
36.84234444, | |
34.02172778 | |
] | |
}, | |
"properties": { | |
"id": "1748", | |
"url": "https://commons.wikimedia.org/wiki/Category:Deir_Mar_Musa", | |
"country": "Syria", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.626543, | |
40.224787 | |
] | |
}, | |
"properties": { | |
"id": "1749", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cala_Luna", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.076508, | |
47.667588 | |
] | |
}, | |
"properties": { | |
"id": "1750", | |
"url": "https://commons.wikimedia.org/wiki/Category:Szentendrei_K%C3%A9pt%C3%A1r", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.9072, | |
50.4808 | |
] | |
}, | |
"properties": { | |
"id": "1751", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ble%C5%A1ensk%C3%BD_vrch", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.916944444444, | |
42.717416666667 | |
] | |
}, | |
"properties": { | |
"id": "1752", | |
"url": "https://commons.wikimedia.org/wiki/Category:Severen_Dzhendem", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.76125, | |
51.4365 | |
] | |
}, | |
"properties": { | |
"id": "1753", | |
"url": "https://commons.wikimedia.org/wiki/Category:Karmelkirche_(Duisburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.315556, | |
48.858889 | |
] | |
}, | |
"properties": { | |
"id": "1754", | |
"url": "https://commons.wikimedia.org/wiki/Category:Polish_Embassy,_Paris", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.1863888888889, | |
48.560555555556 | |
] | |
}, | |
"properties": { | |
"id": "1755", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Gottschl%C3%A4gtal_-_Karlsruher_Grat", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.9898664734306, | |
57.639140052779 | |
] | |
}, | |
"properties": { | |
"id": "1756", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Gregory's_Church,_Preshome", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.61184, | |
49.5626 | |
] | |
}, | |
"properties": { | |
"id": "1757", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Martin_(Laon)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.5148959176, | |
25.034074466245 | |
] | |
}, | |
"properties": { | |
"id": "1758", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taiwan_Tobacco_%26_Liquor_Corporation_Headquarters", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.930189, | |
44.646652 | |
] | |
}, | |
"properties": { | |
"id": "1759", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teatro_comunale_Luciano_Pavarotti", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-88.2314, | |
40.102 | |
] | |
}, | |
"properties": { | |
"id": "1760", | |
"url": "https://commons.wikimedia.org/wiki/Category:Krannert_Art_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.4364, | |
46.1464 | |
] | |
}, | |
"properties": { | |
"id": "1761", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oasi_di_Valtrigona", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.931389, | |
43.215833 | |
] | |
}, | |
"properties": { | |
"id": "1762", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ticha_Stadium", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.552825, | |
65.73225278 | |
] | |
}, | |
"properties": { | |
"id": "1763", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kemi_Gemstone_Gallery", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.183889, | |
39.943889 | |
] | |
}, | |
"properties": { | |
"id": "1764", | |
"url": "https://commons.wikimedia.org/wiki/Category:Philadelphia_Naval_Asylum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.623239, | |
55.749742 | |
] | |
}, | |
"properties": { | |
"id": "1765", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beklemishevskaya_Tower", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4161, | |
49.9139 | |
] | |
}, | |
"properties": { | |
"id": "1766", | |
"url": "https://commons.wikimedia.org/wiki/Category:B%C5%99ezov%C3%A1_(B%C5%99ezov%C3%A1-Ole%C5%A1ko)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9581, | |
40.7794 | |
] | |
}, | |
"properties": { | |
"id": "1767", | |
"url": "https://commons.wikimedia.org/wiki/Category:Park_Avenue_Christian_Church", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.99228042, | |
56.51677919 | |
] | |
}, | |
"properties": { | |
"id": "1768", | |
"url": "https://commons.wikimedia.org/wiki/Category:Liepaja_lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.40192, | |
54.758027 | |
] | |
}, | |
"properties": { | |
"id": "1769", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heilandskapelle_(Flensburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.19861, | |
57.77817 | |
] | |
}, | |
"properties": { | |
"id": "1770", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96stra_kapellet", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.445556, | |
35.207778 | |
] | |
}, | |
"properties": { | |
"id": "1771", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bizzell_Memorial_Library", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
74.224195, | |
16.694871 | |
] | |
}, | |
"properties": { | |
"id": "1772", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bhavani_Mandap", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.84713611, | |
39.92480278 | |
] | |
}, | |
"properties": { | |
"id": "1773", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maltepe_Mosque", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.472194, | |
36.2375 | |
] | |
}, | |
"properties": { | |
"id": "1774", | |
"url": "https://commons.wikimedia.org/wiki/Category:Old_Nakagomi_School", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.5608, | |
48.9747 | |
] | |
}, | |
"properties": { | |
"id": "1775", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pramen_Vltavy", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.0759, | |
49.4579 | |
] | |
}, | |
"properties": { | |
"id": "1776", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nuremberg_Castle", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
153.018333, | |
-27.476389 | |
] | |
}, | |
"properties": { | |
"id": "1777", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brisbane_Convention_%26_Exhibition_Centre", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.14788888889, | |
-33.842166666667 | |
] | |
}, | |
"properties": { | |
"id": "1778", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gladesville_Bridge", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.7729795, | |
45.1439934 | |
] | |
}, | |
"properties": { | |
"id": "1779", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vrdnik_Fortresses", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.23083333, | |
-6.76083333 | |
] | |
}, | |
"properties": { | |
"id": "1780", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monumento_Natural_Vale_dos_Dinossauros", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-85.368056, | |
40.451389 | |
] | |
}, | |
"properties": { | |
"id": "1781", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hartford_City_Courthouse_Square_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3277, | |
49.06 | |
] | |
}, | |
"properties": { | |
"id": "1783", | |
"url": "https://commons.wikimedia.org/wiki/Category:Krumlovsko-rokytensk%C3%A9_slepence", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.1225, | |
50.4991 | |
] | |
}, | |
"properties": { | |
"id": "1784", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parkeisenbahn_Plauen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
49.891225, | |
40.501758 | |
] | |
}, | |
"properties": { | |
"id": "1785", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yanar_Dag", | |
"country": "Azerbaijan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
133.93677777778, | |
34.656833333333 | |
] | |
}, | |
"properties": { | |
"id": "1786", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kokuseiji_(Okayama)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
117.95055556, | |
40.99111111 | |
] | |
}, | |
"properties": { | |
"id": "1787", | |
"url": "https://commons.wikimedia.org/wiki/Category:Puren_Temple,_Chengde", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.6395, | |
48.7207 | |
] | |
}, | |
"properties": { | |
"id": "1788", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mari%C3%A4_Himmelfahrt_(Buggenhofen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.9987388888889, | |
52.979219444444 | |
] | |
}, | |
"properties": { | |
"id": "1789", | |
"url": "https://commons.wikimedia.org/wiki/Category:Craigysgafn", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.25, | |
52.7 | |
] | |
}, | |
"properties": { | |
"id": "1790", | |
"url": "https://commons.wikimedia.org/wiki/Category:Charnwood_Forest", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.26063, | |
52.03387 | |
] | |
}, | |
"properties": { | |
"id": "1791", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beverweerd", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.447666666667, | |
32.507777777778 | |
] | |
}, | |
"properties": { | |
"id": "1792", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gan_Guru", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.20798493, | |
-32.58052248 | |
] | |
}, | |
"properties": { | |
"id": "1793", | |
"url": "https://commons.wikimedia.org/wiki/Category:Amathole_mountains", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.24235278, | |
28.63899444 | |
] | |
}, | |
"properties": { | |
"id": "1794", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ambedkar_Stadium", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.24235278, | |
28.63899444 | |
] | |
}, | |
"properties": { | |
"id": "1795", | |
"url": "http://commons.wikimedia.org/wiki/Category:Oksb%C3%B8l_Kirke_(S%C3%B8nderborg_Kommune)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.6332, | |
59.0401 | |
] | |
}, | |
"properties": { | |
"id": "1796", | |
"url": "https://commons.wikimedia.org/wiki/Category:Byfjordtunnelen", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.50138888889, | |
36.16 | |
] | |
}, | |
"properties": { | |
"id": "1797", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cerro_Pedernal", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.166399, | |
58.511362 | |
] | |
}, | |
"properties": { | |
"id": "1798", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lidan", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.69483, | |
41.4495 | |
] | |
}, | |
"properties": { | |
"id": "1799", | |
"url": "https://commons.wikimedia.org/wiki/Category:Capella_de_Sant_Jeroni_(Sant_Pere_de_Riudebitlles)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.367777777778, | |
48.211111111111 | |
] | |
}, | |
"properties": { | |
"id": "1800", | |
"url": "https://commons.wikimedia.org/wiki/Category:Am_Hof,_Vienna", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.982131, | |
45.765224 | |
] | |
}, | |
"properties": { | |
"id": "1801", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_Olympique_Lyonnais", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.182, | |
22.3163 | |
] | |
}, | |
"properties": { | |
"id": "1802", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hong_Kong_Housing_Authority_Exhibition_Centre", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
61.4, | |
55.153611111111 | |
] | |
}, | |
"properties": { | |
"id": "1803", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chelyabinsk_elevator_(historical)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
85.2903, | |
27.6779 | |
] | |
}, | |
"properties": { | |
"id": "1804", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tribhuvan_University_International_Cricket_Ground", | |
"country": "Nepal", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.03, | |
50.573888888889 | |
] | |
}, | |
"properties": { | |
"id": "1805", | |
"url": "https://commons.wikimedia.org/wiki/Category:Buchschirm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.57023611, | |
58.17003333 | |
] | |
}, | |
"properties": { | |
"id": "1807", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fredriksbergs_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.8516666666667, | |
51.769166666667 | |
] | |
}, | |
"properties": { | |
"id": "1808", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heumensluis", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.17055556, | |
41.37055556 | |
] | |
}, | |
"properties": { | |
"id": "1809", | |
"url": "https://commons.wikimedia.org/wiki/Category:Telef%C3%A8ric_de_Montju%C3%AFc", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.922881, | |
50.830841 | |
] | |
}, | |
"properties": { | |
"id": "1810", | |
"url": "https://commons.wikimedia.org/wiki/Category:Petrified_Forest_Chemnitz", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.81073, | |
49.68399 | |
] | |
}, | |
"properties": { | |
"id": "1811", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_arch%C3%A9ologique_d'Arlon", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.56405, | |
52.25356 | |
] | |
}, | |
"properties": { | |
"id": "1812", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_Pook", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.804444, | |
53.15 | |
] | |
}, | |
"properties": { | |
"id": "1813", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sint-Martinuskerk,_Wirdum", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
172.86666667, | |
-40.88444444 | |
] | |
}, | |
"properties": { | |
"id": "1814", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rawhiti_Cave", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-64.166666666667, | |
-65.166666666667 | |
] | |
}, | |
"properties": { | |
"id": "1815", | |
"url": "https://commons.wikimedia.org/wiki/Category:Petermann_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.532, | |
55.70005 | |
] | |
}, | |
"properties": { | |
"id": "1816", | |
"url": "https://commons.wikimedia.org/wiki/Category:Imam_Ali_Mosque_(Copenhagen)", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.0933333, | |
48.1547222 | |
] | |
}, | |
"properties": { | |
"id": "1817", | |
"url": "https://commons.wikimedia.org/wiki/Category:Borovicov%C3%BD_les%C3%ADk", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.70506, | |
52.4991 | |
] | |
}, | |
"properties": { | |
"id": "1818", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Peter_and_St_Paul,_Coleshill,_Warwickshire", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.299722222222, | |
42.0275 | |
] | |
}, | |
"properties": { | |
"id": "1819", | |
"url": "https://commons.wikimedia.org/wiki/Category:Clock_tower_in_Peshtera", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
61.76611, | |
57.94806 | |
] | |
}, | |
"properties": { | |
"id": "1820", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nizhnaya_Sinyachikha_Museum-Preserve_of_Wooden_Architecture_and_Folk_Art", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
174.752, | |
-36.861 | |
] | |
}, | |
"properties": { | |
"id": "1821", | |
"url": "https://commons.wikimedia.org/wiki/Category:Newton,_New_Zealand", | |
"country": "New Zealand", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.9167, | |
48.4538 | |
] | |
}, | |
"properties": { | |
"id": "1822", | |
"url": "https://commons.wikimedia.org/wiki/Category:Town_hall_in_Bansk%C3%A1_%C5%A0tiavnica", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.4191666666667, | |
41.961944444444 | |
] | |
}, | |
"properties": { | |
"id": "1823", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monastery_of_Santo_Domingo_de_Silos", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.09166666667, | |
22.760277777778 | |
] | |
}, | |
"properties": { | |
"id": "1824", | |
"url": "https://commons.wikimedia.org/wiki/Category:National_Museum_of_Prehistory_(Taiwan)", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.81186111111, | |
21.95875 | |
] | |
}, | |
"properties": { | |
"id": "1825", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kenting_National_Forest_Recreation_Area", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.393888888889, | |
52.448525 | |
] | |
}, | |
"properties": { | |
"id": "1826", | |
"url": "https://commons.wikimedia.org/wiki/Category:Friedhof_III_der_Dreifaltigkeitsgemeinde", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.182, | |
34.6925 | |
] | |
}, | |
"properties": { | |
"id": "1827", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sorakuen", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.5335, | |
3.45354 | |
] | |
}, | |
"properties": { | |
"id": "1829", | |
"url": "https://commons.wikimedia.org/wiki/Category:Puente_Ortiz", | |
"country": "Colombia", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.6704, | |
50.4217 | |
] | |
}, | |
"properties": { | |
"id": "1830", | |
"url": "https://commons.wikimedia.org/wiki/Category:Restormel_Castle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.9918944444444, | |
37.392930555556 | |
] | |
}, | |
"properties": { | |
"id": "1831", | |
"url": "https://commons.wikimedia.org/wiki/Category:Plaza_de_la_Encarnaci%C3%B3n,_Seville", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.0230833333333, | |
42.668222222222 | |
] | |
}, | |
"properties": { | |
"id": "1832", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89tang_de_Canet-Saint-Nazaire", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.348209, | |
44.492478 | |
] | |
}, | |
"properties": { | |
"id": "1833", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_Isolani_(Bologna)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.0, | |
30.0 | |
] | |
}, | |
"properties": { | |
"id": "1834", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tungnath", | |
"country": "Libya", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.3437222222222, | |
51.432272222222 | |
] | |
}, | |
"properties": { | |
"id": "1835", | |
"url": "https://commons.wikimedia.org/wiki/Category:Helenenturm", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.676944, | |
45.525 | |
] | |
}, | |
"properties": { | |
"id": "1836", | |
"url": "https://commons.wikimedia.org/wiki/Category:U.S._Customhouse_(Portland,_Oregon)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.2369, | |
46.0623 | |
] | |
}, | |
"properties": { | |
"id": "1837", | |
"url": "https://commons.wikimedia.org/wiki/Category:Duomo_(Udine)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.8903, | |
43.2394 | |
] | |
}, | |
"properties": { | |
"id": "1839", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cares_Trail", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.356058, | |
47.798339 | |
] | |
}, | |
"properties": { | |
"id": "1840", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Sainte-Thumette_de_K%C3%A9rity", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.3333333333333, | |
53.083333333333 | |
] | |
}, | |
"properties": { | |
"id": "1841", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mountains_of_County_Wicklow", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.11575, | |
36.837798 | |
] | |
}, | |
"properties": { | |
"id": "1842", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kelibia_fort", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.628025, | |
44.82165833 | |
] | |
}, | |
"properties": { | |
"id": "1843", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Giorgio_fuori_le_Mura_(Ferrara)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.68694, | |
50.1136 | |
] | |
}, | |
"properties": { | |
"id": "1844", | |
"url": "https://commons.wikimedia.org/wiki/Category:Staufenmauer", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
138.13722222, | |
36.53138889 | |
] | |
}, | |
"properties": { | |
"id": "1845", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mori_Shogunzuka_Kofun", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.78758333, | |
34.48802222 | |
] | |
}, | |
"properties": { | |
"id": "1847", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kashihara-jing%C5%AB", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.211194444444, | |
11.243416666667 | |
] | |
}, | |
"properties": { | |
"id": "1848", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cathedral_of_Santa_Marta", | |
"country": "Colombia", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.7139, | |
45.1806 | |
] | |
}, | |
"properties": { | |
"id": "1849", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Jean,_Grenoble", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.32139, | |
48.98694 | |
] | |
}, | |
"properties": { | |
"id": "1850", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_Jean-Jacques-Rousseau", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.1033, | |
41.1517 | |
] | |
}, | |
"properties": { | |
"id": "1851", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stratford_Point_Lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
47.8609902, | |
30.4973844 | |
] | |
}, | |
"properties": { | |
"id": "1852", | |
"url": "https://commons.wikimedia.org/wiki/Category:Basrah_Museum", | |
"country": "Iraq", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.3097506, | |
50.0769425 | |
] | |
}, | |
"properties": { | |
"id": "1853", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cemetery_in_Ruzyn%C4%9B", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.25603, | |
27.20058 | |
] | |
}, | |
"properties": { | |
"id": "1854", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stuart_Feed_Store", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.153888888889, | |
44.911111111111 | |
] | |
}, | |
"properties": { | |
"id": "1855", | |
"url": "https://commons.wikimedia.org/wiki/Category:Circus_Juventas", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-114.624, | |
50.6519 | |
] | |
}, | |
"properties": { | |
"id": "1856", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sheep_River_Provincial_Park", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.9708, | |
50.1083 | |
] | |
}, | |
"properties": { | |
"id": "1857", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Godehard_(Vysok%C3%A9_Chvojno)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.82582, | |
31.96497 | |
] | |
}, | |
"properties": { | |
"id": "1858", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gan_BeIvrit", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.859471, | |
48.183807 | |
] | |
}, | |
"properties": { | |
"id": "1859", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jardin-mus%C3%A9e_Antoine_Bourdelle_d'%C3%89greville", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.09, | |
51.5124 | |
] | |
}, | |
"properties": { | |
"id": "1860", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ward_of_Walbrook", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.252778, | |
36.028056 | |
] | |
}, | |
"properties": { | |
"id": "1861", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oak_Ridge_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.1374388888889, | |
54.369438888889 | |
] | |
}, | |
"properties": { | |
"id": "1862", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dow_Crag", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.0018, | |
49.4008 | |
] | |
}, | |
"properties": { | |
"id": "1863", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hala_%C5%9Arubita", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.7548, | |
52.5208 | |
] | |
}, | |
"properties": { | |
"id": "1864", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stanford_Training_Area", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.290833333333, | |
54.686666666667 | |
] | |
}, | |
"properties": { | |
"id": "1865", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castles_in_Vilnius", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.731944, | |
45.871667 | |
] | |
}, | |
"properties": { | |
"id": "1866", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Ignace_Mission_(St._Ignace,_Michigan)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.58612, | |
46.321547 | |
] | |
}, | |
"properties": { | |
"id": "1867", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_naturel_r%C3%A9gional_du_Marais_poitevin", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.18111, | |
48.7794 | |
] | |
}, | |
"properties": { | |
"id": "1868", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kunstgeb%C3%A4ude_Stuttgart", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.585989, | |
42.831203 | |
] | |
}, | |
"properties": { | |
"id": "1869", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiesa_del_Suffragio_(Santa_Fiora)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.9653, | |
41.3625 | |
] | |
}, | |
"properties": { | |
"id": "1870", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gerda_III_(ship,_1928)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
152.8, | |
47.52 | |
] | |
}, | |
"properties": { | |
"id": "1871", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ushishir", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.342778, | |
34.04 | |
] | |
}, | |
"properties": { | |
"id": "1872", | |
"url": "https://commons.wikimedia.org/wiki/Category:First_Presbyterian_Church_(De_Queen,_Arkansas)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.623, | |
59.9037 | |
] | |
}, | |
"properties": { | |
"id": "1874", | |
"url": "https://commons.wikimedia.org/wiki/Category:Telenor_Arena", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.499289, | |
45.775857 | |
] | |
}, | |
"properties": { | |
"id": "1875", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rocca_d'Anfo", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.577149722222, | |
49.334220277778 | |
] | |
}, | |
"properties": { | |
"id": "1876", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shah_Synagogue_in_Hole%C5%A1ov", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.408863888889, | |
52.532019444444 | |
] | |
}, | |
"properties": { | |
"id": "1877", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teutoburger_Platz_(Berlin-Prenzlauer_Berg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.6882166667, | |
59.2929833333 | |
] | |
}, | |
"properties": { | |
"id": "1878", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sk%C3%A4rg%C3%A5rdsmuseet", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.14529, | |
44.5429 | |
] | |
}, | |
"properties": { | |
"id": "1880", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Nebin", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.942698, | |
53.502087 | |
] | |
}, | |
"properties": { | |
"id": "1881", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%BCderelbe", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.2799, | |
50.7653 | |
] | |
}, | |
"properties": { | |
"id": "1882", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alberti_Palace_in_Wa%C5%82brzych", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.5244, | |
56.1597 | |
] | |
}, | |
"properties": { | |
"id": "1883", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ilzenberg_Manor", | |
"country": "Latvia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.34598, | |
44.49165 | |
] | |
}, | |
"properties": { | |
"id": "1884", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_di_Residenza_della_Cassa_di_Risparmio_in_Bologna", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-69.4038, | |
45.377 | |
] | |
}, | |
"properties": { | |
"id": "1885", | |
"url": "https://commons.wikimedia.org/wiki/Category:Borestone_Mountain", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
147.138, | |
-20.6435 | |
] | |
}, | |
"properties": { | |
"id": "1886", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burdekin_Falls_Dam", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.872, | |
51.339 | |
] | |
}, | |
"properties": { | |
"id": "1888", | |
"url": "https://commons.wikimedia.org/wiki/Category:Balver_H%C3%B6hle", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.54249, | |
52.5221 | |
] | |
}, | |
"properties": { | |
"id": "1889", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heinz-Graffunder-Park", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.323333333333, | |
30.72 | |
] | |
}, | |
"properties": { | |
"id": "1890", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wild_Adventures", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.87333, | |
51.5603 | |
] | |
}, | |
"properties": { | |
"id": "1891", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hambleden_Lock", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.851, | |
40.7642 | |
] | |
}, | |
"properties": { | |
"id": "1892", | |
"url": "https://commons.wikimedia.org/wiki/Category:Natural_History_Museum_of_Utah", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.37166667, | |
38.59777778 | |
] | |
}, | |
"properties": { | |
"id": "1893", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stony_Man_Mountain", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.2469, | |
44.4406 | |
] | |
}, | |
"properties": { | |
"id": "1894", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._John's_in_the_Wilderness_(Paul_Smiths,_New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.180013695758, | |
-22.96260123422 | |
] | |
}, | |
"properties": { | |
"id": "1895", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parque_Estadual_da_Chacrinha", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.40205, | |
51.28821 | |
] | |
}, | |
"properties": { | |
"id": "1896", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Leonard's_Tower,_West_Malling", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.61583, | |
49.6322 | |
] | |
}, | |
"properties": { | |
"id": "1897", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jardin_public_de_Cherbourg", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.2544444444444, | |
48.067222222222 | |
] | |
}, | |
"properties": { | |
"id": "1898", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_du_Pflixbourg", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3415, | |
45.4384 | |
] | |
}, | |
"properties": { | |
"id": "1899", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rio_di_Santa_Marina_(Venice)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.031969, | |
33.609928 | |
] | |
}, | |
"properties": { | |
"id": "1900", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dream_City_Church", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.816525, | |
59.72705 | |
] | |
}, | |
"properties": { | |
"id": "1901", | |
"url": "https://commons.wikimedia.org/wiki/Category:R%C3%B8mskog_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.502, | |
31.8836 | |
] | |
}, | |
"properties": { | |
"id": "1902", | |
"url": "https://commons.wikimedia.org/wiki/Category:Franklin_Mountains_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.754164, | |
37.98111 | |
] | |
}, | |
"properties": { | |
"id": "1903", | |
"url": "https://commons.wikimedia.org/wiki/Category:Athens_Concert_Hall", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.77729, | |
50.84299 | |
] | |
}, | |
"properties": { | |
"id": "1904", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chichester_Festival_Theatre", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.92, | |
47.495 | |
] | |
}, | |
"properties": { | |
"id": "1905", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steinernes_Meer", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.1986, | |
51.6823 | |
] | |
}, | |
"properties": { | |
"id": "1906", | |
"url": "https://commons.wikimedia.org/wiki/Category:Harcourt_Arboretum", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.34916667, | |
44.98138889 | |
] | |
}, | |
"properties": { | |
"id": "1907", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Clavi%C3%A8res_(Ayrens)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.0975, | |
48.1403 | |
] | |
}, | |
"properties": { | |
"id": "1908", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Holy_Trinity,_Bratislava", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.32118, | |
60.3838 | |
] | |
}, | |
"properties": { | |
"id": "1909", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bergens_Tekniske_Museum", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.371234, | |
38.11688 | |
] | |
}, | |
"properties": { | |
"id": "1910", | |
"url": "https://commons.wikimedia.org/wiki/Category:La_Gancia_(Palermo)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.2887, | |
61.3781 | |
] | |
}, | |
"properties": { | |
"id": "1911", | |
"url": "https://commons.wikimedia.org/wiki/Category:Joranger_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.9466, | |
39.8651 | |
] | |
}, | |
"properties": { | |
"id": "1912", | |
"url": "https://commons.wikimedia.org/wiki/Category:Main_Street_Complex", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.325, | |
47.5925 | |
] | |
}, | |
"properties": { | |
"id": "1913", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Montfort_(Montigny-Montfort)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.63609, | |
67.15657 | |
] | |
}, | |
"properties": { | |
"id": "1914", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C3%A4rend%C3%B6_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.2058, | |
46.8126 | |
] | |
}, | |
"properties": { | |
"id": "1916", | |
"url": "https://commons.wikimedia.org/wiki/Category:Place_d'Armes_(Qu%C3%A9bec)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
153.1011111, | |
-30.365 | |
] | |
}, | |
"properties": { | |
"id": "1917", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sawtell,_New_South_Wales", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.614167, | |
32.828889 | |
] | |
}, | |
"properties": { | |
"id": "1918", | |
"url": "https://commons.wikimedia.org/wiki/Category:Luther_Williams_Field", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.053592, | |
47.896003 | |
] | |
}, | |
"properties": { | |
"id": "1920", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Cheffontaines", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.8813888888889, | |
53.377222222222 | |
] | |
}, | |
"properties": { | |
"id": "1921", | |
"url": "https://commons.wikimedia.org/wiki/Category:251_Menlove_Avenue_(Mendips)", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.5917, | |
39.9803 | |
] | |
}, | |
"properties": { | |
"id": "1922", | |
"url": "https://commons.wikimedia.org/wiki/Category:Harikalar_Diyari", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.202589606791, | |
53.113752560249 | |
] | |
}, | |
"properties": { | |
"id": "1923", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hasbach_Palace_in_Bia%C5%82ystok", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.071, | |
43.08 | |
] | |
}, | |
"properties": { | |
"id": "1924", | |
"url": "https://commons.wikimedia.org/wiki/Category:Niagara_Falls", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.659729, | |
-38.261772 | |
] | |
}, | |
"properties": { | |
"id": "1925", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bellarine_Railway", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.046158, | |
51.65253 | |
] | |
}, | |
"properties": { | |
"id": "1926", | |
"url": "https://commons.wikimedia.org/wiki/Category:Droomvlucht_(Efteling)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.25179167, | |
43.77245556 | |
] | |
}, | |
"properties": { | |
"id": "1927", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Gaetano_(Florence)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.2727777777778, | |
50.883888888889 | |
] | |
}, | |
"properties": { | |
"id": "1928", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jagdberg_(Netphen)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.1964, | |
49.5883 | |
] | |
}, | |
"properties": { | |
"id": "1929", | |
"url": "https://commons.wikimedia.org/wiki/Category:World_War_I_Cemetery_nr_70_in_Owczary", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.991667, | |
53.239167 | |
] | |
}, | |
"properties": { | |
"id": "1930", | |
"url": "https://commons.wikimedia.org/wiki/Category:Johanneskerk,_Feanw%C3%A2lden", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.985, | |
49.19777778 | |
] | |
}, | |
"properties": { | |
"id": "1931", | |
"url": "https://commons.wikimedia.org/wiki/Category:V%C4%9Btrn%C3%ADky", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.158333, | |
39.764167 | |
] | |
}, | |
"properties": { | |
"id": "1932", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wholesale_District,_Indianapolis", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.358333, | |
39.474722 | |
] | |
}, | |
"properties": { | |
"id": "1933", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mestalla_Stadium", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.01305556, | |
60.26944444 | |
] | |
}, | |
"properties": { | |
"id": "1935", | |
"url": "https://commons.wikimedia.org/wiki/Category:Strandebarm_kirke", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.33663, | |
52.540893 | |
] | |
}, | |
"properties": { | |
"id": "1936", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eckernf%C3%B6rder_Platz_(Berlin-Wedding)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.2802, | |
46.0247 | |
] | |
}, | |
"properties": { | |
"id": "1937", | |
"url": "https://commons.wikimedia.org/wiki/Category:Domaine_de_l'Abr%C3%A8gement", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.93818056, | |
59.11281111 | |
] | |
}, | |
"properties": { | |
"id": "1938", | |
"url": "https://commons.wikimedia.org/wiki/Category:By_kyrka,_V%C3%A4rmland", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.543889, | |
53.235 | |
] | |
}, | |
"properties": { | |
"id": "1939", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Lawn,_Lincoln", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.78027778, | |
48.7375 | |
] | |
}, | |
"properties": { | |
"id": "1940", | |
"url": "https://commons.wikimedia.org/wiki/Category:Neuhengstett", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.6897, | |
41.4863 | |
] | |
}, | |
"properties": { | |
"id": "1941", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gemini_(roller_coaster)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
27.051388888889, | |
58.127222222222 | |
] | |
}, | |
"properties": { | |
"id": "1942", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saesaare_Reservoir", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.48458333, | |
40.75125 | |
] | |
}, | |
"properties": { | |
"id": "1943", | |
"url": "https://commons.wikimedia.org/wiki/Category:House_of_the_Faun_(Pompeii)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.9805245, | |
-19.8549112 | |
] | |
}, | |
"properties": { | |
"id": "1944", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Kubitschek", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.88278, | |
53.0219 | |
] | |
}, | |
"properties": { | |
"id": "1945", | |
"url": "https://commons.wikimedia.org/wiki/Category:Desert_Race", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.394966967, | |
47.19395909 | |
] | |
}, | |
"properties": { | |
"id": "1946", | |
"url": "https://commons.wikimedia.org/wiki/Category:Town_hall,_Sins", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.80611134, | |
59.70305634 | |
] | |
}, | |
"properties": { | |
"id": "1947", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fiskum_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.2675, | |
44.9743 | |
] | |
}, | |
"properties": { | |
"id": "1948", | |
"url": "https://commons.wikimedia.org/wiki/Category:Accenture_Tower", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.862072, | |
42.006894 | |
] | |
}, | |
"properties": { | |
"id": "1949", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castell_de_Sant_Miquel_(Giron%C3%A8s)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.51202778, | |
34.65694444 | |
] | |
}, | |
"properties": { | |
"id": "1950", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oe-jinja_(Osaka,_Osaka)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.4295, | |
62.6729 | |
] | |
}, | |
"properties": { | |
"id": "1951", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gl%C3%A5mos_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.633343, | |
-23.596731 | |
] | |
}, | |
"properties": { | |
"id": "1952", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Modernista_(rua_Santa_Cruz)", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.246972, | |
43.764487 | |
] | |
}, | |
"properties": { | |
"id": "1953", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_della_Specola_(Florence)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
91.8370449, | |
22.3501129 | |
] | |
}, | |
"properties": { | |
"id": "1954", | |
"url": "https://commons.wikimedia.org/wiki/Category:Masjid-e-Siraj_ud-Daulah", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.15, | |
62.31666667 | |
] | |
}, | |
"properties": { | |
"id": "1955", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lievestuoreenj%C3%A4rvi", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.706388888889, | |
30.152777777778 | |
] | |
}, | |
"properties": { | |
"id": "1956", | |
"url": "https://commons.wikimedia.org/wiki/Category:Doctors_Lake_(Florida)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.84888889, | |
34.65027778 | |
] | |
}, | |
"properties": { | |
"id": "1957", | |
"url": "https://commons.wikimedia.org/wiki/Category:Antelope_Valley_Indian_Museum_State_Historic_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.333, | |
51.2461 | |
] | |
}, | |
"properties": { | |
"id": "1958", | |
"url": "https://commons.wikimedia.org/wiki/Category:Narrenm%C3%BChle", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.038454, | |
48.442233 | |
] | |
}, | |
"properties": { | |
"id": "1959", | |
"url": "https://commons.wikimedia.org/wiki/Category:Abbatiale_Saint-Magloire_de_L%C3%A9hon", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.165203, | |
40.3403 | |
] | |
}, | |
"properties": { | |
"id": "1960", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ermita_de_Sant_Roc_de_Culla", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-66.6193, | |
18.0187 | |
] | |
}, | |
"properties": { | |
"id": "1961", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castillo_Serrall%C3%A9s", | |
"country": "Puerto Rico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.231, | |
22.4269 | |
] | |
}, | |
"properties": { | |
"id": "1962", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ma_On_Shan_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.71083111, | |
60.39961 | |
] | |
}, | |
"properties": { | |
"id": "1963", | |
"url": "https://commons.wikimedia.org/wiki/Category:Samnanger_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.866667, | |
41.6225 | |
] | |
}, | |
"properties": { | |
"id": "1964", | |
"url": "https://commons.wikimedia.org/wiki/Category:La_Sagrada_Fam%C3%ADlia_de_la_Bauma", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.261408, | |
52.401725 | |
] | |
}, | |
"properties": { | |
"id": "1965", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Etheldreda_Church,_Ely", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3364, | |
45.4345 | |
] | |
}, | |
"properties": { | |
"id": "1966", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bacino_Orseolo_(Venice)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.502628, | |
57.829083 | |
] | |
}, | |
"properties": { | |
"id": "1967", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jungfrun,_Gotland", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.57138889, | |
41.63666667 | |
] | |
}, | |
"properties": { | |
"id": "1968", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mat_River", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3144, | |
51.8069 | |
] | |
}, | |
"properties": { | |
"id": "1969", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Joseph_church_in_Wschowa", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
142.87638888889, | |
44.228888888889 | |
] | |
}, | |
"properties": { | |
"id": "1970", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Uenshiri", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.56333333, | |
55.31597222 | |
] | |
}, | |
"properties": { | |
"id": "1971", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mol%C4%97tai_Astronomical_Observatory", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.5774, | |
55.2761 | |
] | |
}, | |
"properties": { | |
"id": "1972", | |
"url": "https://commons.wikimedia.org/wiki/Category:F%C3%B8rslev_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.21444444, | |
55.64555556 | |
] | |
}, | |
"properties": { | |
"id": "1973", | |
"url": "https://commons.wikimedia.org/wiki/Category:Br%C3%A5garps_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-94.7943, | |
29.2995 | |
] | |
}, | |
"properties": { | |
"id": "1974", | |
"url": "https://commons.wikimedia.org/wiki/Category:Texas_Heroes_Monument_(Galveston)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.010369, | |
51.15466 | |
] | |
}, | |
"properties": { | |
"id": "1975", | |
"url": "https://commons.wikimedia.org/wiki/Category:Park_Paderewskiego", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.74836, | |
52.96122 | |
] | |
}, | |
"properties": { | |
"id": "1976", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_voor_het_Reddingswezen_(Den_Helder)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.563483, | |
47.7974165 | |
] | |
}, | |
"properties": { | |
"id": "1977", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roman_Catholic_church_in_Egyh%C3%A1zasdengeleg", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.684067, | |
52.562004 | |
] | |
}, | |
"properties": { | |
"id": "1978", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kazimierz_G%C3%B3rski_Stadium_in_P%C5%82ock", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.03565, | |
42.035622222222 | |
] | |
}, | |
"properties": { | |
"id": "1979", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eremo_di_San_Germano", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-75.858333, | |
39.185 | |
] | |
}, | |
"properties": { | |
"id": "1980", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Andrew's_Episcopal_Chapel_(Sudlersville,_Maryland)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.92806, | |
49.9925 | |
] | |
}, | |
"properties": { | |
"id": "1981", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kloster_Eibingen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.1655555555556, | |
55.961666666667 | |
] | |
}, | |
"properties": { | |
"id": "1982", | |
"url": "https://commons.wikimedia.org/wiki/Category:Easter_Road", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-85.234722, | |
30.776111 | |
] | |
}, | |
"properties": { | |
"id": "1983", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ely-Criglar_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.3613, | |
43.6671 | |
] | |
}, | |
"properties": { | |
"id": "1984", | |
"url": "https://commons.wikimedia.org/wiki/Category:Riverdale_Farm", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.167222222222, | |
59.263888888889 | |
] | |
}, | |
"properties": { | |
"id": "1985", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%84ltasj%C3%B6n", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4433, | |
35.8909 | |
] | |
}, | |
"properties": { | |
"id": "1987", | |
"url": "https://commons.wikimedia.org/wiki/Category:Attard_Parish_Church", | |
"country": "Malta", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.31333, | |
52.07472 | |
] | |
}, | |
"properties": { | |
"id": "1988", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mescid-i_Aksa_Mosque_(The_Hague)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
39.8142, | |
-3.63194 | |
] | |
}, | |
"properties": { | |
"id": "1989", | |
"url": "https://commons.wikimedia.org/wiki/Category:Voi_River", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.4172972222222, | |
52.101805555556 | |
] | |
}, | |
"properties": { | |
"id": "1990", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vlinders_aan_de_Vliet", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.1703839, | |
46.1633442 | |
] | |
}, | |
"properties": { | |
"id": "1991", | |
"url": "https://commons.wikimedia.org/wiki/Category:Milengrad", | |
"country": "Croatia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.1053, | |
47.3775 | |
] | |
}, | |
"properties": { | |
"id": "1992", | |
"url": "https://commons.wikimedia.org/wiki/Category:Justizzentrum_Leoben", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3745, | |
48.1986 | |
] | |
}, | |
"properties": { | |
"id": "1993", | |
"url": "https://commons.wikimedia.org/wiki/Category:French_Embassy,_Vienna", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.310306, | |
43.938556 | |
] | |
}, | |
"properties": { | |
"id": "1994", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Pietro_(Camaiore)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.15722222, | |
-10.88722222 | |
] | |
}, | |
"properties": { | |
"id": "1995", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jun%C3%ADn_National_Reserve", | |
"country": "Peru", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.90856, | |
45.9729 | |
] | |
}, | |
"properties": { | |
"id": "1996", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Clermont,_Haute-Savoie", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.7086633, | |
48.3530705 | |
] | |
}, | |
"properties": { | |
"id": "1997", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pullinger_Weiher", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.940329, | |
52.36285 | |
] | |
}, | |
"properties": { | |
"id": "1998", | |
"url": "https://commons.wikimedia.org/wiki/Category:Indische_Buurt_(Amsterdam)", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.04203, | |
50.9942 | |
] | |
}, | |
"properties": { | |
"id": "1999", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_Haan", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.2209, | |
54.1084 | |
] | |
}, | |
"properties": { | |
"id": "2000", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_George's_Church,_Barrow-in-Furness", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.19467, | |
44.03241 | |
] | |
}, | |
"properties": { | |
"id": "2001", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Anthony,_Knin", | |
"country": "Croatia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.65416667, | |
55.775 | |
] | |
}, | |
"properties": { | |
"id": "2003", | |
"url": "https://commons.wikimedia.org/wiki/Category:Komsomolskaya_Square_(Moscow)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.4170777777778, | |
47.251272222222 | |
] | |
}, | |
"properties": { | |
"id": "2004", | |
"url": "https://commons.wikimedia.org/wiki/Category:F%C3%A4hlensee", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.7243, | |
52.8489 | |
] | |
}, | |
"properties": { | |
"id": "2005", | |
"url": "https://commons.wikimedia.org/wiki/Category:Virgin_Mary_Queen_of_Poland_church_in_%C5%BBnin", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.12184, | |
42.38449 | |
] | |
}, | |
"properties": { | |
"id": "2006", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cooper-Frost-Austin_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.1232, | |
49.4274 | |
] | |
}, | |
"properties": { | |
"id": "2007", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arena_N%C3%BCrnberger_Versicherung", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9917, | |
40.724 | |
] | |
}, | |
"properties": { | |
"id": "2008", | |
"url": "https://commons.wikimedia.org/wiki/Category:Liz_Christy_Garden", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.9275, | |
31.9103 | |
] | |
}, | |
"properties": { | |
"id": "2010", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ayalon_Cave", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.79853, | |
52.4131 | |
] | |
}, | |
"properties": { | |
"id": "2011", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Nicolai-Kirche_(Bothfeld)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.65029722, | |
-33.43569167 | |
] | |
}, | |
"properties": { | |
"id": "2012", | |
"url": "https://commons.wikimedia.org/wiki/Category:Iglesia_de_Santo_Domingo,_Santiago_de_Chile", | |
"country": "Chile", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.66658055556, | |
36.570761111111 | |
] | |
}, | |
"properties": { | |
"id": "2013", | |
"url": "https://commons.wikimedia.org/wiki/Category:Umenohashi", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.66491667, | |
64.51821944 | |
] | |
}, | |
"properties": { | |
"id": "2014", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burtr%C3%A4sks_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.1942, | |
50.8514 | |
] | |
}, | |
"properties": { | |
"id": "2015", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oberschloss_(Kranichfeld)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.557346, | |
45.548282 | |
] | |
}, | |
"properties": { | |
"id": "2016", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Giuliano_(Vicenza)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.07205, | |
42.1338 | |
] | |
}, | |
"properties": { | |
"id": "2017", | |
"url": "https://commons.wikimedia.org/wiki/Category:Can_Carreres_(Viladamat)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.16245, | |
30.48642 | |
] | |
}, | |
"properties": { | |
"id": "2018", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tallahassee_Automobile_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.0732, | |
38.8804 | |
] | |
}, | |
"properties": { | |
"id": "2020", | |
"url": "https://commons.wikimedia.org/wiki/Category:Civil_War_Unknowns_Monument", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
44.807772, | |
41.691014 | |
] | |
}, | |
"properties": { | |
"id": "2021", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tbilisi_History_Museum", | |
"country": "Georgia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.65052, | |
40.28648 | |
] | |
}, | |
"properties": { | |
"id": "2022", | |
"url": "https://commons.wikimedia.org/wiki/Category:ZooAmerica", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.191, | |
54.7842 | |
] | |
}, | |
"properties": { | |
"id": "2023", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kinuseo_Falls", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.758433, | |
41.843402 | |
] | |
}, | |
"properties": { | |
"id": "2024", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cal_Cebri%C3%A0_(S%C3%BAria)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.6025, | |
46.0189 | |
] | |
}, | |
"properties": { | |
"id": "2025", | |
"url": "https://commons.wikimedia.org/wiki/Category:Col_de_Saint-Bonnet", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.37886111, | |
-34.60383333 | |
] | |
}, | |
"properties": { | |
"id": "2026", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teatro_%C3%93pera", | |
"country": "Argentina", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.23691667, | |
34.75175 | |
] | |
}, | |
"properties": { | |
"id": "2027", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rokko_Cable_Line", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.277725, | |
42.28934167 | |
] | |
}, | |
"properties": { | |
"id": "2028", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museu_de_Cadaqu%C3%A9s", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.9783706, | |
31.7781153 | |
] | |
}, | |
"properties": { | |
"id": "2029", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tzora_forest", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.4562, | |
51.7541 | |
] | |
}, | |
"properties": { | |
"id": "2030", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Stephani-Kirche_(Aschersleben)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.921, | |
53.6065 | |
] | |
}, | |
"properties": { | |
"id": "2031", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scarisbrick_Hall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.4278, | |
51.9033 | |
] | |
}, | |
"properties": { | |
"id": "2032", | |
"url": "https://commons.wikimedia.org/wiki/Category:Goslar_Cathedral", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.95249, | |
51.88943 | |
] | |
}, | |
"properties": { | |
"id": "2033", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lutheran_church_in_Podd%C4%99bice", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.191111, | |
34.689639 | |
] | |
}, | |
"properties": { | |
"id": "2034", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sannomiya-jinja_(Kobe)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.14949, | |
56.0725 | |
] | |
}, | |
"properties": { | |
"id": "2035", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dunans_Castle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.0064, | |
48.8967 | |
] | |
}, | |
"properties": { | |
"id": "2036", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lein_(Kocher)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-48.5929, | |
-27.9086 | |
] | |
}, | |
"properties": { | |
"id": "2037", | |
"url": "https://commons.wikimedia.org/wiki/Category:Guarda_do_Emba%C3%BA", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.93151, | |
44.4117 | |
] | |
}, | |
"properties": { | |
"id": "2038", | |
"url": "https://commons.wikimedia.org/wiki/Category:Palazzo_Gerolamo_Grimaldi_(Genoa)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.43158, | |
54.7857 | |
] | |
}, | |
"properties": { | |
"id": "2039", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturwissenschaftliches_Museum_Flensburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.65668611111111, | |
42.630991666667 | |
] | |
}, | |
"properties": { | |
"id": "2040", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aneto", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.60302, | |
50.8519 | |
] | |
}, | |
"properties": { | |
"id": "2041", | |
"url": "https://commons.wikimedia.org/wiki/Category:Melbury_House", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.528, | |
37.9743 | |
] | |
}, | |
"properties": { | |
"id": "2042", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mission_San_Rafael_Arc%C3%A1ngel", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.06444444, | |
59.33694444 | |
] | |
}, | |
"properties": { | |
"id": "2043", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brunkebergstunneln", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
131.5, | |
33.28027778 | |
] | |
}, | |
"properties": { | |
"id": "2044", | |
"url": "https://commons.wikimedia.org/wiki/Category:Beppu_Onsen", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.338611, | |
41.6025 | |
] | |
}, | |
"properties": { | |
"id": "2045", | |
"url": "https://commons.wikimedia.org/wiki/Category:Genesis_Convention_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.15056, | |
52.4519 | |
] | |
}, | |
"properties": { | |
"id": "2046", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kloster_Loccum", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.44257, | |
51.165411 | |
] | |
}, | |
"properties": { | |
"id": "2047", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Marien_(Rheydt)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.78555556, | |
34.4575 | |
] | |
}, | |
"properties": { | |
"id": "2048", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kong%C5%8Dsh%C5%8D-ji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.4848169854868, | |
36.124329624983 | |
] | |
}, | |
"properties": { | |
"id": "2049", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aqueduct_of_Algeciras", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.779472728962, | |
59.191887515803 | |
] | |
}, | |
"properties": { | |
"id": "2050", | |
"url": "https://commons.wikimedia.org/wiki/Category:Garnuddens_naturreservat", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.91436111111, | |
34.8075 | |
] | |
}, | |
"properties": { | |
"id": "2051", | |
"url": "https://commons.wikimedia.org/wiki/Category:J%C5%8Draku-ji_(Kamis%C5%8D,_Kakogawa)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.785, | |
43.447 | |
] | |
}, | |
"properties": { | |
"id": "2052", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gaztelugatxe", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.273889, | |
49.998889 | |
] | |
}, | |
"properties": { | |
"id": "2053", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mainz_Cathedral", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
91.1272667, | |
23.4363243 | |
] | |
}, | |
"properties": { | |
"id": "2054", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rupban_Mura", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.82194444, | |
53.58472222 | |
] | |
}, | |
"properties": { | |
"id": "2055", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lough_Fee", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.11773, | |
56.71958 | |
] | |
}, | |
"properties": { | |
"id": "2056", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hadsund_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
28.308467, | |
-25.734715 | |
] | |
}, | |
"properties": { | |
"id": "2057", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pionier_Museum", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.42, | |
-34.58097222 | |
] | |
}, | |
"properties": { | |
"id": "2058", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ecoparque_de_Buenos_Aires", | |
"country": "Argentina", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.821949, | |
47.885341 | |
] | |
}, | |
"properties": { | |
"id": "2059", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Jean-Baptiste_de_Peuton", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.66372, | |
41.86142 | |
] | |
}, | |
"properties": { | |
"id": "2060", | |
"url": "https://commons.wikimedia.org/wiki/Category:Biblioteca_Joan_Vinyoli", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.83, | |
34.48444444 | |
] | |
}, | |
"properties": { | |
"id": "2061", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yamada-dera", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.58805556, | |
47.55472222 | |
] | |
}, | |
"properties": { | |
"id": "2064", | |
"url": "https://commons.wikimedia.org/wiki/Category:Musikmuseum,_Basel", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.3629, | |
38.0997 | |
] | |
}, | |
"properties": { | |
"id": "2065", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santo_Spirito_(Palermo)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.265006, | |
50.481105 | |
] | |
}, | |
"properties": { | |
"id": "2066", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Stephan_(G%C3%B6nnersdorf)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.587778, | |
35.080833 | |
] | |
}, | |
"properties": { | |
"id": "2067", | |
"url": "https://commons.wikimedia.org/wiki/Category:Solar_Building", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.32722222, | |
31.69083333 | |
] | |
}, | |
"properties": { | |
"id": "2068", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ysleta_Mission", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
142.2, | |
11.35 | |
] | |
}, | |
"properties": { | |
"id": "2069", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mariana_Trench", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-115.39671944444, | |
40.605483333333 | |
] | |
}, | |
"properties": { | |
"id": "2070", | |
"url": "https://commons.wikimedia.org/wiki/Category:Snow_Lake_Peak", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.9889186, | |
37.3720829 | |
] | |
}, | |
"properties": { | |
"id": "2071", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gloriette_of_Rodr%C3%ADguez_Mar%C3%ADn", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.310668, | |
48.86715 | |
] | |
}, | |
"properties": { | |
"id": "2072", | |
"url": "https://commons.wikimedia.org/wiki/Category:Square_de_Berlin", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.3996, | |
49.0985 | |
] | |
}, | |
"properties": { | |
"id": "2073", | |
"url": "https://commons.wikimedia.org/wiki/Category:Na_Oklik%C3%A1ch_(viewtower)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.7028138888889, | |
56.700894444444 | |
] | |
}, | |
"properties": { | |
"id": "2074", | |
"url": "https://commons.wikimedia.org/wiki/Category:Edradour_distillery", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.76972222222, | |
35.661388888889 | |
] | |
}, | |
"properties": { | |
"id": "2075", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tsukiji_fish_market", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.3613, | |
48.9056 | |
] | |
}, | |
"properties": { | |
"id": "2076", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steinklamm_(Bayerischer_Wald)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.138027777778, | |
50.268 | |
] | |
}, | |
"properties": { | |
"id": "2077", | |
"url": "https://commons.wikimedia.org/wiki/Category:Park_Harcerski", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.50866, | |
48.9639 | |
] | |
}, | |
"properties": { | |
"id": "2078", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_d%C3%A9partemental_du_Sausset", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.190796, | |
51.484882 | |
] | |
}, | |
"properties": { | |
"id": "2079", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brompton_Cemetery", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.33194444, | |
43.31527778 | |
] | |
}, | |
"properties": { | |
"id": "2080", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Giuseppe_(Siena)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.160833333333, | |
-36.193055555556 | |
] | |
}, | |
"properties": { | |
"id": "2081", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nevado_de_Longav%C3%AD", | |
"country": "Chile", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
141.95416667, | |
39.97055556 | |
] | |
}, | |
"properties": { | |
"id": "2082", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sanriku_Coast", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.0, | |
35.0 | |
] | |
}, | |
"properties": { | |
"id": "2083", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gulf_stream", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
128.64416666667, | |
35.915277777778 | |
] | |
}, | |
"properties": { | |
"id": "2084", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bullodong_Tumuli_in_Daegu", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.25105, | |
51.452 | |
] | |
}, | |
"properties": { | |
"id": "2085", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Clare,_Roehampton", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.4776, | |
53.3811 | |
] | |
}, | |
"properties": { | |
"id": "2086", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lymm_Cross", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.0958, | |
47.1561 | |
] | |
}, | |
"properties": { | |
"id": "2087", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lampsenspitze", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.0667, | |
60.9167 | |
] | |
}, | |
"properties": { | |
"id": "2088", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tunulliarfik_Fjord", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.572222222222, | |
55.751944444444 | |
] | |
}, | |
"properties": { | |
"id": "2089", | |
"url": "https://commons.wikimedia.org/wiki/Category:Novoarbatskiy_Bridge", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.45072222, | |
23.4815 | |
] | |
}, | |
"properties": { | |
"id": "2090", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiayi_Jen_Wu_Temple", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.89, | |
36.50727 | |
] | |
}, | |
"properties": { | |
"id": "2092", | |
"url": "https://commons.wikimedia.org/wiki/Category:Faro_de_Marbella", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-106.419, | |
35.6736 | |
] | |
}, | |
"properties": { | |
"id": "2093", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kasha-Katuwe_Tent_Rocks_National_Monument", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.35365, | |
54.5071 | |
] | |
}, | |
"properties": { | |
"id": "2094", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mary_St_Romuald_Roman_Catholic_Church", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.88136, | |
45.57497 | |
] | |
}, | |
"properties": { | |
"id": "2095", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gare_de_Lac-M%C3%A9gantic", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.3836111111111, | |
49.001388888889 | |
] | |
}, | |
"properties": { | |
"id": "2096", | |
"url": "https://commons.wikimedia.org/wiki/Category:ZKM_Karlsruhe", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-99.174722, | |
19.438889 | |
] | |
}, | |
"properties": { | |
"id": "2097", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_Pemex", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.30709, | |
41.5566 | |
] | |
}, | |
"properties": { | |
"id": "2098", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Joan_de_Llorac", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.48201, | |
51.77399 | |
] | |
}, | |
"properties": { | |
"id": "2099", | |
"url": "https://commons.wikimedia.org/wiki/Category:Geological_Museum_of_University_of_%C5%81%C3%B3d%C5%BA", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.92567, | |
52.4238 | |
] | |
}, | |
"properties": { | |
"id": "2100", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mary's_Church,_Harborne", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.15138889, | |
43.36638889 | |
] | |
}, | |
"properties": { | |
"id": "2101", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monastery_of_San_Pedro_de_Villanueva,_Cangas_de_On%C3%ADs", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.04722222, | |
44.095 | |
] | |
}, | |
"properties": { | |
"id": "2102", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oxbow_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.068, | |
62.3356 | |
] | |
}, | |
"properties": { | |
"id": "2103", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%98verdalen_kirke", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.0114, | |
50.0336 | |
] | |
}, | |
"properties": { | |
"id": "2104", | |
"url": "https://commons.wikimedia.org/wiki/Category:Katharinenberg_(Wunsiedel)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.51666667, | |
52.3 | |
] | |
}, | |
"properties": { | |
"id": "2105", | |
"url": "https://commons.wikimedia.org/wiki/Category:Noorderkerk,_Rijssen", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.37342, | |
48.869 | |
] | |
}, | |
"properties": { | |
"id": "2106", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Joseph-des-Nations_(Paris)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.607422222222, | |
55.768916666667 | |
] | |
}, | |
"properties": { | |
"id": "2107", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Dormition_of_the_Theotokos_in_Putinki", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0415, | |
47.8071 | |
] | |
}, | |
"properties": { | |
"id": "2109", | |
"url": "https://commons.wikimedia.org/wiki/Category:Salzburg_Congress", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
122.590217, | |
10.786283 | |
] | |
}, | |
"properties": { | |
"id": "2110", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Vicente_Ferrer_Church_(Leganes,_Iloilo)", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.73722222, | |
46.40944444 | |
] | |
}, | |
"properties": { | |
"id": "2111", | |
"url": "https://commons.wikimedia.org/wiki/Category:Raduha_(mountain)", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.45291, | |
53.3687 | |
] | |
}, | |
"properties": { | |
"id": "2112", | |
"url": "https://commons.wikimedia.org/wiki/Category:Norfolk_Park", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.1844, | |
51.0011 | |
] | |
}, | |
"properties": { | |
"id": "2113", | |
"url": "https://commons.wikimedia.org/wiki/Category:Reserve_%22Rocks_in_Krynki%22,_%C5%9Awi%C4%99tokrzyskie_Voivodeship", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.88061, | |
41.9136 | |
] | |
}, | |
"properties": { | |
"id": "2114", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Crist%C3%B2fol_del_Bosc", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.18762, | |
45.69 | |
] | |
}, | |
"properties": { | |
"id": "2115", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parc_animalier_d'Introd", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.88364, | |
43.7599 | |
] | |
}, | |
"properties": { | |
"id": "2116", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Gr%C3%A9oux-les-Bains", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.95515, | |
56.97363 | |
] | |
}, | |
"properties": { | |
"id": "2117", | |
"url": "https://commons.wikimedia.org/wiki/Category:N%C3%B8vling_Kirke_(Aalborg_Kommune)", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.18333333, | |
43.98916667 | |
] | |
}, | |
"properties": { | |
"id": "2118", | |
"url": "https://commons.wikimedia.org/wiki/Category:Larzac", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.026666666667, | |
49.204722222222 | |
] | |
}, | |
"properties": { | |
"id": "2119", | |
"url": "https://commons.wikimedia.org/wiki/Category:Czarny_Staw_Polski", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.89331, | |
41.8283 | |
] | |
}, | |
"properties": { | |
"id": "2120", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Soler_(Llagostera)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-119.511, | |
37.8469 | |
] | |
}, | |
"properties": { | |
"id": "2121", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Hoffmann", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.6463, | |
51.1091 | |
] | |
}, | |
"properties": { | |
"id": "2122", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Dryburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.54124444, | |
57.94709722 | |
] | |
}, | |
"properties": { | |
"id": "2123", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kl%C3%A4desholmens_kyrka", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
110.18365, | |
-7.52852 | |
] | |
}, | |
"properties": { | |
"id": "2124", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Andong", | |
"country": "Indonesia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-66.8909, | |
10.4898 | |
] | |
}, | |
"properties": { | |
"id": "2125", | |
"url": "https://commons.wikimedia.org/wiki/Category:Biblioteca_Central_de_la_UCV", | |
"country": "Venezuela", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.17528, | |
45.655 | |
] | |
}, | |
"properties": { | |
"id": "2127", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Sainte-Bernadette_d'Angoul%C3%AAme", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.921947, | |
43.048811 | |
] | |
}, | |
"properties": { | |
"id": "2128", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_John's_Evangelical_Lutheran_Church_(Milwaukee,_Wisconsin)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.212, | |
34.664139 | |
] | |
}, | |
"properties": { | |
"id": "2129", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kobe_International_Exhibition_Hall", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.2344, | |
51.6325 | |
] | |
}, | |
"properties": { | |
"id": "2130", | |
"url": "https://commons.wikimedia.org/wiki/Category:Totteridge_Fields", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.3674, | |
53.3279 | |
] | |
}, | |
"properties": { | |
"id": "2131", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tatton_Old_Hall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.96377, | |
57.2692 | |
] | |
}, | |
"properties": { | |
"id": "2132", | |
"url": "https://commons.wikimedia.org/wiki/Category:Br%C3%B8nderslev_gamle_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.68829, | |
51.55827 | |
] | |
}, | |
"properties": { | |
"id": "2133", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cliveden", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.80388, | |
53.105 | |
] | |
}, | |
"properties": { | |
"id": "2134", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pumphouses_in_Bremen_(state)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.850278, | |
43.635556 | |
] | |
}, | |
"properties": { | |
"id": "2135", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saginaw_River_Rear_Range_Light", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.21722222, | |
41.45611111 | |
] | |
}, | |
"properties": { | |
"id": "2136", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igreja_de_S%C3%A3o_Rom%C3%A3o_de_Ar%C3%B5es", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.107822, | |
48.144825 | |
] | |
}, | |
"properties": { | |
"id": "2137", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bratislava_City_Gallery", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-83.725851, | |
34.720285 | |
] | |
}, | |
"properties": { | |
"id": "2138", | |
"url": "https://commons.wikimedia.org/wiki/Category:Unicoi_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
74.484558, | |
42.547516 | |
] | |
}, | |
"properties": { | |
"id": "2139", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ala_Archa_National_Park,_Kyrgyz", | |
"country": "Kyrgyzstan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.227, | |
43.7952 | |
] | |
}, | |
"properties": { | |
"id": "2140", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oppidum_de_Nages", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.939263888889, | |
37.838541666667 | |
] | |
}, | |
"properties": { | |
"id": "2141", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_of_Modern_Art,_Andros", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.02208, | |
46.494891 | |
] | |
}, | |
"properties": { | |
"id": "2142", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ancient_Roman_sites_in_Sanxay", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.662979, | |
41.462405 | |
] | |
}, | |
"properties": { | |
"id": "2143", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esgl%C3%A9sia_de_Sant_Quint%C3%AD_de_Mediona", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.592111, | |
34.864111 | |
] | |
}, | |
"properties": { | |
"id": "2144", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aquapia_Akutagawa", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.60333333333, | |
39.658333333333 | |
] | |
}, | |
"properties": { | |
"id": "2145", | |
"url": "https://commons.wikimedia.org/wiki/Category:Echo_Lake_Park_(Clear_Creek_County,_Colorado)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-68.94305472, | |
44.28143083 | |
] | |
}, | |
"properties": { | |
"id": "2146", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grindel_Point_Light", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.757222222222, | |
46.506666666667 | |
] | |
}, | |
"properties": { | |
"id": "2147", | |
"url": "https://commons.wikimedia.org/wiki/Category:Passo_Sella", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.352788, | |
48.852783 | |
] | |
}, | |
"properties": { | |
"id": "2148", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pont_Saint-Louis", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.36392784, | |
51.01289749 | |
] | |
}, | |
"properties": { | |
"id": "2149", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saints_Simon_and_Jude_(Lipov%C3%A1)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.0869444444444, | |
43.023888888889 | |
] | |
}, | |
"properties": { | |
"id": "2150", | |
"url": "https://commons.wikimedia.org/wiki/Category:Txindoki", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.65029, | |
51.17185 | |
] | |
}, | |
"properties": { | |
"id": "2151", | |
"url": "https://commons.wikimedia.org/wiki/Category:Skihalle_Neuss", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.36038, | |
42.01476 | |
] | |
}, | |
"properties": { | |
"id": "2152", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Bartomeu_Sesgorgues", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-89.65346, | |
39.81998 | |
] | |
}, | |
"properties": { | |
"id": "2153", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_of_Funeral_Customs", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
152.917, | |
-27.4406 | |
] | |
}, | |
"properties": { | |
"id": "2154", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brisbane_Forest_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.6379, | |
45.2978 | |
] | |
}, | |
"properties": { | |
"id": "2155", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Didier_de_Voreppe", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.66472, | |
51.0556 | |
] | |
}, | |
"properties": { | |
"id": "2156", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_St_Peter_and_St_Paul,_Charlton_Adam", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.93656, | |
43.119 | |
] | |
}, | |
"properties": { | |
"id": "2157", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stade_Mayol", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.59028, | |
39.9036 | |
] | |
}, | |
"properties": { | |
"id": "2158", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Francesco_(Oristano)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.515, | |
52.2219 | |
] | |
}, | |
"properties": { | |
"id": "2159", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zoo_Braunschweig", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.17639, | |
52.9483 | |
] | |
}, | |
"properties": { | |
"id": "2160", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holy_Trinity_Church,_Lenton", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
127.29616666667, | |
37.50625 | |
] | |
}, | |
"properties": { | |
"id": "2162", | |
"url": "https://commons.wikimedia.org/wiki/Category:Paldang_Lake", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8847222222222, | |
52.374444444444 | |
] | |
}, | |
"properties": { | |
"id": "2163", | |
"url": "https://commons.wikimedia.org/wiki/Category:Homomonument_in_Amsterdam", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
113.05527778, | |
38.62916667 | |
] | |
}, | |
"properties": { | |
"id": "2164", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hongfu_Temple_(Dingxiang)", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
87.93, | |
27.00694444 | |
] | |
}, | |
"properties": { | |
"id": "2165", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mai_Pokhari", | |
"country": "Nepal", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.3452305555556, | |
39.975625 | |
] | |
}, | |
"properties": { | |
"id": "2166", | |
"url": "https://commons.wikimedia.org/wiki/Category:Iglesia_de_Santa_Elena_(Pedro_Izquierdo_de_Moya)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.9, | |
52.8 | |
] | |
}, | |
"properties": { | |
"id": "2167", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jasper_National_Park", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.448519, | |
49.686868 | |
] | |
}, | |
"properties": { | |
"id": "2168", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stade_Op_Flohr", | |
"country": "Luxembourg", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.734333333333, | |
59.949 | |
] | |
}, | |
"properties": { | |
"id": "2169", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ullevaal_Stadion", | |
"country": "Norway", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.532079, | |
49.334678 | |
] | |
}, | |
"properties": { | |
"id": "2170", | |
"url": "https://commons.wikimedia.org/wiki/Category:Danish_soldiers_cemetery_in_Braine", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
76.239789, | |
33.005707 | |
] | |
}, | |
"properties": { | |
"id": "2171", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saach_Pass", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.0595, | |
52.5678 | |
] | |
}, | |
"properties": { | |
"id": "2172", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scherm%C3%BCtzelsee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
77.73, | |
23.48 | |
] | |
}, | |
"properties": { | |
"id": "2174", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sanchi_Stupa_number_2", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.37167, | |
55.24785 | |
] | |
}, | |
"properties": { | |
"id": "2175", | |
"url": "https://commons.wikimedia.org/wiki/Category:Heden_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.14378, | |
59.55724 | |
] | |
}, | |
"properties": { | |
"id": "2176", | |
"url": "https://commons.wikimedia.org/wiki/Category:All_Saints_Church_in_Gatchina", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.5492, | |
50.7408 | |
] | |
}, | |
"properties": { | |
"id": "2177", | |
"url": "https://commons.wikimedia.org/wiki/Category:Miedzygorz_Castle", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.283889, | |
53.583611 | |
] | |
}, | |
"properties": { | |
"id": "2178", | |
"url": "https://commons.wikimedia.org/wiki/Category:Olsztynek_Castle", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.436577, | |
50.438315 | |
] | |
}, | |
"properties": { | |
"id": "2179", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cin%C3%A9ma-th%C3%A9%C3%A2tre_le_Varia_(Jumet)", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.901495, | |
53.14455 | |
] | |
}, | |
"properties": { | |
"id": "2180", | |
"url": "https://commons.wikimedia.org/wiki/Category:Irish_National_Stud", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
60.666666666667, | |
34.8 | |
] | |
}, | |
"properties": { | |
"id": "2181", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taybad_County", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.98364, | |
48.9717 | |
] | |
}, | |
"properties": { | |
"id": "2182", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-%C3%89tienne_de_Vernouillet", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.9934, | |
38.3618 | |
] | |
}, | |
"properties": { | |
"id": "2183", | |
"url": "https://commons.wikimedia.org/wiki/Category:Governor_Harry_W._Nice_Memorial_Bridge", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.687157410326, | |
49.278522694191 | |
] | |
}, | |
"properties": { | |
"id": "2184", | |
"url": "https://commons.wikimedia.org/wiki/Category:Festung_Lichtenau", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-68.32303, | |
-22.9112 | |
] | |
}, | |
"properties": { | |
"id": "2185", | |
"url": "https://commons.wikimedia.org/wiki/Category:Valle_de_la_Luna_(Chile)", | |
"country": "Chile", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.555639, | |
34.073528 | |
] | |
}, | |
"properties": { | |
"id": "2186", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tokushima_Municipal_Tokushima_Castle_Museum", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-91.348, | |
41.669 | |
] | |
}, | |
"properties": { | |
"id": "2187", | |
"url": "https://commons.wikimedia.org/wiki/Category:Herbert_Hoover_Presidential_Library_and_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.355555555556, | |
46.610277777778 | |
] | |
}, | |
"properties": { | |
"id": "2188", | |
"url": "https://commons.wikimedia.org/wiki/Category:Glanfurt", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.46861111, | |
35.20277778 | |
] | |
}, | |
"properties": { | |
"id": "2189", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kourtaliotiko_Gorge", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.3822, | |
41.8592 | |
] | |
}, | |
"properties": { | |
"id": "2190", | |
"url": "https://commons.wikimedia.org/wiki/Category:Riverside_Cemetery_(Pawtucket,_Rhode_Island)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.908, | |
14.8182 | |
] | |
}, | |
"properties": { | |
"id": "2191", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Lawrence_Deacon_%26_Martyr_Parish_Church_of_Balagtas", | |
"country": "Philippines", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.65, | |
58.8167 | |
] | |
}, | |
"properties": { | |
"id": "2192", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ask%C3%B6", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.03583333, | |
33.86805556 | |
] | |
}, | |
"properties": { | |
"id": "2193", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oronoshima", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-77.0276, | |
38.9067 | |
] | |
}, | |
"properties": { | |
"id": "2194", | |
"url": "https://commons.wikimedia.org/wiki/Category:Laogai_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
104.28619444444, | |
52.293444444444 | |
] | |
}, | |
"properties": { | |
"id": "2195", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moscow_arches_in_Irkutsk", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-44.009992, | |
-20.041574 | |
] | |
}, | |
"properties": { | |
"id": "2196", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parque_Estadual_da_Serra_do_Rola-Mo%C3%A7a", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.8807582, | |
45.6135074 | |
] | |
}, | |
"properties": { | |
"id": "2197", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stadio_Carlo_Speroni", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.483056, | |
51.917778 | |
] | |
}, | |
"properties": { | |
"id": "2198", | |
"url": "https://commons.wikimedia.org/wiki/Category:De_verwoeste_stad/Rotterdam", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.1971916666667, | |
51.005055555556 | |
] | |
}, | |
"properties": { | |
"id": "2199", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gold_Hill,_Shaftesbury", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.320278, | |
44.244722 | |
] | |
}, | |
"properties": { | |
"id": "2200", | |
"url": "https://commons.wikimedia.org/wiki/Category:First_Congregational_Church_(Manistee,_Michigan)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.17528, | |
41.3786 | |
] | |
}, | |
"properties": { | |
"id": "2201", | |
"url": "https://commons.wikimedia.org/wiki/Category:Teatre_Principal_(Barcelona)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.86497222, | |
35.07344444 | |
] | |
}, | |
"properties": { | |
"id": "2202", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hiyoshi_Taisha", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.218333333333, | |
41.942777777778 | |
] | |
}, | |
"properties": { | |
"id": "2203", | |
"url": "https://commons.wikimedia.org/wiki/Category:Batak_History_Museum", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.733, | |
4.85389 | |
] | |
}, | |
"properties": { | |
"id": "2204", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taiping_Zoo", | |
"country": "Malaysia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
73.3683514, | |
33.8951721 | |
] | |
}, | |
"properties": { | |
"id": "2205", | |
"url": "https://commons.wikimedia.org/wiki/Category:Murree_Wildlife_Park", | |
"country": "Pakistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.086989, | |
22.562175 | |
] | |
}, | |
"properties": { | |
"id": "2206", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shenzhen_Stadium", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.48406, | |
42.57218 | |
] | |
}, | |
"properties": { | |
"id": "2207", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Andreu_d'Arinsal", | |
"country": "Andorra", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.30891667, | |
48.21427778 | |
] | |
}, | |
"properties": { | |
"id": "2208", | |
"url": "https://commons.wikimedia.org/wiki/Category:Trufanets_Waterfall", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.12162, | |
46.06693 | |
] | |
}, | |
"properties": { | |
"id": "2209", | |
"url": "https://commons.wikimedia.org/wiki/Category:Basilica_paleocristiana_di_San_Vigilio", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.9059, | |
36.7913 | |
] | |
}, | |
"properties": { | |
"id": "2210", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hume_Lake", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.762341470883, | |
49.217858006228 | |
] | |
}, | |
"properties": { | |
"id": "2211", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burg_Runding", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.461944444444, | |
55.158333333333 | |
] | |
}, | |
"properties": { | |
"id": "2212", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ice_Hockey_Center_2004", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.593888888889, | |
41.245277777778 | |
] | |
}, | |
"properties": { | |
"id": "2213", | |
"url": "https://commons.wikimedia.org/wiki/Category:Coliseum_at_Richfield", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.4811, | |
45.8473 | |
] | |
}, | |
"properties": { | |
"id": "2214", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monte_Fal%C3%B2", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.881059, | |
44.289471 | |
] | |
}, | |
"properties": { | |
"id": "2215", | |
"url": "https://commons.wikimedia.org/wiki/Category:International_Museum_of_Ceramics_in_Faenza", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.99639, | |
44.6903 | |
] | |
}, | |
"properties": { | |
"id": "2216", | |
"url": "https://commons.wikimedia.org/wiki/Category:Le_Pain_de_Sucre_(3208m)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.0483, | |
52.4024 | |
] | |
}, | |
"properties": { | |
"id": "2217", | |
"url": "https://commons.wikimedia.org/wiki/Category:Werner-Alfred-Bad", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.3643, | |
49.4165 | |
] | |
}, | |
"properties": { | |
"id": "2218", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rabsztyn_(Pieniny_Czorszty%C5%84skie)", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.883611, | |
40.9425 | |
] | |
}, | |
"properties": { | |
"id": "2219", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alexander_Smith_Carpet_Mills", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.127367, | |
51.4994 | |
] | |
}, | |
"properties": { | |
"id": "2220", | |
"url": "https://commons.wikimedia.org/wiki/Category:Westminster_Abbey", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.46, | |
45.998888888889 | |
] | |
}, | |
"properties": { | |
"id": "2221", | |
"url": "https://commons.wikimedia.org/wiki/Category:Massif_des_Bornes", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.14454, | |
46.23746 | |
] | |
}, | |
"properties": { | |
"id": "2222", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Julien-de-Brioude_de_Saint-Julien-de-Jonzy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.898611, | |
36.305 | |
] | |
}, | |
"properties": { | |
"id": "2223", | |
"url": "https://commons.wikimedia.org/wiki/Category:Point_Sur_Lighthouse", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.57939, | |
55.67707 | |
] | |
}, | |
"properties": { | |
"id": "2224", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christiansborg_Slotskirke", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.9467, | |
48.678 | |
] | |
}, | |
"properties": { | |
"id": "2225", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ran%C5%A1purk", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.28, | |
51.493 | |
] | |
}, | |
"properties": { | |
"id": "2226", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chiswick_Park", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.385161, | |
51.941867 | |
] | |
}, | |
"properties": { | |
"id": "2227", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wasserm%C3%BChle_Schulze_Westerath", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.989167, | |
42.741944 | |
] | |
}, | |
"properties": { | |
"id": "2228", | |
"url": "https://commons.wikimedia.org/wiki/Category:Charles_Parker_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.521, | |
24.2932 | |
] | |
}, | |
"properties": { | |
"id": "2229", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wuqi_Fishing_Port", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.5833333333333, | |
50.424166666667 | |
] | |
}, | |
"properties": { | |
"id": "2230", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_d'Olhain", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-86.990931, | |
34.207522 | |
] | |
}, | |
"properties": { | |
"id": "2231", | |
"url": "https://commons.wikimedia.org/wiki/Category:Clarkson-Legg_Covered_Bridge", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.0893, | |
41.9863 | |
] | |
}, | |
"properties": { | |
"id": "2232", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rakitovo_Clock_tower", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.65211111, | |
58.42627778 | |
] | |
}, | |
"properties": { | |
"id": "2233", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eggby_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
36.234166666667, | |
50.001111111111 | |
] | |
}, | |
"properties": { | |
"id": "2234", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monument_of_Shevchenko_(Kharkiv)", | |
"country": "Ukraine", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.7878, | |
42.2198 | |
] | |
}, | |
"properties": { | |
"id": "2236", | |
"url": "https://commons.wikimedia.org/wiki/Category:Moore_Park_(Oregon)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.5362, | |
51.5225 | |
] | |
}, | |
"properties": { | |
"id": "2237", | |
"url": "https://commons.wikimedia.org/wiki/Category:Canvey_Wick", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.348888888889, | |
47.3175 | |
] | |
}, | |
"properties": { | |
"id": "2238", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96fnerspitze", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.32021583, | |
59.94140083 | |
] | |
}, | |
"properties": { | |
"id": "2239", | |
"url": "https://commons.wikimedia.org/wiki/Category:Japanese_Consulate,_Saint_Petersburg", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.855555555556, | |
39.936388888889 | |
] | |
}, | |
"properties": { | |
"id": "2240", | |
"url": "https://commons.wikimedia.org/wiki/Category:Melike_Hatun_Mosque", | |
"country": "Turkey", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.07173333, | |
44.37761111 | |
] | |
}, | |
"properties": { | |
"id": "2241", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nostra_Signora_delle_Grazie_(Bogliasco)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.1944, | |
56.1536 | |
] | |
}, | |
"properties": { | |
"id": "2242", | |
"url": "https://commons.wikimedia.org/wiki/Category:Godsbanen", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.616666666667, | |
50.983333333333 | |
] | |
}, | |
"properties": { | |
"id": "2244", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rote_Wei%C3%9Feritz", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.143333, | |
42.91 | |
] | |
}, | |
"properties": { | |
"id": "2245", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rim_Village_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.389166666667, | |
43.641388888889 | |
] | |
}, | |
"properties": { | |
"id": "2246", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rogers_Centre", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.5775, | |
44.837777777778 | |
] | |
}, | |
"properties": { | |
"id": "2247", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cath%C3%A9drale_Saint-Andr%C3%A9_de_Bordeaux", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.01419, | |
46.40594 | |
] | |
}, | |
"properties": { | |
"id": "2248", | |
"url": "https://commons.wikimedia.org/wiki/Category:Duomo_di_Tolmezzo", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.8521137, | |
54.96281 | |
] | |
}, | |
"properties": { | |
"id": "2249", | |
"url": "https://commons.wikimedia.org/wiki/Category:Motte_of_Urr", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-112.836, | |
33.8217 | |
] | |
}, | |
"properties": { | |
"id": "2250", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vulture_Mine", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.845783, | |
40.756986 | |
] | |
}, | |
"properties": { | |
"id": "2251", | |
"url": "https://commons.wikimedia.org/wiki/Category:Citi_Field", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.9834, | |
37.5699 | |
] | |
}, | |
"properties": { | |
"id": "2252", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bosingak", | |
"country": "South Korea", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.45403, | |
50.936 | |
] | |
}, | |
"properties": { | |
"id": "2253", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Omer_de_Qua%C3%ABdypre", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.1725, | |
49.8347 | |
] | |
}, | |
"properties": { | |
"id": "2254", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tram_depot_Poruba", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.8026, | |
63.0244 | |
] | |
}, | |
"properties": { | |
"id": "2255", | |
"url": "https://commons.wikimedia.org/wiki/Category:Frei_kirke", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.44075, | |
54.72981 | |
] | |
}, | |
"properties": { | |
"id": "2256", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rispain_Camp", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-39.064884, | |
-16.437101 | |
] | |
}, | |
"properties": { | |
"id": "2257", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igreja_Matriz_Nossa_Senhora_da_Pena", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.224111, | |
34.913361 | |
] | |
}, | |
"properties": { | |
"id": "2258", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arima_Fuji_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.0959, | |
48.2001 | |
] | |
}, | |
"properties": { | |
"id": "2259", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rottenhof_(Gemeinde_Hofamt_Priel)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
83.806, | |
28.518 | |
] | |
}, | |
"properties": { | |
"id": "2260", | |
"url": "https://commons.wikimedia.org/wiki/Category:Annapurna_South", | |
"country": "Nepal", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.984722222222, | |
50.490277777778 | |
] | |
}, | |
"properties": { | |
"id": "2261", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ko%C5%A1%C5%A5%C3%A1l", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.8024, | |
49.5084 | |
] | |
}, | |
"properties": { | |
"id": "2263", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prameni%C5%A1t%C4%9B_Hamersk%C3%A9ho_potoka_U_velk%C3%A9_jedle", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.423056, | |
29.183333 | |
] | |
}, | |
"properties": { | |
"id": "2264", | |
"url": "https://commons.wikimedia.org/wiki/Category:Barberville_Central_High_School", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.92472222, | |
57.06833333 | |
] | |
}, | |
"properties": { | |
"id": "2265", | |
"url": "https://commons.wikimedia.org/wiki/Category:Muir_of_Dinnet_National_Nature_Reserve", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
134.47722222222, | |
7.3422222222222 | |
] | |
}, | |
"properties": { | |
"id": "2266", | |
"url": "https://commons.wikimedia.org/wiki/Category:Koror", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
152.933, | |
-30.295 | |
] | |
}, | |
"properties": { | |
"id": "2267", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bindarri_National_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.0429, | |
51.4652 | |
] | |
}, | |
"properties": { | |
"id": "2268", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kidbrooke", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.9727, | |
40.7927 | |
] | |
}, | |
"properties": { | |
"id": "2269", | |
"url": "https://commons.wikimedia.org/wiki/Category:Broadway_United_Church_of_Christ", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.110694, | |
44.667583 | |
] | |
}, | |
"properties": { | |
"id": "2270", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Besse", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.48866667, | |
41.90463889 | |
] | |
}, | |
"properties": { | |
"id": "2271", | |
"url": "https://commons.wikimedia.org/wiki/Category:Capuchin_crypta_(Rome)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.4899, | |
50.4907 | |
] | |
}, | |
"properties": { | |
"id": "2273", | |
"url": "https://commons.wikimedia.org/wiki/Category:Warta", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.42944, | |
41.677 | |
] | |
}, | |
"properties": { | |
"id": "2276", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Joan_de_Vilamajor_(Pujalt)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8933305555556, | |
52.368611111111 | |
] | |
}, | |
"properties": { | |
"id": "2277", | |
"url": "https://commons.wikimedia.org/wiki/Category:Allard_Pierson_Museum", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.57926, | |
53.807 | |
] | |
}, | |
"properties": { | |
"id": "2278", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Matthias'_Church,_Burley,_Leeds", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6125, | |
52.619 | |
] | |
}, | |
"properties": { | |
"id": "2280", | |
"url": "https://commons.wikimedia.org/wiki/Category:Polesworth_Abbey", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.76666666666667, | |
60.416666666667 | |
] | |
}, | |
"properties": { | |
"id": "2281", | |
"url": "https://commons.wikimedia.org/wiki/Category:Out_Skerries", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.16388889, | |
42.00333333 | |
] | |
}, | |
"properties": { | |
"id": "2282", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ponte_da_Cava_da_Velha", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.733141, | |
50.540503 | |
] | |
}, | |
"properties": { | |
"id": "2284", | |
"url": "https://commons.wikimedia.org/wiki/Category:Brown's_Road_Military_Cemetery", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.5216, | |
50.6893 | |
] | |
}, | |
"properties": { | |
"id": "2285", | |
"url": "https://commons.wikimedia.org/wiki/Category:Golden_Hill_Fort", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.9389, | |
50.0614 | |
] | |
}, | |
"properties": { | |
"id": "2286", | |
"url": "https://commons.wikimedia.org/wiki/Category:Czynciel%C3%B3w_House_in_Krak%C3%B3w", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.42015, | |
49.0199 | |
] | |
}, | |
"properties": { | |
"id": "2287", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grabkapelle_(Karlsruhe)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.518611111111, | |
55.872222222222 | |
] | |
}, | |
"properties": { | |
"id": "2288", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ringsj%C3%B6n", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.95496, | |
50.665 | |
] | |
}, | |
"properties": { | |
"id": "2289", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Nikolaus_(Morenhoven)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.12794444, | |
42.09333333 | |
] | |
}, | |
"properties": { | |
"id": "2290", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_of_Palenzuela", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.916389, | |
52.559167 | |
] | |
}, | |
"properties": { | |
"id": "2291", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nieuwe_Toren_Kampen", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.32921, | |
48.8495 | |
] | |
}, | |
"properties": { | |
"id": "2292", | |
"url": "https://commons.wikimedia.org/wiki/Category:Rue_de_Rennes_(Paris)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.3190555555556, | |
46.652416666667 | |
] | |
}, | |
"properties": { | |
"id": "2293", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kaiseregg", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.54258, | |
53.2234 | |
] | |
}, | |
"properties": { | |
"id": "2294", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baracke_Wilhelmine", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.63863888889, | |
34.606527777778 | |
] | |
}, | |
"properties": { | |
"id": "2295", | |
"url": "https://commons.wikimedia.org/wiki/Category:Onji_shrine", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.375, | |
56.194444444444 | |
] | |
}, | |
"properties": { | |
"id": "2297", | |
"url": "https://commons.wikimedia.org/wiki/Category:Loch_Leven,_Perth_and_Kinross", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.867064, | |
50.463889 | |
] | |
}, | |
"properties": { | |
"id": "2298", | |
"url": "https://commons.wikimedia.org/wiki/Category:Belfry_of_Namur", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.0574003, | |
41.226452 | |
] | |
}, | |
"properties": { | |
"id": "2299", | |
"url": "https://commons.wikimedia.org/wiki/Category:Battistero_di_San_Giovanni_(Canosa_di_Puglia)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-110.488, | |
32.897 | |
] | |
}, | |
"properties": { | |
"id": "2300", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aravaipa_Canyon_Wilderness", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.139167, | |
44.904444 | |
] | |
}, | |
"properties": { | |
"id": "2301", | |
"url": "https://commons.wikimedia.org/wiki/Category:Watertown_Stadium", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.578348, | |
55.723331 | |
] | |
}, | |
"properties": { | |
"id": "2302", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tuborg_Bottle,_Copenhagen", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.45081, | |
48.7767 | |
] | |
}, | |
"properties": { | |
"id": "2303", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lac_de_Cr%C3%A9teil", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.45081, | |
48.7767 | |
] | |
}, | |
"properties": { | |
"id": "2304", | |
"url": "http://commons.wikimedia.org/wiki/Category:Botanical_Garden_(Metro-North_station)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.14974, | |
53.4752 | |
] | |
}, | |
"properties": { | |
"id": "2305", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fairfield_Moravian_Church", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.894792, | |
41.819532 | |
] | |
}, | |
"properties": { | |
"id": "2306", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nostra_Senyora_dels_Miracles_de_Sallent", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-98.532, | |
34.7445 | |
] | |
}, | |
"properties": { | |
"id": "2307", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Scott_(Oklahoma)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.6417, | |
55.0444 | |
] | |
}, | |
"properties": { | |
"id": "2308", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sudargas", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
83.25055556, | |
17.76638889 | |
] | |
}, | |
"properties": { | |
"id": "2309", | |
"url": "https://commons.wikimedia.org/wiki/Category:Simhachalam_Varaha_Narasimha_Temple", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.38916667, | |
45.75555556 | |
] | |
}, | |
"properties": { | |
"id": "2310", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Jean_de_Glaine-Montaigut", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.3, | |
53.869 | |
] | |
}, | |
"properties": { | |
"id": "2311", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pendle_Hill", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.9033361, | |
50.2240347 | |
] | |
}, | |
"properties": { | |
"id": "2312", | |
"url": "https://commons.wikimedia.org/wiki/Category:Goethova_vyhl%C3%ADdka", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.72119, | |
48.2666 | |
] | |
}, | |
"properties": { | |
"id": "2313", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schweizer_Bobbahn_(Europa-Park)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.300604, | |
48.142161 | |
] | |
}, | |
"properties": { | |
"id": "2314", | |
"url": "https://commons.wikimedia.org/wiki/Category:Friedhof_Atzgersdorf", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
144.969, | |
-37.8143 | |
] | |
}, | |
"properties": { | |
"id": "2315", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Michael's_Uniting_Church,_Melbourne", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.3853, | |
47.0894 | |
] | |
}, | |
"properties": { | |
"id": "2316", | |
"url": "https://commons.wikimedia.org/wiki/Category:Plabutsch", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.482751, | |
53.554201 | |
] | |
}, | |
"properties": { | |
"id": "2317", | |
"url": "https://commons.wikimedia.org/wiki/Category:Barnsley_Town_Hall", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.956389, | |
42.463056 | |
] | |
}, | |
"properties": { | |
"id": "2318", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Stephen's_Memorial_Episcopal_Church_(Lynn,_Massachusetts)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
140.22, | |
37.11 | |
] | |
}, | |
"properties": { | |
"id": "2319", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nanko_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
131.390472, | |
34.41325 | |
] | |
}, | |
"properties": { | |
"id": "2320", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hagi_Museum", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.50553611, | |
46.05027222 | |
] | |
}, | |
"properties": { | |
"id": "2321", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fish_Footbridge", | |
"country": "Slovenia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.267, | |
52.5415 | |
] | |
}, | |
"properties": { | |
"id": "2322", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christophoruskirche_(Berlin-Siemensstadt)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.025277777778, | |
37.894166666667 | |
] | |
}, | |
"properties": { | |
"id": "2323", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pizzo_Carbonara", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.73213, | |
49.83022 | |
] | |
}, | |
"properties": { | |
"id": "2324", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Germain_de_Saint-Germain-sur-Bresle", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.871, | |
38.6106 | |
] | |
}, | |
"properties": { | |
"id": "2325", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hand_Fan_Museum", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.77766944, | |
50.04105833 | |
] | |
}, | |
"properties": { | |
"id": "2326", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pardubice_Castle", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.667682, | |
43.385677 | |
] | |
}, | |
"properties": { | |
"id": "2327", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maison_de_Maurice_Ravel_(Ciboure)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.839418172778, | |
48.335955058889 | |
] | |
}, | |
"properties": { | |
"id": "2328", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wellenburger_Allee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.118497, | |
37.593819 | |
] | |
}, | |
"properties": { | |
"id": "2329", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eden_Landing_Ecological_Reserve", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.7526388888889, | |
41.67395 | |
] | |
}, | |
"properties": { | |
"id": "2330", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mas_Comas_(Palafolls)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.078788888889, | |
9.93275 | |
] | |
}, | |
"properties": { | |
"id": "2331", | |
"url": "https://commons.wikimedia.org/wiki/Category:Metropolitan_Cathedral_of_San_Jos%C3%A9", | |
"country": "Costa Rica", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.8062025, | |
49.222583611111 | |
] | |
}, | |
"properties": { | |
"id": "2332", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Peter_(Krahulov)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.55625, | |
51.352 | |
] | |
}, | |
"properties": { | |
"id": "2333", | |
"url": "https://commons.wikimedia.org/wiki/Category:Raffenburg", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.331944, | |
48.0425 | |
] | |
}, | |
"properties": { | |
"id": "2334", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_du_Bois_de_la_Roche", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
36.333333, | |
31.583333 | |
] | |
}, | |
"properties": { | |
"id": "2335", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ain_Ghazal", | |
"country": "Jordan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.47583333, | |
41.89872222 | |
] | |
}, | |
"properties": { | |
"id": "2336", | |
"url": "https://commons.wikimedia.org/wiki/Category:Baths_of_Nero", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.72147222, | |
56.76047222 | |
] | |
}, | |
"properties": { | |
"id": "2337", | |
"url": "https://commons.wikimedia.org/wiki/Category:Annerstads_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
58.158611111111, | |
34.007777777778 | |
] | |
}, | |
"properties": { | |
"id": "2338", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jameh_Mosque_of_Ferdows", | |
"country": "Iran", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.143686, | |
38.741441 | |
] | |
}, | |
"properties": { | |
"id": "2340", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pal%C3%A1cio_das_Galveias_(Lisbon)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.9, | |
51.15 | |
] | |
}, | |
"properties": { | |
"id": "2341", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vidette_Lake", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.966111111111, | |
41.512777777778 | |
] | |
}, | |
"properties": { | |
"id": "2342", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kitino_Kale", | |
"country": "North Macedonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.3888, | |
43.1121 | |
] | |
}, | |
"properties": { | |
"id": "2343", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fontana_Maggiore_(Perugia)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.285972222222, | |
58.519805555556 | |
] | |
}, | |
"properties": { | |
"id": "2344", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_John_the_Baptist_Church_at_Opoki", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-57.6212, | |
-25.2887 | |
] | |
}, | |
"properties": { | |
"id": "2345", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museo_Nacional_de_Bellas_Artes_(Paraguay)", | |
"country": "Paraguay", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8936957, | |
52.3682661 | |
] | |
}, | |
"properties": { | |
"id": "2346", | |
"url": "https://commons.wikimedia.org/wiki/Category:University_of_Amsterdam_Special_Collections", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.95935, | |
42.58938 | |
] | |
}, | |
"properties": { | |
"id": "2348", | |
"url": "https://commons.wikimedia.org/wiki/Category:Iglesia_de_Santa_Mar%C3%ADa_de_la_Asunci%C3%B3n,_Sajazarra", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-109.60722222222, | |
38.790555555556 | |
] | |
}, | |
"properties": { | |
"id": "2349", | |
"url": "https://commons.wikimedia.org/wiki/Category:Landscape_Arch", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.3256, | |
37.4445 | |
] | |
}, | |
"properties": { | |
"id": "2350", | |
"url": "https://commons.wikimedia.org/wiki/Category:Windmills_in_Mykonos", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.96078073, | |
62.41552489 | |
] | |
}, | |
"properties": { | |
"id": "2351", | |
"url": "https://commons.wikimedia.org/wiki/Category:Laukaa_Church", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.935833, | |
35.691667 | |
] | |
}, | |
"properties": { | |
"id": "2352", | |
"url": "https://commons.wikimedia.org/wiki/Category:Scottish_Rite_Temple_(Santa_Fe,_New_Mexico)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.03055556, | |
55.12666667 | |
] | |
}, | |
"properties": { | |
"id": "2353", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nys%C3%B8_(Pr%C3%A6st%C3%B8_Sogn)", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.400425, | |
43.856680555556 | |
] | |
}, | |
"properties": { | |
"id": "2354", | |
"url": "https://commons.wikimedia.org/wiki/Category:Embassy_of_the_United_States_in_Sarajevo", | |
"country": "Bosnia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.891, | |
33.072 | |
] | |
}, | |
"properties": { | |
"id": "2355", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gila_River_War_Relocation_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.722046, | |
49.701558 | |
] | |
}, | |
"properties": { | |
"id": "2356", | |
"url": "https://commons.wikimedia.org/wiki/Category:Virgin_Mary_Queen_of_Poland_church_in_Krosno", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.34083333, | |
55.59638889 | |
] | |
}, | |
"properties": { | |
"id": "2357", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lyngby_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.45315, | |
50.5152 | |
] | |
}, | |
"properties": { | |
"id": "2358", | |
"url": "https://commons.wikimedia.org/wiki/Category:Red_Crane,_Isle_of_Portland", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.9489, | |
50.1613 | |
] | |
}, | |
"properties": { | |
"id": "2359", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Anne_(Star%C3%A9_M%C4%9Bsto_pod_Sn%C4%9B%C5%BEn%C3%ADkem)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.270555555556, | |
63.822777777778 | |
] | |
}, | |
"properties": { | |
"id": "2360", | |
"url": "https://commons.wikimedia.org/wiki/Category:D%C3%B6belns_park", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.87194, | |
51.85111 | |
] | |
}, | |
"properties": { | |
"id": "2361", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waalbrug_in_Nijmegen", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.54683, | |
41.2784 | |
] | |
}, | |
"properties": { | |
"id": "2362", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ermita_de_l'Estrella", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.79354, | |
44.31857 | |
] | |
}, | |
"properties": { | |
"id": "2363", | |
"url": "https://commons.wikimedia.org/wiki/Category:Craiova_Archeology_and_History_Museum", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.16923, | |
58.40561 | |
] | |
}, | |
"properties": { | |
"id": "2364", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%96stra_Ryds_kyrka,_%C3%96sterg%C3%B6tland", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.658889, | |
45.518889 | |
] | |
}, | |
"properties": { | |
"id": "2365", | |
"url": "https://commons.wikimedia.org/wiki/Category:Barber_Block", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.7296, | |
51.6824 | |
] | |
}, | |
"properties": { | |
"id": "2366", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bundesdenkmal_des_Bundes_Deutscher_Radfahrer", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.346667, | |
32.788889 | |
] | |
}, | |
"properties": { | |
"id": "2367", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fort_Worth_Stockyards", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.8685, | |
35.004361111111 | |
] | |
}, | |
"properties": { | |
"id": "2369", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mountains_of_Shiga_prefecture", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.75678, | |
42.10614 | |
] | |
}, | |
"properties": { | |
"id": "2370", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Rom%C3%A0_de_Mi%C3%A0nigues", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.915, | |
47.629722222222 | |
] | |
}, | |
"properties": { | |
"id": "2371", | |
"url": "https://commons.wikimedia.org/wiki/Category:Otter_(Alps)", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.40996, | |
39.808384 | |
] | |
}, | |
"properties": { | |
"id": "2372", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ermita_de_San_Antonio_y_Calvario_de_Sot_de_Ferrer", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.450211, | |
52.14933 | |
] | |
}, | |
"properties": { | |
"id": "2373", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bridgetown_Priory", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.326, | |
34.1641 | |
] | |
}, | |
"properties": { | |
"id": "2374", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Finbar_Church_(Burbank,_California)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.86697, | |
52.84252 | |
] | |
}, | |
"properties": { | |
"id": "2375", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hunebed_D34_in_Valthe_west", | |
"country": "Netherlands", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.148532, | |
51.615047 | |
] | |
}, | |
"properties": { | |
"id": "2376", | |
"url": "https://commons.wikimedia.org/wiki/Category:Christ_Church_New_Southgate_%26_Friern_Barnet", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.5381, | |
27.44714 | |
] | |
}, | |
"properties": { | |
"id": "2377", | |
"url": "https://commons.wikimedia.org/wiki/Category:Johnson_Helm_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
127.714917, | |
26.228333 | |
] | |
}, | |
"properties": { | |
"id": "2378", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sueyoshi_Park", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.5061, | |
41.9238 | |
] | |
}, | |
"properties": { | |
"id": "2379", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mol%C3%AD_d'en_Bosc%C3%A0", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.441232, | |
45.628373 | |
] | |
}, | |
"properties": { | |
"id": "2380", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_del_Cengio_(Isola_Vicentina)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.754923, | |
42.144564 | |
] | |
}, | |
"properties": { | |
"id": "2382", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sv._Petka_Nova,_Plovdiv", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.12883333, | |
56.55283333 | |
] | |
}, | |
"properties": { | |
"id": "2383", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%84lmhults_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
114.168, | |
22.3181 | |
] | |
}, | |
"properties": { | |
"id": "2384", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cordis,_Hong_Kong", | |
"country": "Hong Kong", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.306944444444, | |
52.550277777778 | |
] | |
}, | |
"properties": { | |
"id": "2387", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zentraler_Festplatz_(Berlin-Wedding)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.5222222222222, | |
46.021388888889 | |
] | |
}, | |
"properties": { | |
"id": "2388", | |
"url": "https://commons.wikimedia.org/wiki/Category:Aiguille_de_la_Tsa", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.1019, | |
47.89723 | |
] | |
}, | |
"properties": { | |
"id": "2389", | |
"url": "https://commons.wikimedia.org/wiki/Category:Schloss_Hernstein", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4992, | |
50.7389 | |
] | |
}, | |
"properties": { | |
"id": "2390", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hu%C5%A5sk%C3%BD_vodop%C3%A1d", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.08595, | |
42.2658 | |
] | |
}, | |
"properties": { | |
"id": "2391", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_de_Montgrony", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.14539, | |
51.48677 | |
] | |
}, | |
"properties": { | |
"id": "2392", | |
"url": "https://commons.wikimedia.org/wiki/Category:Erasmuskapelle_(Warburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.365, | |
47.2285 | |
] | |
}, | |
"properties": { | |
"id": "2393", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steptoe_Battlefield_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.40888889, | |
55.70416667 | |
] | |
}, | |
"properties": { | |
"id": "2394", | |
"url": "https://commons.wikimedia.org/wiki/Category:Setun'_River_Valley", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.27084, | |
41.66473 | |
] | |
}, | |
"properties": { | |
"id": "2395", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mol%C3%AD_de_l'oli_(Cervera)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.77731, | |
48.8671 | |
] | |
}, | |
"properties": { | |
"id": "2396", | |
"url": "https://commons.wikimedia.org/wiki/Category:Toy_Soldiers_Parachute_Drop", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-90.877647, | |
32.348244 | |
] | |
}, | |
"properties": { | |
"id": "2397", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pemberton's_Headquarters", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
126.58583333333, | |
45.788611111111 | |
] | |
}, | |
"properties": { | |
"id": "2398", | |
"url": "https://commons.wikimedia.org/wiki/Category:Taiyang_Island", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.1892429259947, | |
45.47102428369 | |
] | |
}, | |
"properties": { | |
"id": "2399", | |
"url": "https://commons.wikimedia.org/wiki/Category:Giardino_botanico_di_Brera_(Milan)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.31626, | |
48.8412 | |
] | |
}, | |
"properties": { | |
"id": "2401", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mus%C3%A9e_de_La_Poste", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-117.35, | |
33.1731 | |
] | |
}, | |
"properties": { | |
"id": "2402", | |
"url": "https://commons.wikimedia.org/wiki/Category:Buena_Vista_Lagoon", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-15.65, | |
64.366666666667 | |
] | |
}, | |
"properties": { | |
"id": "2404", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fl%C3%A1aj%C3%B6kull", | |
"country": "Iceland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.033333, | |
46.5 | |
] | |
}, | |
"properties": { | |
"id": "2405", | |
"url": "https://commons.wikimedia.org/wiki/Category:Jungfrau-Aletsch-Bietschhorn", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.01319444444, | |
35.266666666667 | |
] | |
}, | |
"properties": { | |
"id": "2406", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Museum_of_The_Little_Prince_in_Hakone", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.3768, | |
53.8 | |
] | |
}, | |
"properties": { | |
"id": "2407", | |
"url": "https://commons.wikimedia.org/wiki/Category:Martholme", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
130.81277777778, | |
33.905277777778 | |
] | |
}, | |
"properties": { | |
"id": "2408", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wakamatsu_Ebisu-jinja", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.3009, | |
52.3966 | |
] | |
}, | |
"properties": { | |
"id": "2409", | |
"url": "https://commons.wikimedia.org/wiki/Category:St.-Georgs-Kirche_(Calv%C3%B6rde)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.193067, | |
58.970617 | |
] | |
}, | |
"properties": { | |
"id": "2410", | |
"url": "https://commons.wikimedia.org/wiki/Category:Duveholms_herrg%C3%A5rd", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.76861111, | |
59.20166667 | |
] | |
}, | |
"properties": { | |
"id": "2411", | |
"url": "https://commons.wikimedia.org/wiki/Category:S%C3%A4by_kyrka,_Salem", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.5191, | |
35.485278 | |
] | |
}, | |
"properties": { | |
"id": "2412", | |
"url": "https://commons.wikimedia.org/wiki/Category:First_Church_of_Christ,_Scientist_(Oklahoma_City)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-145.82, | |
64.2142 | |
] | |
}, | |
"properties": { | |
"id": "2413", | |
"url": "https://commons.wikimedia.org/wiki/Category:Quartz_Lake_(Alaska)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
105.849, | |
21.0286 | |
] | |
}, | |
"properties": { | |
"id": "2414", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Joseph's_Cathedral,_Hanoi", | |
"country": "Vietnam", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.090972222222222, | |
42.981527777778 | |
] | |
}, | |
"properties": { | |
"id": "2415", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint-Savin_Abbey,_Hautes-Pyr%C3%A9n%C3%A9es", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.34972, | |
51.8303 | |
] | |
}, | |
"properties": { | |
"id": "2416", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Martin's_Church,_Bladon", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.005611111111, | |
40.42 | |
] | |
}, | |
"properties": { | |
"id": "2417", | |
"url": "https://commons.wikimedia.org/wiki/Category:Temple_of_Poseidon_(Paestum)", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-43.173829, | |
-22.894936 | |
] | |
}, | |
"properties": { | |
"id": "2418", | |
"url": "https://commons.wikimedia.org/wiki/Category:Espa%C3%A7o_Cultural_da_Marinha", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.527222222222, | |
55.7075 | |
] | |
}, | |
"properties": { | |
"id": "2419", | |
"url": "https://commons.wikimedia.org/wiki/Category:Botanical_Garden_of_Moscow_State_University", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.506717, | |
-12.966011 | |
] | |
}, | |
"properties": { | |
"id": "2421", | |
"url": "https://commons.wikimedia.org/wiki/Category:Igreja_de_Nossa_Senhora_do_Pilar", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.6418, | |
48.0024 | |
] | |
}, | |
"properties": { | |
"id": "2422", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kerkerkapelle_(Stockheim)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.73651389, | |
37.99283611 | |
] | |
}, | |
"properties": { | |
"id": "2423", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pedion_tou_Areos,_Athens", | |
"country": "Greece", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.61306, | |
40.3236 | |
] | |
}, | |
"properties": { | |
"id": "2424", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vodafone_Ski_Resort", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.11378, | |
39.88623 | |
] | |
}, | |
"properties": { | |
"id": "2425", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_San_Giovanni_lighthouse", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.37888888889, | |
27.968055555556 | |
] | |
}, | |
"properties": { | |
"id": "2426", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Pedro_Nolasco_Island", | |
"country": "Mexico", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.7427, | |
30.2665 | |
] | |
}, | |
"properties": { | |
"id": "2427", | |
"url": "https://commons.wikimedia.org/wiki/Category:Frost_Bank_Tower", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.8508, | |
49.6981 | |
] | |
}, | |
"properties": { | |
"id": "2428", | |
"url": "https://commons.wikimedia.org/wiki/Category:To%C5%A1ovice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-96.725006, | |
40.818452 | |
] | |
}, | |
"properties": { | |
"id": "2429", | |
"url": "https://commons.wikimedia.org/wiki/Category:Museum_of_American_Speed", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.88888889, | |
24.1025 | |
] | |
}, | |
"properties": { | |
"id": "2430", | |
"url": "https://commons.wikimedia.org/wiki/Category:Qubbet_el-Hawa", | |
"country": "Egypt", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.8481, | |
45.2361 | |
] | |
}, | |
"properties": { | |
"id": "2431", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C5%A0trand", | |
"country": "Serbia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.64401, | |
52.118568 | |
] | |
}, | |
"properties": { | |
"id": "2432", | |
"url": "https://commons.wikimedia.org/wiki/Category:Adolf-Mittag-See", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.288781, | |
34.016989 | |
] | |
}, | |
"properties": { | |
"id": "2433", | |
"url": "https://commons.wikimedia.org/wiki/Category:Natural_History_Museum_of_Los_Angeles_County", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.590862, | |
42.554811 | |
] | |
}, | |
"properties": { | |
"id": "2434", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santuari_nou_de_Meritxell", | |
"country": "Andorra", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.09, | |
46.98528 | |
] | |
}, | |
"properties": { | |
"id": "2435", | |
"url": "https://commons.wikimedia.org/wiki/Category:Oscheniksee", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.2325894, | |
53.9894558 | |
] | |
}, | |
"properties": { | |
"id": "2436", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_Island,_Lough_Key", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
22.59, | |
41.450555555556 | |
] | |
}, | |
"properties": { | |
"id": "2437", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vodo%C4%8Da_Monastery", | |
"country": "North Macedonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
91.370130555556, | |
52.825269444444 | |
] | |
}, | |
"properties": { | |
"id": "2438", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sayano%E2%80%93Shushenskaya_Dam", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.2377, | |
50.0451 | |
] | |
}, | |
"properties": { | |
"id": "2439", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Salvator_(Schweinfurt)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.05674, | |
50.987335 | |
] | |
}, | |
"properties": { | |
"id": "2441", | |
"url": "https://commons.wikimedia.org/wiki/Category:Onze-Lieve-Vrouwkerk_(Diest)", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.1479, | |
48.6743 | |
] | |
}, | |
"properties": { | |
"id": "2442", | |
"url": "https://commons.wikimedia.org/wiki/Category:Congress_Centrum_Heidenheim", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.083947222222, | |
48.310427777778 | |
] | |
}, | |
"properties": { | |
"id": "2443", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Saint_Ladislaus_in_Nitra", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.156279, | |
49.766707 | |
] | |
}, | |
"properties": { | |
"id": "2444", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Wailly", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
69.342392, | |
41.3092 | |
] | |
}, | |
"properties": { | |
"id": "2445", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_St._Felipe_in_Tashkent", | |
"country": "Uzbekistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
137.99, | |
36.26 | |
] | |
}, | |
"properties": { | |
"id": "2446", | |
"url": "https://commons.wikimedia.org/wiki/Category:Asama_Onsen", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
37.539930555556, | |
55.832816666667 | |
] | |
}, | |
"properties": { | |
"id": "2447", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bolshoy_Sadovy_Pond", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.444504, | |
49.660536 | |
] | |
}, | |
"properties": { | |
"id": "2448", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Carneville", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
40.928611111111, | |
57.768055555556 | |
] | |
}, | |
"properties": { | |
"id": "2449", | |
"url": "https://commons.wikimedia.org/wiki/Category:Borshchov_Manor,_Kostroma", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8075, | |
-24.563889 | |
] | |
}, | |
"properties": { | |
"id": "2451", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blyde_River_Canyon", | |
"country": "South Africa", | |
"continent": "Africa" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.904167, | |
47.976944 | |
] | |
}, | |
"properties": { | |
"id": "2452", | |
"url": "https://commons.wikimedia.org/wiki/Category:Southside_Festival", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.321806, | |
59.098228 | |
] | |
}, | |
"properties": { | |
"id": "2453", | |
"url": "https://commons.wikimedia.org/wiki/Category:G%C3%A5l%C3%B6_havsbad", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.7583, | |
31.50259 | |
] | |
}, | |
"properties": { | |
"id": "2454", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tel_Nagila", | |
"country": "Israel", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.3801, | |
43.6465 | |
] | |
}, | |
"properties": { | |
"id": "2455", | |
"url": "https://commons.wikimedia.org/wiki/Category:Royal_Bank_Plaza", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.9336, | |
50.2867 | |
] | |
}, | |
"properties": { | |
"id": "2456", | |
"url": "https://commons.wikimedia.org/wiki/Category:Struhy_(%C4%8Cachovice)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.23612, | |
43.53747 | |
] | |
}, | |
"properties": { | |
"id": "2457", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pieve_di_San_Donato_in_Poggio", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
5.2544, | |
46.20193 | |
] | |
}, | |
"properties": { | |
"id": "2458", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Pennesuyt", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-48.168643, | |
-25.014018 | |
] | |
}, | |
"properties": { | |
"id": "2459", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parque_Estadual_do_Lagamar_de_Canan%C3%A9ia", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.68444, | |
50.1108 | |
] | |
}, | |
"properties": { | |
"id": "2461", | |
"url": "https://commons.wikimedia.org/wiki/Category:Haus_am_Dom", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-120.8676, | |
35.3694 | |
] | |
}, | |
"properties": { | |
"id": "2462", | |
"url": "https://commons.wikimedia.org/wiki/Category:Morro_Rock", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.243375, | |
53.475586 | |
] | |
}, | |
"properties": { | |
"id": "2463", | |
"url": "https://commons.wikimedia.org/wiki/Category:Canada_House_(Manchester)", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
136.93677778, | |
35.40463889 | |
] | |
}, | |
"properties": { | |
"id": "2464", | |
"url": "https://commons.wikimedia.org/wiki/Category:Unuma-juku", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-46.678417, | |
-23.527556 | |
] | |
}, | |
"properties": { | |
"id": "2465", | |
"url": "https://commons.wikimedia.org/wiki/Category:Est%C3%A1dio_Palestra_It%C3%A1lia", | |
"country": "Brazil", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.51166, | |
49.4798 | |
] | |
}, | |
"properties": { | |
"id": "2466", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Pius_(Mannheim)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6605, | |
51.6165 | |
] | |
}, | |
"properties": { | |
"id": "2467", | |
"url": "https://commons.wikimedia.org/wiki/Category:Westmill_Woodland_Burial_Ground", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.6605, | |
51.6165 | |
] | |
}, | |
"properties": { | |
"id": "2468", | |
"url": "http://commons.wikimedia.org/wiki/Category:Morcote_Church", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
135.80755833333, | |
34.961213888889 | |
] | |
}, | |
"properties": { | |
"id": "2469", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kajuji", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.759444, | |
61.501389 | |
] | |
}, | |
"properties": { | |
"id": "2470", | |
"url": "https://commons.wikimedia.org/wiki/Category:Werstas,_Finnish_Labour_Museum", | |
"country": "Finland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.864804, | |
37.083673 | |
] | |
}, | |
"properties": { | |
"id": "2471", | |
"url": "https://commons.wikimedia.org/wiki/Category:Capela_de_Nossa_Senhora_de_Guadalupe_(Raposeira)", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.2758030888889, | |
50.392254961111 | |
] | |
}, | |
"properties": { | |
"id": "2472", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wingertsbergwand", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.13537, | |
53.5256 | |
] | |
}, | |
"properties": { | |
"id": "2473", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_George's_Minster,_Doncaster", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.5436111111111, | |
51.685277777778 | |
] | |
}, | |
"properties": { | |
"id": "2474", | |
"url": "https://commons.wikimedia.org/wiki/Category:River_Severn", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
24.7655, | |
59.4216 | |
] | |
}, | |
"properties": { | |
"id": "2475", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tallinn_Defence_Forces_Cemetery", | |
"country": "Estonia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.47083333, | |
23.48416667 | |
] | |
}, | |
"properties": { | |
"id": "2476", | |
"url": "https://commons.wikimedia.org/wiki/Category:The_Water_Meter_Room", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.35891, | |
43.2869 | |
] | |
}, | |
"properties": { | |
"id": "2478", | |
"url": "https://commons.wikimedia.org/wiki/Category:Stade_d%E2%80%99eaux_vives_Pau_B%C3%A9arn_Pyr%C3%A9n%C3%A9es", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.139053, | |
42.614971 | |
] | |
}, | |
"properties": { | |
"id": "2479", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sant_Mart%C3%AD_d'Escalarre", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-24.666666666667, | |
74.0 | |
] | |
}, | |
"properties": { | |
"id": "2480", | |
"url": "https://commons.wikimedia.org/wiki/Category:Waltershausen_Glacier", | |
"country": "Greenland", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.23297, | |
50.047 | |
] | |
}, | |
"properties": { | |
"id": "2481", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klosterberg_(Spessart)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.29722222, | |
54.69111111 | |
] | |
}, | |
"properties": { | |
"id": "2482", | |
"url": "https://commons.wikimedia.org/wiki/Category:Slu%C5%A1kai_Palace", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4035, | |
52.5157 | |
] | |
}, | |
"properties": { | |
"id": "2483", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ribbeck-Haus", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.72851, | |
56.47692 | |
] | |
}, | |
"properties": { | |
"id": "2484", | |
"url": "https://commons.wikimedia.org/wiki/Category:Glesborg_Kirke", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
3.28135, | |
48.1963 | |
] | |
}, | |
"properties": { | |
"id": "2485", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Pierre-le-Rond_de_Sens", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.25268, | |
50.3704 | |
] | |
}, | |
"properties": { | |
"id": "2486", | |
"url": "https://commons.wikimedia.org/wiki/Category:Antony_House", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.2333333333333, | |
53.2 | |
] | |
}, | |
"properties": { | |
"id": "2487", | |
"url": "https://commons.wikimedia.org/wiki/Category:Galway_Bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.45051, | |
42.3381 | |
] | |
}, | |
"properties": { | |
"id": "2488", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esgl%C3%A9sia_de_Sant_Feliu_de_Rocabruna", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.90963, | |
50.8998 | |
] | |
}, | |
"properties": { | |
"id": "2489", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mary_Magdalene,_Cricket_Malherbie", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.154316666667, | |
51.401705555556 | |
] | |
}, | |
"properties": { | |
"id": "2490", | |
"url": "https://commons.wikimedia.org/wiki/Category:35_%C5%BBeromskiego_Street_in_Radom", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.8917, | |
46.9594 | |
] | |
}, | |
"properties": { | |
"id": "2491", | |
"url": "https://commons.wikimedia.org/wiki/Category:Basilique_Saint-Laurent_de_Saint-Laurent-sur-S%C3%A8vre", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.7013, | |
53.7908 | |
] | |
}, | |
"properties": { | |
"id": "2492", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gro%C3%9Fsteingrab_Blankensee", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
100.2625, | |
16.82361111 | |
] | |
}, | |
"properties": { | |
"id": "2494", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wat_Phra_Si_Rattana_Mahathat,_Phitsanulok", | |
"country": "Thailand", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.121303, | |
58.375967 | |
] | |
}, | |
"properties": { | |
"id": "2495", | |
"url": "https://commons.wikimedia.org/wiki/Category:Klopsky_monastery", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.77848, | |
-31.74364 | |
] | |
}, | |
"properties": { | |
"id": "2496", | |
"url": "https://commons.wikimedia.org/wiki/Category:Neil_Hawkins_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.1475, | |
51.6356 | |
] | |
}, | |
"properties": { | |
"id": "2497", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Assumption_in_%C5%BBary", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
9.13139, | |
55.9447 | |
] | |
}, | |
"properties": { | |
"id": "2498", | |
"url": "https://commons.wikimedia.org/wiki/Category:RemisenBrande", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-68.110277777778, | |
44.864444444444 | |
] | |
}, | |
"properties": { | |
"id": "2499", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lead_Mountain_(Maine)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.8058, | |
42.6447 | |
] | |
}, | |
"properties": { | |
"id": "2500", | |
"url": "https://commons.wikimedia.org/wiki/Category:Port_Burwell_Lighthouse", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.70555555556, | |
48.574166666667 | |
] | |
}, | |
"properties": { | |
"id": "2501", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cypress_Island", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.8191667, | |
35.72436111 | |
] | |
}, | |
"properties": { | |
"id": "2502", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tobu_Museum", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.098733, | |
52.718125 | |
] | |
}, | |
"properties": { | |
"id": "2503", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dorfkirche_(Vehlefanz)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.1544, | |
55.1717 | |
] | |
}, | |
"properties": { | |
"id": "2504", | |
"url": "https://commons.wikimedia.org/wiki/Category:Troitsky_Markov_Monastery", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.295, | |
33.999722 | |
] | |
}, | |
"properties": { | |
"id": "2505", | |
"url": "https://commons.wikimedia.org/wiki/Category:Vermont_Square_Branch", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-116.547, | |
51.6781 | |
] | |
}, | |
"properties": { | |
"id": "2506", | |
"url": "https://commons.wikimedia.org/wiki/Category:Peyto_Glacier", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
8.67182, | |
51.2893 | |
] | |
}, | |
"properties": { | |
"id": "2507", | |
"url": "https://commons.wikimedia.org/wiki/Category:Osterkopf_(Usseln)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.834536, | |
41.325511 | |
] | |
}, | |
"properties": { | |
"id": "2508", | |
"url": "https://commons.wikimedia.org/wiki/Category:Natural_Sciences_Museum_Sabiha_Kasimati", | |
"country": "Albania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.5803688, | |
47.7743124 | |
] | |
}, | |
"properties": { | |
"id": "2509", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Index", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
112.173784, | |
30.355144 | |
] | |
}, | |
"properties": { | |
"id": "2510", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kaiyuan_Guan", | |
"country": "China", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-114.615596, | |
32.728705 | |
] | |
}, | |
"properties": { | |
"id": "2511", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ocean_to_Ocean_Bridge_(Yuma,_Arizona)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.37, | |
50.84944 | |
] | |
}, | |
"properties": { | |
"id": "2512", | |
"url": "https://commons.wikimedia.org/wiki/Category:Madou_Plaza_Tower", | |
"country": "Belgium", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.4983, | |
50.886 | |
] | |
}, | |
"properties": { | |
"id": "2513", | |
"url": "https://commons.wikimedia.org/wiki/Category:New_Forest_Wildlife_Park", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.766589, | |
53.1425 | |
] | |
}, | |
"properties": { | |
"id": "2514", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_St_John_the_Baptist,_South_Collingham", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.5791161, | |
27.9377416 | |
] | |
}, | |
"properties": { | |
"id": "2515", | |
"url": "https://commons.wikimedia.org/wiki/Category:El_Retiro_(Lake_Wales,_Florida)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1544, | |
48.5601 | |
] | |
}, | |
"properties": { | |
"id": "2516", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Carrouges", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.9225, | |
39.62722 | |
] | |
}, | |
"properties": { | |
"id": "2517", | |
"url": "https://commons.wikimedia.org/wiki/Category:Antivouniotissa_Museum", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
72.56083333, | |
23.02638889 | |
] | |
}, | |
"properties": { | |
"id": "2518", | |
"url": "https://commons.wikimedia.org/wiki/Category:Law_Garden", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-5.8290719039295, | |
56.784552181937 | |
] | |
}, | |
"properties": { | |
"id": "2519", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castle_Tioram", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
127.675943, | |
26.21797 | |
] | |
}, | |
"properties": { | |
"id": "2520", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fukushuen", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.04, | |
55.61166667 | |
] | |
}, | |
"properties": { | |
"id": "2521", | |
"url": "https://commons.wikimedia.org/wiki/Category:Anstalten_Malm%C3%B6_Kirseberg", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.7019, | |
40.9585 | |
] | |
}, | |
"properties": { | |
"id": "2522", | |
"url": "https://commons.wikimedia.org/wiki/Category:Boston_Post_Road_Historic_District_(Rye,_New_York)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.120215, | |
51.509898 | |
] | |
}, | |
"properties": { | |
"id": "2523", | |
"url": "https://commons.wikimedia.org/wiki/Category:Savoy_Hotel", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.4545, | |
54.0665 | |
] | |
}, | |
"properties": { | |
"id": "2524", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naturschutzgebiet_Reppeliner_Bachtal", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.38277778, | |
39.48 | |
] | |
}, | |
"properties": { | |
"id": "2525", | |
"url": "https://commons.wikimedia.org/wiki/Category:Institut_Valenci%C3%A0_d'Art_Modern", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.699573, | |
46.569744 | |
] | |
}, | |
"properties": { | |
"id": "2526", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Martin_d'Ougy", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-28.82623333, | |
38.59675556 | |
] | |
}, | |
"properties": { | |
"id": "2527", | |
"url": "https://commons.wikimedia.org/wiki/Category:Capelinhos_Lighthouse", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.2111604982224, | |
43.281965415948 | |
] | |
}, | |
"properties": { | |
"id": "2528", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_Santa_Mar%C3%ADa_do_Azougue", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-123.02638889, | |
49.29583333 | |
] | |
}, | |
"properties": { | |
"id": "2529", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ironworkers_Memorial_Second_Narrows_Crossing", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.699583, | |
35.472222 | |
] | |
}, | |
"properties": { | |
"id": "2530", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tsurumi_Tsubasa_Bridge", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
2.96672, | |
42.2675 | |
] | |
}, | |
"properties": { | |
"id": "2531", | |
"url": "https://commons.wikimedia.org/wiki/Category:Casa_Geli_Verg%C3%A9s_(Figueres)", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.32, | |
47.6022 | |
] | |
}, | |
"properties": { | |
"id": "2532", | |
"url": "https://commons.wikimedia.org/wiki/Category:Yesler_Terrace,_Seattle,_Washington", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.70806, | |
54.6661 | |
] | |
}, | |
"properties": { | |
"id": "2533", | |
"url": "https://commons.wikimedia.org/wiki/Category:Escomb_Church", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.74444444, | |
40.92472222 | |
] | |
}, | |
"properties": { | |
"id": "2534", | |
"url": "https://commons.wikimedia.org/wiki/Category:Larchmont_Yacht_Club", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.722222222222, | |
49.261111111111 | |
] | |
}, | |
"properties": { | |
"id": "2535", | |
"url": "https://commons.wikimedia.org/wiki/Category:Osobit%C3%A1", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
149.22, | |
-37.3114 | |
] | |
}, | |
"properties": { | |
"id": "2536", | |
"url": "https://commons.wikimedia.org/wiki/Category:Coopracambra_National_Park", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1415, | |
51.5401 | |
] | |
}, | |
"properties": { | |
"id": "2537", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Michael's_Church,_Camden_Town", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.530555555556, | |
47.895833333333 | |
] | |
}, | |
"properties": { | |
"id": "2538", | |
"url": "https://commons.wikimedia.org/wiki/Category:Buj%C3%A1k_Castle", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.0758333333333, | |
46.198888888889 | |
] | |
}, | |
"properties": { | |
"id": "2539", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dents_de_Morcles", | |
"country": "Switzerland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
110.8108067, | |
-7.5685651 | |
] | |
}, | |
"properties": { | |
"id": "2540", | |
"url": "https://commons.wikimedia.org/wiki/Category:Sriwedari_Park", | |
"country": "Indonesia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.4903, | |
48.9469 | |
] | |
}, | |
"properties": { | |
"id": "2541", | |
"url": "https://commons.wikimedia.org/wiki/Category:T%C5%AFn%C4%9B_u_%C5%A0pa%C4%8Dk%C5%AF", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.86240190186, | |
-31.949628794485 | |
] | |
}, | |
"properties": { | |
"id": "2542", | |
"url": "https://commons.wikimedia.org/wiki/Category:Western_Australian_Museum", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
120.96587175708, | |
24.804005625795 | |
] | |
}, | |
"properties": { | |
"id": "2544", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hsinchu_City_God_Temple", | |
"country": "Taiwan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.870278, | |
45.411111 | |
] | |
}, | |
"properties": { | |
"id": "2546", | |
"url": "https://commons.wikimedia.org/wiki/Category:Grande_Motte", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
29.706694, | |
60.195814 | |
] | |
}, | |
"properties": { | |
"id": "2547", | |
"url": "https://commons.wikimedia.org/wiki/Category:Church_of_the_Transfiguration_(Zelenogorsk,_Saint_Petersburg)", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.9792, | |
47.8417 | |
] | |
}, | |
"properties": { | |
"id": "2548", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Rupert_(Freilassing)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.21986, | |
50.04587 | |
] | |
}, | |
"properties": { | |
"id": "2549", | |
"url": "https://commons.wikimedia.org/wiki/Category:St._Kilian_(Schweinfurt)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.43704, | |
47.92401 | |
] | |
}, | |
"properties": { | |
"id": "2550", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgruine_Losenstein", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.38869, | |
55.39609 | |
] | |
}, | |
"properties": { | |
"id": "2551", | |
"url": "https://commons.wikimedia.org/wiki/Category:Odense_City_Hall", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.34323056, | |
43.76945556 | |
] | |
}, | |
"properties": { | |
"id": "2552", | |
"url": "https://commons.wikimedia.org/wiki/Category:Florence_War_Cemetery", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-107.991, | |
37.8392 | |
] | |
}, | |
"properties": { | |
"id": "2553", | |
"url": "https://commons.wikimedia.org/wiki/Category:Mount_Wilson_(Colorado)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-81.4656, | |
28.4264 | |
] | |
}, | |
"properties": { | |
"id": "2554", | |
"url": "https://commons.wikimedia.org/wiki/Category:Orange_County_Convention_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
25.916666666667, | |
53.433333333333 | |
] | |
}, | |
"properties": { | |
"id": "2555", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C5%9Avicia%C5%BA_Lake", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.144166666667, | |
43.046944444444 | |
] | |
}, | |
"properties": { | |
"id": "2556", | |
"url": "https://commons.wikimedia.org/wiki/Category:Roman_Catholic_Diocese_of_Syracuse", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.736388888889, | |
47.798888888889 | |
] | |
}, | |
"properties": { | |
"id": "2557", | |
"url": "https://commons.wikimedia.org/wiki/Category:Esztergom_Cathedral", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
90.369702, | |
23.775584 | |
] | |
}, | |
"properties": { | |
"id": "2558", | |
"url": "https://commons.wikimedia.org/wiki/Category:Liberation_War_Museum", | |
"country": "Bangladesh", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.2885, | |
46.96122222 | |
] | |
}, | |
"properties": { | |
"id": "2559", | |
"url": "https://commons.wikimedia.org/wiki/Category:Temple_of_Janus_(Autun)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
21.3455556, | |
48.9747222 | |
] | |
}, | |
"properties": { | |
"id": "2560", | |
"url": "https://commons.wikimedia.org/wiki/Category:Zbojn%C3%ADcky_z%C3%A1mok", | |
"country": "Slovakia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.621, | |
52.257 | |
] | |
}, | |
"properties": { | |
"id": "2561", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dunwich_Heath", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-82.5694, | |
27.4131 | |
] | |
}, | |
"properties": { | |
"id": "2562", | |
"url": "https://commons.wikimedia.org/wiki/Category:Whitfield_Estates-Lantana_Avenue_Historic_District", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.638278, | |
51.805556 | |
] | |
}, | |
"properties": { | |
"id": "2563", | |
"url": "https://commons.wikimedia.org/wiki/Category:Holy_Spirit_chapel_in_Jab%C5%82eczna", | |
"country": "Belarus", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.7047, | |
53.8539 | |
] | |
}, | |
"properties": { | |
"id": "2565", | |
"url": "https://commons.wikimedia.org/wiki/Category:Otto-Lilienthal-Museum", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
147.371111, | |
-43.35 | |
] | |
}, | |
"properties": { | |
"id": "2566", | |
"url": "https://commons.wikimedia.org/wiki/Category:South_Bruny_National_Park", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.91166667, | |
47.525 | |
] | |
}, | |
"properties": { | |
"id": "2567", | |
"url": "https://commons.wikimedia.org/wiki/Category:ErzbergRodeo", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.3225, | |
30.5294 | |
] | |
}, | |
"properties": { | |
"id": "2568", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lake_Jackson_(Tallahassee,_Florida)", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.417, | |
49.05 | |
] | |
}, | |
"properties": { | |
"id": "2569", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chilliwack_Lake", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.82898, | |
48.16043 | |
] | |
}, | |
"properties": { | |
"id": "2570", | |
"url": "https://commons.wikimedia.org/wiki/Category:W%C3%B6hrsee", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
145.4, | |
-16.2 | |
] | |
}, | |
"properties": { | |
"id": "2571", | |
"url": "https://commons.wikimedia.org/wiki/Category:Daintree_Rainforest", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.634444, | |
45.5125 | |
] | |
}, | |
"properties": { | |
"id": "2572", | |
"url": "https://commons.wikimedia.org/wiki/Category:San_Farlando_Apartments", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
73.833, | |
15.494 | |
] | |
}, | |
"properties": { | |
"id": "2573", | |
"url": "https://commons.wikimedia.org/wiki/Category:Goa_State_Central_Library", | |
"country": "India", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.3718, | |
47.70954 | |
] | |
}, | |
"properties": { | |
"id": "2574", | |
"url": "https://commons.wikimedia.org/wiki/Category:Carkeek_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.307893, | |
42.882741 | |
] | |
}, | |
"properties": { | |
"id": "2575", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castello_di_Vicarello", | |
"country": "Italy", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-111.67534166667, | |
41.911422222222 | |
] | |
}, | |
"properties": { | |
"id": "2576", | |
"url": "https://commons.wikimedia.org/wiki/Category:Naomi_Peak", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.25, | |
40.83333333 | |
] | |
}, | |
"properties": { | |
"id": "2577", | |
"url": "https://commons.wikimedia.org/wiki/Category:Spaccanapoli", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
150.549545, | |
-10.393543 | |
] | |
}, | |
"properties": { | |
"id": "2578", | |
"url": "https://commons.wikimedia.org/wiki/Category:Milne_Bay", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-80.0653, | |
39.0403 | |
] | |
}, | |
"properties": { | |
"id": "2579", | |
"url": "https://commons.wikimedia.org/wiki/Category:Audra_State_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
35.229502777778, | |
31.771352777778 | |
] | |
}, | |
"properties": { | |
"id": "2580", | |
"url": "https://commons.wikimedia.org/wiki/Category:Chamber_of_the_Holocaust_Museum", | |
"country": "Palestine", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-3.69277778, | |
40.44916667 | |
] | |
}, | |
"properties": { | |
"id": "2581", | |
"url": "https://commons.wikimedia.org/wiki/Category:AZCA,_Madrid", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.897083333333, | |
40.77875 | |
] | |
}, | |
"properties": { | |
"id": "2582", | |
"url": "https://commons.wikimedia.org/wiki/Category:Steinway_Mansion", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.88258, | |
54.30444 | |
] | |
}, | |
"properties": { | |
"id": "2583", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Mary%27s_Church,_Lastingham", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
1.85277778, | |
42.18333333 | |
] | |
}, | |
"properties": { | |
"id": "2584", | |
"url": "https://commons.wikimedia.org/wiki/Category:Cercs_Mining_Museum", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.3125, | |
56.408333333333 | |
] | |
}, | |
"properties": { | |
"id": "2585", | |
"url": "https://commons.wikimedia.org/wiki/Category:Glen_Ogle", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.4063888888889, | |
43.385833333333 | |
] | |
}, | |
"properties": { | |
"id": "2586", | |
"url": "https://commons.wikimedia.org/wiki/Category:Torre_de_H%C3%A9rcules", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.723, | |
49.1952 | |
] | |
}, | |
"properties": { | |
"id": "2587", | |
"url": "https://commons.wikimedia.org/wiki/Category:Ch%C3%A2teau_de_Brionne", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.626876, | |
47.211371 | |
] | |
}, | |
"properties": { | |
"id": "2588", | |
"url": "https://commons.wikimedia.org/wiki/Category:Pfarrkirche_Allerheiligen_bei_P%C3%B6ls", | |
"country": "Austria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.88527778, | |
54.91972222 | |
] | |
}, | |
"properties": { | |
"id": "2589", | |
"url": "https://commons.wikimedia.org/wiki/Category:VIII_Fort", | |
"country": "Lithuania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.9982, | |
47.5876 | |
] | |
}, | |
"properties": { | |
"id": "2590", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burgruine_Wieladingen", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.2747, | |
50.2047 | |
] | |
}, | |
"properties": { | |
"id": "2592", | |
"url": "https://commons.wikimedia.org/wiki/Category:Saint_Adalbert_of_Prague_and_Saint_Catherine_of_Alexandria_collegiate_church_in_Jaworzno", | |
"country": "Poland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
20.141, | |
40.074 | |
] | |
}, | |
"properties": { | |
"id": "2593", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gjirokast%C3%ABr_Castle", | |
"country": "Albania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.91541, | |
41.5975 | |
] | |
}, | |
"properties": { | |
"id": "2594", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gradishteto,_Dolno_Dryanovo", | |
"country": "Bulgaria", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.3963, | |
33.7925 | |
] | |
}, | |
"properties": { | |
"id": "2595", | |
"url": "https://commons.wikimedia.org/wiki/Category:Atlantic_Station", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.512742, | |
-7.161023 | |
] | |
}, | |
"properties": { | |
"id": "2596", | |
"url": "https://commons.wikimedia.org/wiki/Category:Iglesia_y_Convento_de_La_Recoleta", | |
"country": "Peru", | |
"continent": "South America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
151.199, | |
-33.8734 | |
] | |
}, | |
"properties": { | |
"id": "2597", | |
"url": "https://commons.wikimedia.org/wiki/Category:International_Convention_Centre_Sydney", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.55764, | |
55.5147 | |
] | |
}, | |
"properties": { | |
"id": "2598", | |
"url": "https://commons.wikimedia.org/wiki/Category:Monteviot", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-105.841, | |
40.2069 | |
] | |
}, | |
"properties": { | |
"id": "2599", | |
"url": "https://commons.wikimedia.org/wiki/Category:Shadow_Mountain_Dam", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.709167, | |
38.945556 | |
] | |
}, | |
"properties": { | |
"id": "2600", | |
"url": "https://commons.wikimedia.org/wiki/Category:Prince_George's_Stadium", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.235, | |
50.5131 | |
] | |
}, | |
"properties": { | |
"id": "2601", | |
"url": "https://commons.wikimedia.org/wiki/Category:Apolena_(p%C5%99%C3%ADrodn%C3%AD_rezervace)", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.35528, | |
46.2306 | |
] | |
}, | |
"properties": { | |
"id": "2602", | |
"url": "https://commons.wikimedia.org/wiki/Category:Les_Voirons", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-118.205556, | |
34.204444 | |
] | |
}, | |
"properties": { | |
"id": "2603", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lanterman_House", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
103.91997, | |
13.44654 | |
] | |
}, | |
"properties": { | |
"id": "2604", | |
"url": "https://commons.wikimedia.org/wiki/Category:Eastern_Mebon", | |
"country": "Cambodia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
17.9033, | |
49.8664 | |
] | |
}, | |
"properties": { | |
"id": "2605", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bohu%C4%8Dovice", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.38638889, | |
56.14166667 | |
] | |
}, | |
"properties": { | |
"id": "2606", | |
"url": "https://commons.wikimedia.org/wiki/Category:Perstorps_kyrka", | |
"country": "Sweden", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.4131, | |
52.5169 | |
] | |
}, | |
"properties": { | |
"id": "2607", | |
"url": "https://commons.wikimedia.org/wiki/Category:Parochialkirche_(Berlin)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
40.521942, | |
64.533527 | |
] | |
}, | |
"properties": { | |
"id": "2608", | |
"url": "https://commons.wikimedia.org/wiki/Category:Plotnikova_House,_Arkhangelsk", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
19.04333333, | |
47.49055556 | |
] | |
}, | |
"properties": { | |
"id": "2609", | |
"url": "https://commons.wikimedia.org/wiki/Category:R%C3%A1c_Gy%C3%B3gyf%C3%BCrd%C5%91", | |
"country": "Hungary", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.09916667, | |
50.69777778 | |
] | |
}, | |
"properties": { | |
"id": "2610", | |
"url": "https://commons.wikimedia.org/wiki/Category:Blansko_Castle", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.06666667, | |
41.02277778 | |
] | |
}, | |
"properties": { | |
"id": "2611", | |
"url": "https://commons.wikimedia.org/wiki/Category:Castelo_de_Castelo_Melhor", | |
"country": "Portugal", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-74.7608, | |
40.2032 | |
] | |
}, | |
"properties": { | |
"id": "2612", | |
"url": "https://commons.wikimedia.org/wiki/Category:Arm_%26_Hammer_Park", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.17083333333, | |
35.039722222222 | |
] | |
}, | |
"properties": { | |
"id": "2613", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hatsushima_Island", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.8302, | |
43.2526 | |
] | |
}, | |
"properties": { | |
"id": "2614", | |
"url": "https://commons.wikimedia.org/wiki/Category:Tim_Hortons_Field", | |
"country": "Canada", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
14.453611111111, | |
49.1325 | |
] | |
}, | |
"properties": { | |
"id": "2615", | |
"url": "https://commons.wikimedia.org/wiki/Category:Hn%C4%9Bvkovice_Reservoir", | |
"country": "Czechia", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
16.011111111111, | |
42.975 | |
] | |
}, | |
"properties": { | |
"id": "2616", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bi%C5%A1evo", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.852477777778, | |
56.734602777778 | |
] | |
}, | |
"properties": { | |
"id": "2617", | |
"url": "https://commons.wikimedia.org/wiki/Category:Irons_museum_(Pereslavl)", | |
"country": "Russia", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
23.969681, | |
47.816908 | |
] | |
}, | |
"properties": { | |
"id": "2618", | |
"url": "https://commons.wikimedia.org/wiki/Category:Wooden_church_in_Corne%C8%99ti,_Maramure%C8%99", | |
"country": "Romania", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-79.043889, | |
35.899722 | |
] | |
}, | |
"properties": { | |
"id": "2619", | |
"url": "https://commons.wikimedia.org/wiki/Category:Dean_Smith_Center", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
10.927007, | |
48.379698 | |
] | |
}, | |
"properties": { | |
"id": "2620", | |
"url": "https://commons.wikimedia.org/wiki/Category:Alter_Ostfriedhof_(Augsburg)", | |
"country": "Germany", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
145.0179, | |
-37.7791 | |
] | |
}, | |
"properties": { | |
"id": "2621", | |
"url": "https://commons.wikimedia.org/wiki/Category:Fairfield_Industrial_Dog_Object", | |
"country": "Australia", | |
"continent": "Oceania" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.32829166667, | |
35.701961111111 | |
] | |
}, | |
"properties": { | |
"id": "2622", | |
"url": "https://commons.wikimedia.org/wiki/Category:Takiyama_Castle_(Tokyo)", | |
"country": "Japan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
0.772626, | |
42.472111 | |
] | |
}, | |
"properties": { | |
"id": "2623", | |
"url": "https://commons.wikimedia.org/wiki/Category:Santa_Maria_de_C%C3%B3ll", | |
"country": "Spain", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
69.19, | |
34.5178 | |
] | |
}, | |
"properties": { | |
"id": "2624", | |
"url": "https://commons.wikimedia.org/wiki/Category:Id_Gah_Mosque_(Kabul)", | |
"country": "Afghanistan", | |
"continent": "Asia" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-4.41432, | |
53.2575 | |
] | |
}, | |
"properties": { | |
"id": "2625", | |
"url": "https://commons.wikimedia.org/wiki/Category:St_Morhaiarn's_Church,_Gwalchmai", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
11.841, | |
54.7751 | |
] | |
}, | |
"properties": { | |
"id": "2626", | |
"url": "https://commons.wikimedia.org/wiki/Category:Middelaldercentret", | |
"country": "Denmark", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.65072, | |
44.2575 | |
] | |
}, | |
"properties": { | |
"id": "2627", | |
"url": "https://commons.wikimedia.org/wiki/Category:%C3%89glise_Saint-Saturnin_de_Pont-Saint-Esprit", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
73.462924, | |
4.956628 | |
] | |
}, | |
"properties": { | |
"id": "2628", | |
"url": "https://commons.wikimedia.org/wiki/Category:Kaashidhoo_Kuruhinna_Tharaagandu", | |
"country": "No country", | |
"continent": "Nowhere" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-97.3345, | |
32.7505 | |
] | |
}, | |
"properties": { | |
"id": "2629", | |
"url": "https://commons.wikimedia.org/wiki/Category:Burnett_Plaza", | |
"country": "United States", | |
"continent": "North America" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
6.004069, | |
46.656462 | |
] | |
}, | |
"properties": { | |
"id": "2630", | |
"url": "https://commons.wikimedia.org/wiki/Category:Gorges_de_la_Langouette", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.38361, | |
48.0936 | |
] | |
}, | |
"properties": { | |
"id": "2631", | |
"url": "https://commons.wikimedia.org/wiki/Category:Lauch_(Haut-Rhin)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-2.56244, | |
57.29275 | |
] | |
}, | |
"properties": { | |
"id": "2632", | |
"url": "https://commons.wikimedia.org/wiki/Category:Bennachie", | |
"country": "UK", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
4.8069444444444, | |
43.949444444444 | |
] | |
}, | |
"properties": { | |
"id": "2633", | |
"url": "https://commons.wikimedia.org/wiki/Category:Maison_Aubanel_(Avignon)", | |
"country": "France", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.25, | |
51.73333333 | |
] | |
}, | |
"properties": { | |
"id": "2634", | |
"url": "https://commons.wikimedia.org/wiki/Category:Nowen_Hill", | |
"country": "Ireland", | |
"continent": "Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-22.016667, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment