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:Map
PREFIX ll: <https://lingualibre.org/entity/>
PREFIX llt: <https://lingualibre.org/prop/direct/>
# Print all avaialble to upper scope (*)
SELECT DISTINCT ?speakerLabel ?locationQid ?coord ?records (SAMPLE(?layer) AS ?layer)
# On Lingualibre, get speaker's location
WITH {
SELECT *
WHERE {
SERVICE <https://lingualibre.org/sparql> {
SELECT DISTINCT ?speakerLabel ?locationQid (COUNT(?record) AS ?records)
{
?speaker llt:P2 ll:Q3 ;
rdfs:label ?speakerLabel;
llt:P14 ?locationQid .
?record llt:P5 ?speaker .
FILTER (LANG(?speakerLabel)='en')
FILTER (regex(?locationQid, '^Q'))
} GROUP BY ?speakerLabel ?locationQid
}
}
} AS %locationWikidataId
# On Wikidata, get their geo-coordinates
WHERE {
INCLUDE %locationWikidataId
BIND (URI(CONCAT("http://www.wikidata.org/entity/", ?locationQid)) AS ?locationURL)
SERVICE <https://query.wikidata.org/sparql> {
SELECT * {
?locationURL wdt:P625 ?coord ;
rdfs:label ?locationQidLabel
FILTER (LANG(?locationQidLabel)='en')
}
}
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 ?layer) .
}
GROUP BY ?speakerLabel ?locationQid ?coord ?records
ORDER BY DESC (?records)
************** */
[
{
"speakerLabel": "Titodutta",
"locationQid": "Q1348",
"coord": "Point(88.3638815 22.5726723)",
"records": "55355",
"layer": ">50k"
},
{
"speakerLabel": "Olaf",
"locationQid": "Q270",
"coord": "Point(21.011111111 52.23)",
"records": "54331",
"layer": ">50k"
},
{
"speakerLabel": "Psubhashish",
"locationQid": "Q22048",
"coord": "Point(85.5 20.15)",
"records": "50859",
"layer": ">50k"
},
{
"speakerLabel": "WikiLucas00",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "50575",
"layer": ">50k"
},
{
"speakerLabel": "Lepticed7",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "44461",
"layer": "25k-50k"
},
{
"speakerLabel": "Lyokoï",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "34209",
"layer": "25k-50k"
},
{
"speakerLabel": "LoquaxFR",
"locationQid": "Q3105",
"coord": "Point(6.416666666 48.166666666)",
"records": "31261",
"layer": "25k-50k"
},
{
"speakerLabel": "Davidgrosclaude",
"locationQid": "Q213763",
"coord": "Point(-0.366667 43.3)",
"records": "24137",
"layer": "5k-25k"
},
{
"speakerLabel": "Tohaomg",
"locationQid": "Q1899",
"coord": "Point(30.523611111 50.45)",
"records": "18002",
"layer": "5k-25k"
},
{
"speakerLabel": "Poslovitch",
"locationQid": "Q821240",
"coord": "Point(6.839166666 47.963055555)",
"records": "16987",
"layer": "5k-25k"
},
{
"speakerLabel": "KlaudiuMihaila",
"locationQid": "Q46852",
"coord": "Point(27.588888888 47.162222222)",
"records": "15480",
"layer": "5k-25k"
},
{
"speakerLabel": "DenisdeShawi",
"locationQid": "Q141980",
"coord": "Point(-72.75 46.5667)",
"records": "13076",
"layer": "5k-25k"
},
{
"speakerLabel": "Poemat",
"locationQid": "Q270",
"coord": "Point(21.011111111 52.23)",
"records": "12699",
"layer": "5k-25k"
},
{
"speakerLabel": "Sebastian Wallroth",
"locationQid": "Q64",
"coord": "Point(13.383333333 52.516666666)",
"records": "7959",
"layer": "5k-25k"
},
{
"speakerLabel": "Guilhelma",
"locationQid": "Q624805",
"coord": "Point(2.715277777 43.325)",
"records": "7461",
"layer": "5k-25k"
},
{
"speakerLabel": "Moonhouse",
"locationQid": "Q34",
"coord": "Point(15.0 61.0)",
"records": "6884",
"layer": "5k-25k"
},
{
"speakerLabel": "Pamputt",
"locationQid": "Q837748",
"coord": "Point(2.307777777 48.609444444)",
"records": "5502",
"layer": "5k-25k"
},
{
"speakerLabel": "Mecanautes",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "5154",
"layer": "5k-25k"
},
{
"speakerLabel": "Robin van der Vliet",
"locationQid": "Q15981302",
"coord": "Point(5.72111 51.8067)",
"records": "5125",
"layer": "5k-25k"
},
{
"speakerLabel": "KaMan",
"locationQid": "Q36",
"coord": "Point(19.0 52.0)",
"records": "4899",
"layer": "1k-5k"
},
{
"speakerLabel": "VictorDtmtc",
"locationQid": "Q40898",
"coord": "Point(6.183611111 48.692777777)",
"records": "4651",
"layer": "1k-5k"
},
{
"speakerLabel": "Marreromarco",
"locationQid": "Q717",
"coord": "Point(-67.0 8.0)",
"records": "4328",
"layer": "1k-5k"
},
{
"speakerLabel": "DSwissK",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "4260",
"layer": "1k-5k"
},
{
"speakerLabel": "SangeetaRH",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "3998",
"layer": "1k-5k"
},
{
"speakerLabel": "Zinou2go",
"locationQid": "Q338844",
"coord": "Point(6.166666666 35.55)",
"records": "3812",
"layer": "1k-5k"
},
{
"speakerLabel": "Gaurav Jhammat",
"locationQid": "Q33377",
"coord": "Point(75.579166666 31.325555555)",
"records": "3801",
"layer": "1k-5k"
},
{
"speakerLabel": "Eihel",
"locationQid": "Q807",
"coord": "Point(6.633333333 46.533333333)",
"records": "3605",
"layer": "1k-5k"
},
{
"speakerLabel": "Benoît Prieur",
"locationQid": "Q11981",
"coord": "Point(4.975277777 45.830277777)",
"records": "3472",
"layer": "1k-5k"
},
{
"speakerLabel": "Manjusha Gore",
"locationQid": "Q5289983",
"coord": "Point(73.0869 19.218218)",
"records": "3109",
"layer": "1k-5k"
},
{
"speakerLabel": "Tatiana Kerbush",
"locationQid": "Q656",
"coord": "Point(30.316666666 59.95)",
"records": "3099",
"layer": "1k-5k"
},
{
"speakerLabel": "Yahya",
"locationQid": "Q902",
"coord": "Point(89.866667 24.016667)",
"records": "3087",
"layer": "1k-5k"
},
{
"speakerLabel": "Cinemantique",
"locationQid": "Q159",
"coord": "Point(94.25 66.416666666)",
"records": "2894",
"layer": "1k-5k"
},
{
"speakerLabel": "Jules78120",
"locationQid": "Q12820",
"coord": "Point(1.916666666 48.833333333)",
"records": "2743",
"layer": "1k-5k"
},
{
"speakerLabel": "Natschoba",
"locationQid": "Q183",
"coord": "Point(10.0 51.0)",
"records": "2733",
"layer": "1k-5k"
},
{
"speakerLabel": "LangPao",
"locationQid": "Q38",
"coord": "Point(12.5 42.5)",
"records": "2699",
"layer": "1k-5k"
},
{
"speakerLabel": "Nelson Ricardo 2500",
"locationQid": "Q30",
"coord": "Point(-98.5795 39.828175)",
"records": "2693",
"layer": "1k-5k"
},
{
"speakerLabel": "0x010C",
"locationQid": "Q147987",
"coord": "Point(7.473611111 48.102222222)",
"records": "2684",
"layer": "1k-5k"
},
{
"speakerLabel": "Xabier Cañas",
"locationQid": "Q10313",
"coord": "Point(-1.98 43.32)",
"records": "2540",
"layer": "1k-5k"
},
{
"speakerLabel": "Oesjaar",
"locationQid": "Q34647",
"coord": "Point(28.041638888 -26.204361111)",
"records": "2517",
"layer": "1k-5k"
},
{
"speakerLabel": "Arlo Barnes",
"locationQid": "Q1801743",
"coord": "Point(-105.881 35.4861)",
"records": "2448",
"layer": "1k-5k"
},
{
"speakerLabel": "Back ache",
"locationQid": "Q84",
"coord": "Point(-0.1275 51.507222222)",
"records": "2295",
"layer": "1k-5k"
},
{
"speakerLabel": "Millars",
"locationQid": "Q12292",
"coord": "Point(-0.101388888 39.937777777)",
"records": "2281",
"layer": "1k-5k"
},
{
"speakerLabel": "Santamarcanda",
"locationQid": "Q36433",
"coord": "Point(-8.610777777 41.149472222)",
"records": "2220",
"layer": "1k-5k"
},
{
"speakerLabel": "Bjankuloski06",
"locationQid": "Q384",
"coord": "Point(21.433333333 41.983333333)",
"records": "1947",
"layer": "1k-5k"
},
{
"speakerLabel": "Nattes à chat",
"locationQid": "Q71",
"coord": "Point(6.15 46.2)",
"records": "1794",
"layer": "1k-5k"
},
{
"speakerLabel": "Exilexi",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1792",
"layer": "1k-5k"
},
{
"speakerLabel": "GrandCelinien",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1780",
"layer": "1k-5k"
},
{
"speakerLabel": "Spotless Mind1988",
"locationQid": "Q338844",
"coord": "Point(6.166666666 35.55)",
"records": "1651",
"layer": "1k-5k"
},
{
"speakerLabel": "Ltrlg",
"locationQid": "Q1384064",
"coord": "Point(-0.495 47.4675)",
"records": "1648",
"layer": "1k-5k"
},
{
"speakerLabel": "Neelima64",
"locationQid": "Q1191",
"coord": "Point(76.42 19.56)",
"records": "1637",
"layer": "1k-5k"
},
{
"speakerLabel": "Simplificationalizer",
"locationQid": "Q1408",
"coord": "Point(-74.5 40.0)",
"records": "1632",
"layer": "1k-5k"
},
{
"speakerLabel": "Jest Spoczko",
"locationQid": "Q857331",
"coord": "Point(16.623 50.69075)",
"records": "1632",
"layer": "1k-5k"
},
{
"speakerLabel": "Rominf",
"locationQid": "Q1757",
"coord": "Point(24.93417 60.17556)",
"records": "1617",
"layer": "1k-5k"
},
{
"speakerLabel": "T. Le Berre",
"locationQid": "Q12545",
"coord": "Point(3.877230555 43.610919444)",
"records": "1608",
"layer": "1k-5k"
},
{
"speakerLabel": "AdrianAbdulBaha",
"locationQid": "Q1953",
"coord": "Point(44.514444444 40.181388888)",
"records": "1579",
"layer": "1k-5k"
},
{
"speakerLabel": "Anonymât",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "1434",
"layer": "1k-5k"
},
{
"speakerLabel": "Touam",
"locationQid": "Q42716",
"coord": "Point(4.389722222 45.433888888)",
"records": "1362",
"layer": "1k-5k"
},
{
"speakerLabel": "Kunokuno",
"locationQid": "Q928",
"coord": "Point(123.0 12.0)",
"records": "1355",
"layer": "1k-5k"
},
{
"speakerLabel": "Filosoful",
"locationQid": "Q168057",
"coord": "Point(23.816666666 44.333333333)",
"records": "1348",
"layer": "1k-5k"
},
{
"speakerLabel": "Unjoanqualsevol",
"locationQid": "Q16697",
"coord": "Point(1.829166666 41.726388888)",
"records": "1345",
"layer": "1k-5k"
},
{
"speakerLabel": "Arthur Crbz",
"locationQid": "Q18678265",
"coord": "Point(2.343568369 43.648785141)",
"records": "1235",
"layer": "1k-5k"
},
{
"speakerLabel": "Jessica Nguyen",
"locationQid": "Q1854",
"coord": "Point(106.633333333 10.816666666)",
"records": "1231",
"layer": "1k-5k"
},
{
"speakerLabel": "Citoyenovice",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "1131",
"layer": "1k-5k"
},
{
"speakerLabel": "Reda Kerbouche",
"locationQid": "Q338844",
"coord": "Point(6.166666666 35.55)",
"records": "1131",
"layer": "1k-5k"
},
{
"speakerLabel": "Totodu74",
"locationQid": "Q829407",
"coord": "Point(6.2075 46.185)",
"records": "1107",
"layer": "1k-5k"
},
{
"speakerLabel": "Aparna Gondhalekar",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "1104",
"layer": "1k-5k"
},
{
"speakerLabel": "Frank C. Müller",
"locationQid": "Q1794",
"coord": "Point(8.679722222 50.113611111)",
"records": "1050",
"layer": "1k-5k"
},
{
"speakerLabel": "X-Javier",
"locationQid": "Q274249",
"coord": "Point(2.276388888 48.730555555)",
"records": "1037",
"layer": "1k-5k"
},
{
"speakerLabel": "Khalil.rantissi",
"locationQid": "Q1218",
"coord": "Point(35.216666666 31.783333333)",
"records": "1028",
"layer": "1k-5k"
},
{
"speakerLabel": "Penegal",
"locationQid": "Q3105",
"coord": "Point(6.416666666 48.166666666)",
"records": "1026",
"layer": "1k-5k"
},
{
"speakerLabel": "Zardabi Bakuvi",
"locationQid": "Q9248",
"coord": "Point(49.835183333 40.366655555)",
"records": "994",
"layer": "10-1,000"
},
{
"speakerLabel": "नंदिनी रानडे",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "991",
"layer": "10-1,000"
},
{
"speakerLabel": "Jagwar",
"locationQid": "Q1019",
"coord": "Point(47.0 -20.0)",
"records": "932",
"layer": "10-1,000"
},
{
"speakerLabel": "Madehub",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "895",
"layer": "10-1,000"
},
{
"speakerLabel": "Le Commissaire",
"locationQid": "Q1142",
"coord": "Point(7.5 48.5)",
"records": "881",
"layer": "10-1,000"
},
{
"speakerLabel": "Avatea",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "859",
"layer": "10-1,000"
},
{
"speakerLabel": "Xenophôn",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "851",
"layer": "10-1,000"
},
{
"speakerLabel": "XANA000",
"locationQid": "Q386661",
"coord": "Point(139.491111111 35.338833333)",
"records": "809",
"layer": "10-1,000"
},
{
"speakerLabel": "Afsham23",
"locationQid": "Q84",
"coord": "Point(-0.1275 51.507222222)",
"records": "799",
"layer": "10-1,000"
},
{
"speakerLabel": "Akopoly",
"locationQid": "Q312209",
"coord": "Point(9.233333333 4.166666666)",
"records": "775",
"layer": "10-1,000"
},
{
"speakerLabel": "Ives",
"locationQid": "Q62587",
"coord": "Point(2.847222222 43.228611111)",
"records": "744",
"layer": "10-1,000"
},
{
"speakerLabel": "Jason.nlw",
"locationQid": "Q213154",
"coord": "Point(-4.066666666 52.416666666)",
"records": "742",
"layer": "10-1,000"
},
{
"speakerLabel": "विनया लुकतुके",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "725",
"layer": "10-1,000"
},
{
"speakerLabel": "Key Mîrza",
"locationQid": "Q83061",
"coord": "Point(43.416666666 38.501944444)",
"records": "704",
"layer": "10-1,000"
},
{
"speakerLabel": "ThonyVezbe",
"locationQid": "Q327",
"coord": "Point(-3.0 48.0)",
"records": "692",
"layer": "10-1,000"
},
{
"speakerLabel": "Taousert",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "691",
"layer": "10-1,000"
},
{
"speakerLabel": "Webfil",
"locationQid": "Q141652",
"coord": "Point(-71.033333333 46.45)",
"records": "671",
"layer": "10-1,000"
},
{
"speakerLabel": "Fabricio Cardenas",
"locationQid": "Q6643",
"coord": "Point(2.751388888 42.488055555)",
"records": "648",
"layer": "10-1,000"
},
{
"speakerLabel": "Fhala.K",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "643",
"layer": "10-1,000"
},
{
"speakerLabel": "Opsylac",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "612",
"layer": "10-1,000"
},
{
"speakerLabel": "Jauvert Laura",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "570",
"layer": "10-1,000"
},
{
"speakerLabel": "ThineCupOverfloweth",
"locationQid": "Q36",
"coord": "Point(19.0 52.0)",
"records": "564",
"layer": "10-1,000"
},
{
"speakerLabel": "Igboanude",
"locationQid": "Q3817714",
"coord": "Point(7.5 6.5)",
"records": "563",
"layer": "10-1,000"
},
{
"speakerLabel": "ElsaBornFree",
"locationQid": "Q1639355",
"coord": "Point(-1.9474769 43.2815684)",
"records": "550",
"layer": "10-1,000"
},
{
"speakerLabel": "Ériugena",
"locationQid": "Q22890",
"coord": "Point(-8.0 53.333333333)",
"records": "550",
"layer": "10-1,000"
},
{
"speakerLabel": "Psychoslave",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "520",
"layer": "10-1,000"
},
{
"speakerLabel": "Eric.LEWIN",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "520",
"layer": "10-1,000"
},
{
"speakerLabel": "Persepha",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "482",
"layer": "10-1,000"
},
{
"speakerLabel": "Lucas Werkmeister",
"locationQid": "Q64",
"coord": "Point(13.383333333 52.516666666)",
"records": "472",
"layer": "10-1,000"
},
{
"speakerLabel": "Palé Kréyol",
"locationQid": "Q907721",
"coord": "Point(3.129444444 48.949166666)",
"records": "451",
"layer": "10-1,000"
},
{
"speakerLabel": "Hélène",
"locationQid": "Q38380",
"coord": "Point(-0.555555555 47.472777777)",
"records": "438",
"layer": "10-1,000"
},
{
"speakerLabel": "Pom445",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "436",
"layer": "10-1,000"
},
{
"speakerLabel": "Michael Schönitzer",
"locationQid": "Q1726",
"coord": "Point(11.575 48.1375)",
"records": "434",
"layer": "10-1,000"
},
{
"speakerLabel": "Rodelar",
"locationQid": "Q29",
"coord": "Point(-3.5 40.2)",
"records": "433",
"layer": "10-1,000"
},
{
"speakerLabel": "Missatikamekw",
"locationQid": "Q3285285",
"coord": "Point(-74.391666666 47.2225)",
"records": "432",
"layer": "10-1,000"
},
{
"speakerLabel": "Ionenlaser",
"locationQid": "Q1726",
"coord": "Point(11.575 48.1375)",
"records": "423",
"layer": "10-1,000"
},
{
"speakerLabel": "Anon1314",
"locationQid": "Q258",
"coord": "Point(24.0 -29.0)",
"records": "419",
"layer": "10-1,000"
},
{
"speakerLabel": "Fredericknoronha",
"locationQid": "Q1171",
"coord": "Point(74.043333 15.401944)",
"records": "414",
"layer": "10-1,000"
},
{
"speakerLabel": "LuneMarine",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "401",
"layer": "10-1,000"
},
{
"speakerLabel": "Buffer",
"locationQid": "Q30",
"coord": "Point(-98.5795 39.828175)",
"records": "400",
"layer": "10-1,000"
},
{
"speakerLabel": "Gzhegozh",
"locationQid": "Q1899",
"coord": "Point(30.523611111 50.45)",
"records": "381",
"layer": "10-1,000"
},
{
"speakerLabel": "Gzhegozh",
"locationQid": "Q2966",
"coord": "Point(8.71 49.412222222)",
"records": "381",
"layer": "10-1,000"
},
{
"speakerLabel": "Ajshul",
"locationQid": "Q16",
"coord": "Point(-109.0 56.0)",
"records": "380",
"layer": "10-1,000"
},
{
"speakerLabel": "LightD31",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "377",
"layer": "10-1,000"
},
{
"speakerLabel": "NMaia",
"locationQid": "Q155",
"coord": "Point(-53.0 -14.0)",
"records": "375",
"layer": "10-1,000"
},
{
"speakerLabel": "O2",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "374",
"layer": "10-1,000"
},
{
"speakerLabel": "Adélaïde Calais WMFr",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "369",
"layer": "10-1,000"
},
{
"speakerLabel": "AryamanA",
"locationQid": "Q61",
"coord": "Point(-77.036666666 38.895)",
"records": "365",
"layer": "10-1,000"
},
{
"speakerLabel": "Golmore",
"locationQid": "Q13917",
"coord": "Point(2.3176 48.8522)",
"records": "364",
"layer": "10-1,000"
},
{
"speakerLabel": "Anagha62",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "363",
"layer": "10-1,000"
},
{
"speakerLabel": "{{Creator:Subhashish Panigrahi}}",
"locationQid": "Q22048",
"coord": "Point(85.5 20.15)",
"records": "352",
"layer": "10-1,000"
},
{
"speakerLabel": "Zakaria Mimouni",
"locationQid": "Q612",
"coord": "Point(55.309444444 25.269722222)",
"records": "347",
"layer": "10-1,000"
},
{
"speakerLabel": "Assassas77",
"locationQid": "Q13917",
"coord": "Point(2.3176 48.8522)",
"records": "346",
"layer": "10-1,000"
},
{
"speakerLabel": "Vaulque",
"locationQid": "Q342",
"coord": "Point(-4.097777777 47.995833333)",
"records": "342",
"layer": "10-1,000"
},
{
"speakerLabel": "Abdeaitali",
"locationQid": "Q1754",
"coord": "Point(18.068611111 59.329444444)",
"records": "325",
"layer": "10-1,000"
},
{
"speakerLabel": "Daramlagon",
"locationQid": "Q2207",
"coord": "Point(123.166666666 13.616666666)",
"records": "323",
"layer": "10-1,000"
},
{
"speakerLabel": "Aioramu",
"locationQid": "Q10313",
"coord": "Point(-1.98 43.32)",
"records": "322",
"layer": "10-1,000"
},
{
"speakerLabel": "Jjamesryan",
"locationQid": "Q34932",
"coord": "Point(153.027777777 -27.467777777)",
"records": "320",
"layer": "10-1,000"
},
{
"speakerLabel": "Salgo60",
"locationQid": "Q1754",
"coord": "Point(18.068611111 59.329444444)",
"records": "315",
"layer": "10-1,000"
},
{
"speakerLabel": "Tamahashi",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "308",
"layer": "10-1,000"
},
{
"speakerLabel": "Rachid Hamatou",
"locationQid": "Q338844",
"coord": "Point(6.166666666 35.55)",
"records": "305",
"layer": "10-1,000"
},
{
"speakerLabel": "Zekai Wu",
"locationQid": "Q16666",
"coord": "Point(118.766666666 32.05)",
"records": "305",
"layer": "10-1,000"
},
{
"speakerLabel": "Déwata Cengkar",
"locationQid": "Q3741",
"coord": "Point(110.364444444 -7.801388888)",
"records": "303",
"layer": "10-1,000"
},
{
"speakerLabel": "Carma citrawati",
"locationQid": "Q3125978",
"coord": "Point(115.0 -8.5)",
"records": "302",
"layer": "10-1,000"
},
{
"speakerLabel": "Idhurar",
"locationQid": "Q262",
"coord": "Point(1.0 28.0)",
"records": "297",
"layer": "10-1,000"
},
{
"speakerLabel": "Berrely",
"locationQid": "Q84",
"coord": "Point(-0.1275 51.507222222)",
"records": "297",
"layer": "10-1,000"
},
{
"speakerLabel": "Mathieu Denel WMFr",
"locationQid": "Q457",
"coord": "Point(2.044722222 48.928888888)",
"records": "293",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines1",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines2",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines3",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines4",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines5",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Aemines6",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "291",
"layer": "10-1,000"
},
{
"speakerLabel": "Ash Crow",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "287",
"layer": "10-1,000"
},
{
"speakerLabel": "Idéalités",
"locationQid": "Q3420451",
"coord": "Point(-73.7167 46.05)",
"records": "286",
"layer": "10-1,000"
},
{
"speakerLabel": "MiguelAlanCS",
"locationQid": "Q8356",
"coord": "Point(-4.728561111 41.651980555)",
"records": "283",
"layer": "10-1,000"
},
{
"speakerLabel": "Justinrleung",
"locationQid": "Q1904",
"coord": "Point(-85.0 50.0)",
"records": "278",
"layer": "10-1,000"
},
{
"speakerLabel": "Rodrigo5260",
"locationQid": "Q2868",
"coord": "Point(-77.0375 -12.06)",
"records": "277",
"layer": "10-1,000"
},
{
"speakerLabel": "Julien Baley",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "275",
"layer": "10-1,000"
},
{
"speakerLabel": "Infovarius",
"locationQid": "Q915",
"coord": "Point(56.248888888 58.013888888)",
"records": "271",
"layer": "10-1,000"
},
{
"speakerLabel": "Antoine",
"locationQid": "Q147987",
"coord": "Point(7.473611111 48.102222222)",
"records": "267",
"layer": "10-1,000"
},
{
"speakerLabel": "Guergana",
"locationQid": "Q64",
"coord": "Point(13.383333333 52.516666666)",
"records": "260",
"layer": "10-1,000"
},
{
"speakerLabel": "Eavqwiki",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "260",
"layer": "10-1,000"
},
{
"speakerLabel": "Loumaju",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "256",
"layer": "10-1,000"
},
{
"speakerLabel": "Marxav",
"locationQid": "Q3349",
"coord": "Point(-2.833333333 48.333333333)",
"records": "236",
"layer": "10-1,000"
},
{
"speakerLabel": "Rachmat04",
"locationQid": "Q5722",
"coord": "Point(96.6 5.083333333)",
"records": "235",
"layer": "10-1,000"
},
{
"speakerLabel": "ALFREDAZASEGLA",
"locationQid": "Q962",
"coord": "Point(2.183333333 8.833333333)",
"records": "222",
"layer": "10-1,000"
},
{
"speakerLabel": "Morielijah",
"locationQid": "Q312209",
"coord": "Point(9.233333333 4.166666666)",
"records": "217",
"layer": "10-1,000"
},
{
"speakerLabel": "Roll-Morton",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "217",
"layer": "10-1,000"
},
{
"speakerLabel": "QueerEcofeminist",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "215",
"layer": "10-1,000"
},
{
"speakerLabel": "Lirazelf",
"locationQid": "Q22",
"coord": "Point(-5.0 57.0)",
"records": "214",
"layer": "10-1,000"
},
{
"speakerLabel": "Bicolino34",
"locationQid": "Q173407",
"coord": "Point(25.559722222 49.393055555)",
"records": "214",
"layer": "10-1,000"
},
{
"speakerLabel": "Seshiru",
"locationQid": "Q38380",
"coord": "Point(-0.555555555 47.472777777)",
"records": "211",
"layer": "10-1,000"
},
{
"speakerLabel": "Woubster",
"locationQid": "Q99",
"coord": "Point(-120.0 37.0)",
"records": "209",
"layer": "10-1,000"
},
{
"speakerLabel": "Patsagorn Y.",
"locationQid": "Q869",
"coord": "Point(101.0 14.0)",
"records": "208",
"layer": "10-1,000"
},
{
"speakerLabel": "Justice Okai-allotey",
"locationQid": "Q3761",
"coord": "Point(-0.187 5.6037)",
"records": "208",
"layer": "10-1,000"
},
{
"speakerLabel": "Nitesh Gill",
"locationQid": "Q259030",
"coord": "Point(75.17 30.816666666)",
"records": "208",
"layer": "10-1,000"
},
{
"speakerLabel": "PJLC-Wiki",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "198",
"layer": "10-1,000"
},
{
"speakerLabel": "Joseagush",
"locationQid": "Q11496",
"coord": "Point(115.283333333 -8.466666666)",
"records": "196",
"layer": "10-1,000"
},
{
"speakerLabel": "val",
"locationQid": "Q22690",
"coord": "Point(6.176944444 49.119722222)",
"records": "196",
"layer": "10-1,000"
},
{
"speakerLabel": "PtiBzh",
"locationQid": "Q12130",
"coord": "Point(-3.0 48.0)",
"records": "181",
"layer": "10-1,000"
},
{
"speakerLabel": "Ashoka KG",
"locationQid": "Q127041",
"coord": "Point(74.880555555 12.870277777)",
"records": "176",
"layer": "10-1,000"
},
{
"speakerLabel": "Jagseer S Sidhu",
"locationQid": "Q625714",
"coord": "Point(75.1 30.6833)",
"records": "175",
"layer": "10-1,000"
},
{
"speakerLabel": "Theklan",
"locationQid": "Q147774",
"coord": "Point(-2.1748013 43.2863159)",
"records": "172",
"layer": "10-1,000"
},
{
"speakerLabel": "Yiyi",
"locationQid": "Q1155",
"coord": "Point(8.8518 45.611958333)",
"records": "170",
"layer": "10-1,000"
},
{
"speakerLabel": "Bastenbas (Lingua)",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "163",
"layer": "10-1,000"
},
{
"speakerLabel": "Amqui",
"locationQid": "Q957746",
"coord": "Point(-67.6833 48.5667)",
"records": "163",
"layer": "10-1,000"
},
{
"speakerLabel": "Maina Tudu",
"locationQid": "Q1914546",
"coord": "Point(86.733 21.933)",
"records": "150",
"layer": "10-1,000"
},
{
"speakerLabel": "Louis",
"locationQid": "Q3240",
"coord": "Point(5.083333333 43.5)",
"records": "149",
"layer": "10-1,000"
},
{
"speakerLabel": "Louis",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "149",
"layer": "10-1,000"
},
{
"speakerLabel": "Meghanee Gambhir",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "147",
"layer": "10-1,000"
},
{
"speakerLabel": "Shisma",
"locationQid": "Q64",
"coord": "Point(13.383333333 52.516666666)",
"records": "146",
"layer": "10-1,000"
},
{
"speakerLabel": "Shilpa Bhat N H",
"locationQid": "Q127041",
"coord": "Point(74.880555555 12.870277777)",
"records": "145",
"layer": "10-1,000"
},
{
"speakerLabel": "Fralambert",
"locationQid": "Q44012",
"coord": "Point(-72.55 46.35)",
"records": "144",
"layer": "10-1,000"
},
{
"speakerLabel": "Tokçon",
"locationQid": "Q142271",
"coord": "Point(-73.816666666 45.45)",
"records": "144",
"layer": "10-1,000"
},
{
"speakerLabel": "Harmonia Amanda",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "143",
"layer": "10-1,000"
},
{
"speakerLabel": "Gwikor Frank",
"locationQid": "Q10690",
"coord": "Point(-3.179166666 51.481666666)",
"records": "139",
"layer": "10-1,000"
},
{
"speakerLabel": "Simon Villeneuve",
"locationQid": "Q952269",
"coord": "Point(-71.059166666 48.427777777)",
"records": "137",
"layer": "10-1,000"
},
{
"speakerLabel": "ChoumX",
"locationQid": "Q582",
"coord": "Point(4.879444444 45.766111111)",
"records": "136",
"layer": "10-1,000"
},
{
"speakerLabel": "Matarimi1",
"locationQid": "Q3659",
"coord": "Point(15.05 12.11)",
"records": "133",
"layer": "10-1,000"
},
{
"speakerLabel": "Ekane",
"locationQid": "Q209086",
"coord": "Point(2.407222222 48.898055555)",
"records": "130",
"layer": "10-1,000"
},
{
"speakerLabel": "Williewallie",
"locationQid": "Q26555",
"coord": "Point(5.666666666 52.05)",
"records": "130",
"layer": "10-1,000"
},
{
"speakerLabel": "Pranavshivakumar",
"locationQid": "Q127041",
"coord": "Point(74.880555555 12.870277777)",
"records": "129",
"layer": "10-1,000"
},
{
"speakerLabel": "OrangeFlu",
"locationQid": "Q19660",
"coord": "Point(26.083333333 44.4)",
"records": "129",
"layer": "10-1,000"
},
{
"speakerLabel": "Christophe Barume Masirika",
"locationQid": "Q222279",
"coord": "Point(28.842777777 -2.490833333)",
"records": "129",
"layer": "10-1,000"
},
{
"speakerLabel": "Christophe Barume Masirika",
"locationQid": "Q222279",
"coord": "Point(28.866666666 -2.5)",
"records": "129",
"layer": "10-1,000"
},
{
"speakerLabel": "Tashi",
"locationQid": "Q102317",
"coord": "Point(20.631944444 50.8725)",
"records": "127",
"layer": "10-1,000"
},
{
"speakerLabel": "Joy sagar Murmu",
"locationQid": "Q1164",
"coord": "Point(93.0 26.0)",
"records": "122",
"layer": "10-1,000"
},
{
"speakerLabel": "Baidax",
"locationQid": "Q182872",
"coord": "Point(2.701666666 48.408888888)",
"records": "122",
"layer": "10-1,000"
},
{
"speakerLabel": "Kiminou1",
"locationQid": "Q18678082",
"coord": "Point(-0.5888 44.8366)",
"records": "121",
"layer": "10-1,000"
},
{
"speakerLabel": "GAllegre",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "120",
"layer": "10-1,000"
},
{
"speakerLabel": "Loizbec",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "116",
"layer": "10-1,000"
},
{
"speakerLabel": "Zupanurska",
"locationQid": "Q604194",
"coord": "Point(14.172078 46.342517)",
"records": "116",
"layer": "10-1,000"
},
{
"speakerLabel": "KrystjanM",
"locationQid": "Q3808",
"coord": "Point(11.518055555 3.857777777)",
"records": "112",
"layer": "10-1,000"
},
{
"speakerLabel": "Abakar B",
"locationQid": "Q657",
"coord": "Point(19.4 15.466667)",
"records": "109",
"layer": "10-1,000"
},
{
"speakerLabel": "Bilbo40",
"locationQid": "Q16",
"coord": "Point(-109.0 56.0)",
"records": "106",
"layer": "10-1,000"
},
{
"speakerLabel": "Yug",
"locationQid": "Q1104449",
"coord": "Point(0.105 44.467777777)",
"records": "106",
"layer": "10-1,000"
},
{
"speakerLabel": "Misnograder",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "105",
"layer": "10-1,000"
},
{
"speakerLabel": "Sushant savla",
"locationQid": "Q1156",
"coord": "Point(72.8775 19.075833333)",
"records": "103",
"layer": "10-1,000"
},
{
"speakerLabel": "GeoMechain",
"locationQid": "Q6441",
"coord": "Point(3.877230555 43.610919444)",
"records": "101",
"layer": "10-1,000"
},
{
"speakerLabel": "Tsaag Valren",
"locationQid": "Q71500",
"coord": "Point(-2.548333333 47.955833333)",
"records": "101",
"layer": "10-1,000"
},
{
"speakerLabel": "Bal Pesino",
"locationQid": "Q928",
"coord": "Point(123.0 12.0)",
"records": "100",
"layer": "10-1,000"
},
{
"speakerLabel": "Mathsou",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "100",
"layer": "10-1,000"
},
{
"speakerLabel": "Froggyspeak92",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "100",
"layer": "10-1,000"
},
{
"speakerLabel": "Elix",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "100",
"layer": "10-1,000"
},
{
"speakerLabel": "SpringProof",
"locationQid": "Q65",
"coord": "Point(-118.24368 34.05223)",
"records": "99",
"layer": "10-1,000"
},
{
"speakerLabel": "Vanbasten 23",
"locationQid": "Q909707",
"coord": "Point(-3.005555555 43.310833333)",
"records": "98",
"layer": "10-1,000"
},
{
"speakerLabel": "Benoit Rochon",
"locationQid": "Q2304022",
"coord": "Point(-74.983333333 46.433333333)",
"records": "97",
"layer": "10-1,000"
},
{
"speakerLabel": "Mah3110",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "95",
"layer": "10-1,000"
},
{
"speakerLabel": "Ngeorges05",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "94",
"layer": "10-1,000"
},
{
"speakerLabel": "नीलिमा रास्ते",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "94",
"layer": "10-1,000"
},
{
"speakerLabel": "Cantons-de-l'Est",
"locationQid": "Q139473",
"coord": "Point(-71.9 45.4)",
"records": "94",
"layer": "10-1,000"
},
{
"speakerLabel": "LurKin",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "93",
"layer": "10-1,000"
},
{
"speakerLabel": "Bastenbas",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "92",
"layer": "10-1,000"
},
{
"speakerLabel": "Wenyam",
"locationQid": "Q773547",
"coord": "Point(-1.512222 12.353056)",
"records": "89",
"layer": "10-1,000"
},
{
"speakerLabel": "Toniher",
"locationQid": "Q1492",
"coord": "Point(2.176944444 41.3825)",
"records": "88",
"layer": "10-1,000"
},
{
"speakerLabel": "MahmoudM",
"locationQid": "Q1218",
"coord": "Point(35.216666666 31.783333333)",
"records": "87",
"layer": "10-1,000"
},
{
"speakerLabel": "Ivanhercaz",
"locationQid": "Q178925",
"coord": "Point(-15.5925 27.958611111)",
"records": "87",
"layer": "10-1,000"
},
{
"speakerLabel": "CDC-CONNEXION",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "86",
"layer": "10-1,000"
},
{
"speakerLabel": "Robby",
"locationQid": "Q16050",
"coord": "Point(6.156666666 49.868055555)",
"records": "86",
"layer": "10-1,000"
},
{
"speakerLabel": "Jovan.kostov",
"locationQid": "Q6441",
"coord": "Point(3.877230555 43.610919444)",
"records": "84",
"layer": "10-1,000"
},
{
"speakerLabel": "Matlin",
"locationQid": "Q47554",
"coord": "Point(18.616666666 53.016666666)",
"records": "84",
"layer": "10-1,000"
},
{
"speakerLabel": "Hatokun24",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "80",
"layer": "10-1,000"
},
{
"speakerLabel": "CamelCaseNick",
"locationQid": "Q1055",
"coord": "Point(10.0 53.55)",
"records": "79",
"layer": "10-1,000"
},
{
"speakerLabel": "Aseel Abdulrahman",
"locationQid": "Q3805",
"coord": "Point(35.933333333 31.95)",
"records": "79",
"layer": "10-1,000"
},
{
"speakerLabel": "Clivetanyi",
"locationQid": "Q312209",
"coord": "Point(9.233333333 4.166666666)",
"records": "76",
"layer": "10-1,000"
},
{
"speakerLabel": "Ijon",
"locationQid": "Q801",
"coord": "Point(35.0 31.0)",
"records": "73",
"layer": "10-1,000"
},
{
"speakerLabel": "Mahesh2582",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "70",
"layer": "10-1,000"
},
{
"speakerLabel": "Axdae",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "70",
"layer": "10-1,000"
},
{
"speakerLabel": "NKUATE",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "70",
"layer": "10-1,000"
},
{
"speakerLabel": "Rocky 734",
"locationQid": "Q22048",
"coord": "Point(85.5 20.15)",
"records": "70",
"layer": "10-1,000"
},
{
"speakerLabel": "Kitel WP",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "67",
"layer": "10-1,000"
},
{
"speakerLabel": "Vampiro",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "67",
"layer": "10-1,000"
},
{
"speakerLabel": "AseelF",
"locationQid": "Q3805",
"coord": "Point(35.933333333 31.95)",
"records": "67",
"layer": "10-1,000"
},
{
"speakerLabel": "Oby Ezeilo",
"locationQid": "Q3787",
"coord": "Point(7.491388888 9.055555555)",
"records": "67",
"layer": "10-1,000"
},
{
"speakerLabel": "Unuaiga",
"locationQid": "Q132671",
"coord": "Point(-0.37 43.300833333)",
"records": "67",
"layer": "10-1,000"
},
{
"speakerLabel": "Sebleouf",
"locationQid": "Q463",
"coord": "Point(4.819447222 45.740186111)",
"records": "66",
"layer": "10-1,000"
},
{
"speakerLabel": "Wozan",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "65",
"layer": "10-1,000"
},
{
"speakerLabel": "NonoDarko",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "65",
"layer": "10-1,000"
},
{
"speakerLabel": "Great11",
"locationQid": "Q340",
"coord": "Point(-73.561666666 45.508888888)",
"records": "62",
"layer": "10-1,000"
},
{
"speakerLabel": "Remux",
"locationQid": "Q51103",
"coord": "Point(-76.519722222 3.44)",
"records": "62",
"layer": "10-1,000"
},
{
"speakerLabel": "Eihel-LiLi",
"locationQid": "Q807",
"coord": "Point(6.633333333 46.533333333)",
"records": "61",
"layer": "10-1,000"
},
{
"speakerLabel": "Jean",
"locationQid": "Q219370",
"coord": "Point(-4.235277777 48.437777777)",
"records": "60",
"layer": "10-1,000"
},
{
"speakerLabel": "Micà",
"locationQid": "Q679064",
"coord": "Point(-0.213055555 43.191944444)",
"records": "59",
"layer": "10-1,000"
},
{
"speakerLabel": "Greenman",
"locationQid": "Q5465",
"coord": "Point(18.425 -33.925)",
"records": "59",
"layer": "10-1,000"
},
{
"speakerLabel": "Sunita gambhir",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "59",
"layer": "10-1,000"
},
{
"speakerLabel": "Culex",
"locationQid": "Q6643",
"coord": "Point(2.751388888 42.488055555)",
"records": "56",
"layer": "10-1,000"
},
{
"speakerLabel": "IbrahimZ",
"locationQid": "Q5776",
"coord": "Point(35.206111111 31.704444444)",
"records": "55",
"layer": "10-1,000"
},
{
"speakerLabel": "Samuel Waina",
"locationQid": "Q1757",
"coord": "Point(24.93417 60.17556)",
"records": "54",
"layer": "10-1,000"
},
{
"speakerLabel": "HappyMidnight",
"locationQid": "Q42082",
"coord": "Point(128.881111111 35.234166666)",
"records": "51",
"layer": "10-1,000"
},
{
"speakerLabel": "Ramjit Tudu",
"locationQid": "Q171771",
"coord": "Point(85.828055555 20.264444444)",
"records": "50",
"layer": "10-1,000"
},
{
"speakerLabel": "Poldjko1",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "49",
"layer": "10-1,000"
},
{
"speakerLabel": "Eavq",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "47",
"layer": "10-1,000"
},
{
"speakerLabel": "咽頭べさ",
"locationQid": "Q818742",
"coord": "Point(97.666666666 16.166666666)",
"records": "46",
"layer": "10-1,000"
},
{
"speakerLabel": "Orikrin1998",
"locationQid": "Q42716",
"coord": "Point(4.389722222 45.433888888)",
"records": "46",
"layer": "10-1,000"
},
{
"speakerLabel": "Mohau",
"locationQid": "Q258",
"coord": "Point(24.0 -29.0)",
"records": "45",
"layer": "10-1,000"
},
{
"speakerLabel": "Petrus yh",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "44",
"layer": "10-1,000"
},
{
"speakerLabel": "Vaishali Kotwal",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "44",
"layer": "10-1,000"
},
{
"speakerLabel": "Nirpikowan",
"locationQid": "Q141760",
"coord": "Point(-73.45 46.016666666)",
"records": "43",
"layer": "10-1,000"
},
{
"speakerLabel": "Thibaud379",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "43",
"layer": "10-1,000"
},
{
"speakerLabel": "Josette",
"locationQid": "Q3240",
"coord": "Point(5.083333333 43.5)",
"records": "42",
"layer": "10-1,000"
},
{
"speakerLabel": "Franckk1",
"locationQid": "Q1008",
"coord": "Point(-6.0 8.0)",
"records": "42",
"layer": "10-1,000"
},
{
"speakerLabel": "Nisaloj",
"locationQid": "Q178136",
"coord": "Point(-91.1875 14.773889)",
"records": "42",
"layer": "10-1,000"
},
{
"speakerLabel": "सुबोध कुलकर्णी",
"locationQid": "Q270176",
"coord": "Point(74.5 15.866666666)",
"records": "42",
"layer": "10-1,000"
},
{
"speakerLabel": "Bfonkoua7",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "41",
"layer": "10-1,000"
},
{
"speakerLabel": "AmmanM",
"locationQid": "Q1297",
"coord": "Point(-87.627777777 41.881944444)",
"records": "41",
"layer": "10-1,000"
},
{
"speakerLabel": "ARYAN MURMU",
"locationQid": "Q2022279",
"coord": "Point(86.9 21.5)",
"records": "40",
"layer": "10-1,000"
},
{
"speakerLabel": "Anonyme569",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "39",
"layer": "10-1,000"
},
{
"speakerLabel": "Susannaanas",
"locationQid": "Q33",
"coord": "Point(27.0 65.0)",
"records": "38",
"layer": "10-1,000"
},
{
"speakerLabel": "Sujata1963",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "37",
"layer": "10-1,000"
},
{
"speakerLabel": "SabriaDE",
"locationQid": "Q586",
"coord": "Point(7.099722222 50.733888888)",
"records": "36",
"layer": "10-1,000"
},
{
"speakerLabel": "Ericcoul",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "35",
"layer": "10-1,000"
},
{
"speakerLabel": "Celestin723",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "34",
"layer": "10-1,000"
},
{
"speakerLabel": "Bolt Escargot",
"locationQid": "Q1524",
"coord": "Point(23.728055555 37.984166666)",
"records": "34",
"layer": "10-1,000"
},
{
"speakerLabel": "Jiròni B.",
"locationQid": "Q200202",
"coord": "Point(1.490555555 45.8375)",
"records": "34",
"layer": "10-1,000"
},
{
"speakerLabel": "Claire Hannecart",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "33",
"layer": "10-1,000"
},
{
"speakerLabel": "Chavagne",
"locationQid": "Q1465522",
"coord": "Point(4.295277777 46.706666666)",
"records": "32",
"layer": "10-1,000"
},
{
"speakerLabel": "fleur",
"locationQid": "Q214086",
"coord": "Point(6.15 46.2)",
"records": "32",
"layer": "10-1,000"
},
{
"speakerLabel": "Txtdgtl",
"locationQid": "Q1489",
"coord": "Point(-99.145555555 19.419444444)",
"records": "31",
"layer": "10-1,000"
},
{
"speakerLabel": "Rçag",
"locationQid": "Q3838",
"coord": "Point(15.313888888 -4.331666666)",
"records": "29",
"layer": "10-1,000"
},
{
"speakerLabel": "Jon Harald Søby (WMNO)",
"locationQid": "Q107135",
"coord": "Point(10.95 59.216667)",
"records": "29",
"layer": "10-1,000"
},
{
"speakerLabel": "Otourly",
"locationQid": "Q208770",
"coord": "Point(4.719722222 45.989444444)",
"records": "29",
"layer": "10-1,000"
},
{
"speakerLabel": "Beat Ruest",
"locationQid": "Q39",
"coord": "Point(8.231973 46.798562)",
"records": "28",
"layer": "10-1,000"
},
{
"speakerLabel": "Cokewanna",
"locationQid": "Q159",
"coord": "Point(94.25 66.416666666)",
"records": "28",
"layer": "10-1,000"
},
{
"speakerLabel": "Rhosyr358",
"locationQid": "Q42617191",
"coord": "Point(-4.33333 53.25)",
"records": "28",
"layer": "10-1,000"
},
{
"speakerLabel": "Sujataag",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "28",
"layer": "10-1,000"
},
{
"speakerLabel": "Beusson",
"locationQid": "Q5705",
"coord": "Point(1.47 41.81)",
"records": "27",
"layer": "10-1,000"
},
{
"speakerLabel": "John.d.new77",
"locationQid": "Q44989",
"coord": "Point(-95.937222222 36.131388888)",
"records": "26",
"layer": "10-1,000"
},
{
"speakerLabel": "Nkuatebea",
"locationQid": "Q132830",
"coord": "Point(9.7 4.05)",
"records": "26",
"layer": "10-1,000"
},
{
"speakerLabel": "Ali",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "26",
"layer": "10-1,000"
},
{
"speakerLabel": "Vickylin77amis",
"locationQid": "Q1867",
"coord": "Point(121.531944444 25.047777777)",
"records": "26",
"layer": "10-1,000"
},
{
"speakerLabel": "Karol Szapsza",
"locationQid": "Q36",
"coord": "Point(19.0 52.0)",
"records": "25",
"layer": "10-1,000"
},
{
"speakerLabel": "Estevoaei",
"locationQid": "Q12411",
"coord": "Point(-8.6475 42.433611111)",
"records": "25",
"layer": "10-1,000"
},
{
"speakerLabel": "Milo",
"locationQid": "Q12559",
"coord": "Point(5.716666666 45.183333333)",
"records": "25",
"layer": "10-1,000"
},
{
"speakerLabel": "Elsss10",
"locationQid": "Q168159",
"coord": "Point(-4.376728 53.293975)",
"records": "25",
"layer": "10-1,000"
},
{
"speakerLabel": "Emptyfear",
"locationQid": "Q1953",
"coord": "Point(44.514444444 40.181388888)",
"records": "25",
"layer": "10-1,000"
},
{
"speakerLabel": "Akoua2021",
"locationQid": "Q962",
"coord": "Point(2.183333333 8.833333333)",
"records": "24",
"layer": "10-1,000"
},
{
"speakerLabel": "विशाखा वेलणकर",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "24",
"layer": "10-1,000"
},
{
"speakerLabel": "Kemwa Hora Rémy",
"locationQid": "Q818824",
"coord": "Point(14.327545 10.582321944)",
"records": "24",
"layer": "10-1,000"
},
{
"speakerLabel": "Modjou",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "24",
"layer": "10-1,000"
},
{
"speakerLabel": "Michael Schönitzer (WMDE)",
"locationQid": "Q1726",
"coord": "Point(11.575 48.1375)",
"records": "23",
"layer": "10-1,000"
},
{
"speakerLabel": "Olivier Yao",
"locationQid": "Q15",
"coord": "Point(7.1881 21.09375)",
"records": "23",
"layer": "10-1,000"
},
{
"speakerLabel": "Calab22",
"locationQid": "Q42617191",
"coord": "Point(-4.33333 53.25)",
"records": "23",
"layer": "10-1,000"
},
{
"speakerLabel": "Leonfd1992",
"locationQid": "Q739",
"coord": "Point(-74.0 4.0)",
"records": "22",
"layer": "10-1,000"
},
{
"speakerLabel": "Henning Schlottmann",
"locationQid": "Q1726",
"coord": "Point(11.575 48.1375)",
"records": "22",
"layer": "10-1,000"
},
{
"speakerLabel": "MSa_Eu",
"locationQid": "Q239",
"coord": "Point(4.351666666 50.846666666)",
"records": "22",
"layer": "10-1,000"
},
{
"speakerLabel": "रोहिणीरेवती",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "22",
"layer": "10-1,000"
},
{
"speakerLabel": "Llf",
"locationQid": "Q8646",
"coord": "Point(114.158611111 22.278333333)",
"records": "21",
"layer": "10-1,000"
},
{
"speakerLabel": "Jberkel",
"locationQid": "Q183",
"coord": "Point(10.0 51.0)",
"records": "21",
"layer": "10-1,000"
},
{
"speakerLabel": "Frankdtcheb",
"locationQid": "Q289267",
"coord": "Point(10.05 5.45)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "Placide.sogbossi",
"locationQid": "Q962",
"coord": "Point(2.183333333 8.833333333)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "Cefni1",
"locationQid": "Q168159",
"coord": "Point(-4.376728 53.293975)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "PRB",
"locationQid": "Q84",
"coord": "Point(-0.1275 51.507222222)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "Tim Tim (VD fr)",
"locationQid": "Q184154",
"coord": "Point(-0.77 48.072777777)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "Filipinayzd",
"locationQid": "Q208749",
"coord": "Point(123.166666666 13.65)",
"records": "20",
"layer": "10-1,000"
},
{
"speakerLabel": "Florenciac",
"locationQid": "Q1486",
"coord": "Point(-58.381944444 -34.599722222)",
"records": "19",
"layer": "10-1,000"
},
{
"speakerLabel": "Koffi.noel",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "19",
"layer": "10-1,000"
},
{
"speakerLabel": "S-tel",
"locationQid": "Q12751",
"coord": "Point(6.333333333 46.0)",
"records": "18",
"layer": "10-1,000"
},
{
"speakerLabel": "Erzianj jurnalist",
"locationQid": "Q649",
"coord": "Point(37.617777777 55.755833333)",
"records": "18",
"layer": "10-1,000"
},
{
"speakerLabel": "Juindeumilvin",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "17",
"layer": "10-1,000"
},
{
"speakerLabel": "Amre-Marie",
"locationQid": "Q1726",
"coord": "Point(11.575 48.1375)",
"records": "17",
"layer": "10-1,000"
},
{
"speakerLabel": "Awel.jones",
"locationQid": "Q5177811",
"coord": "Point(145.5 -37.416666666)",
"records": "17",
"layer": "10-1,000"
},
{
"speakerLabel": "Camara aminata",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "16",
"layer": "10-1,000"
},
{
"speakerLabel": "Nicryc",
"locationQid": "Q42716",
"coord": "Point(4.389722222 45.433888888)",
"records": "16",
"layer": "10-1,000"
},
{
"speakerLabel": "Aitzolete",
"locationQid": "Q1618305",
"coord": "Point(-2.385 43.307222)",
"records": "16",
"layer": "10-1,000"
},
{
"speakerLabel": "Nurtsio",
"locationQid": "Q1757",
"coord": "Point(24.93417 60.17556)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "Myriam Pied",
"locationQid": "Q6643",
"coord": "Point(2.751388888 42.488055555)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "VALENTIN NVJ",
"locationQid": "Q146723",
"coord": "Point(25.191111111 0.515277777)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "Vij~frwiki",
"locationQid": "Q211134",
"coord": "Point(5.717777777 45.142777777)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "Andrey672",
"locationQid": "Q649",
"coord": "Point(37.617777777 55.755833333)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "Masssly",
"locationQid": "Q3761",
"coord": "Point(-0.187 5.6037)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "Jmpmann",
"locationQid": "Q30",
"coord": "Point(-98.5795 39.828175)",
"records": "15",
"layer": "10-1,000"
},
{
"speakerLabel": "विदुला",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "14",
"layer": "10-1,000"
},
{
"speakerLabel": "Thérèse Ottawa",
"locationQid": "Q3285285",
"coord": "Point(-74.391666666 47.2225)",
"records": "14",
"layer": "10-1,000"
},
{
"speakerLabel": "Yakshitha",
"locationQid": "Q127041",
"coord": "Point(74.880555555 12.870277777)",
"records": "13",
"layer": "10-1,000"
},
{
"speakerLabel": "Nicolas Lopez de Silanes WMFr",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "13",
"layer": "10-1,000"
},
{
"speakerLabel": "Flavie",
"locationQid": "Q1479",
"coord": "Point(-0.579444444 44.837777777)",
"records": "13",
"layer": "10-1,000"
},
{
"speakerLabel": "Keyomerd",
"locationQid": "Q693929",
"coord": "Point(40.586111111 37.193888888)",
"records": "13",
"layer": "10-1,000"
},
{
"speakerLabel": "JEP Visiteur 5",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Attention",
"locationQid": "Q834",
"coord": "Point(7.6 46.066666666)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Higa4",
"locationQid": "Q17",
"coord": "Point(136.0 35.0)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Soroor",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Zquad974",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Fokaczino",
"locationQid": "Q1799",
"coord": "Point(17.0325 51.11)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Neima Paz",
"locationQid": "Q739",
"coord": "Point(-74.0 4.0)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Obihoja",
"locationQid": "Q3787",
"coord": "Point(7.491388888 9.055555555)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Bile rene",
"locationQid": "Q818824",
"coord": "Point(14.327545 10.582321944)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Seb35",
"locationQid": "Q647",
"coord": "Point(-1.680833333 48.114166666)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "Wang Cheng",
"locationQid": "Q1867",
"coord": "Point(121.531944444 25.047777777)",
"records": "12",
"layer": "10-1,000"
},
{
"speakerLabel": "JEP Visiteuse 7",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "JEP Visiteuse 9",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "AB Louis",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "Visiteur Journée 2 - 14",
"locationQid": "Q159469",
"coord": "Point(6.3925 45.675833333)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "तृप्ती कुलकर्णी",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "Vahidmasrour",
"locationQid": "Q736",
"coord": "Point(-78.0 -1.0)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "Saubry",
"locationQid": "Q869",
"coord": "Point(101.0 14.0)",
"records": "11",
"layer": "10-1,000"
},
{
"speakerLabel": "Anniina",
"locationQid": "Q1757",
"coord": "Point(24.93417 60.17556)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Jean",
"locationQid": "Q6730",
"coord": "Point(2.894722222 42.6975)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Nagarajk3762",
"locationQid": "Q794818",
"coord": "Point(76.38 14.9)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Ropsterkwater",
"locationQid": "Q47887",
"coord": "Point(5.8625 51.8475)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Dipali S Shende",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Gintek",
"locationQid": "Q31487",
"coord": "Point(19.937222222 50.061388888)",
"records": "10",
"layer": "10-1,000"
},
{
"speakerLabel": "Morvil73",
"locationQid": "Q46",
"coord": "Point(9.14062 48.690959)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Vahagn Petrosyan",
"locationQid": "Q1953",
"coord": "Point(44.514444444 40.181388888)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Harditaher",
"locationQid": "Q7253",
"coord": "Point(100.360556 -0.955556)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Harditaher",
"locationQid": "Q7253",
"coord": "Point(100.45 -0.983333333)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Allahverdi Verdizade",
"locationQid": "Q34",
"coord": "Point(15.0 61.0)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Aah Rix",
"locationQid": "Q42168",
"coord": "Point(3.086944444 45.779722222)",
"records": "9",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 7",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "SemyonSav",
"locationQid": "Q900",
"coord": "Point(49.114444444 55.790833333)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Кояш",
"locationQid": "Q900",
"coord": "Point(49.114444444 55.790833333)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "André Costa (WMSE)",
"locationQid": "Q34",
"coord": "Point(15.0 61.0)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Abreham97",
"locationQid": "Q38",
"coord": "Point(12.5 42.5)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Joe Pig",
"locationQid": "Q340",
"coord": "Point(-73.561666666 45.508888888)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 20",
"locationQid": "Q22517",
"coord": "Point(7.661111111 48.421944444)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 19",
"locationQid": "Q21388",
"coord": "Point(7.683055555 48.5575)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Deansfa",
"locationQid": "Q30",
"coord": "Point(-98.5795 39.828175)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Felixyog",
"locationQid": "Q1352",
"coord": "Point(80.275 13.0825)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Gangdhara k b",
"locationQid": "Q591781",
"coord": "Point(76.49 12.21)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Koreller",
"locationQid": "Q12191",
"coord": "Point(-1.553888888 47.217222222)",
"records": "8",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 2",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Neerwan",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Iwan.Aucamp",
"locationQid": "Q20",
"coord": "Point(11.0 65.0)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 13",
"locationQid": "Q22639",
"coord": "Point(7.749166666 48.606944444)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 17",
"locationQid": "Q22639",
"coord": "Point(7.749166666 48.606944444)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2",
"locationQid": "Q3148",
"coord": "Point(4.416666666 44.666666666)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Arokatan",
"locationQid": "Q155",
"coord": "Point(-53.0 -14.0)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Tenshi 98",
"locationQid": "Q386661",
"coord": "Point(139.491111111 35.338833333)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "VIGNERON",
"locationQid": "Q647",
"coord": "Point(-1.680833333 48.114166666)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 8",
"locationQid": "Q760624",
"coord": "Point(1.710833333 48.974166666)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "The Editor's Apprentice",
"locationQid": "Q12606",
"coord": "Point(-122.0 39.0)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Asutosha",
"locationQid": "Q171771",
"coord": "Point(85.828055555 20.264444444)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Test.odia",
"locationQid": "Q22048",
"coord": "Point(85.5 20.15)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Ruhan",
"locationQid": "Q1354",
"coord": "Point(90.394444444 23.728888888)",
"records": "7",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 9",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 21",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 22",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "JEP Visiteur 8",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Yellowmurri",
"locationQid": "Q14314",
"coord": "Point(-8.533333333 42.883333333)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Adrijaned",
"locationQid": "Q213",
"coord": "Point(16.0 49.5)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 18",
"locationQid": "Q22660",
"coord": "Point(7.714444444 48.524722222)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 15",
"locationQid": "Q21454",
"coord": "Point(7.863611111 48.783888888)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 21",
"locationQid": "Q22888",
"coord": "Point(7.578611111 48.877777777)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "1Apollinariya1",
"locationQid": "Q159",
"coord": "Point(94.25 66.416666666)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Marajozkee",
"locationQid": "Q1348",
"coord": "Point(88.3638815 22.5726723)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Demo2021",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "AndiPersti",
"locationQid": "Q40",
"coord": "Point(14.0 48.0)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "liaa71",
"locationQid": "Q8970",
"coord": "Point(2.942777777 42.680555555)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "enzo06",
"locationQid": "Q6730",
"coord": "Point(2.894722222 42.6975)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Jamel66",
"locationQid": "Q6730",
"coord": "Point(2.894722222 42.6975)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Nagore Irastorza",
"locationQid": "Q1441329",
"coord": "Point(-1.9749167 43.2661645)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Sélim95",
"locationQid": "Q380514",
"coord": "Point(3.007222222 42.705555555)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "lilou66",
"locationQid": "Q450961",
"coord": "Point(2.981666666 42.639722222)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Laplumechanceuse18",
"locationQid": "Q34261",
"coord": "Point(-72.338611111 18.5425)",
"records": "6",
"layer": "<10"
},
{
"speakerLabel": "Jnov2.0",
"locationQid": "Q1515",
"coord": "Point(-4.026666666 5.336388888)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 3",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 5",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 12",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 26",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Ripunn",
"locationQid": "Q22502",
"coord": "Point(121.0 23.766666666)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Belkacem77",
"locationQid": "Q233645",
"coord": "Point(4.058333 36.725)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Silke.c.b",
"locationQid": "Q220",
"coord": "Point(12.482777777 41.893055555)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Snizhana Umanets",
"locationQid": "Q83247",
"coord": "Point(-8.416666666 41.533333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Yuliyudo",
"locationQid": "Q83247",
"coord": "Point(-8.416666666 41.533333333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Nonovian",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "ZarinkaIM",
"locationQid": "Q900",
"coord": "Point(49.114444444 55.790833333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Олимпиадница",
"locationQid": "Q900",
"coord": "Point(49.114444444 55.790833333)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 11",
"locationQid": "Q22160",
"coord": "Point(7.258333333 48.767777777)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteur Journée 2 - 28",
"locationQid": "Q21354",
"coord": "Point(7.713611111 48.551111111)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 1",
"locationQid": "Q22902",
"coord": "Point(7.783888888 48.696388888)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Trikutdas",
"locationQid": "Q47916",
"coord": "Point(80.947 26.847)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Hubert",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Jésus",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Kévin",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "MaroBos",
"locationQid": "Q928",
"coord": "Point(123.0 12.0)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Hector",
"locationQid": "Q11981",
"coord": "Point(4.975277777 45.830277777)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Tom",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Michail Angelos Georgoulas",
"locationQid": "Q39",
"coord": "Point(8.231973 46.798562)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Shanagalarama",
"locationQid": "Q1361",
"coord": "Point(78.474722222 17.361666666)",
"records": "5",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 25",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Laurekarell",
"locationQid": "Q23211647",
"coord": "Point(-3.98169 5.34993)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Franz.Roos.1955",
"locationQid": "Q11943",
"coord": "Point(8.656388888 47.413055611)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Truchas13108",
"locationQid": "Q65",
"coord": "Point(-118.24368 34.05223)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "LuneMarine",
"locationQid": "Q214086",
"coord": "Point(6.15 46.2)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Pavsrinivasa",
"locationQid": "Q1355",
"coord": "Point(77.5912997 12.9791198)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Leolucas1980gmail",
"locationQid": "Q2844",
"coord": "Point(-47.882777777 -15.793888888)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Imad El Mouak",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Staëlle",
"locationQid": "Q12709",
"coord": "Point(2.75 42.5)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Namyap",
"locationQid": "Q18126899",
"coord": "Point(76.592226 8.892785)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Marion",
"locationQid": "Q1289",
"coord": "Point(5.726388888 45.186944444)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Ninovolador",
"locationQid": "Q2887",
"coord": "Point(-70.666666666 -33.45)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Prosiect Wici Mon",
"locationQid": "Q168159",
"coord": "Point(-4.376728 53.293975)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Zhnka",
"locationQid": "Q1879573",
"coord": "Point(13.164760826 49.603601071)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Tatiana moocit",
"locationQid": "Q4244555",
"coord": "Point(30.513611111 59.908611111)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Va Milushnikov",
"locationQid": "Q16150196",
"coord": "Point(37.804166666 48.008888888)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "WikiGaufrette00",
"locationQid": "Q7003",
"coord": "Point(5.041944444 47.323055555)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "Nikita2018",
"locationQid": "Q2158520",
"coord": "Point(-72.8 19.783333333)",
"records": "4",
"layer": "<10"
},
{
"speakerLabel": "JEP Visiteur 7",
"locationQid": "Q6602",
"coord": "Point(7.752222222 48.573333333)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Fleuriste du marché",
"locationQid": "Q6643",
"coord": "Point(2.751388888 42.488055555)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Hervé31",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Kisukononeko",
"locationQid": "Q31",
"coord": "Point(4.668055555 50.641111111)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "DavicoHM",
"locationQid": "Q45",
"coord": "Point(-9.183333333 38.7)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "PolinaSol",
"locationQid": "Q83247",
"coord": "Point(-8.416666666 41.533333333)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Franclyna",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "MirkoRP",
"locationQid": "Q39",
"coord": "Point(8.231973 46.798562)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Commander Keane",
"locationQid": "Q408",
"coord": "Point(137.0 -28.0)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Jean-Brice64",
"locationQid": "Q132671",
"coord": "Point(-0.37 43.300833333)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Dyco77",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Visiteuse Journée 2 - 24",
"locationQid": "Q21979",
"coord": "Point(7.027777777 48.996111111)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Sangianense",
"locationQid": "Q414",
"coord": "Point(-64.0 -34.0)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "KhawaChenpo",
"locationQid": "Q956",
"coord": "Point(116.407526 39.90403)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Muriloricci",
"locationQid": "Q803",
"coord": "Point(5.115555555 52.088888888)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Yihsiangyang",
"locationQid": "Q1867",
"coord": "Point(121.531944444 25.047777777)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "GamissimoYT",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Isabelle Fabriès",
"locationQid": "Q1369473",
"coord": "Point(2.984444444 42.727777777)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Quentin Giraudon",
"locationQid": "Q1369473",
"coord": "Point(2.984444444 42.727777777)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Nékoro Joséphine",
"locationQid": "Q9737",
"coord": "Point(166.366666666 -22.133333333)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Merlin",
"locationQid": "Q192038",
"coord": "Point(-1.370277777 43.602777777)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Sezgin İbiş",
"locationQid": "Q35997",
"coord": "Point(27.13838 38.41273)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Andrey Petrov",
"locationQid": "Q4244555",
"coord": "Point(30.513611111 59.908611111)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Jun Da",
"locationQid": "Q1867",
"coord": "Point(121.531944444 25.047777777)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Marie D Martel",
"locationQid": "Q340",
"coord": "Point(-73.561666666 45.508888888)",
"records": "3",
"layer": "<10"
},
{
"speakerLabel": "Niklitov",
"locationQid": "Q649",
"coord": "Point(37.617777777 55.755833333)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Waltermas2021",
"locationQid": "Q739",
"coord": "Point(-74.0 4.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Omshivaprakash",
"locationQid": "Q1355",
"coord": "Point(77.5912997 12.9791198)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "CapitainAfrika",
"locationQid": "Q3838",
"coord": "Point(15.313888888 -4.331666666)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Ergonomiko",
"locationQid": "Q5384",
"coord": "Point(49.65 58.6)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "D3XT3RY0NuT",
"locationQid": "Q218",
"coord": "Point(25.0 46.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "RiLiu",
"locationQid": "Q14314",
"coord": "Point(-8.533333333 42.883333333)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Bardabub",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Mespevic",
"locationQid": "Q962",
"coord": "Point(2.183333333 8.833333333)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Theogui",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Kateregga1",
"locationQid": "Q3894",
"coord": "Point(32.581111111 0.313611111)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Люпинила",
"locationQid": "Q159",
"coord": "Point(94.25 66.416666666)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Heliophilous",
"locationQid": "Q1348",
"coord": "Point(88.3638815 22.5726723)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Meixome",
"locationQid": "Q12411",
"coord": "Point(-8.6475 42.433611111)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Darmo117",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Antoine l.",
"locationQid": "Q42716",
"coord": "Point(4.389722222 45.433888888)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Justinetto",
"locationQid": "Q184154",
"coord": "Point(-0.77 48.072777777)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "0x010D",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Zoubab",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Jayprakash12345",
"locationQid": "Q668",
"coord": "Point(83.0 22.8)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Rdrg109",
"locationQid": "Q3321959",
"coord": "Point(-77.0625 -12.070277777)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Bakerkobe",
"locationQid": "Q16666",
"coord": "Point(118.766666666 32.05)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Md Anan Islam",
"locationQid": "Q2049820",
"coord": "Point(88.15 25.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "ᱵᱳᱫᱤ ᱵᱟᱥᱠᱤ",
"locationQid": "Q7586440",
"coord": "Point(87.66 23.66)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Sascha",
"locationQid": "Q688539",
"coord": "Point(8.82228 47.22557)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "AFRO-Haïti",
"locationQid": "Q790",
"coord": "Point(-72.8 19.0)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Lmichan",
"locationQid": "Q1489",
"coord": "Point(-99.145555555 19.419444444)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "PeterTheOne",
"locationQid": "Q13298",
"coord": "Point(15.438611111 47.070833333)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "JackPotte",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Gaillon27",
"locationQid": "Q20927",
"coord": "Point(128.6 35.866666666)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Orang Bekasi",
"locationQid": "Q10392",
"coord": "Point(107.0 -6.233333333)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Chinmayee Mishra",
"locationQid": "Q22048",
"coord": "Point(85.5 20.15)",
"records": "2",
"layer": "<10"
},
{
"speakerLabel": "Bluerasberry",
"locationQid": "Q5083",
"coord": "Point(-122.33207 47.60621)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "SlimaneAmiri",
"locationQid": "Q46178",
"coord": "Point(5.0 36.6)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Veeven",
"locationQid": "Q668",
"coord": "Point(83.0 22.8)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Rtnf",
"locationQid": "Q10392",
"coord": "Point(107.0 -6.233333333)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Willylexomil",
"locationQid": "Q288",
"coord": "Point(0.688333333 47.392777777)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Valerio Bozzolan",
"locationQid": "Q495",
"coord": "Point(7.7 45.066666666)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "bcl",
"locationQid": "Q928",
"coord": "Point(123.0 12.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "James Barnett",
"locationQid": "Q21",
"coord": "Point(-1.0 53.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Jeuwre",
"locationQid": "Q64",
"coord": "Point(13.383333333 52.516666666)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Seglinglin",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "ThelmOSO",
"locationQid": "Q54171",
"coord": "Point(17.9 50.633333333)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Joyeuxbernard587412",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Praveengarlapati",
"locationQid": "Q1355",
"coord": "Point(77.5912997 12.9791198)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Axel584",
"locationQid": "Q6548",
"coord": "Point(1.904166666 47.902222222)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Roseofsharon7",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Maroxib",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Victorhgsilva",
"locationQid": "Q155",
"coord": "Point(-53.0 -14.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Билярфорум",
"locationQid": "Q159",
"coord": "Point(94.25 66.416666666)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Ashton langue",
"locationQid": "Q172",
"coord": "Point(-79.386666666 43.670277777)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Arha06",
"locationQid": "Q656",
"coord": "Point(30.316666666 59.95)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Bakuli63",
"locationQid": "Q1538",
"coord": "Point(73.855287 18.519574)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Louloupalatine",
"locationQid": "Q39",
"coord": "Point(8.231973 46.798562)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Max93600",
"locationQid": "Q205551",
"coord": "Point(-0.645 44.8425)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Tahir Mahadjir",
"locationQid": "Q657",
"coord": "Point(19.4 15.466667)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Markden24",
"locationQid": "Q928",
"coord": "Point(123.0 12.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Dtchebeba Frankline",
"locationQid": "Q289267",
"coord": "Point(10.05 5.45)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Choucroute 11",
"locationQid": "Q2103212",
"coord": "Point(5.5378 50.2081)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Jaskaranq",
"locationQid": "Q2353293",
"coord": "Point(75.5 30.38)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Jaskaranq",
"locationQid": "Q2353293",
"coord": "Point(75.55 30.3833)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Hildepont",
"locationQid": "Q239",
"coord": "Point(4.351666666 50.846666666)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Mbdji01",
"locationQid": "Q142",
"coord": "Point(2.0 47.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Ahoraes",
"locationQid": "Q739",
"coord": "Point(-74.0 4.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Eihel-test",
"locationQid": "Q807",
"coord": "Point(6.633333333 46.533333333)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Noé",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "BOT-Twm Crys",
"locationQid": "Q25",
"coord": "Point(-3.633333333 52.35)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Vincent Simar",
"locationQid": "Q31",
"coord": "Point(4.668055555 50.641111111)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "nclm",
"locationQid": "Q35",
"coord": "Point(10.0 56.0)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Vami",
"locationQid": "Q16150196",
"coord": "Point(37.804166666 48.008888888)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "CValcarcel",
"locationQid": "Q3396150",
"coord": "Point(-8.61333333 42.43833333)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Hérisson grognon",
"locationQid": "Q6441",
"coord": "Point(3.877230555 43.610919444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Nicroc",
"locationQid": "Q7880",
"coord": "Point(1.443888888 43.604444444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Balyozxane",
"locationQid": "Q693929",
"coord": "Point(40.586111111 37.193888888)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "ᱥᱟᱹᱜᱩᱱ ᱗",
"locationQid": "Q7586440",
"coord": "Point(87.66 23.66)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Romainbehar",
"locationQid": "Q456",
"coord": "Point(4.841388888 45.758888888)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Aftabuzzaman",
"locationQid": "Q902",
"coord": "Point(89.866667 24.016667)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "VisbyStar",
"locationQid": "Q54757",
"coord": "Point(18.307108945 57.628997457)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Ayoub.korichi",
"locationQid": "Q402825",
"coord": "Point(4.541944444 35.705833333)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Cloud atlas",
"locationQid": "Q484678",
"coord": "Point(-122.268055555 37.870277777)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Rency Inson Michel",
"locationQid": "Q997821",
"coord": "Point(-72.3 18.55)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Sarah Krichen WMFr",
"locationQid": "Q90",
"coord": "Point(2.351388888 48.856944444)",
"records": "1",
"layer": "<10"
},
{
"speakerLabel": "Yves Madika",
"locationQid": "Q187593",
"coord": "Point(27.458055555 -11.669722222)",
"records": "1",
"layer": "<10"
}
]