MediaWiki
VoicesGeographicData.js
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* **************
#defaultView:Table
# Run on WDQS <---------------------------------------------------
# Same can apply to languages :
# Q3→Q4 : items speaker and language
# P14→P12 : items WD location and WD language
# P5→P4 : properties speaker and languages
# P625→P1098 : properties location and population
PREFIX ll: <https://lingualibre.org/entity/>
PREFIX llt: <https://lingualibre.org/prop/direct/>
SELECT DISTINCT ?itemLabel ?wikidata (?info AS ?coordinates) ?records (SAMPLE(?tag) AS ?layer)
# On Lingualibre, get item's info
WITH {
SELECT *
WHERE {
SERVICE <https://lingualibre.org/sparql> { # Commented on LLQS only
SELECT DISTINCT ?itemLabel ?wikidata (COUNT(?record) AS ?records)
{
?item llt:P2 ll:Q3 ;
rdfs:label ?itemLabel;
llt:P14 ?wikidata .
?record llt:P5 ?item .
FILTER (LANG(?itemLabel)='en')
FILTER (regex(?wikidata, '^Q'))
} GROUP BY ?itemLabel ?wikidata
} # Commented on LLQS only
}
} AS %infoWikidataId
# On Wikidata, get the target info
WHERE {
INCLUDE %infoWikidataId
BIND (URI(CONCAT("http://www.wikidata.org/entity/", ?wikidata)) AS ?infoURL)
SERVICE <https://query.wikidata.org/sparql> {
SELECT * {
?infoURL wdt:P625 ?info .
}
}
BIND(
IF(?records < 10, "<10",
IF(?records < 1000, "10-1,000",
IF(?records < 5000, "1k-5k",
IF(?records < 25000, "5k-25k",
IF(?records < 50000, "25k-50k",
">50k")))))
AS ?tag) .
}
GROUP BY ?itemLabel ?wikidata ?info ?records
ORDER BY DESC (?records)
************** */
[
{
"itemLabel": "Olaf",
"wikidata": "Q270",
"coordinates": "Point(21.011111111 52.23)",
"records": "60179",
"layer": ">50k"
},
{
"itemLabel": "Psubhashish",
"wikidata": "Q22048",
"coordinates": "Point(85.5 20.15)",
"records": "57204",
"layer": ">50k"
},
{
"itemLabel": "Titodutta",
"wikidata": "Q1348",
"coordinates": "Point(88.3638815 22.5726723)",
"records": "56077",
"layer": ">50k"
},
{
"itemLabel": "WikiLucas00",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "51328",
"layer": ">50k"
},
{
"itemLabel": "Lepticed7",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "44524",
"layer": "25k-50k"
},
{
"itemLabel": "Lyokoï",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "35072",
"layer": "25k-50k"
},
{
"itemLabel": "LoquaxFR",
"wikidata": "Q3105",
"coordinates": "Point(6.416666666 48.166666666)",
"records": "31261",
"layer": "25k-50k"
},
{
"itemLabel": "Davidgrosclaude",
"wikidata": "Q213763",
"coordinates": "Point(-0.366667 43.3)",
"records": "24137",
"layer": "5k-25k"
},
{
"itemLabel": "Tohaomg",
"wikidata": "Q1899",
"coordinates": "Point(30.523611111 50.45)",
"records": "18002",
"layer": "5k-25k"
},
{
"itemLabel": "Poslovitch",
"wikidata": "Q821240",
"coordinates": "Point(6.839166666 47.963055555)",
"records": "17415",
"layer": "5k-25k"
},
{
"itemLabel": "KlaudiuMihaila",
"wikidata": "Q46852",
"coordinates": "Point(27.588888888 47.162222222)",
"records": "15480",
"layer": "5k-25k"
},
{
"itemLabel": "Poemat",
"wikidata": "Q270",
"coordinates": "Point(21.011111111 52.23)",
"records": "13628",
"layer": "5k-25k"
},
{
"itemLabel": "DenisdeShawi",
"wikidata": "Q141980",
"coordinates": "Point(-72.75 46.5667)",
"records": "13076",
"layer": "5k-25k"
},
{
"itemLabel": "Sebastian Wallroth",
"wikidata": "Q64",
"coordinates": "Point(13.383333333 52.516666666)",
"records": "7959",
"layer": "5k-25k"
},
{
"itemLabel": "Guilhelma",
"wikidata": "Q624805",
"coordinates": "Point(2.715277777 43.325)",
"records": "7685",
"layer": "5k-25k"
},
{
"itemLabel": "Moonhouse",
"wikidata": "Q34",
"coordinates": "Point(15.0 61.0)",
"records": "6884",
"layer": "5k-25k"
},
{
"itemLabel": "Luilui6666",
"wikidata": "Q8646",
"coordinates": "Point(114.158611111 22.278333333)",
"records": "6198",
"layer": "5k-25k"
},
{
"itemLabel": "Pamputt",
"wikidata": "Q837748",
"coordinates": "Point(2.307777777 48.609444444)",
"records": "5581",
"layer": "5k-25k"
},
{
"itemLabel": "Mecanautes",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5154",
"layer": "5k-25k"
},
{
"itemLabel": "Robin van der Vliet",
"wikidata": "Q15981302",
"coordinates": "Point(5.72111 51.8067)",
"records": "5125",
"layer": "5k-25k"
},
{
"itemLabel": "Marreromarco",
"wikidata": "Q717",
"coordinates": "Point(-67.0 8.0)",
"records": "4956",
"layer": "1k-5k"
},
{
"itemLabel": "KaMan",
"wikidata": "Q36",
"coordinates": "Point(19.0 52.0)",
"records": "4899",
"layer": "1k-5k"
},
{
"itemLabel": "VictorDtmtc",
"wikidata": "Q40898",
"coordinates": "Point(6.183611111 48.692777777)",
"records": "4651",
"layer": "1k-5k"
},
{
"itemLabel": "DSwissK",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "4477",
"layer": "1k-5k"
},
{
"itemLabel": "SangeetaRH",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "3998",
"layer": "1k-5k"
},
{
"itemLabel": "Zinou2go",
"wikidata": "Q338844",
"coordinates": "Point(6.166666666 35.55)",
"records": "3812",
"layer": "1k-5k"
},
{
"itemLabel": "Gaurav Jhammat",
"wikidata": "Q33377",
"coordinates": "Point(75.579166666 31.325555555)",
"records": "3801",
"layer": "1k-5k"
},
{
"itemLabel": "Mathieu Kappler",
"wikidata": "Q504853",
"coordinates": "Point(6.59 48.016944444)",
"records": "3738",
"layer": "1k-5k"
},
{
"itemLabel": "Eihel",
"wikidata": "Q807",
"coordinates": "Point(6.633333333 46.533333333)",
"records": "3607",
"layer": "1k-5k"
},
{
"itemLabel": "Benoît Prieur",
"wikidata": "Q11981",
"coordinates": "Point(4.975277777 45.830277777)",
"records": "3476",
"layer": "1k-5k"
},
{
"itemLabel": "Jest Spoczko",
"wikidata": "Q857331",
"coordinates": "Point(16.623 50.69075)",
"records": "3400",
"layer": "1k-5k"
},
{
"itemLabel": "Manjusha Gore",
"wikidata": "Q5289983",
"coordinates": "Point(73.0869 19.218218)",
"records": "3109",
"layer": "1k-5k"
},
{
"itemLabel": "Tatiana Kerbush",
"wikidata": "Q656",
"coordinates": "Point(30.316666666 59.95)",
"records": "3099",
"layer": "1k-5k"
},
{
"itemLabel": "Yahya",
"wikidata": "Q902",
"coordinates": "Point(89.866667 24.016667)",
"records": "3087",
"layer": "1k-5k"
},
{
"itemLabel": "Xabier Cañas",
"wikidata": "Q10313",
"coordinates": "Point(-1.98 43.32)",
"records": "2925",
"layer": "1k-5k"
},
{
"itemLabel": "LangPao",
"wikidata": "Q38",
"coordinates": "Point(12.5 42.5)",
"records": "2902",
"layer": "1k-5k"
},
{
"itemLabel": "Cinemantique",
"wikidata": "Q159",
"coordinates": "Point(94.25 66.416666666)",
"records": "2894",
"layer": "1k-5k"
},
{
"itemLabel": "Jules78120",
"wikidata": "Q12820",
"coordinates": "Point(1.916666666 48.833333333)",
"records": "2743",
"layer": "1k-5k"
},
{
"itemLabel": "Natschoba",
"wikidata": "Q183",
"coordinates": "Point(10.0 51.0)",
"records": "2733",
"layer": "1k-5k"
},
{
"itemLabel": "Nelson Ricardo 2500",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "2702",
"layer": "1k-5k"
},
{
"itemLabel": "0x010C",
"wikidata": "Q147987",
"coordinates": "Point(7.473611111 48.102222222)",
"records": "2684",
"layer": "1k-5k"
},
{
"itemLabel": "AdrianAbdulBaha",
"wikidata": "Q1953",
"coordinates": "Point(44.514444444 40.181388888)",
"records": "2611",
"layer": "1k-5k"
},
{
"itemLabel": "Oesjaar",
"wikidata": "Q34647",
"coordinates": "Point(28.041638888 -26.204361111)",
"records": "2517",
"layer": "1k-5k"
},
{
"itemLabel": "Arlo Barnes",
"wikidata": "Q1801743",
"coordinates": "Point(-105.881 35.4861)",
"records": "2496",
"layer": "1k-5k"
},
{
"itemLabel": "Back ache",
"wikidata": "Q84",
"coordinates": "Point(-0.1275 51.507222222)",
"records": "2295",
"layer": "1k-5k"
},
{
"itemLabel": "Millars",
"wikidata": "Q12292",
"coordinates": "Point(-0.101388888 39.937777777)",
"records": "2281",
"layer": "1k-5k"
},
{
"itemLabel": "Santamarcanda",
"wikidata": "Q36433",
"coordinates": "Point(-8.610777777 41.149472222)",
"records": "2220",
"layer": "1k-5k"
},
{
"itemLabel": "Bjankuloski06",
"wikidata": "Q384",
"coordinates": "Point(21.433333333 41.983333333)",
"records": "1947",
"layer": "1k-5k"
},
{
"itemLabel": "GrandCelinien",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1935",
"layer": "1k-5k"
},
{
"itemLabel": "Kunokuno",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "1823",
"layer": "1k-5k"
},
{
"itemLabel": "Nattes à chat",
"wikidata": "Q71",
"coordinates": "Point(6.15 46.2)",
"records": "1794",
"layer": "1k-5k"
},
{
"itemLabel": "Exilexi",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1792",
"layer": "1k-5k"
},
{
"itemLabel": "Spotless Mind1988",
"wikidata": "Q338844",
"coordinates": "Point(6.166666666 35.55)",
"records": "1651",
"layer": "1k-5k"
},
{
"itemLabel": "Ltrlg",
"wikidata": "Q1384064",
"coordinates": "Point(-0.495 47.4675)",
"records": "1648",
"layer": "1k-5k"
},
{
"itemLabel": "Neelima64",
"wikidata": "Q1191",
"coordinates": "Point(72.82 18.97)",
"records": "1637",
"layer": "1k-5k"
},
{
"itemLabel": "Simplificationalizer",
"wikidata": "Q1408",
"coordinates": "Point(-74.5 40.0)",
"records": "1634",
"layer": "1k-5k"
},
{
"itemLabel": "Rominf",
"wikidata": "Q1757",
"coordinates": "Point(24.93417 60.17556)",
"records": "1617",
"layer": "1k-5k"
},
{
"itemLabel": "T. Le Berre",
"wikidata": "Q12545",
"coordinates": "Point(3.877230555 43.610919444)",
"records": "1608",
"layer": "1k-5k"
},
{
"itemLabel": "Jason.nlw",
"wikidata": "Q213154",
"coordinates": "Point(-4.066666666 52.416666666)",
"records": "1600",
"layer": "1k-5k"
},
{
"itemLabel": "Anonymât",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "1434",
"layer": "1k-5k"
},
{
"itemLabel": "Touam",
"wikidata": "Q42716",
"coordinates": "Point(4.389722222 45.433888888)",
"records": "1362",
"layer": "1k-5k"
},
{
"itemLabel": "Estrie",
"wikidata": "Q176",
"coordinates": "Point(-72.0 52.0)",
"records": "1351",
"layer": "1k-5k"
},
{
"itemLabel": "Filosoful",
"wikidata": "Q168057",
"coordinates": "Point(23.816666666 44.333333333)",
"records": "1348",
"layer": "1k-5k"
},
{
"itemLabel": "Unjoanqualsevol",
"wikidata": "Q16697",
"coordinates": "Point(1.829166666 41.726388888)",
"records": "1345",
"layer": "1k-5k"
},
{
"itemLabel": "Tahmid",
"wikidata": "Q902",
"coordinates": "Point(89.866667 24.016667)",
"records": "1326",
"layer": "1k-5k"
},
{
"itemLabel": "Arthur Crbz",
"wikidata": "Q18678265",
"coordinates": "Point(2.343568369 43.648785141)",
"records": "1235",
"layer": "1k-5k"
},
{
"itemLabel": "Jessica Nguyen",
"wikidata": "Q1854",
"coordinates": "Point(106.701944444 10.775555555)",
"records": "1231",
"layer": "1k-5k"
},
{
"itemLabel": "Khalil.rantissi",
"wikidata": "Q1218",
"coordinates": "Point(35.225555555 31.778888888)",
"records": "1212",
"layer": "1k-5k"
},
{
"itemLabel": "Reda Kerbouche",
"wikidata": "Q338844",
"coordinates": "Point(6.166666666 35.55)",
"records": "1131",
"layer": "1k-5k"
},
{
"itemLabel": "Citoyenovice",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "1131",
"layer": "1k-5k"
},
{
"itemLabel": "Muhammad",
"wikidata": "Q158119",
"coordinates": "Point(35.201666666 31.896944444)",
"records": "1117",
"layer": "1k-5k"
},
{
"itemLabel": "Totodu74",
"wikidata": "Q829407",
"coordinates": "Point(6.2075 46.185)",
"records": "1107",
"layer": "1k-5k"
},
{
"itemLabel": "Aparna Gondhalekar",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "1104",
"layer": "1k-5k"
},
{
"itemLabel": "Frank C. Müller",
"wikidata": "Q1794",
"coordinates": "Point(8.682222222 50.110555555)",
"records": "1050",
"layer": "1k-5k"
},
{
"itemLabel": "X-Javier",
"wikidata": "Q274249",
"coordinates": "Point(2.276388888 48.730555555)",
"records": "1037",
"layer": "1k-5k"
},
{
"itemLabel": "Penegal",
"wikidata": "Q3105",
"coordinates": "Point(6.416666666 48.166666666)",
"records": "1026",
"layer": "1k-5k"
},
{
"itemLabel": "Xenophôn",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1011",
"layer": "1k-5k"
},
{
"itemLabel": "Madehub",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "997",
"layer": "10-1,000"
},
{
"itemLabel": "Zardabi Bakuvi",
"wikidata": "Q9248",
"coordinates": "Point(49.835183333 40.366655555)",
"records": "994",
"layer": "10-1,000"
},
{
"itemLabel": "नंदिनी रानडे",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "991",
"layer": "10-1,000"
},
{
"itemLabel": "Jagwar",
"wikidata": "Q1019",
"coordinates": "Point(47.0 -20.0)",
"records": "932",
"layer": "10-1,000"
},
{
"itemLabel": "Avatea",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "932",
"layer": "10-1,000"
},
{
"itemLabel": "Le Commissaire",
"wikidata": "Q1142",
"coordinates": "Point(7.5 48.5)",
"records": "881",
"layer": "10-1,000"
},
{
"itemLabel": "ThineCupOverfloweth",
"wikidata": "Q36",
"coordinates": "Point(19.0 52.0)",
"records": "880",
"layer": "10-1,000"
},
{
"itemLabel": "Juliano P. Junho",
"wikidata": "Q42123",
"coordinates": "Point(129.038611111 35.338611111)",
"records": "876",
"layer": "10-1,000"
},
{
"itemLabel": "XANA000",
"wikidata": "Q386661",
"coordinates": "Point(139.491111111 35.338833333)",
"records": "823",
"layer": "10-1,000"
},
{
"itemLabel": "Vahagn Petrosyan",
"wikidata": "Q1953",
"coordinates": "Point(44.514444444 40.181388888)",
"records": "811",
"layer": "10-1,000"
},
{
"itemLabel": "Afsham23",
"wikidata": "Q84",
"coordinates": "Point(-0.1275 51.507222222)",
"records": "799",
"layer": "10-1,000"
},
{
"itemLabel": "Akopoly",
"wikidata": "Q312209",
"coordinates": "Point(9.233333333 4.166666666)",
"records": "776",
"layer": "10-1,000"
},
{
"itemLabel": "Vininn126",
"wikidata": "Q270",
"coordinates": "Point(21.011111111 52.23)",
"records": "760",
"layer": "10-1,000"
},
{
"itemLabel": "Ives",
"wikidata": "Q62587",
"coordinates": "Point(2.847222222 43.228611111)",
"records": "744",
"layer": "10-1,000"
},
{
"itemLabel": "विनया लुकतुके",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "725",
"layer": "10-1,000"
},
{
"itemLabel": "Key Mîrza",
"wikidata": "Q83061",
"coordinates": "Point(43.416666666 38.501944444)",
"records": "704",
"layer": "10-1,000"
},
{
"itemLabel": "ThonyVezbe",
"wikidata": "Q327",
"coordinates": "Point(-3.0 48.0)",
"records": "692",
"layer": "10-1,000"
},
{
"itemLabel": "Taousert",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "691",
"layer": "10-1,000"
},
{
"itemLabel": "Webfil",
"wikidata": "Q141652",
"coordinates": "Point(-71.033333333 46.45)",
"records": "671",
"layer": "10-1,000"
},
{
"itemLabel": "Fabricio Cardenas",
"wikidata": "Q6643",
"coordinates": "Point(2.751388888 42.488055555)",
"records": "655",
"layer": "10-1,000"
},
{
"itemLabel": "Fhala.K",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "643",
"layer": "10-1,000"
},
{
"itemLabel": "Opsylac",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "612",
"layer": "10-1,000"
},
{
"itemLabel": "HondaCivic175",
"wikidata": "Q180139",
"coordinates": "Point(15.831944444 50.209166666)",
"records": "577",
"layer": "10-1,000"
},
{
"itemLabel": "Jauvert Laura",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "570",
"layer": "10-1,000"
},
{
"itemLabel": "Igboanude",
"wikidata": "Q3817714",
"coordinates": "Point(7.5 6.5)",
"records": "563",
"layer": "10-1,000"
},
{
"itemLabel": "AryamanA",
"wikidata": "Q61",
"coordinates": "Point(-77.036666666 38.895)",
"records": "557",
"layer": "10-1,000"
},
{
"itemLabel": "Ériugena",
"wikidata": "Q22890",
"coordinates": "Point(-8.0 53.333333333)",
"records": "554",
"layer": "10-1,000"
},
{
"itemLabel": "ElsaBornFree",
"wikidata": "Q1639355",
"coordinates": "Point(-1.9474769 43.2815684)",
"records": "550",
"layer": "10-1,000"
},
{
"itemLabel": "Eric.LEWIN",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "521",
"layer": "10-1,000"
},
{
"itemLabel": "Psychoslave",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "520",
"layer": "10-1,000"
},
{
"itemLabel": "Persepha",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "482",
"layer": "10-1,000"
},
{
"itemLabel": "Lucas Werkmeister",
"wikidata": "Q64",
"coordinates": "Point(13.383333333 52.516666666)",
"records": "472",
"layer": "10-1,000"
},
{
"itemLabel": "Palé Kréyol",
"wikidata": "Q907721",
"coordinates": "Point(3.129444444 48.949166666)",
"records": "451",
"layer": "10-1,000"
},
{
"itemLabel": "Hélène",
"wikidata": "Q38380",
"coordinates": "Point(-0.555555555 47.472777777)",
"records": "438",
"layer": "10-1,000"
},
{
"itemLabel": "Pom445",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "436",
"layer": "10-1,000"
},
{
"itemLabel": "Michael Schönitzer",
"wikidata": "Q1726",
"coordinates": "Point(11.575 48.1375)",
"records": "434",
"layer": "10-1,000"
},
{
"itemLabel": "LuneMarine",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "433",
"layer": "10-1,000"
},
{
"itemLabel": "Rodelar",
"wikidata": "Q29",
"coordinates": "Point(-3.5 40.2)",
"records": "433",
"layer": "10-1,000"
},
{
"itemLabel": "Missatikamekw",
"wikidata": "Q3285285",
"coordinates": "Point(-74.391666666 47.2225)",
"records": "432",
"layer": "10-1,000"
},
{
"itemLabel": "Daramlagon",
"wikidata": "Q2207",
"coordinates": "Point(123.186388888 13.624444444)",
"records": "426",
"layer": "10-1,000"
},
{
"itemLabel": "Ionenlaser",
"wikidata": "Q1726",
"coordinates": "Point(11.575 48.1375)",
"records": "423",
"layer": "10-1,000"
},
{
"itemLabel": "Anon1314",
"wikidata": "Q258",
"coordinates": "Point(24.0 -29.0)",
"records": "419",
"layer": "10-1,000"
},
{
"itemLabel": "Fredericknoronha",
"wikidata": "Q1171",
"coordinates": "Point(74.043333 15.401944)",
"records": "414",
"layer": "10-1,000"
},
{
"itemLabel": "Buffer",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "400",
"layer": "10-1,000"
},
{
"itemLabel": "Xbypass",
"wikidata": "Q11480",
"coordinates": "Point(110.32333 -7.68167)",
"records": "383",
"layer": "10-1,000"
},
{
"itemLabel": "Gzhegozh",
"wikidata": "Q1899",
"coordinates": "Point(30.523611111 50.45)",
"records": "381",
"layer": "10-1,000"
},
{
"itemLabel": "Gzhegozh",
"wikidata": "Q2966",
"coordinates": "Point(8.71 49.412222222)",
"records": "381",
"layer": "10-1,000"
},
{
"itemLabel": "VCcortex",
"wikidata": "Q1261",
"coordinates": "Point(-105.5 39.0)",
"records": "380",
"layer": "10-1,000"
},
{
"itemLabel": "Ajshul",
"wikidata": "Q16",
"coordinates": "Point(-109.0 56.0)",
"records": "380",
"layer": "10-1,000"
},
{
"itemLabel": "Adélaïde Calais WMFr",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "378",
"layer": "10-1,000"
},
{
"itemLabel": "LightD31",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "377",
"layer": "10-1,000"
},
{
"itemLabel": "NMaia",
"wikidata": "Q155",
"coordinates": "Point(-53.0 -14.0)",
"records": "375",
"layer": "10-1,000"
},
{
"itemLabel": "O2",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "374",
"layer": "10-1,000"
},
{
"itemLabel": "Golmore",
"wikidata": "Q13917",
"coordinates": "Point(2.3176 48.8522)",
"records": "364",
"layer": "10-1,000"
},
{
"itemLabel": "Anagha62",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "363",
"layer": "10-1,000"
},
{
"itemLabel": "Bal Pesino",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "359",
"layer": "10-1,000"
},
{
"itemLabel": "{{Creator:Subhashish Panigrahi}}",
"wikidata": "Q22048",
"coordinates": "Point(85.5 20.15)",
"records": "352",
"layer": "10-1,000"
},
{
"itemLabel": "Assassas77",
"wikidata": "Q13917",
"coordinates": "Point(2.3176 48.8522)",
"records": "347",
"layer": "10-1,000"
},
{
"itemLabel": "Zakaria Mimouni",
"wikidata": "Q612",
"coordinates": "Point(55.309444444 25.269722222)",
"records": "347",
"layer": "10-1,000"
},
{
"itemLabel": "Vaulque",
"wikidata": "Q342",
"coordinates": "Point(-4.097777777 47.995833333)",
"records": "342",
"layer": "10-1,000"
},
{
"itemLabel": "Abdeaitali",
"wikidata": "Q1754",
"coordinates": "Point(18.068611111 59.329444444)",
"records": "325",
"layer": "10-1,000"
},
{
"itemLabel": "Aioramu",
"wikidata": "Q10313",
"coordinates": "Point(-1.98 43.32)",
"records": "322",
"layer": "10-1,000"
},
{
"itemLabel": "Jjamesryan",
"wikidata": "Q34932",
"coordinates": "Point(153.027777777 -27.467777777)",
"records": "320",
"layer": "10-1,000"
},
{
"itemLabel": "AlmirSurui",
"wikidata": "Q1761637",
"coordinates": "Point(-61.447222222 -11.438611111)",
"records": "320",
"layer": "10-1,000"
},
{
"itemLabel": "Sagnamadr",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "316",
"layer": "10-1,000"
},
{
"itemLabel": "Salgo60",
"wikidata": "Q1754",
"coordinates": "Point(18.068611111 59.329444444)",
"records": "315",
"layer": "10-1,000"
},
{
"itemLabel": "Tamahashi",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "308",
"layer": "10-1,000"
},
{
"itemLabel": "Rodrigo5260",
"wikidata": "Q2868",
"coordinates": "Point(-77.0375 -12.06)",
"records": "307",
"layer": "10-1,000"
},
{
"itemLabel": "Zekai Wu",
"wikidata": "Q16666",
"coordinates": "Point(118.766666666 32.05)",
"records": "305",
"layer": "10-1,000"
},
{
"itemLabel": "Rachid Hamatou",
"wikidata": "Q338844",
"coordinates": "Point(6.166666666 35.55)",
"records": "305",
"layer": "10-1,000"
},
{
"itemLabel": "Déwata Cengkar",
"wikidata": "Q3741",
"coordinates": "Point(110.364444444 -7.801388888)",
"records": "303",
"layer": "10-1,000"
},
{
"itemLabel": "Carma citrawati",
"wikidata": "Q3125978",
"coordinates": "Point(115.0 -8.5)",
"records": "302",
"layer": "10-1,000"
},
{
"itemLabel": "Abakar B",
"wikidata": "Q657",
"coordinates": "Point(19.4 15.466667)",
"records": "300",
"layer": "10-1,000"
},
{
"itemLabel": "MrStrelok75",
"wikidata": "Q807",
"coordinates": "Point(6.633333333 46.533333333)",
"records": "300",
"layer": "10-1,000"
},
{
"itemLabel": "Idhurar",
"wikidata": "Q262",
"coordinates": "Point(1.0 28.0)",
"records": "297",
"layer": "10-1,000"
},
{
"itemLabel": "Berrely",
"wikidata": "Q84",
"coordinates": "Point(-0.1275 51.507222222)",
"records": "297",
"layer": "10-1,000"
},
{
"itemLabel": "Mathieu Denel WMFr",
"wikidata": "Q457",
"coordinates": "Point(2.044722222 48.928888888)",
"records": "293",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines1",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines2",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines3",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines4",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines5",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Aemines6",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"itemLabel": "Ash Crow",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "287",
"layer": "10-1,000"
},
{
"itemLabel": "Idéalités",
"wikidata": "Q3420451",
"coordinates": "Point(-73.7167 46.05)",
"records": "286",
"layer": "10-1,000"
},
{
"itemLabel": "MiguelAlanCS",
"wikidata": "Q8356",
"coordinates": "Point(-4.728561111 41.651980555)",
"records": "283",
"layer": "10-1,000"
},
{
"itemLabel": "Justinrleung",
"wikidata": "Q1904",
"coordinates": "Point(-85.0 50.0)",
"records": "278",
"layer": "10-1,000"
},
{
"itemLabel": "Julien Baley",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "275",
"layer": "10-1,000"
},
{
"itemLabel": "Infovarius",
"wikidata": "Q915",
"coordinates": "Point(56.248888888 58.013888888)",
"records": "271",
"layer": "10-1,000"
},
{
"itemLabel": "Antoine",
"wikidata": "Q147987",
"coordinates": "Point(7.473611111 48.102222222)",
"records": "267",
"layer": "10-1,000"
},
{
"itemLabel": "Semperosculto",
"wikidata": "Q1345",
"coordinates": "Point(-75.163611111 39.952777777)",
"records": "265",
"layer": "10-1,000"
},
{
"itemLabel": "Eavqwiki",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "260",
"layer": "10-1,000"
},
{
"itemLabel": "Guergana",
"wikidata": "Q64",
"coordinates": "Point(13.383333333 52.516666666)",
"records": "260",
"layer": "10-1,000"
},
{
"itemLabel": "QueerEcofeminist",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "259",
"layer": "10-1,000"
},
{
"itemLabel": "Loumaju",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "256",
"layer": "10-1,000"
},
{
"itemLabel": "Patsagorn Y.",
"wikidata": "Q869",
"coordinates": "Point(101.0 14.0)",
"records": "244",
"layer": "10-1,000"
},
{
"itemLabel": "Marxav",
"wikidata": "Q3349",
"coordinates": "Point(-2.833333333 48.333333333)",
"records": "236",
"layer": "10-1,000"
},
{
"itemLabel": "Rachmat04",
"wikidata": "Q5722",
"coordinates": "Point(96.6 5.083333333)",
"records": "235",
"layer": "10-1,000"
},
{
"itemLabel": "Bicolino34",
"wikidata": "Q173407",
"coordinates": "Point(25.559722222 49.393055555)",
"records": "235",
"layer": "10-1,000"
},
{
"itemLabel": "ALFREDAZASEGLA",
"wikidata": "Q962",
"coordinates": "Point(2.183333333 8.833333333)",
"records": "222",
"layer": "10-1,000"
},
{
"itemLabel": "Morielijah",
"wikidata": "Q312209",
"coordinates": "Point(9.233333333 4.166666666)",
"records": "217",
"layer": "10-1,000"
},
{
"itemLabel": "Roll-Morton",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "217",
"layer": "10-1,000"
},
{
"itemLabel": "Lirazelf",
"wikidata": "Q22",
"coordinates": "Point(-5.0 57.0)",
"records": "214",
"layer": "10-1,000"
},
{
"itemLabel": "Sillim",
"wikidata": "Q155",
"coordinates": "Point(-53.0 -14.0)",
"records": "212",
"layer": "10-1,000"
},
{
"itemLabel": "Beat Ruest",
"wikidata": "Q39",
"coordinates": "Point(8.231973 46.798562)",
"records": "212",
"layer": "10-1,000"
},
{
"itemLabel": "Seshiru",
"wikidata": "Q38380",
"coordinates": "Point(-0.555555555 47.472777777)",
"records": "211",
"layer": "10-1,000"
},
{
"itemLabel": "Woubster",
"wikidata": "Q99",
"coordinates": "Point(-120.0 37.0)",
"records": "209",
"layer": "10-1,000"
},
{
"itemLabel": "Justice Okai-allotey",
"wikidata": "Q3761",
"coordinates": "Point(-0.187 5.6037)",
"records": "208",
"layer": "10-1,000"
},
{
"itemLabel": "Nitesh Gill",
"wikidata": "Q259030",
"coordinates": "Point(75.17 30.816666666)",
"records": "208",
"layer": "10-1,000"
},
{
"itemLabel": "Yug",
"wikidata": "Q1104449",
"coordinates": "Point(0.105 44.467777777)",
"records": "207",
"layer": "10-1,000"
},
{
"itemLabel": "PJLC-Wiki",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "198",
"layer": "10-1,000"
},
{
"itemLabel": "val",
"wikidata": "Q22690",
"coordinates": "Point(6.176944444 49.119722222)",
"records": "196",
"layer": "10-1,000"
},
{
"itemLabel": "Joseagush",
"wikidata": "Q11496",
"coordinates": "Point(115.283333333 -8.466666666)",
"records": "196",
"layer": "10-1,000"
},
{
"itemLabel": "Maerui-sama",
"wikidata": "Q2207",
"coordinates": "Point(123.186388888 13.624444444)",
"records": "185",
"layer": "10-1,000"
},
{
"itemLabel": "PtiBzh",
"wikidata": "Q12130",
"coordinates": "Point(-3.0 48.0)",
"records": "181",
"layer": "10-1,000"
},
{
"itemLabel": "Ashoka KG",
"wikidata": "Q127041",
"coordinates": "Point(74.880555555 12.870277777)",
"records": "176",
"layer": "10-1,000"
},
{
"itemLabel": "Jagseer S Sidhu",
"wikidata": "Q625714",
"coordinates": "Point(75.1 30.6833)",
"records": "175",
"layer": "10-1,000"
},
{
"itemLabel": "Theklan",
"wikidata": "Q147774",
"coordinates": "Point(-2.1748013 43.2863159)",
"records": "172",
"layer": "10-1,000"
},
{
"itemLabel": "Yiyi",
"wikidata": "Q1155",
"coordinates": "Point(8.8518 45.611958333)",
"records": "170",
"layer": "10-1,000"
},
{
"itemLabel": "Juliegwen",
"wikidata": "Q6001104",
"coordinates": "Point(4.5235 8.48752)",
"records": "164",
"layer": "10-1,000"
},
{
"itemLabel": "Juliegwen",
"wikidata": "Q6001104",
"coordinates": "Point(4.614006 8.480048)",
"records": "164",
"layer": "10-1,000"
},
{
"itemLabel": "Amqui",
"wikidata": "Q957746",
"coordinates": "Point(-67.6833 48.5667)",
"records": "163",
"layer": "10-1,000"
},
{
"itemLabel": "Bastenbas (Lingua)",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "163",
"layer": "10-1,000"
},
{
"itemLabel": "Tashi",
"wikidata": "Q102317",
"coordinates": "Point(20.631944444 50.8725)",
"records": "156",
"layer": "10-1,000"
},
{
"itemLabel": "Simcha4",
"wikidata": "Q2207",
"coordinates": "Point(123.186388888 13.624444444)",
"records": "151",
"layer": "10-1,000"
},
{
"itemLabel": "Maina Tudu",
"wikidata": "Q1914546",
"coordinates": "Point(86.733 21.933)",
"records": "150",
"layer": "10-1,000"
},
{
"itemLabel": "Louis",
"wikidata": "Q3240",
"coordinates": "Point(5.083333333 43.5)",
"records": "149",
"layer": "10-1,000"
},
{
"itemLabel": "Louis",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "149",
"layer": "10-1,000"
},
{
"itemLabel": "Meghanee Gambhir",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "147",
"layer": "10-1,000"
},
{
"itemLabel": "Shisma",
"wikidata": "Q64",
"coordinates": "Point(13.383333333 52.516666666)",
"records": "146",
"layer": "10-1,000"
},
{
"itemLabel": "Shilpa Bhat N H",
"wikidata": "Q127041",
"coordinates": "Point(74.880555555 12.870277777)",
"records": "145",
"layer": "10-1,000"
},
{
"itemLabel": "Tokçon",
"wikidata": "Q142271",
"coordinates": "Point(-73.816666666 45.45)",
"records": "144",
"layer": "10-1,000"
},
{
"itemLabel": "Fralambert",
"wikidata": "Q44012",
"coordinates": "Point(-72.55 46.35)",
"records": "144",
"layer": "10-1,000"
},
{
"itemLabel": "Simon Villeneuve",
"wikidata": "Q952269",
"coordinates": "Point(-71.059166666 48.427777777)",
"records": "143",
"layer": "10-1,000"
},
{
"itemLabel": "Harmonia Amanda",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "143",
"layer": "10-1,000"
},
{
"itemLabel": "Gwikor Frank",
"wikidata": "Q10690",
"coordinates": "Point(-3.179166666 51.481666666)",
"records": "139",
"layer": "10-1,000"
},
{
"itemLabel": "Lizeaga",
"wikidata": "Q497801",
"coordinates": "Point(-2.0723558 43.1386097)",
"records": "137",
"layer": "10-1,000"
},
{
"itemLabel": "ChoumX",
"wikidata": "Q582",
"coordinates": "Point(4.879444444 45.766111111)",
"records": "136",
"layer": "10-1,000"
},
{
"itemLabel": "Matarimi1",
"wikidata": "Q3659",
"coordinates": "Point(15.05 12.11)",
"records": "133",
"layer": "10-1,000"
},
{
"itemLabel": "Loizbec",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "133",
"layer": "10-1,000"
},
{
"itemLabel": "Williewallie",
"wikidata": "Q26555",
"coordinates": "Point(5.666666666 52.05)",
"records": "130",
"layer": "10-1,000"
},
{
"itemLabel": "Ekane",
"wikidata": "Q209086",
"coordinates": "Point(2.407222222 48.898055555)",
"records": "130",
"layer": "10-1,000"
},
{
"itemLabel": "Christophe Barume Masirika",
"wikidata": "Q222279",
"coordinates": "Point(28.842777777 -2.490833333)",
"records": "129",
"layer": "10-1,000"
},
{
"itemLabel": "Christophe Barume Masirika",
"wikidata": "Q222279",
"coordinates": "Point(28.866666666 -2.5)",
"records": "129",
"layer": "10-1,000"
},
{
"itemLabel": "Pranavshivakumar",
"wikidata": "Q127041",
"coordinates": "Point(74.880555555 12.870277777)",
"records": "129",
"layer": "10-1,000"
},
{
"itemLabel": "OrangeFlu",
"wikidata": "Q19660",
"coordinates": "Point(26.083333333 44.4)",
"records": "129",
"layer": "10-1,000"
},
{
"itemLabel": "Mathsou",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "128",
"layer": "10-1,000"
},
{
"itemLabel": "HappyMidnight",
"wikidata": "Q42082",
"coordinates": "Point(128.881111111 35.234166666)",
"records": "122",
"layer": "10-1,000"
},
{
"itemLabel": "Baidax",
"wikidata": "Q182872",
"coordinates": "Point(2.701666666 48.408888888)",
"records": "122",
"layer": "10-1,000"
},
{
"itemLabel": "Joy sagar Murmu",
"wikidata": "Q1164",
"coordinates": "Point(93.0 26.0)",
"records": "122",
"layer": "10-1,000"
},
{
"itemLabel": "Kiminou1",
"wikidata": "Q18678082",
"coordinates": "Point(-0.5888 44.8366)",
"records": "121",
"layer": "10-1,000"
},
{
"itemLabel": "GAllegre",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "120",
"layer": "10-1,000"
},
{
"itemLabel": "Zupanurska",
"wikidata": "Q604194",
"coordinates": "Point(14.172078 46.342517)",
"records": "116",
"layer": "10-1,000"
},
{
"itemLabel": "KrystjanM",
"wikidata": "Q3808",
"coordinates": "Point(11.518055555 3.857777777)",
"records": "112",
"layer": "10-1,000"
},
{
"itemLabel": "Bilbo40",
"wikidata": "Q16",
"coordinates": "Point(-109.0 56.0)",
"records": "106",
"layer": "10-1,000"
},
{
"itemLabel": "Jfumedureve",
"wikidata": "Q3266",
"coordinates": "Point(0.333333333 45.833333333)",
"records": "105",
"layer": "10-1,000"
},
{
"itemLabel": "Misnograder",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "105",
"layer": "10-1,000"
},
{
"itemLabel": "Sushant savla",
"wikidata": "Q1156",
"coordinates": "Point(72.8775 19.075833333)",
"records": "103",
"layer": "10-1,000"
},
{
"itemLabel": "Cruelpity",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "102",
"layer": "10-1,000"
},
{
"itemLabel": "GeoMechain",
"wikidata": "Q6441",
"coordinates": "Point(3.877230555 43.610919444)",
"records": "101",
"layer": "10-1,000"
},
{
"itemLabel": "Tsaag Valren",
"wikidata": "Q71500",
"coordinates": "Point(-2.548333333 47.955833333)",
"records": "101",
"layer": "10-1,000"
},
{
"itemLabel": "Edoirefaitdel'art",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "101",
"layer": "10-1,000"
},
{
"itemLabel": "Enutrof à sec",
"wikidata": "Q1020835",
"coordinates": "Point(-0.422222222 45.7725)",
"records": "100",
"layer": "10-1,000"
},
{
"itemLabel": "Elix",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "100",
"layer": "10-1,000"
},
{
"itemLabel": "Froggyspeak92",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "100",
"layer": "10-1,000"
},
{
"itemLabel": "SpringProof",
"wikidata": "Q65",
"coordinates": "Point(-118.24368 34.05223)",
"records": "99",
"layer": "10-1,000"
},
{
"itemLabel": "Vanbasten 23",
"wikidata": "Q909707",
"coordinates": "Point(-3.005555555 43.310833333)",
"records": "98",
"layer": "10-1,000"
},
{
"itemLabel": "Benoit Rochon",
"wikidata": "Q2304022",
"coordinates": "Point(-74.983333333 46.433333333)",
"records": "97",
"layer": "10-1,000"
},
{
"itemLabel": "Joan San Carlos",
"wikidata": "Q2207",
"coordinates": "Point(123.186388888 13.624444444)",
"records": "96",
"layer": "10-1,000"
},
{
"itemLabel": "Akwugo",
"wikidata": "Q4830081",
"coordinates": "Point(7.06667 6.16667)",
"records": "95",
"layer": "10-1,000"
},
{
"itemLabel": "Mah3110",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "95",
"layer": "10-1,000"
},
{
"itemLabel": "Ngeorges05",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "94",
"layer": "10-1,000"
},
{
"itemLabel": "Cantons-de-l'Est",
"wikidata": "Q139473",
"coordinates": "Point(-71.9 45.4)",
"records": "94",
"layer": "10-1,000"
},
{
"itemLabel": "Allahverdi Verdizade",
"wikidata": "Q34",
"coordinates": "Point(15.0 61.0)",
"records": "94",
"layer": "10-1,000"
},
{
"itemLabel": "नीलिमा रास्ते",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "94",
"layer": "10-1,000"
},
{
"itemLabel": "LurKin",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "93",
"layer": "10-1,000"
},
{
"itemLabel": "Bastenbas",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "92",
"layer": "10-1,000"
},
{
"itemLabel": "Wenyam",
"wikidata": "Q773547",
"coordinates": "Point(-1.512222 12.353056)",
"records": "89",
"layer": "10-1,000"
},
{
"itemLabel": "Toniher",
"wikidata": "Q1492",
"coordinates": "Point(2.176944444 41.3825)",
"records": "88",
"layer": "10-1,000"
},
{
"itemLabel": "MahmoudM",
"wikidata": "Q1218",
"coordinates": "Point(35.225555555 31.778888888)",
"records": "87",
"layer": "10-1,000"
},
{
"itemLabel": "Ivanhercaz",
"wikidata": "Q178925",
"coordinates": "Point(-15.5925 27.958611111)",
"records": "87",
"layer": "10-1,000"
},
{
"itemLabel": "CDC-CONNEXION",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "86",
"layer": "10-1,000"
},
{
"itemLabel": "Robby",
"wikidata": "Q16050",
"coordinates": "Point(6.156666666 49.868055555)",
"records": "86",
"layer": "10-1,000"
},
{
"itemLabel": "Jovan.kostov",
"wikidata": "Q6441",
"coordinates": "Point(3.877230555 43.610919444)",
"records": "84",
"layer": "10-1,000"
},
{
"itemLabel": "Matlin",
"wikidata": "Q47554",
"coordinates": "Point(18.616666666 53.016666666)",
"records": "84",
"layer": "10-1,000"
},
{
"itemLabel": "Brazal.dang",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "82",
"layer": "10-1,000"
},
{
"itemLabel": "Hatokun24",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "80",
"layer": "10-1,000"
},
{
"itemLabel": "Ogmios",
"wikidata": "Q183",
"coordinates": "Point(10.0 51.0)",
"records": "79",
"layer": "10-1,000"
},
{
"itemLabel": "Aseel Abdulrahman",
"wikidata": "Q3805",
"coordinates": "Point(35.933333333 31.95)",
"records": "79",
"layer": "10-1,000"
},
{
"itemLabel": "CamelCaseNick",
"wikidata": "Q1055",
"coordinates": "Point(10.0 53.55)",
"records": "79",
"layer": "10-1,000"
},
{
"itemLabel": "Oby Ezeilo",
"wikidata": "Q3787",
"coordinates": "Point(7.491388888 9.055555555)",
"records": "77",
"layer": "10-1,000"
},
{
"itemLabel": "Clivetanyi",
"wikidata": "Q312209",
"coordinates": "Point(9.233333333 4.166666666)",
"records": "76",
"layer": "10-1,000"
},
{
"itemLabel": "NonoDarko",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "76",
"layer": "10-1,000"
},
{
"itemLabel": "Ijon",
"wikidata": "Q801",
"coordinates": "Point(35.0 31.0)",
"records": "73",
"layer": "10-1,000"
},
{
"itemLabel": "Mahesh2582",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "70",
"layer": "10-1,000"
},
{
"itemLabel": "NKUATE",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "70",
"layer": "10-1,000"
},
{
"itemLabel": "Axdae",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "70",
"layer": "10-1,000"
},
{
"itemLabel": "Rocky 734",
"wikidata": "Q22048",
"coordinates": "Point(85.5 20.15)",
"records": "70",
"layer": "10-1,000"
},
{
"itemLabel": "Vampiro",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "67",
"layer": "10-1,000"
},
{
"itemLabel": "Kitel WP",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "67",
"layer": "10-1,000"
},
{
"itemLabel": "咽頭べさ",
"wikidata": "Q818742",
"coordinates": "Point(97.666666666 16.166666666)",
"records": "67",
"layer": "10-1,000"
},
{
"itemLabel": "AseelF",
"wikidata": "Q3805",
"coordinates": "Point(35.933333333 31.95)",
"records": "67",
"layer": "10-1,000"
},
{
"itemLabel": "Unuaiga",
"wikidata": "Q132671",
"coordinates": "Point(-0.37 43.300833333)",
"records": "67",
"layer": "10-1,000"
},
{
"itemLabel": "Sebleouf",
"wikidata": "Q463",
"coordinates": "Point(4.819447222 45.740186111)",
"records": "66",
"layer": "10-1,000"
},
{
"itemLabel": "Wozan",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "65",
"layer": "10-1,000"
},
{
"itemLabel": "Remux",
"wikidata": "Q51103",
"coordinates": "Point(-76.519722222 3.44)",
"records": "62",
"layer": "10-1,000"
},
{
"itemLabel": "Great11",
"wikidata": "Q340",
"coordinates": "Point(-73.561666666 45.508888888)",
"records": "62",
"layer": "10-1,000"
},
{
"itemLabel": "Eihel-LiLi",
"wikidata": "Q807",
"coordinates": "Point(6.633333333 46.533333333)",
"records": "61",
"layer": "10-1,000"
},
{
"itemLabel": "Rdrg109",
"wikidata": "Q3321959",
"coordinates": "Point(-77.0625 -12.070277777)",
"records": "61",
"layer": "10-1,000"
},
{
"itemLabel": "Jean",
"wikidata": "Q219370",
"coordinates": "Point(-4.235277777 48.437777777)",
"records": "60",
"layer": "10-1,000"
},
{
"itemLabel": "Greenman",
"wikidata": "Q5465",
"coordinates": "Point(18.425 -33.925)",
"records": "59",
"layer": "10-1,000"
},
{
"itemLabel": "Micà",
"wikidata": "Q679064",
"coordinates": "Point(-0.213055555 43.191944444)",
"records": "59",
"layer": "10-1,000"
},
{
"itemLabel": "Vj18081991",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "59",
"layer": "10-1,000"
},
{
"itemLabel": "Sunita gambhir",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "59",
"layer": "10-1,000"
},
{
"itemLabel": "Culex",
"wikidata": "Q6643",
"coordinates": "Point(2.751388888 42.488055555)",
"records": "56",
"layer": "10-1,000"
},
{
"itemLabel": "IbrahimZ",
"wikidata": "Q5776",
"coordinates": "Point(35.206111111 31.704444444)",
"records": "55",
"layer": "10-1,000"
},
{
"itemLabel": "Samuel Waina",
"wikidata": "Q1757",
"coordinates": "Point(24.93417 60.17556)",
"records": "54",
"layer": "10-1,000"
},
{
"itemLabel": "Ramjit Tudu",
"wikidata": "Q171771",
"coordinates": "Point(85.828055555 20.264444444)",
"records": "50",
"layer": "10-1,000"
},
{
"itemLabel": "Poldjko1",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "49",
"layer": "10-1,000"
},
{
"itemLabel": "Eavq",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "47",
"layer": "10-1,000"
},
{
"itemLabel": "Orikrin1998",
"wikidata": "Q42716",
"coordinates": "Point(4.389722222 45.433888888)",
"records": "46",
"layer": "10-1,000"
},
{
"itemLabel": "Txtdgtl",
"wikidata": "Q1489",
"coordinates": "Point(-99.145555555 19.419444444)",
"records": "45",
"layer": "10-1,000"
},
{
"itemLabel": "Mohau",
"wikidata": "Q258",
"coordinates": "Point(24.0 -29.0)",
"records": "45",
"layer": "10-1,000"
},
{
"itemLabel": "Petrus yh",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "44",
"layer": "10-1,000"
},
{
"itemLabel": "Vivekteraiyavt",
"wikidata": "Q668",
"coordinates": "Point(83.0 22.8)",
"records": "44",
"layer": "10-1,000"
},
{
"itemLabel": "Vaishali Kotwal",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "44",
"layer": "10-1,000"
},
{
"itemLabel": "Nirpikowan",
"wikidata": "Q141760",
"coordinates": "Point(-73.45 46.016666666)",
"records": "43",
"layer": "10-1,000"
},
{
"itemLabel": "Thibaud379",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "43",
"layer": "10-1,000"
},
{
"itemLabel": "Nisaloj",
"wikidata": "Q178136",
"coordinates": "Point(-91.1875 14.773889)",
"records": "42",
"layer": "10-1,000"
},
{
"itemLabel": "Ardzun",
"wikidata": "Q3630",
"coordinates": "Point(106.84513 -6.21462)",
"records": "42",
"layer": "10-1,000"
},
{
"itemLabel": "Josette",
"wikidata": "Q3240",
"coordinates": "Point(5.083333333 43.5)",
"records": "42",
"layer": "10-1,000"
},
{
"itemLabel": "सुबोध कुलकर्णी",
"wikidata": "Q270176",
"coordinates": "Point(74.5 15.866666666)",
"records": "42",
"layer": "10-1,000"
},
{
"itemLabel": "Franckk1",
"wikidata": "Q1008",
"coordinates": "Point(-6.0 8.0)",
"records": "42",
"layer": "10-1,000"
},
{
"itemLabel": "Bfonkoua7",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "41",
"layer": "10-1,000"
},
{
"itemLabel": "AmmanM",
"wikidata": "Q1297",
"coordinates": "Point(-87.65005 41.85003)",
"records": "41",
"layer": "10-1,000"
},
{
"itemLabel": "ARYAN MURMU",
"wikidata": "Q2022279",
"coordinates": "Point(86.9 21.5)",
"records": "40",
"layer": "10-1,000"
},
{
"itemLabel": "Anonyme569",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "39",
"layer": "10-1,000"
},
{
"itemLabel": "Thérèse Ottawa",
"wikidata": "Q3285285",
"coordinates": "Point(-74.391666666 47.2225)",
"records": "38",
"layer": "10-1,000"
},
{
"itemLabel": "Susannaanas",
"wikidata": "Q33",
"coordinates": "Point(27.0 65.0)",
"records": "38",
"layer": "10-1,000"
},
{
"itemLabel": "Mohammad-LPA",
"wikidata": "Q158119",
"coordinates": "Point(35.201666666 31.896944444)",
"records": "37",
"layer": "10-1,000"
},
{
"itemLabel": "Sujata1963",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "37",
"layer": "10-1,000"
},
{
"itemLabel": "SabriaDE",
"wikidata": "Q586",
"coordinates": "Point(7.099722222 50.733888888)",
"records": "36",
"layer": "10-1,000"
},
{
"itemLabel": "Ericcoul",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "35",
"layer": "10-1,000"
},
{
"itemLabel": "Ryse93",
"wikidata": "Q212429",
"coordinates": "Point(2.0 46.0)",
"records": "35",
"layer": "10-1,000"
},
{
"itemLabel": "Jiròni B.",
"wikidata": "Q200202",
"coordinates": "Point(1.490555555 45.8375)",
"records": "34",
"layer": "10-1,000"
},
{
"itemLabel": "Celestin723",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "34",
"layer": "10-1,000"
},
{
"itemLabel": "Bolt Escargot",
"wikidata": "Q1524",
"coordinates": "Point(23.728055555 37.984166666)",
"records": "34",
"layer": "10-1,000"
},
{
"itemLabel": "Claire Hannecart",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "33",
"layer": "10-1,000"
},
{
"itemLabel": "Chavagne",
"wikidata": "Q1465522",
"coordinates": "Point(4.295277777 46.706666666)",
"records": "32",
"layer": "10-1,000"
},
{
"itemLabel": "fleur",
"wikidata": "Q214086",
"coordinates": "Point(6.15 46.2)",
"records": "32",
"layer": "10-1,000"
},
{
"itemLabel": "Ropsterkwater",
"wikidata": "Q47887",
"coordinates": "Point(5.8625 51.8475)",
"records": "31",
"layer": "10-1,000"
},
{
"itemLabel": "Rçag",
"wikidata": "Q3838",
"coordinates": "Point(15.313888888 -4.331666666)",
"records": "29",
"layer": "10-1,000"
},
{
"itemLabel": "Jon Harald Søby (WMNO)",
"wikidata": "Q107135",
"coordinates": "Point(10.95 59.216667)",
"records": "29",
"layer": "10-1,000"
},
{
"itemLabel": "Otourly",
"wikidata": "Q208770",
"coordinates": "Point(4.719722222 45.989444444)",
"records": "29",
"layer": "10-1,000"
},
{
"itemLabel": "Rhosyr358",
"wikidata": "Q42617191",
"coordinates": "Point(-4.33333 53.25)",
"records": "28",
"layer": "10-1,000"
},
{
"itemLabel": "Sujataag",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "28",
"layer": "10-1,000"
},
{
"itemLabel": "Cokewanna",
"wikidata": "Q159",
"coordinates": "Point(94.25 66.416666666)",
"records": "28",
"layer": "10-1,000"
},
{
"itemLabel": "Beusson",
"wikidata": "Q5705",
"coordinates": "Point(1.537777777 41.8375)",
"records": "27",
"layer": "10-1,000"
},
{
"itemLabel": "John.d.new77",
"wikidata": "Q44989",
"coordinates": "Point(-95.937222222 36.131388888)",
"records": "26",
"layer": "10-1,000"
},
{
"itemLabel": "Leonfd1992",
"wikidata": "Q739",
"coordinates": "Point(-73.25 4.0)",
"records": "26",
"layer": "10-1,000"
},
{
"itemLabel": "Vickylin77amis",
"wikidata": "Q1867",
"coordinates": "Point(121.531944444 25.047777777)",
"records": "26",
"layer": "10-1,000"
},
{
"itemLabel": "Nkuatebea",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "26",
"layer": "10-1,000"
},
{
"itemLabel": "Ali",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "26",
"layer": "10-1,000"
},
{
"itemLabel": "Emptyfear",
"wikidata": "Q1953",
"coordinates": "Point(44.514444444 40.181388888)",
"records": "25",
"layer": "10-1,000"
},
{
"itemLabel": "Estevoaei",
"wikidata": "Q12411",
"coordinates": "Point(-8.6475 42.433611111)",
"records": "25",
"layer": "10-1,000"
},
{
"itemLabel": "Karol Szapsza",
"wikidata": "Q36",
"coordinates": "Point(19.0 52.0)",
"records": "25",
"layer": "10-1,000"
},
{
"itemLabel": "Elsss10",
"wikidata": "Q168159",
"coordinates": "Point(-4.376728 53.293975)",
"records": "25",
"layer": "10-1,000"
},
{
"itemLabel": "Milo",
"wikidata": "Q12559",
"coordinates": "Point(5.716666666 45.183333333)",
"records": "25",
"layer": "10-1,000"
},
{
"itemLabel": "Modjou",
"wikidata": "Q3768",
"coordinates": "Point(-5.274166666 6.816111111)",
"records": "24",
"layer": "10-1,000"
},
{
"itemLabel": "Kemwa Hora Rémy",
"wikidata": "Q818824",
"coordinates": "Point(14.327545 10.582321944)",
"records": "24",
"layer": "10-1,000"
},
{
"itemLabel": "Modjou",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "24",
"layer": "10-1,000"
},
{
"itemLabel": "Akoua2021",
"wikidata": "Q962",
"coordinates": "Point(2.183333333 8.833333333)",
"records": "24",
"layer": "10-1,000"
},
{
"itemLabel": "विशाखा वेलणकर",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "24",
"layer": "10-1,000"
},
{
"itemLabel": "Michael Schönitzer (WMDE)",
"wikidata": "Q1726",
"coordinates": "Point(11.575 48.1375)",
"records": "23",
"layer": "10-1,000"
},
{
"itemLabel": "Wikiroisin",
"wikidata": "Q22890",
"coordinates": "Point(-8.0 53.333333333)",
"records": "23",
"layer": "10-1,000"
},
{
"itemLabel": "Olivier Yao",
"wikidata": "Q15",
"coordinates": "Point(7.1881 21.09375)",
"records": "23",
"layer": "10-1,000"
},
{
"itemLabel": "Calab22",
"wikidata": "Q42617191",
"coordinates": "Point(-4.33333 53.25)",
"records": "23",
"layer": "10-1,000"
},
{
"itemLabel": "MSa_Eu",
"wikidata": "Q239",
"coordinates": "Point(4.351666666 50.846666666)",
"records": "22",
"layer": "10-1,000"
},
{
"itemLabel": "Henning Schlottmann",
"wikidata": "Q1726",
"coordinates": "Point(11.575 48.1375)",
"records": "22",
"layer": "10-1,000"
},
{
"itemLabel": "रोहिणीरेवती",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "22",
"layer": "10-1,000"
},
{
"itemLabel": "Llf",
"wikidata": "Q8646",
"coordinates": "Point(114.158611111 22.278333333)",
"records": "21",
"layer": "10-1,000"
},
{
"itemLabel": "JDsonical",
"wikidata": "Q8646",
"coordinates": "Point(114.158611111 22.278333333)",
"records": "21",
"layer": "10-1,000"
},
{
"itemLabel": "Jberkel",
"wikidata": "Q183",
"coordinates": "Point(10.0 51.0)",
"records": "21",
"layer": "10-1,000"
},
{
"itemLabel": "Frankdtcheb",
"wikidata": "Q289267",
"coordinates": "Point(10.05 5.45)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Tim Tim (VD fr)",
"wikidata": "Q184154",
"coordinates": "Point(-0.77 48.072777777)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Filipinayzd",
"wikidata": "Q208749",
"coordinates": "Point(123.171111111 13.648055555)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "PRB",
"wikidata": "Q84",
"coordinates": "Point(-0.1275 51.507222222)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Cefni1",
"wikidata": "Q168159",
"coordinates": "Point(-4.376728 53.293975)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Placide.sogbossi",
"wikidata": "Q962",
"coordinates": "Point(2.183333333 8.833333333)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Basil",
"wikidata": "Q212381",
"coordinates": "Point(35.195555555 31.972222222)",
"records": "20",
"layer": "10-1,000"
},
{
"itemLabel": "Florenciac",
"wikidata": "Q1486",
"coordinates": "Point(-58.381944444 -34.599722222)",
"records": "19",
"layer": "10-1,000"
},
{
"itemLabel": "Koffi.noel",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "19",
"layer": "10-1,000"
},
{
"itemLabel": "Erzianj jurnalist",
"wikidata": "Q649",
"coordinates": "Point(37.617777777 55.755833333)",
"records": "18",
"layer": "10-1,000"
},
{
"itemLabel": "S-tel",
"wikidata": "Q12751",
"coordinates": "Point(6.333333333 46.0)",
"records": "18",
"layer": "10-1,000"
},
{
"itemLabel": "Ayse 22",
"wikidata": "Q41604",
"coordinates": "Point(2.297777777 49.891944444)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Lramirez7964283742",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Amre-Marie",
"wikidata": "Q1726",
"coordinates": "Point(11.575 48.1375)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Awel.jones",
"wikidata": "Q5177811",
"coordinates": "Point(145.5 -37.416666666)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Vanderdecken",
"wikidata": "Q145",
"coordinates": "Point(-2.0 54.6)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Juindeumilvin",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "17",
"layer": "10-1,000"
},
{
"itemLabel": "Aitzolete",
"wikidata": "Q1618305",
"coordinates": "Point(-2.385 43.307222)",
"records": "16",
"layer": "10-1,000"
},
{
"itemLabel": "Camara aminata",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "16",
"layer": "10-1,000"
},
{
"itemLabel": "Nicryc",
"wikidata": "Q42716",
"coordinates": "Point(4.389722222 45.433888888)",
"records": "16",
"layer": "10-1,000"
},
{
"itemLabel": "Masssly",
"wikidata": "Q3761",
"coordinates": "Point(-0.187 5.6037)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Aurore1212121",
"wikidata": "Q41604",
"coordinates": "Point(2.297777777 49.891944444)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "VALENTIN NVJ",
"wikidata": "Q146723",
"coordinates": "Point(25.191111111 0.515277777)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Nurtsio",
"wikidata": "Q1757",
"coordinates": "Point(24.93417 60.17556)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Myriam Pied",
"wikidata": "Q6643",
"coordinates": "Point(2.751388888 42.488055555)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Vij~frwiki",
"wikidata": "Q211134",
"coordinates": "Point(5.717777777 45.142777777)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Andrey672",
"wikidata": "Q649",
"coordinates": "Point(37.617777777 55.755833333)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Jmpmann",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "15",
"layer": "10-1,000"
},
{
"itemLabel": "Jheckpesino",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "14",
"layer": "10-1,000"
},
{
"itemLabel": "Samstringz",
"wikidata": "Q3787",
"coordinates": "Point(7.491388888 9.055555555)",
"records": "14",
"layer": "10-1,000"
},
{
"itemLabel": "विदुला",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "14",
"layer": "10-1,000"
},
{
"itemLabel": "Keyomerd",
"wikidata": "Q693929",
"coordinates": "Point(40.586111111 37.193888888)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Flavie",
"wikidata": "Q1479",
"coordinates": "Point(-0.579444444 44.837777777)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Nicolas Lopez de Silanes WMFr",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Chidimmanwaeze22",
"wikidata": "Q3817714",
"coordinates": "Point(7.5 6.5)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Yakshitha",
"wikidata": "Q127041",
"coordinates": "Point(74.880555555 12.870277777)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Jnermano",
"wikidata": "Q16",
"coordinates": "Point(-109.0 56.0)",
"records": "13",
"layer": "10-1,000"
},
{
"itemLabel": "Seb35",
"wikidata": "Q647",
"coordinates": "Point(-1.680833333 48.114166666)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "JEP Visiteur 5",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Attention",
"wikidata": "Q834",
"coordinates": "Point(7.6 46.066666666)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Zquad974",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Bile rene",
"wikidata": "Q818824",
"coordinates": "Point(14.327545 10.582321944)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Neima Paz",
"wikidata": "Q739",
"coordinates": "Point(-73.25 4.0)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Obihoja",
"wikidata": "Q3787",
"coordinates": "Point(7.491388888 9.055555555)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "AlpOktem",
"wikidata": "Q1492",
"coordinates": "Point(2.176944444 41.3825)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Wang Cheng",
"wikidata": "Q1867",
"coordinates": "Point(121.531944444 25.047777777)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Fokaczino",
"wikidata": "Q1799",
"coordinates": "Point(17.0325 51.11)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Soroor",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Higa4",
"wikidata": "Q17",
"coordinates": "Point(136.0 35.0)",
"records": "12",
"layer": "10-1,000"
},
{
"itemLabel": "Vahidmasrour",
"wikidata": "Q736",
"coordinates": "Point(-78.0 -1.0)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "JEP Visiteuse 7",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "JEP Visiteuse 9",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "FASETECLO",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "StephanDirkBerger",
"wikidata": "Q25390",
"coordinates": "Point(5.783333333 53.2)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "Saubry",
"wikidata": "Q869",
"coordinates": "Point(101.0 14.0)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "Visiteur Journée 2 - 14",
"wikidata": "Q159469",
"coordinates": "Point(6.3925 45.675833333)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "तृप्ती कुलकर्णी",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "AB Louis",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "11",
"layer": "10-1,000"
},
{
"itemLabel": "E2mabertrand",
"wikidata": "Q1337748",
"coordinates": "Point(2.814166666 49.621944444)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Anniina",
"wikidata": "Q1757",
"coordinates": "Point(24.93417 60.17556)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Stance mre",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Manuela dmr",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Nagarajk3762",
"wikidata": "Q794818",
"coordinates": "Point(76.38 14.9)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "X2",
"wikidata": "Q1323052",
"coordinates": "Point(3.801666666 43.648055555)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Nehaoua",
"wikidata": "Q262",
"coordinates": "Point(1.0 28.0)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Jean",
"wikidata": "Q6730",
"coordinates": "Point(2.894722222 42.6975)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Dipali S Shende",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Gintek",
"wikidata": "Q31487",
"coordinates": "Point(19.937222222 50.061388888)",
"records": "10",
"layer": "10-1,000"
},
{
"itemLabel": "Harditaher",
"wikidata": "Q7253",
"coordinates": "Point(100.360556 -0.955556)",
"records": "9",
"layer": "<10"
},
{
"itemLabel": "Aah Rix",
"wikidata": "Q42168",
"coordinates": "Point(3.086944444 45.779722222)",
"records": "9",
"layer": "<10"
},
{
"itemLabel": "X3",
"wikidata": "Q1323052",
"coordinates": "Point(3.801666666 43.648055555)",
"records": "9",
"layer": "<10"
},
{
"itemLabel": "FaelaNicA",
"wikidata": "Q373901",
"coordinates": "Point(-6.970833333 54.247777777)",
"records": "9",
"layer": "<10"
},
{
"itemLabel": "Morvil73",
"wikidata": "Q46",
"coordinates": "Point(9.14062 48.690959)",
"records": "9",
"layer": "<10"
},
{
"itemLabel": "Damdamdidilolo",
"wikidata": "Q173695",
"coordinates": "Point(6.451666666 48.173611111)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "SemyonSav",
"wikidata": "Q900",
"coordinates": "Point(49.114444444 55.790833333)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Кояш",
"wikidata": "Q900",
"coordinates": "Point(49.114444444 55.790833333)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Deansfa",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 7",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Koreller",
"wikidata": "Q12191",
"coordinates": "Point(-1.553888888 47.217222222)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Gangdhara k b",
"wikidata": "Q591781",
"coordinates": "Point(76.49 12.21)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Felixyog",
"wikidata": "Q1352",
"coordinates": "Point(80.275 13.0825)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Joe Pig",
"wikidata": "Q340",
"coordinates": "Point(-73.561666666 45.508888888)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 19",
"wikidata": "Q21388",
"coordinates": "Point(7.683055555 48.5575)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 20",
"wikidata": "Q22517",
"coordinates": "Point(7.661111111 48.421944444)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "André Costa (WMSE)",
"wikidata": "Q34",
"coordinates": "Point(15.0 61.0)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "Abreham97",
"wikidata": "Q38",
"coordinates": "Point(12.5 42.5)",
"records": "8",
"layer": "<10"
},
{
"itemLabel": "VIGNERON",
"wikidata": "Q647",
"coordinates": "Point(-1.680833333 48.114166666)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "The Editor's Apprentice",
"wikidata": "Q12606",
"coordinates": "Point(-122.0 39.0)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Arokatan",
"wikidata": "Q155",
"coordinates": "Point(-53.0 -14.0)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Neerwan",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Tenshi 98",
"wikidata": "Q386661",
"coordinates": "Point(139.491111111 35.338833333)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Asutosha",
"wikidata": "Q171771",
"coordinates": "Point(85.828055555 20.264444444)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Ruhan",
"wikidata": "Q1354",
"coordinates": "Point(90.394444444 23.728888888)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 2",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 8",
"wikidata": "Q760624",
"coordinates": "Point(1.710833333 48.974166666)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2",
"wikidata": "Q3148",
"coordinates": "Point(4.416666666 44.666666666)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 13",
"wikidata": "Q22639",
"coordinates": "Point(7.749166666 48.606944444)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 17",
"wikidata": "Q22639",
"coordinates": "Point(7.749166666 48.606944444)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Iwan.Aucamp",
"wikidata": "Q20",
"coordinates": "Point(11.0 65.0)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "Test.odia",
"wikidata": "Q22048",
"coordinates": "Point(85.5 20.15)",
"records": "7",
"layer": "<10"
},
{
"itemLabel": "lilou66",
"wikidata": "Q450961",
"coordinates": "Point(2.981666666 42.639722222)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Nagore Irastorza",
"wikidata": "Q1441329",
"coordinates": "Point(-1.9749167 43.2661645)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "enzo06",
"wikidata": "Q6730",
"coordinates": "Point(2.894722222 42.6975)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Jamel66",
"wikidata": "Q6730",
"coordinates": "Point(2.894722222 42.6975)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "liaa71",
"wikidata": "Q8970",
"coordinates": "Point(2.942777777 42.680555555)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Sélim95",
"wikidata": "Q380514",
"coordinates": "Point(3.007222222 42.705555555)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 9",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 21",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 22",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "JEP Visiteur 8",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Marajozkee",
"wikidata": "Q1348",
"coordinates": "Point(88.3638815 22.5726723)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Ombreux",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "1Apollinariya1",
"wikidata": "Q159",
"coordinates": "Point(94.25 66.416666666)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Demo2021",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Rency Inson Michel",
"wikidata": "Q997821",
"coordinates": "Point(-72.3 18.55)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Rency Inson Michel",
"wikidata": "Q2145",
"coordinates": "Point(-71.224167 46.816111)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Laplumechanceuse18",
"wikidata": "Q34261",
"coordinates": "Point(-72.338611111 18.5425)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "AndiPersti",
"wikidata": "Q40",
"coordinates": "Point(14.0 48.0)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Yellowmurri",
"wikidata": "Q14314",
"coordinates": "Point(-8.533333333 42.883333333)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 15",
"wikidata": "Q21454",
"coordinates": "Point(7.863611111 48.783888888)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 18",
"wikidata": "Q22660",
"coordinates": "Point(7.714444444 48.524722222)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 21",
"wikidata": "Q22888",
"coordinates": "Point(7.578611111 48.877777777)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "Adrijaned",
"wikidata": "Q213",
"coordinates": "Point(16.0 49.5)",
"records": "6",
"layer": "<10"
},
{
"itemLabel": "MaroBos",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Hector",
"wikidata": "Q11981",
"coordinates": "Point(4.975277777 45.830277777)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Tom",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "MatPlasse",
"wikidata": "Q818255",
"coordinates": "Point(2.438333333 49.255555555)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "ZarinkaIM",
"wikidata": "Q900",
"coordinates": "Point(49.114444444 55.790833333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Олимпиадница",
"wikidata": "Q900",
"coordinates": "Point(49.114444444 55.790833333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Muhammad Faisal Ansari",
"wikidata": "Q14182",
"coordinates": "Point(114.5925 -3.32)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Emma-Lisa-Dieb",
"wikidata": "Q41604",
"coordinates": "Point(2.297777777 49.891944444)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Cloclo25",
"wikidata": "Q41604",
"coordinates": "Point(2.297777777 49.891944444)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Quentin.lasser",
"wikidata": "Q41604",
"coordinates": "Point(2.297777777 49.891944444)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "HD",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Belkacem77",
"wikidata": "Q233645",
"coordinates": "Point(4.058333 36.725)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Jnov2.0",
"wikidata": "Q1515",
"coordinates": "Point(-4.026666666 5.336388888)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 3",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 5",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 12",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 26",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Ripunn",
"wikidata": "Q22502",
"coordinates": "Point(121.0 23.766666666)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Smauter1o1",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "CamilleRpd",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Justine.durieux",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Ph",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Manondds",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "FroggyStyle123",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Nonovian",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Hubert",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Jésus",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Kévin",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Timzy D'Great",
"wikidata": "Q791766",
"coordinates": "Point(7.066666666 6.2)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Viva33",
"wikidata": "Q791766",
"coordinates": "Point(7.066666666 6.2)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Annle123",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Shanagalarama",
"wikidata": "Q1361",
"coordinates": "Point(78.474722222 17.361666666)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Snizhana Umanets",
"wikidata": "Q83247",
"coordinates": "Point(-8.416666666 41.533333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Yuliyudo",
"wikidata": "Q83247",
"coordinates": "Point(-8.416666666 41.533333333)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Silke.c.b",
"wikidata": "Q220",
"coordinates": "Point(12.482777777 41.893055555)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Trikutdas",
"wikidata": "Q47916",
"coordinates": "Point(80.947 26.847)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteur Journée 2 - 28",
"wikidata": "Q21354",
"coordinates": "Point(7.713611111 48.551111111)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 11",
"wikidata": "Q22160",
"coordinates": "Point(7.258333333 48.767777777)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 1",
"wikidata": "Q22902",
"coordinates": "Point(7.783888888 48.696388888)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Michail Angelos Georgoulas",
"wikidata": "Q39",
"coordinates": "Point(8.231973 46.798562)",
"records": "5",
"layer": "<10"
},
{
"itemLabel": "Va Milushnikov",
"wikidata": "Q16150196",
"coordinates": "Point(37.804166666 48.008888888)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Prosiect Wici Mon",
"wikidata": "Q168159",
"coordinates": "Point(-4.376728 53.293975)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Ninovolador",
"wikidata": "Q2887",
"coordinates": "Point(-70.666666666 -33.45)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "LuneMarine",
"wikidata": "Q214086",
"coordinates": "Point(6.15 46.2)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Laurekarell",
"wikidata": "Q23211647",
"coordinates": "Point(-3.98169 5.34993)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 25",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Darkvador80290",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Emiexlfb",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Namyap",
"wikidata": "Q18126899",
"coordinates": "Point(76.592226 8.892785)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Pavsrinivasa",
"wikidata": "Q1355",
"coordinates": "Point(77.5912997 12.9791198)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Leolucas1980gmail",
"wikidata": "Q2844",
"coordinates": "Point(-47.882777777 -15.793888888)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Imad El Mouak",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Staëlle",
"wikidata": "Q12709",
"coordinates": "Point(2.75 42.5)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Rose ugwoke",
"wikidata": "Q465022",
"coordinates": "Point(7.494166666 6.440277777)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Zhnka",
"wikidata": "Q1879573",
"coordinates": "Point(13.164760826 49.603601071)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Seán C Ó Mairtín",
"wikidata": "Q163584",
"coordinates": "Point(-7.341666666 54.991666666)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "X4",
"wikidata": "Q1323052",
"coordinates": "Point(3.801666666 43.648055555)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Nikita2018",
"wikidata": "Q2158520",
"coordinates": "Point(-72.8 19.783333333)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Si Gam",
"wikidata": "Q5779",
"coordinates": "Point(95.3175 5.55)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "WikiGaufrette00",
"wikidata": "Q7003",
"coordinates": "Point(5.041944444 47.323055555)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Marion",
"wikidata": "Q1289",
"coordinates": "Point(5.726388888 45.186944444)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Tatiana moocit",
"wikidata": "Q4244555",
"coordinates": "Point(30.513611111 59.908611111)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Franz.Roos.1955",
"wikidata": "Q11943",
"coordinates": "Point(8.656388888 47.413055611)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Truchas13108",
"wikidata": "Q65",
"coordinates": "Point(-118.24368 34.05223)",
"records": "4",
"layer": "<10"
},
{
"itemLabel": "Eugene233",
"wikidata": "Q1888230",
"coordinates": "Point(9.283333333 5.766666666)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Andrey Petrov",
"wikidata": "Q4244555",
"coordinates": "Point(30.513611111 59.908611111)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Sezgin İbiş",
"wikidata": "Q35997",
"coordinates": "Point(27.13838 38.41273)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Merlin",
"wikidata": "Q192038",
"coordinates": "Point(-1.370277777 43.602777777)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "GamissimoYT",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Muriloricci",
"wikidata": "Q803",
"coordinates": "Point(5.115555555 52.088888888)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Isabelle Fabriès",
"wikidata": "Q1369473",
"coordinates": "Point(2.984444444 42.727777777)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Quentin Giraudon",
"wikidata": "Q1369473",
"coordinates": "Point(2.984444444 42.727777777)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "JEP Visiteur 7",
"wikidata": "Q6602",
"coordinates": "Point(7.752222222 48.573333333)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Fleuriste du marché",
"wikidata": "Q6643",
"coordinates": "Point(2.751388888 42.488055555)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Hervé31",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Sangianense",
"wikidata": "Q414",
"coordinates": "Point(-64.0 -34.0)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Jupy7er",
"wikidata": "Q833",
"coordinates": "Point(102.314361666 3.7805111)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "JeromeWillettID",
"wikidata": "Q14499",
"coordinates": "Point(117.153611111 -0.502222222)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Misuodila",
"wikidata": "Q29",
"coordinates": "Point(-3.5 40.2)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Thuault Annaëlle",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Yihsiangyang",
"wikidata": "Q1867",
"coordinates": "Point(121.531944444 25.047777777)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Daberechi16",
"wikidata": "Q842939",
"coordinates": "Point(7.033333333 5.483333333)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Franclyna",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Jun Da",
"wikidata": "Q1867",
"coordinates": "Point(121.531944444 25.047777777)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Nékoro Joséphine",
"wikidata": "Q9737",
"coordinates": "Point(166.366666666 -22.133333333)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Jean-Brice64",
"wikidata": "Q132671",
"coordinates": "Point(-0.37 43.300833333)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "PolinaSol",
"wikidata": "Q83247",
"coordinates": "Point(-8.416666666 41.533333333)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Kisukononeko",
"wikidata": "Q31",
"coordinates": "Point(4.668055555 50.641111111)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "DavicoHM",
"wikidata": "Q45",
"coordinates": "Point(-9.183333333 38.7)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Visiteuse Journée 2 - 24",
"wikidata": "Q21979",
"coordinates": "Point(7.027777777 48.996111111)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "KhawaChenpo",
"wikidata": "Q956",
"coordinates": "Point(116.407526 39.90403)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Commander Keane",
"wikidata": "Q408",
"coordinates": "Point(137.0 -28.0)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "MirkoRP",
"wikidata": "Q39",
"coordinates": "Point(8.231973 46.798562)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Dyco77",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Eugene233",
"wikidata": "Q132830",
"coordinates": "Point(9.7 4.05)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Marie D Martel",
"wikidata": "Q340",
"coordinates": "Point(-73.561666666 45.508888888)",
"records": "3",
"layer": "<10"
},
{
"itemLabel": "Sascha",
"wikidata": "Q688539",
"coordinates": "Point(8.82228 47.22557)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Md Anan Islam",
"wikidata": "Q2049820",
"coordinates": "Point(88.0 25.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Md Anan Islam",
"wikidata": "Q2049820",
"coordinates": "Point(88.15 25.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "ᱵᱳᱫᱤ ᱵᱟᱥᱠᱤ",
"wikidata": "Q7586440",
"coordinates": "Point(87.66 23.66)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Bardabub",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "0x010D",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Zoubab",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Meixome",
"wikidata": "Q12411",
"coordinates": "Point(-8.6475 42.433611111)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Niklitov",
"wikidata": "Q649",
"coordinates": "Point(37.617777777 55.755833333)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Waltermas2021",
"wikidata": "Q739",
"coordinates": "Point(-73.25 4.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Omshivaprakash",
"wikidata": "Q1355",
"coordinates": "Point(77.5912997 12.9791198)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "CapitainAfrika",
"wikidata": "Q3838",
"coordinates": "Point(15.313888888 -4.331666666)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Ergonomiko",
"wikidata": "Q5384",
"coordinates": "Point(49.65 58.6)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Heliophilous",
"wikidata": "Q1348",
"coordinates": "Point(88.3638815 22.5726723)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Bakerkobe",
"wikidata": "Q16666",
"coordinates": "Point(118.766666666 32.05)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Люпинила",
"wikidata": "Q159",
"coordinates": "Point(94.25 66.416666666)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Justinetto",
"wikidata": "Q184154",
"coordinates": "Point(-0.77 48.072777777)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Darmo117",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Antoine l.",
"wikidata": "Q42716",
"coordinates": "Point(4.389722222 45.433888888)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "X1",
"wikidata": "Q1323052",
"coordinates": "Point(3.801666666 43.648055555)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Accuratecy051",
"wikidata": "Q109180215",
"coordinates": "Point(6.771104 7.810263)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "AFRO-Haïti",
"wikidata": "Q790",
"coordinates": "Point(-72.8 19.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Lmichan",
"wikidata": "Q1489",
"coordinates": "Point(-99.145555555 19.419444444)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "PeterTheOne",
"wikidata": "Q13298",
"coordinates": "Point(15.438611111 47.070833333)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Jayprakash12345",
"wikidata": "Q668",
"coordinates": "Point(83.0 22.8)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Chinmayee Mishra",
"wikidata": "Q22048",
"coordinates": "Point(85.5 20.15)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "RiLiu",
"wikidata": "Q14314",
"coordinates": "Point(-8.533333333 42.883333333)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "D3XT3RY0NuT",
"wikidata": "Q218",
"coordinates": "Point(25.0 46.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Kateregga1",
"wikidata": "Q3894",
"coordinates": "Point(32.581111111 0.313611111)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Kingsley Nkem",
"wikidata": "Q1033",
"coordinates": "Point(8.0 9.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Orang Bekasi",
"wikidata": "Q10392",
"coordinates": "Point(107.0 -6.233333333)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "ObsidianAngkasa",
"wikidata": "Q10396",
"coordinates": "Point(106.8225 -6.394)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Mespevic",
"wikidata": "Q962",
"coordinates": "Point(2.183333333 8.833333333)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Theogui",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "Gaillon27",
"wikidata": "Q20927",
"coordinates": "Point(128.6 35.866666666)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "JackPotte",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "2",
"layer": "<10"
},
{
"itemLabel": "ᱥᱟᱹᱜᱩᱱ ᱗",
"wikidata": "Q7586440",
"coordinates": "Point(87.66 23.66)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Noé",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Ahoraes",
"wikidata": "Q739",
"coordinates": "Point(-73.25 4.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Eihel-test",
"wikidata": "Q807",
"coordinates": "Point(6.633333333 46.533333333)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Balyozxane",
"wikidata": "Q693929",
"coordinates": "Point(40.586111111 37.193888888)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Migebert",
"wikidata": "Q820677",
"coordinates": "Point(10.4 51.7167)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Valerio Bozzolan",
"wikidata": "Q495",
"coordinates": "Point(7.7 45.066666666)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Hérisson grognon",
"wikidata": "Q6441",
"coordinates": "Point(3.877230555 43.610919444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Mbdji01",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Hildepont",
"wikidata": "Q239",
"coordinates": "Point(4.351666666 50.846666666)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Max93600",
"wikidata": "Q205551",
"coordinates": "Point(-0.645 44.8425)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "CValcarcel",
"wikidata": "Q3396150",
"coordinates": "Point(-8.61333333 42.43833333)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Vami",
"wikidata": "Q16150196",
"coordinates": "Point(37.804166666 48.008888888)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Bluerasberry",
"wikidata": "Q5083",
"coordinates": "Point(-122.33207 47.60621)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "SlimaneAmiri",
"wikidata": "Q46178",
"coordinates": "Point(5.0 36.6)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Arha06",
"wikidata": "Q656",
"coordinates": "Point(30.316666666 59.95)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "JeromeWillettID (alt)",
"wikidata": "Q14499",
"coordinates": "Point(117.153611111 -0.502222222)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "SroDavo",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Thatfamouseditor",
"wikidata": "Q30",
"coordinates": "Point(-98.5795 39.828175)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Lorenzo Moliner",
"wikidata": "Q31",
"coordinates": "Point(4.668055555 50.641111111)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Roseofsharon7",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Victorhgsilva",
"wikidata": "Q155",
"coordinates": "Point(-53.0 -14.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Билярфорум",
"wikidata": "Q159",
"coordinates": "Point(94.25 66.416666666)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Ashton langue",
"wikidata": "Q172",
"coordinates": "Point(-79.386666666 43.670277777)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Dtchebeba Frankline",
"wikidata": "Q289267",
"coordinates": "Point(10.05 5.45)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Choucroute 11",
"wikidata": "Q2103212",
"coordinates": "Point(5.5378 50.2081)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Jaskaranq",
"wikidata": "Q2353293",
"coordinates": "Point(75.5 30.38)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Jaskaranq",
"wikidata": "Q2353293",
"coordinates": "Point(75.55 30.3833)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Tahir Mahadjir",
"wikidata": "Q657",
"coordinates": "Point(19.4 15.466667)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Markden24",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Kitanago",
"wikidata": "Q2009853",
"coordinates": "Point(-72.866944444 18.431388888)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "bcl",
"wikidata": "Q928",
"coordinates": "Point(123.0 12.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Guillaumelandry",
"wikidata": "Q2145",
"coordinates": "Point(-71.224167 46.816111)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Nicroc",
"wikidata": "Q7880",
"coordinates": "Point(1.443888888 43.604444444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Fagairolles 34",
"wikidata": "Q12545",
"coordinates": "Point(3.877230555 43.610919444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "O'Dea",
"wikidata": "Q22890",
"coordinates": "Point(-8.0 53.333333333)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Ayoub.korichi",
"wikidata": "Q402825",
"coordinates": "Point(4.541944444 35.705833333)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Cloud atlas",
"wikidata": "Q484678",
"coordinates": "Point(-122.268055555 37.870277777)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Xxxmotivatinfr",
"wikidata": "Q993851",
"coordinates": "Point(-72.016666666 19.15)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Romainbehar",
"wikidata": "Q456",
"coordinates": "Point(4.841388888 45.758888888)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Aftabuzzaman",
"wikidata": "Q902",
"coordinates": "Point(89.866667 24.016667)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Highqlt",
"wikidata": "Q1400",
"coordinates": "Point(-77.5 41.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "VisbyStar",
"wikidata": "Q54757",
"coordinates": "Point(18.307108945 57.628997457)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Yves Madika",
"wikidata": "Q187593",
"coordinates": "Point(27.458055555 -11.669722222)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "BOT-Twm Crys",
"wikidata": "Q25",
"coordinates": "Point(-3.633333333 52.35)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Vincent Simar",
"wikidata": "Q31",
"coordinates": "Point(4.668055555 50.641111111)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "nclm",
"wikidata": "Q35",
"coordinates": "Point(10.0 56.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Veeven",
"wikidata": "Q668",
"coordinates": "Point(83.0 22.8)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Rtnf",
"wikidata": "Q10392",
"coordinates": "Point(107.0 -6.233333333)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "A455bcd9",
"wikidata": "Q84",
"coordinates": "Point(-0.1275 51.507222222)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Kahoutoure",
"wikidata": "Q4667612",
"coordinates": "Point(-4.03333 5.41667)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Praveengarlapati",
"wikidata": "Q1355",
"coordinates": "Point(77.5912997 12.9791198)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Axel584",
"wikidata": "Q6548",
"coordinates": "Point(1.904166666 47.902222222)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Willylexomil",
"wikidata": "Q288",
"coordinates": "Point(0.688333333 47.392777777)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Gottahideinurpocket",
"wikidata": "Q419",
"coordinates": "Point(-76.0 -9.4)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Bakuli63",
"wikidata": "Q1538",
"coordinates": "Point(73.855287 18.519574)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Gerardgiraud",
"wikidata": "Q23482",
"coordinates": "Point(5.376388888 43.296666666)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Louloupalatine",
"wikidata": "Q39",
"coordinates": "Point(8.231973 46.798562)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Maroxib",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Waveymaster2244",
"wikidata": "Q145",
"coordinates": "Point(-2.0 54.6)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "James Barnett",
"wikidata": "Q21",
"coordinates": "Point(-1.0 53.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Jeuwre",
"wikidata": "Q64",
"coordinates": "Point(13.383333333 52.516666666)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Seglinglin",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Joyeuxbernard587412",
"wikidata": "Q142",
"coordinates": "Point(2.0 47.0)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "Sarah Krichen WMFr",
"wikidata": "Q90",
"coordinates": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"itemLabel": "ThelmOSO",
"wikidata": "Q54171",
"coordinates": "Point(17.9 50.633333333)",
"records": "1",
"layer": "<10"
}
]