diff --git a/Docs/Tools/GenerateSeries.ts b/Docs/Tools/GenerateSeries.ts index f6c7b6f06a..3bfa5fc392 100644 --- a/Docs/Tools/GenerateSeries.ts +++ b/Docs/Tools/GenerateSeries.ts @@ -662,15 +662,21 @@ function createMiscGraphs(allFeatures: ChangeSetData[], emptyCS: ChangeSetData[] }).render() const geojson = { type: "FeatureCollection", - features: Utils.NoNull(allFeatures.map(f => { - try { - const point = GeoOperations.centerpoint(f.geometry); - point.properties = f.properties - return point - } catch (e) { - console.error("Could not create center point: ", e, f) - return undefined - } + features: Utils.NoNull(allFeatures + .map(f => { + try { + const point = GeoOperations.centerpoint(f.geometry); + point.properties = {...f.properties, ...f.properties.metadata} + delete point.properties.metadata + for (const key in f.properties.metadata) { + point.properties[key] = f.properties.metadata[key] + } + + return point + } catch (e) { + console.error("Could not create center point: ", e, f) + return undefined + } })) } writeFileSync("centerpoints.geojson", JSON.stringify(geojson, undefined, 2)) diff --git a/Docs/Tools/cache_centerpoints.sh b/Docs/Tools/cache_centerpoints.sh new file mode 100755 index 0000000000..2b342c7b9f --- /dev/null +++ b/Docs/Tools/cache_centerpoints.sh @@ -0,0 +1,13 @@ +#! /bin/bash + +ts-node GenerateSeries.ts +# Move to the root of the repo +cd ../.. +cd ../MapComplete-data +git pull +cd - +ts-node scripts/slice.ts Docs/Tools/centerpoints.geojson 8 ../MapComplete-data/mapcomplete-changes/ +cd - +git add mapcomplete-changes/* +git commit -am "New changeset data" +git push diff --git a/Docs/Tools/centerpoints.geojson b/Docs/Tools/centerpoints.geojson index d49461a510..ffdcb61894 100644 --- a/Docs/Tools/centerpoints.geojson +++ b/Docs/Tools/centerpoints.geojson @@ -25,11 +25,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -63,11 +61,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -101,11 +97,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -139,11 +133,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177,11 +169,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215,11 +205,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253,11 +241,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291,11 +277,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -329,11 +313,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -367,11 +349,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -405,11 +385,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -443,11 +421,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -481,10 +457,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en" - } + "theme": "personal", + "language": "en" }, "geometry": { "type": "Point", @@ -535,11 +509,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "maps", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -578,10 +550,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -615,11 +585,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -762,11 +730,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -805,11 +771,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -848,11 +812,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -886,11 +848,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "dalemasvelocidad", - "language": "es", - "theme-creator": "" - } + "theme": "dalemasvelocidad", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -924,11 +884,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -962,11 +920,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "klimbomen", - "language": "nl", - "theme-creator": "" - } + "theme": "klimbomen", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1000,11 +956,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1038,11 +992,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1076,11 +1028,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1114,11 +1064,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -1152,11 +1100,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1190,11 +1136,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1233,11 +1177,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1271,11 +1213,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1309,11 +1249,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1347,11 +1285,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1385,11 +1321,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1423,11 +1357,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -1461,11 +1393,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -1499,11 +1429,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1542,11 +1470,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1585,11 +1511,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1623,10 +1547,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -1660,11 +1582,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "" - } + "theme": "benches", + "language": "de", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1698,10 +1618,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -1752,11 +1670,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1790,11 +1706,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1828,11 +1742,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1866,11 +1778,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1904,11 +1814,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "" - } + "theme": "benches", + "language": "de", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -1942,11 +1850,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -1980,11 +1886,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -2018,11 +1922,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2074,11 +1976,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "wiki:mapcomplete/covid", - "language": "en", - "theme-creator": "" - } + "theme": "wiki:mapcomplete/covid", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2112,10 +2012,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -2149,11 +2047,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2187,11 +2083,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2225,11 +2119,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2295,11 +2187,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2338,11 +2228,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2426,11 +2314,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2464,11 +2350,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2519,11 +2403,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2557,11 +2439,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2600,11 +2480,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "language": "nl", - "theme-creator": "" - } + "theme": "boomgaarden", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2638,11 +2516,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "skateparks", - "language": "en", - "theme-creator": "" - } + "theme": "skateparks", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2676,11 +2552,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -2714,11 +2588,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2752,11 +2624,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants", - "language": "es", - "theme-creator": "" - } + "theme": "restaurants", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2790,11 +2660,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "language": "es", - "theme-creator": "" - } + "theme": "crossingtime", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -2828,9 +2696,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -2864,11 +2730,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2902,11 +2766,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2940,11 +2802,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -2978,11 +2838,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3016,11 +2874,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3054,11 +2910,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3092,11 +2946,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3130,11 +2982,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -3168,11 +3018,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3206,11 +3054,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3244,11 +3090,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3282,11 +3126,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3320,11 +3162,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -3363,10 +3203,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -3405,10 +3243,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -3442,11 +3278,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3485,10 +3319,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -3527,11 +3359,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -3570,10 +3400,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -3607,11 +3435,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "language": "es", - "theme-creator": "" - } + "theme": "crossingtime", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -3645,11 +3471,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "klimbomen", - "language": "nl", - "theme-creator": "" - } + "theme": "klimbomen", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -3688,10 +3512,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -3725,11 +3547,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "language": "es", - "theme-creator": "" - } + "theme": "crossingtime", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -3763,11 +3583,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3801,11 +3619,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "maps", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3839,11 +3655,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3877,11 +3691,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3915,11 +3727,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -3953,10 +3763,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en" - } + "theme": "personal", + "language": "en" }, "geometry": { "type": "Point", @@ -3990,11 +3798,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4028,11 +3834,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -4071,11 +3875,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4109,11 +3911,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4147,11 +3947,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4185,11 +3983,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4223,11 +4019,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -4261,11 +4055,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -5200,11 +4992,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -5270,11 +5060,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6000,11 +5788,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6059,11 +5845,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6140,11 +5924,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6210,11 +5992,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6269,11 +6049,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6328,11 +6106,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6394,11 +6170,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6530,11 +6304,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6568,11 +6340,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "openinghourscovid19", - "language": "es", - "theme-creator": "" - } + "theme": "openinghourscovid19", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -6606,11 +6376,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7182,11 +6950,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -7225,11 +6991,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7263,11 +7027,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7388,11 +7150,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -7469,11 +7229,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -7507,11 +7265,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7545,11 +7301,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7583,11 +7337,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -7621,11 +7373,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -7659,11 +7409,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "vegan", - "language": "de", - "theme-creator": "Christian Neumann " - } + "theme": "vegan", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -7697,11 +7445,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7740,11 +7486,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7778,11 +7522,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7816,11 +7558,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7871,11 +7611,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7926,11 +7664,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -7964,11 +7700,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8002,11 +7736,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8040,11 +7772,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8078,11 +7808,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8116,11 +7844,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8154,11 +7880,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8192,11 +7916,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8230,11 +7952,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8268,11 +7988,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8306,11 +8024,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8344,11 +8060,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8382,11 +8096,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8420,11 +8132,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8458,11 +8168,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8496,11 +8204,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8534,11 +8240,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "wherethesidewalkshavenoname", - "language": "es", - "theme-creator": "" - } + "theme": "wherethesidewalkshavenoname", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -8572,11 +8276,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8610,11 +8312,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8648,11 +8348,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8686,11 +8384,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8724,11 +8420,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "drinking_water", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "drinking_water", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8762,11 +8456,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -8800,11 +8492,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -8838,11 +8528,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8876,11 +8564,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -8914,11 +8600,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "nl", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "nl", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -8952,11 +8636,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "nl", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "nl", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -9007,11 +8689,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "maps", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9045,11 +8725,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9083,11 +8761,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -9121,11 +8797,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9159,11 +8833,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9197,11 +8869,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9235,11 +8905,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9273,11 +8941,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9311,11 +8977,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9349,11 +9013,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9387,11 +9049,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "nl", - "theme-creator": "" - } + "theme": "surveillance", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -9425,11 +9085,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9463,11 +9121,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9501,11 +9157,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "pingpong", - "language": "nl", - "theme-creator": "" - } + "theme": "pingpong", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -9539,11 +9193,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "de", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -9577,11 +9229,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9615,11 +9265,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9653,11 +9301,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9691,11 +9337,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9734,11 +9378,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "language": "nl", - "theme-creator": "" - } + "theme": "boomgaarden", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -9772,11 +9414,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9810,11 +9450,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9848,11 +9486,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "en", - "theme-creator": "" - } + "theme": "surveillance", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -9886,11 +9522,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "openinghourscovid19", - "language": "es", - "theme-creator": "" - } + "theme": "openinghourscovid19", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -9924,11 +9558,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -9962,11 +9594,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "en", - "theme-creator": "" - } + "theme": "surveillance", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -10000,11 +9630,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "nl", - "theme-creator": "" - } + "theme": "surveillance", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -10038,11 +9666,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10076,11 +9702,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -10114,11 +9738,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10152,11 +9774,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10190,11 +9810,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10228,11 +9846,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10266,11 +9882,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10304,11 +9918,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10342,11 +9954,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "de", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10380,11 +9990,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10418,11 +10026,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10456,11 +10062,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10494,11 +10098,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10532,11 +10134,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -10570,11 +10170,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10608,11 +10206,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "language": "es", - "theme-creator": "" - } + "theme": "crossingtime", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -10646,11 +10242,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "openinghourscovid19", - "language": "es", - "theme-creator": "" - } + "theme": "openinghourscovid19", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -10684,11 +10278,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10722,11 +10314,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10760,11 +10350,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10798,11 +10386,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10836,11 +10422,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10874,11 +10458,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10917,11 +10499,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10955,11 +10535,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -10993,11 +10571,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11031,11 +10607,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -11069,11 +10643,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "comerciosantiguos", - "language": "es", - "theme-creator": "" - } + "theme": "comerciosantiguos", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -11107,11 +10679,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11145,11 +10715,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11183,11 +10751,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11221,11 +10787,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11259,11 +10823,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -11297,11 +10859,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11335,11 +10895,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11373,11 +10931,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11411,11 +10967,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11449,11 +11003,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11492,11 +11044,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11530,11 +11080,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11568,11 +11116,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11606,11 +11152,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11644,11 +11188,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -11682,11 +11224,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -11720,11 +11260,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11758,11 +11296,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11796,11 +11332,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -11834,11 +11368,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -11872,11 +11404,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11910,11 +11440,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -11965,11 +11493,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12003,11 +11529,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12041,9 +11565,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -12077,11 +11599,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12115,11 +11635,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -12153,11 +11671,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -12191,11 +11707,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12234,10 +11748,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -12271,11 +11783,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12309,11 +11819,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12347,11 +11855,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12385,11 +11891,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12423,11 +11927,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12461,11 +11963,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12499,11 +11999,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12537,11 +12035,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "en", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12575,11 +12071,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "en", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12613,11 +12107,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12651,11 +12143,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12689,11 +12179,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12727,11 +12215,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12765,11 +12251,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12803,11 +12287,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12841,11 +12323,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12879,11 +12359,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -12917,11 +12395,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -12955,11 +12431,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "nl", - "theme-creator": "" - } + "theme": "fritures", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -12993,11 +12467,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13031,11 +12503,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "en", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -13069,11 +12539,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "nl", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -13107,11 +12575,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "trees", - "language": "en", - "theme-creator": "Midgard" - } + "theme": "trees", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -13145,11 +12611,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13183,11 +12647,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13221,11 +12683,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13259,11 +12719,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bakeries", - "language": "nl", - "theme-creator": "" - } + "theme": "bakeries", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13297,11 +12755,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -13335,11 +12791,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13373,11 +12827,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -13411,11 +12863,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -13449,11 +12899,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13487,11 +12935,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "nl", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "nl", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -13525,11 +12971,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13563,11 +13007,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bankjes", - "language": "nl", - "theme-creator": "" - } + "theme": "bankjes", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13601,11 +13043,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13639,11 +13079,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "language": "nl", - "theme-creator": "" - } + "theme": "boomgaarden", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13677,11 +13115,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13715,11 +13151,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13753,11 +13187,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "language": "nl", - "theme-creator": "" - } + "theme": "boomgaarden", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13791,11 +13223,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "language": "nl", - "theme-creator": "" - } + "theme": "boomgaarden", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -13829,11 +13259,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -13872,11 +13300,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13910,11 +13336,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13948,11 +13372,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -13986,11 +13408,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14024,11 +13444,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14067,11 +13485,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14110,11 +13526,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14153,11 +13567,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fritures", - "language": "fr", - "theme-creator": "" - } + "theme": "fritures", + "language": "fr", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -14191,11 +13603,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14229,11 +13639,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14267,11 +13675,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14305,11 +13711,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14343,11 +13747,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14381,11 +13783,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14419,11 +13819,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "nl", - "theme-creator": "" - } + "theme": "surveillance", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -14457,11 +13855,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -14495,11 +13891,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14533,11 +13927,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "fr", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14571,11 +13963,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14609,11 +13999,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14647,11 +14035,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14690,11 +14076,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14733,11 +14117,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14776,11 +14158,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14819,11 +14199,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14862,11 +14240,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14905,11 +14281,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14948,11 +14322,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -14991,11 +14363,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15034,11 +14404,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15077,11 +14445,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15120,11 +14486,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15158,11 +14522,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15196,11 +14558,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15234,11 +14594,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15277,11 +14635,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15320,11 +14676,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15363,11 +14717,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15401,11 +14753,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15444,11 +14794,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15482,11 +14830,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15520,11 +14866,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15558,11 +14902,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15601,11 +14943,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15644,11 +14984,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15682,11 +15020,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -15720,11 +15056,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15758,11 +15092,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15801,11 +15133,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15839,11 +15169,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15877,11 +15205,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "en", - "theme-creator": "" - } + "theme": "surveillance", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -15915,11 +15241,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15953,11 +15277,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -15996,11 +15318,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16034,11 +15354,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "fietsstraten", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16077,11 +15395,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16120,11 +15436,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16208,11 +15522,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16246,11 +15558,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "en", - "theme-creator": "" - } + "theme": "surveillance", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16284,11 +15594,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16322,11 +15630,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16360,11 +15666,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "es", - "theme-creator": "" - } + "theme": "lit", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16398,11 +15702,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "en", - "theme-creator": "" - } + "theme": "surveillance", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16436,11 +15738,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "en", - "theme-creator": "" - } + "theme": "lit", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16474,11 +15774,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "ca", - "theme-creator": "" - } + "theme": "lit", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16512,11 +15810,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "en", - "theme-creator": "" - } + "theme": "lit", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16550,11 +15846,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "en", - "theme-creator": "" - } + "theme": "lit", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16588,11 +15882,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16626,11 +15918,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "personal", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16714,11 +16004,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "language": "ca", - "theme-creator": "" - } + "theme": "arbres_llefia", + "language": "ca", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16752,11 +16040,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16790,10 +16076,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -16827,11 +16111,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16865,11 +16147,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "lit", - "language": "en", - "theme-creator": "" - } + "theme": "lit", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -16903,11 +16183,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16941,11 +16219,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -16979,11 +16255,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17017,11 +16291,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17055,11 +16327,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17093,11 +16363,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17149,11 +16417,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "postalcode", - "language": "es", - "theme-creator": "" - } + "theme": "postalcode", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -17187,11 +16453,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "kerbs", - "language": "en", - "theme-creator": "" - } + "theme": "kerbs", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -17225,11 +16489,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -17268,11 +16530,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17324,11 +16584,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17362,11 +16620,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17400,11 +16656,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "shops", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "shops", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17443,11 +16697,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -17481,11 +16733,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "surveillance", - "language": "nl", - "theme-creator": "" - } + "theme": "surveillance", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -17519,11 +16769,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17557,11 +16805,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -17595,9 +16841,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17631,9 +16875,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17667,9 +16909,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17703,9 +16943,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17739,9 +16977,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17775,9 +17011,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17811,9 +17045,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17847,9 +17079,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17883,9 +17113,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17919,9 +17147,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17955,9 +17181,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -17991,9 +17215,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18027,9 +17249,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18063,9 +17283,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18099,9 +17317,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18135,9 +17351,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18190,9 +17404,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18226,9 +17438,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18262,9 +17472,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18298,9 +17506,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18334,9 +17540,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18375,9 +17579,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18416,9 +17618,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18457,9 +17657,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18498,9 +17696,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18534,9 +17730,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18570,9 +17764,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18606,9 +17798,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18642,9 +17832,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18678,9 +17866,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18714,9 +17900,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18750,9 +17934,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18786,9 +17968,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18822,9 +18002,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18858,9 +18036,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18894,9 +18070,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18930,9 +18104,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -18966,9 +18138,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19002,9 +18172,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19038,9 +18206,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19074,9 +18240,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19110,9 +18274,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19146,9 +18308,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19182,9 +18342,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19218,9 +18376,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19254,9 +18410,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19290,9 +18444,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19326,9 +18478,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19362,9 +18512,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19398,9 +18546,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19434,9 +18580,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19470,9 +18614,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19506,9 +18648,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19542,9 +18682,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19578,9 +18716,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19614,9 +18750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19650,9 +18784,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19686,9 +18818,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19722,9 +18852,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19758,9 +18886,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19794,9 +18920,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19830,9 +18954,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19866,9 +18988,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19902,9 +19022,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19938,9 +19056,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -19974,9 +19090,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20010,9 +19124,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20046,9 +19158,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20082,9 +19192,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20118,9 +19226,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20154,9 +19260,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20190,9 +19294,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20226,9 +19328,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20262,9 +19362,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20298,9 +19396,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20334,9 +19430,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20370,9 +19464,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20406,9 +19498,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20442,9 +19532,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20478,9 +19566,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20514,9 +19600,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20550,9 +19634,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20586,9 +19668,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20622,9 +19702,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20658,9 +19736,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20694,9 +19770,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20730,9 +19804,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20766,9 +19838,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20802,9 +19872,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -20838,9 +19906,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -20874,9 +19940,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -20910,9 +19974,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -20946,9 +20008,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -20982,9 +20042,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -21018,9 +20076,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21054,9 +20110,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21090,9 +20144,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21126,9 +20178,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -21162,9 +20212,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21198,9 +20246,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21234,9 +20280,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21270,9 +20314,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21306,9 +20348,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21342,9 +20382,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21378,9 +20416,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21414,9 +20450,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -21450,9 +20484,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21486,9 +20518,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21522,9 +20552,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21558,9 +20586,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -21594,9 +20620,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -21630,9 +20654,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21666,9 +20688,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -21702,9 +20722,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -21738,9 +20756,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21774,9 +20790,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21810,9 +20824,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21846,9 +20858,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21882,9 +20892,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21918,9 +20926,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21954,9 +20960,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -21990,9 +20994,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -22026,9 +21028,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -22062,9 +21062,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -22098,9 +21096,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -22134,9 +21130,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22170,9 +21164,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -22206,9 +21198,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -22242,9 +21232,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -22278,9 +21266,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -22314,9 +21300,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -22350,9 +21334,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -22386,9 +21368,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -22422,9 +21402,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -22458,9 +21436,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "smoothness" - } + "theme": "smoothness" }, "geometry": { "type": "Point", @@ -22499,9 +21475,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22540,9 +21514,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22581,9 +21553,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22622,9 +21592,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22663,9 +21631,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22699,9 +21665,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22735,9 +21699,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22771,9 +21733,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22812,9 +21772,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -22848,9 +21806,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22884,9 +21840,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22920,9 +21874,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22956,9 +21908,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -22997,9 +21947,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "walkbybrussels" - } + "theme": "walkbybrussels" }, "geometry": { "type": "Point", @@ -23038,9 +21986,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "walkbybrussels" - } + "theme": "walkbybrussels" }, "geometry": { "type": "Point", @@ -23074,9 +22020,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23110,9 +22054,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23151,9 +22093,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23187,9 +22127,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -23228,9 +22166,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23269,9 +22205,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23310,9 +22244,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23351,9 +22283,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23392,9 +22322,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23433,9 +22361,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23474,9 +22400,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23515,9 +22439,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23556,9 +22478,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23597,9 +22517,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23638,9 +22556,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23679,9 +22595,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23720,9 +22634,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23761,9 +22673,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23802,9 +22712,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23838,9 +22746,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23874,9 +22780,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23910,9 +22814,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23946,9 +22848,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -23982,9 +22882,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24018,9 +22916,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24054,9 +22950,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24090,9 +22984,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24126,9 +23018,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24162,9 +23052,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24198,9 +23086,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24234,9 +23120,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24270,9 +23154,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24306,9 +23188,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24342,9 +23222,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24378,9 +23256,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24414,9 +23290,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24450,9 +23324,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24491,9 +23363,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -24527,9 +23397,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24563,9 +23431,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24599,9 +23465,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24635,9 +23499,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24671,9 +23533,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24707,9 +23567,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24743,9 +23601,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24779,9 +23635,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24815,9 +23669,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24851,9 +23703,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24887,9 +23737,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24928,9 +23776,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-26T13:26:28.155558Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -24969,9 +23815,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25010,9 +23854,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25051,9 +23893,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25092,9 +23932,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25133,9 +23971,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25174,9 +24010,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25210,9 +24044,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25246,9 +24078,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25287,9 +24117,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25299,8 +24127,6 @@ ] } }, - null, - null, { "type": "Feature", "properties": { @@ -25330,9 +24156,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25371,9 +24195,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25412,9 +24234,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25453,9 +24273,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25494,9 +24312,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25535,9 +24351,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25576,9 +24390,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25617,9 +24429,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25658,9 +24468,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25694,9 +24502,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25730,9 +24536,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25766,9 +24570,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25802,9 +24604,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25838,9 +24638,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -25879,9 +24677,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25915,9 +24711,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -25956,9 +24750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26013,9 +24805,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26049,9 +24839,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26085,9 +24873,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26121,9 +24907,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26157,9 +24941,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -26193,9 +24975,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -26229,9 +25009,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -26270,9 +25048,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26311,9 +25087,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26352,9 +25126,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26393,9 +25165,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26448,9 +25218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26489,9 +25257,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26530,9 +25296,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26571,9 +25335,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26612,9 +25374,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26653,9 +25413,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26694,9 +25452,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26730,9 +25486,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -26766,9 +25520,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26802,9 +25554,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26838,9 +25588,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26874,9 +25622,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26910,9 +25656,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26951,9 +25695,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -26992,9 +25734,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27033,9 +25773,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27074,9 +25812,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27115,9 +25851,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27156,9 +25890,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T09:45:06.050390Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27192,9 +25924,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T09:48:07.785464Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27228,9 +25958,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T09:48:14.091706Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27269,9 +25997,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27310,9 +26036,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -27346,9 +26070,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T10:16:23.342892Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27382,9 +26104,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T10:19:07.999934Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27418,9 +26138,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T10:17:42.390588Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27454,9 +26172,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T07:32:38.462660Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27490,9 +26206,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T10:17:29.418242Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27526,9 +26240,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27562,9 +26274,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T07:40:36.040133Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27598,9 +26308,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T07:46:36.482772Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27634,9 +26342,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T07:48:18.056422Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27670,9 +26376,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:00:15.983082Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27706,9 +26410,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:00:50.080733Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27742,9 +26444,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:06:40.094999Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27778,9 +26478,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:15:13.514009Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27814,9 +26512,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:07:01.261634Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27850,9 +26546,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:07:05.811734Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27886,9 +26580,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:11:48.646419Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27922,9 +26614,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:16:15.025217Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27958,9 +26648,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -27994,9 +26682,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28030,9 +26716,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28066,9 +26750,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:16:20.954526Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28102,9 +26784,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:15:54.904411Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28138,9 +26818,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:16:37.198343Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28174,9 +26852,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28210,9 +26886,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28246,9 +26920,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28287,9 +26959,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:18:44.466702Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28328,9 +26998,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T14:44:10.490907Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28364,9 +27032,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T14:52:59.576796Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28405,9 +27071,7 @@ "harmful": true, "checked": true, "check_date": "2020-07-23T08:25:02.544702Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28446,9 +27110,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:25:27.242296Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28482,9 +27144,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T14:56:11.250065Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28523,9 +27183,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28564,9 +27222,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:46:57.994633Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28600,9 +27256,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:47:27.139545Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28641,9 +27295,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:47:46.336390Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28677,9 +27329,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28718,9 +27368,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T13:41:06.539901Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28754,9 +27402,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:02:25.257438Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28790,9 +27436,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:02:48.119341Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28826,9 +27470,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28862,9 +27504,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28898,9 +27538,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28934,9 +27572,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T12:51:31.637962Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -28970,9 +27606,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29006,9 +27640,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29042,9 +27674,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29078,9 +27708,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29114,9 +27742,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29150,9 +27776,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29186,9 +27810,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29222,9 +27844,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29258,9 +27878,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29294,9 +27912,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29330,9 +27946,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29366,9 +27980,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29402,9 +28014,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29438,9 +28048,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29474,9 +28082,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29510,9 +28116,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29546,9 +28150,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29582,9 +28184,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29618,9 +28218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29654,9 +28252,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29690,9 +28286,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29726,9 +28320,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:42:40.508989Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29762,9 +28354,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29803,9 +28393,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29844,9 +28432,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-26T13:34:33.580348Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29880,9 +28466,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29916,9 +28500,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29952,9 +28534,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -29988,9 +28568,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30029,9 +28607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30065,9 +28641,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30101,9 +28675,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30137,9 +28709,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30173,9 +28743,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30209,9 +28777,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30245,9 +28811,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30281,9 +28845,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30317,9 +28879,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30353,9 +28913,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30389,9 +28947,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30425,9 +28981,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30466,9 +29020,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-26T13:37:33.491283Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30502,9 +29054,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30538,9 +29088,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30579,9 +29127,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30620,9 +29166,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T09:50:47.148698Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30661,9 +29205,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:55:21.202961Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30697,9 +29239,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30738,9 +29278,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T14:01:09.664509Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30774,9 +29312,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30810,9 +29346,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-26T13:38:16.332497Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30851,9 +29385,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30887,9 +29419,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30923,9 +29453,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -30959,9 +29487,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31000,9 +29526,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31036,9 +29560,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31072,9 +29594,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31113,9 +29633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31149,9 +29667,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31185,9 +29701,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31226,9 +29740,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:05:56.894813Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31262,9 +29774,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31303,9 +29813,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:07:42.553547Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31344,9 +29852,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31380,9 +29886,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31416,9 +29920,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31452,9 +29954,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31488,9 +29988,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31524,9 +30022,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31565,9 +30061,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31601,9 +30095,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:10:14.994859Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31642,9 +30134,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31678,9 +30168,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31719,9 +30207,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31760,9 +30246,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31796,9 +30280,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31837,9 +30319,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31878,9 +30358,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31914,9 +30392,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31950,9 +30426,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -31986,9 +30460,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32027,9 +30499,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:22:08.971287Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32063,9 +30533,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32099,9 +30567,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32135,9 +30601,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T09:40:45.384789Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32171,9 +30635,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32207,9 +30669,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32243,9 +30703,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-22T15:10:29.077113Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32284,9 +30742,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32320,9 +30776,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32356,9 +30810,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32392,9 +30844,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32428,9 +30878,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32464,9 +30912,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-26T13:39:47.262564Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32505,9 +30951,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32541,9 +30985,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32582,9 +31024,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32618,9 +31058,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32659,9 +31097,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T08:49:20.143472Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32695,9 +31131,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32731,9 +31165,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32767,9 +31199,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:17:52.654795Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32803,9 +31233,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32839,9 +31267,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:18:23.441374Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32880,9 +31306,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32921,9 +31345,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32957,9 +31379,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -32993,9 +31413,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:18:49.263249Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33029,9 +31447,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33070,9 +31486,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T09:10:53.288272Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33106,9 +31520,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33142,9 +31554,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:18:52.414264Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33178,9 +31588,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33219,9 +31627,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33255,9 +31661,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33291,9 +31695,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33332,9 +31734,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33368,9 +31768,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33409,9 +31807,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:22:43.443808Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33445,9 +31841,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33486,9 +31880,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33527,9 +31919,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:34:18.242383Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33568,9 +31958,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:23:16.017042Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33609,9 +31997,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:05:43.310222Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33645,9 +32031,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:08:39.707876Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33681,9 +32065,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:09:25.461014Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33717,9 +32099,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:10:40.745869Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33758,9 +32138,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:11:03.000656Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33794,9 +32172,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:38:28.984299Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33830,9 +32206,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33866,9 +32240,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33902,9 +32274,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33943,9 +32313,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -33979,9 +32347,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34015,9 +32381,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34051,9 +32415,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34087,9 +32449,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34128,9 +32488,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34164,9 +32522,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34200,9 +32556,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34241,9 +32595,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34277,9 +32629,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34318,9 +32668,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34359,9 +32707,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34395,9 +32741,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34431,9 +32775,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34472,9 +32814,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34508,9 +32848,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34549,9 +32887,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34590,9 +32926,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34626,9 +32960,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34667,9 +32999,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34703,9 +33033,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34739,9 +33067,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34780,9 +33106,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T13:46:38.175353Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34821,9 +33145,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T13:55:45.974040Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34857,9 +33179,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T13:57:45.671847Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34898,9 +33218,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:00:08.442564Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34939,9 +33257,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:00:40.308206Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -34975,9 +33291,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-21T14:01:38.069564Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35011,9 +33325,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35047,9 +33359,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35083,9 +33393,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35119,9 +33427,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35160,9 +33466,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35196,9 +33500,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35237,9 +33539,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:29:02.159940Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35278,9 +33578,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35319,9 +33617,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35355,9 +33651,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35396,9 +33690,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35432,9 +33724,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35468,9 +33758,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35504,9 +33792,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:30:21.757564Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35545,9 +33831,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:31:24.383477Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35581,9 +33865,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:31:37.211444Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35617,9 +33899,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:31:43.364973Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35653,9 +33933,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35689,9 +33967,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35730,9 +34006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35766,9 +34040,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35807,9 +34079,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35848,9 +34118,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35889,9 +34157,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35930,9 +34196,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -35966,9 +34230,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36002,9 +34264,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36043,9 +34303,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36079,9 +34337,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-23T06:24:26.714875Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36115,9 +34371,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36151,9 +34405,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36187,9 +34439,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36228,9 +34478,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36264,9 +34512,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36300,9 +34546,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36341,9 +34585,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36377,9 +34619,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36413,9 +34653,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36449,9 +34687,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36485,9 +34721,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:32:11.956984Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36526,9 +34760,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36567,9 +34799,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36603,9 +34833,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36644,9 +34872,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36680,9 +34906,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36721,9 +34945,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36757,9 +34979,7 @@ "harmful": true, "checked": true, "check_date": "2020-07-21T13:40:38.911656Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36793,9 +35013,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36834,9 +35052,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36875,9 +35091,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36911,9 +35125,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36947,9 +35159,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -36988,9 +35198,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37029,9 +35237,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:35:50.582856Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37065,9 +35271,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:40:25.930045Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37106,9 +35310,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:35:47.121138Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37142,9 +35344,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37183,9 +35383,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37224,9 +35422,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37260,9 +35456,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37296,9 +35490,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:30:14.788814Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37332,9 +35524,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:48:00.063433Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37373,9 +35563,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:36:54.495699Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37409,9 +35597,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37445,9 +35631,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T07:58:38.083435Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37486,9 +35670,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:38:10.354868Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37527,9 +35709,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37568,9 +35748,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37604,9 +35782,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37645,9 +35821,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37686,9 +35860,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37727,9 +35899,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37763,9 +35933,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37804,9 +35972,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37840,9 +36006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37876,9 +36040,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37912,9 +36074,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:00:51.339445Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37948,9 +36108,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -37984,9 +36142,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38020,9 +36176,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38056,9 +36210,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38092,9 +36244,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38133,9 +36283,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38174,9 +36322,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38215,9 +36361,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38256,9 +36400,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38297,9 +36439,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38333,9 +36473,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38374,9 +36512,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38410,9 +36546,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38451,9 +36585,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38487,9 +36619,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38523,9 +36653,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:04:24.718389Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38564,9 +36692,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38605,9 +36731,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38641,9 +36765,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38682,9 +36804,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38723,9 +36843,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38764,9 +36882,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:04:48.429391Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38800,9 +36916,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38836,9 +36950,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38877,9 +36989,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38918,9 +37028,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:05:34.347451Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -38959,9 +37067,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39000,9 +37106,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39041,9 +37145,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:05:57.673550Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39082,9 +37184,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39118,9 +37218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39159,9 +37257,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39195,9 +37291,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39231,9 +37325,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:09:08.400538Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39267,9 +37359,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39303,9 +37393,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39339,9 +37427,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:14:56.984141Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39375,9 +37461,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39416,9 +37500,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39452,9 +37534,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39493,9 +37573,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39534,9 +37612,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39570,9 +37646,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39611,9 +37685,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39647,9 +37719,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39688,9 +37758,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39729,9 +37797,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39770,9 +37836,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39806,9 +37870,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39842,9 +37904,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39878,9 +37938,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39914,9 +37972,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39950,9 +38006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -39986,9 +38040,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40027,9 +38079,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40068,9 +38118,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40109,9 +38157,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40150,9 +38196,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40186,9 +38230,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40222,9 +38264,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40258,9 +38298,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40299,9 +38337,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40335,9 +38371,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40371,9 +38405,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40412,9 +38444,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40453,9 +38483,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40489,9 +38517,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40525,9 +38551,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40566,9 +38590,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40602,9 +38624,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40643,9 +38663,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40684,9 +38702,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40725,9 +38741,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40766,9 +38780,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40802,9 +38814,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40843,9 +38853,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40884,9 +38892,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40920,9 +38926,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -40961,9 +38965,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41002,9 +39004,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41038,9 +39038,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41079,9 +39077,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41120,9 +39116,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41156,9 +39150,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41197,9 +39189,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41233,9 +39223,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41274,9 +39262,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41315,9 +39301,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41356,9 +39340,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41397,9 +39379,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41433,9 +39413,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41469,9 +39447,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41510,9 +39486,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41546,9 +39520,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41587,9 +39559,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41628,9 +39598,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41664,9 +39632,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41705,9 +39671,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41741,9 +39705,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41782,9 +39744,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41823,9 +39783,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41859,9 +39817,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41900,9 +39856,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41936,9 +39890,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -41977,9 +39929,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42018,9 +39968,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42054,9 +40002,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42095,9 +40041,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42136,9 +40080,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42177,9 +40119,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42218,9 +40158,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42259,9 +40197,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42300,9 +40236,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42341,9 +40275,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42377,9 +40309,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42418,9 +40348,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42459,9 +40387,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42495,9 +40421,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42536,9 +40460,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42577,9 +40499,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42618,9 +40538,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42654,9 +40572,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42690,9 +40606,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42726,9 +40640,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42762,9 +40674,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42798,9 +40708,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42834,9 +40742,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42875,9 +40781,7 @@ "harmful": false, "checked": true, "check_date": "2020-07-27T08:47:23.644005Z", - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42911,9 +40815,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42952,9 +40854,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -42988,9 +40888,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43024,9 +40922,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43060,9 +40956,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43101,9 +40995,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43137,9 +41029,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43178,9 +41068,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43219,9 +41107,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43255,9 +41141,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43291,9 +41175,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43327,9 +41209,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43368,9 +41248,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43409,9 +41287,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43445,9 +41321,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43486,9 +41360,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43527,9 +41399,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43563,9 +41433,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43599,9 +41467,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43635,9 +41501,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43671,9 +41535,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43707,9 +41569,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43743,9 +41603,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43779,9 +41637,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43815,9 +41671,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43851,9 +41705,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43887,9 +41739,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43923,9 +41773,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -43959,9 +41807,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -44000,9 +41846,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -44036,9 +41880,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -44077,9 +41919,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44118,9 +41958,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44159,9 +41997,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44200,9 +42036,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44241,9 +42075,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44282,9 +42114,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44323,9 +42153,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44364,9 +42192,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44421,9 +42247,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44462,9 +42286,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44498,9 +42320,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44534,9 +42354,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44570,9 +42388,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44606,9 +42422,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44642,9 +42456,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44678,9 +42490,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44714,9 +42524,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44750,9 +42558,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44786,9 +42592,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44827,9 +42631,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44868,9 +42670,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44909,9 +42709,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -44950,9 +42748,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45007,9 +42803,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45043,9 +42837,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45079,9 +42871,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45115,9 +42905,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45156,9 +42944,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45197,9 +42983,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45238,9 +43022,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45274,9 +43056,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45310,9 +43090,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45346,9 +43124,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -45387,9 +43163,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45428,9 +43202,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45469,9 +43241,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45510,9 +43280,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45551,9 +43319,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45619,9 +43385,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45676,9 +43440,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45717,9 +43479,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45758,9 +43518,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45799,9 +43557,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45840,9 +43596,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45881,9 +43635,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45922,9 +43674,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -45963,9 +43713,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46004,9 +43752,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46061,9 +43807,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46102,9 +43846,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46143,9 +43885,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46184,9 +43924,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46225,9 +43963,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46266,9 +44002,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46307,9 +44041,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46348,9 +44080,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46389,9 +44119,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46430,9 +44158,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46466,9 +44192,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46502,9 +44226,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46538,9 +44260,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46591,9 +44311,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46644,9 +44362,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46680,9 +44396,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46716,9 +44430,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46752,9 +44464,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46788,9 +44498,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46824,9 +44532,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46860,9 +44566,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46896,9 +44600,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46937,9 +44639,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -46978,9 +44678,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47019,9 +44717,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47060,9 +44756,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47101,9 +44795,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47142,9 +44834,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47183,9 +44873,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47224,9 +44912,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47265,9 +44951,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47306,9 +44990,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47347,9 +45029,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47388,9 +45068,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47429,9 +45107,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47470,9 +45146,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47511,9 +45185,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47552,9 +45224,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47593,9 +45263,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47634,9 +45302,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47675,9 +45341,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47716,9 +45380,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47757,9 +45419,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47798,9 +45458,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47839,9 +45497,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47896,9 +45552,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47937,9 +45591,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -47978,9 +45630,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48019,9 +45669,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48060,9 +45708,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48101,9 +45747,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48137,9 +45781,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48173,9 +45815,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48209,9 +45849,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48245,9 +45883,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48281,9 +45917,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48317,9 +45951,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48353,9 +45985,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48389,9 +46019,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48425,9 +46053,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48461,9 +46087,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48497,9 +46121,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48533,9 +46155,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48569,9 +46189,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48610,9 +46228,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48651,9 +46267,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48687,9 +46301,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -48723,9 +46335,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48759,9 +46369,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48795,9 +46403,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -48831,9 +46437,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48867,9 +46471,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48903,9 +46505,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48939,9 +46539,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -48975,9 +46573,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49011,9 +46607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49052,9 +46646,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49088,9 +46680,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49129,9 +46719,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49165,9 +46753,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49201,9 +46787,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49256,9 +46840,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49297,9 +46879,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49333,9 +46913,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49369,9 +46947,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49410,9 +46986,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49451,9 +47025,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49492,9 +47064,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49533,9 +47103,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49569,9 +47137,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49605,9 +47171,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49641,9 +47205,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49677,9 +47239,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49713,9 +47273,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49749,9 +47307,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49785,9 +47341,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -49821,9 +47375,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49857,9 +47409,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49893,9 +47443,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49929,9 +47477,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -49965,9 +47511,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50006,9 +47550,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50047,9 +47589,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50088,9 +47628,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50129,9 +47667,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50170,9 +47706,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50211,9 +47745,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50247,9 +47779,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50283,9 +47813,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50324,9 +47852,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50360,9 +47886,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50396,9 +47920,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50432,9 +47954,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50468,9 +47988,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50504,9 +48022,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50540,9 +48056,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50576,9 +48090,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50612,9 +48124,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50648,9 +48158,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50684,9 +48192,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50720,9 +48226,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50756,9 +48260,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50792,9 +48294,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50828,9 +48328,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50864,9 +48362,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -50905,9 +48401,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50946,9 +48440,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -50987,9 +48479,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51028,9 +48518,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51069,9 +48557,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51110,9 +48596,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51151,9 +48635,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51192,9 +48674,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51233,9 +48713,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51274,9 +48752,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51315,9 +48791,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51356,9 +48830,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51397,9 +48869,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51433,9 +48903,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -51469,9 +48937,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51510,9 +48976,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51551,9 +49015,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51608,9 +49070,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51644,9 +49104,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -51680,9 +49138,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -51716,9 +49172,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -51757,9 +49211,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51798,9 +49250,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51834,9 +49284,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51870,9 +49318,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51906,9 +49352,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51942,9 +49386,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -51983,9 +49425,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52024,9 +49464,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52065,9 +49503,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52106,9 +49542,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52142,9 +49576,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -52183,9 +49615,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52219,9 +49649,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "width" - } + "theme": "width" }, "geometry": { "type": "Point", @@ -52255,9 +49683,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52291,9 +49717,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52327,9 +49751,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52368,9 +49790,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52404,9 +49824,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -52440,9 +49858,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52476,9 +49892,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52512,9 +49926,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52548,9 +49960,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -52589,9 +49999,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52630,9 +50038,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52671,9 +50077,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52712,9 +50116,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52748,9 +50150,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52789,9 +50189,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52851,9 +50249,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52892,9 +50288,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52933,9 +50327,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -52974,9 +50366,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53015,9 +50405,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53056,9 +50444,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53097,9 +50483,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53138,9 +50522,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53179,9 +50561,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53220,9 +50600,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53261,9 +50639,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53302,9 +50678,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53343,9 +50717,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53384,9 +50756,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53425,9 +50795,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53466,9 +50834,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53507,9 +50873,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53548,9 +50912,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53589,9 +50951,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53630,9 +50990,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53671,9 +51029,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53712,9 +51068,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53753,9 +51107,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53794,9 +51146,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53835,9 +51185,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53876,9 +51224,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53917,9 +51263,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53958,9 +51302,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -53999,9 +51341,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54040,9 +51380,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54081,9 +51419,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54122,9 +51458,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54163,9 +51497,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54204,9 +51536,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54240,9 +51570,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -54276,9 +51604,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54329,9 +51655,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54370,9 +51694,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54411,9 +51733,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54452,9 +51772,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54493,9 +51811,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54534,9 +51850,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54575,9 +51889,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54616,9 +51928,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54657,9 +51967,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54698,9 +52006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54739,9 +52045,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54780,9 +52084,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54821,9 +52123,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54862,9 +52162,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54903,9 +52201,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54944,9 +52240,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -54985,9 +52279,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55026,9 +52318,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55067,9 +52357,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55108,9 +52396,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55149,9 +52435,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55206,9 +52490,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55247,9 +52529,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55288,9 +52568,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55329,9 +52607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55386,9 +52662,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55427,9 +52701,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55468,9 +52740,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55509,9 +52779,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55545,9 +52813,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55581,9 +52847,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55617,9 +52881,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55653,9 +52915,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55694,9 +52954,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55735,9 +52993,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55776,9 +53032,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55817,9 +53071,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55858,9 +53110,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55899,9 +53149,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55940,9 +53188,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -55981,9 +53227,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56022,9 +53266,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56063,9 +53305,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56099,9 +53339,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56140,9 +53378,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56181,9 +53417,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56222,9 +53456,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56263,9 +53495,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56304,9 +53534,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56345,9 +53573,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56386,9 +53612,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56427,9 +53651,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56468,9 +53690,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56509,9 +53729,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56550,9 +53768,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56591,9 +53807,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56632,9 +53846,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56673,9 +53885,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56714,9 +53924,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56755,9 +53963,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56796,9 +54002,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56837,9 +54041,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56873,9 +54075,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56914,9 +54114,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56955,9 +54153,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -56996,9 +54192,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57037,9 +54231,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57078,9 +54270,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57119,9 +54309,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57160,9 +54348,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57201,9 +54387,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57242,9 +54426,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57278,9 +54460,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -57335,9 +54515,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57376,9 +54554,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57417,9 +54593,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57474,9 +54648,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57515,9 +54687,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57556,9 +54726,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57597,9 +54765,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57638,9 +54804,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57679,9 +54843,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57720,9 +54882,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57756,9 +54916,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57797,9 +54955,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57838,9 +54994,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57879,9 +55033,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57936,9 +55088,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -57977,9 +55127,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58018,9 +55166,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58054,9 +55200,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58090,9 +55234,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58126,9 +55268,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58162,9 +55302,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58198,9 +55336,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58234,9 +55370,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58287,9 +55421,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58323,9 +55455,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58359,9 +55489,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58395,9 +55523,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58431,9 +55557,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58467,9 +55591,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58508,9 +55630,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58549,9 +55669,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58590,9 +55708,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58631,9 +55747,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58672,9 +55786,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58708,9 +55820,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -58744,9 +55854,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -58780,9 +55888,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58816,9 +55922,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58852,9 +55956,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58888,9 +55990,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58924,9 +56024,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58960,9 +56058,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -58996,9 +56092,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59037,9 +56131,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59078,9 +56170,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59119,9 +56209,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59160,9 +56248,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59201,9 +56287,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59242,9 +56326,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59278,9 +56360,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59314,9 +56394,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59367,9 +56445,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59408,9 +56484,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59449,9 +56523,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59490,9 +56562,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59531,9 +56601,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59572,9 +56640,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59613,9 +56679,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59654,9 +56718,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59695,9 +56757,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59736,9 +56796,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59777,9 +56835,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59818,9 +56874,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59909,9 +56963,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -59964,9 +57016,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60005,9 +57055,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60046,9 +57094,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60087,9 +57133,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60128,9 +57172,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60169,9 +57211,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60210,9 +57250,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60251,9 +57289,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60287,9 +57323,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60323,9 +57357,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60364,9 +57396,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60421,9 +57451,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60462,9 +57490,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60503,9 +57529,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60544,9 +57568,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60585,9 +57607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60626,9 +57646,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60680,9 +57698,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60721,9 +57737,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60775,9 +57789,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60816,9 +57828,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60857,9 +57867,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60898,9 +57906,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60939,9 +57945,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -60980,9 +57984,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61021,9 +58023,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61062,9 +58062,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61103,9 +58101,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61144,9 +58140,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61185,9 +58179,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61226,9 +58218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61267,9 +58257,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61308,9 +58296,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61349,9 +58335,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61390,9 +58374,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61431,9 +58413,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61488,9 +58468,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61524,9 +58502,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61560,9 +58536,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61596,9 +58570,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61632,9 +58604,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61668,9 +58638,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61709,9 +58677,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61750,9 +58716,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61791,9 +58755,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61832,9 +58794,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61873,9 +58833,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61914,9 +58872,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61955,9 +58911,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -61996,9 +58950,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62037,9 +58989,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62078,9 +59028,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62090,7 +59038,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -62120,9 +59067,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62161,9 +59106,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62202,9 +59145,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62243,9 +59184,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62284,9 +59223,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62325,9 +59262,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62366,9 +59301,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62423,9 +59356,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62464,9 +59395,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62505,9 +59434,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62546,9 +59473,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62587,9 +59512,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62623,9 +59546,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -62659,9 +59580,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -62700,9 +59619,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62741,9 +59658,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62782,9 +59697,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62818,9 +59731,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62854,9 +59765,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62890,9 +59799,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62931,9 +59838,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -62972,9 +59877,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63013,9 +59916,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63054,9 +59955,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63109,9 +60008,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63150,9 +60047,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63191,9 +60086,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63232,9 +60125,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63273,9 +60164,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63314,9 +60203,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63355,9 +60242,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63396,9 +60281,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63437,9 +60320,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63478,9 +60359,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63532,9 +60411,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63573,9 +60450,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63614,9 +60489,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63655,9 +60528,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63709,9 +60580,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63763,9 +60632,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63799,9 +60666,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63835,9 +60700,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63871,9 +60734,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63907,9 +60768,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63943,9 +60802,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -63979,9 +60836,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64020,9 +60875,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64056,9 +60909,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64097,9 +60948,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64138,9 +60987,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64174,9 +61021,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64215,9 +61060,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64256,9 +61099,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64292,9 +61133,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64328,9 +61167,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64364,9 +61201,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64400,9 +61235,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64436,9 +61269,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64472,9 +61303,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64508,9 +61337,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64544,9 +61371,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64580,9 +61405,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64616,9 +61439,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64652,9 +61473,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64688,9 +61507,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64724,9 +61541,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64760,9 +61575,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64796,9 +61609,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64832,9 +61643,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64868,9 +61677,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64909,9 +61716,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64945,9 +61750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -64981,9 +61784,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65022,9 +61823,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65058,9 +61857,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65099,9 +61896,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65135,9 +61930,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65176,9 +61969,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65212,9 +62003,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65253,9 +62042,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65294,9 +62081,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65335,9 +62120,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65376,9 +62159,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65417,9 +62198,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65458,9 +62237,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65499,9 +62276,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65540,9 +62315,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65581,9 +62354,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65622,9 +62393,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65663,9 +62432,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65718,9 +62485,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65759,9 +62524,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65800,9 +62563,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65841,9 +62602,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65882,9 +62641,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65923,9 +62680,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -65985,9 +62740,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66047,9 +62800,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66088,9 +62839,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66129,9 +62878,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66170,9 +62917,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66211,9 +62956,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66252,9 +62995,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66293,9 +63034,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66334,9 +63073,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66375,9 +63112,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66416,9 +63151,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66457,9 +63190,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66498,9 +63229,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66539,9 +63268,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66580,9 +63307,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66621,9 +63346,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66662,9 +63385,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66703,9 +63424,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66744,9 +63463,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66799,9 +63516,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66840,9 +63555,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66881,9 +63594,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66922,9 +63633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -66963,9 +63672,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67004,9 +63711,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67045,9 +63750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67086,9 +63789,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67127,9 +63828,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67168,9 +63867,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67204,9 +63901,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67240,9 +63935,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67281,9 +63974,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67322,9 +64013,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67358,9 +64047,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67399,9 +64086,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67435,9 +64120,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67471,9 +64154,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67507,9 +64188,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67543,9 +64222,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67579,9 +64256,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67620,9 +64295,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67688,9 +64361,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67729,9 +64400,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67770,9 +64439,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67782,7 +64449,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -67807,9 +64473,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -67843,9 +64507,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -67879,9 +64541,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -67915,9 +64575,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -67951,9 +64609,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -67987,9 +64643,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68023,9 +64677,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68059,9 +64711,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68095,9 +64745,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68131,9 +64779,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68167,9 +64813,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68203,9 +64847,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68260,9 +64902,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68301,9 +64941,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68337,9 +64975,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68378,9 +65014,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68419,9 +65053,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68460,9 +65092,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68501,9 +65131,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68542,9 +65170,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68583,9 +65209,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -68619,9 +65243,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68655,9 +65277,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68691,9 +65311,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68727,9 +65345,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68763,9 +65379,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68799,9 +65413,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68835,9 +65447,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -68871,9 +65481,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -68907,9 +65515,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68943,9 +65549,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -68979,9 +65583,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -69015,9 +65617,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -69051,9 +65651,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69087,9 +65685,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69123,9 +65719,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69159,9 +65753,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69195,9 +65787,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69231,9 +65821,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69267,9 +65855,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69303,9 +65889,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69339,9 +65923,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69380,9 +65962,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69421,9 +66001,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69457,9 +66035,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69493,9 +66069,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69529,9 +66103,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69565,9 +66137,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69601,9 +66171,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69637,9 +66205,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69673,9 +66239,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69709,9 +66273,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69745,9 +66307,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69781,9 +66341,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -69817,9 +66375,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -69853,9 +66409,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -69889,9 +66443,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -69925,9 +66477,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -69961,9 +66511,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -69997,9 +66545,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70033,9 +66579,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70069,9 +66613,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70105,9 +66647,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70141,9 +66681,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70177,9 +66715,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70213,9 +66749,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70249,9 +66783,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70285,9 +66817,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70321,9 +66851,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70357,9 +66885,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70393,9 +66919,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70429,9 +66953,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70465,9 +66987,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70501,9 +67021,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70537,9 +67055,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70573,9 +67089,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70609,9 +67123,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70645,9 +67157,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70681,9 +67191,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70717,9 +67225,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70753,9 +67259,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70789,9 +67293,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70825,9 +67327,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70861,9 +67361,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -70897,9 +67395,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70933,9 +67429,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -70969,9 +67463,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71005,9 +67497,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71041,9 +67531,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71077,9 +67565,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71113,9 +67599,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71149,9 +67633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71185,9 +67667,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71221,9 +67701,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71257,9 +67735,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71293,9 +67769,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71329,9 +67803,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71365,9 +67837,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71401,9 +67871,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -71437,9 +67905,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "grb" - } + "theme": "grb" }, "geometry": { "type": "Point", @@ -71473,9 +67939,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71509,9 +67973,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71545,9 +68007,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71581,9 +68041,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71617,9 +68075,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71653,9 +68109,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71689,9 +68143,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71725,9 +68177,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71761,9 +68211,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71797,9 +68245,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71833,9 +68279,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71869,9 +68313,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71905,9 +68347,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71941,9 +68381,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -71977,9 +68415,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72013,9 +68449,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72049,9 +68483,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72085,9 +68517,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72126,9 +68556,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72162,9 +68590,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72198,9 +68624,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72234,10 +68658,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -72271,9 +68693,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72312,9 +68732,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -72348,9 +68766,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72384,10 +68800,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -72421,10 +68835,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -72458,9 +68870,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72494,9 +68904,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72530,10 +68938,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "onlyways", - "theme-creator": "s8evq" - } + "theme": "onlyways", + "theme-creator": "s8evq" }, "geometry": { "type": "Point", @@ -72567,10 +68973,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72604,10 +69008,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -72641,9 +69043,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -72677,10 +69077,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -72714,9 +69112,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -72750,10 +69146,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "Not logged in" - } + "theme": "velocidad", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -72787,10 +69181,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72824,10 +69216,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72861,10 +69251,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72898,10 +69286,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad (solo faltantes)", - "theme-creator": "yopaseopor" - } + "theme": "velocidad (solo faltantes)", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72935,10 +69321,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad (solo faltantes)", - "theme-creator": "yopaseopor" - } + "theme": "velocidad (solo faltantes)", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -72972,10 +69356,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "fietsstraten", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73009,10 +69391,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73046,10 +69426,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -73083,10 +69461,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73120,9 +69496,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -73156,9 +69530,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -73192,9 +69564,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -73228,9 +69598,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -73264,10 +69632,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73301,10 +69667,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73338,10 +69702,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73375,9 +69737,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -73411,9 +69771,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -73447,9 +69805,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -73483,9 +69839,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -73519,10 +69873,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -73556,10 +69908,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -73593,10 +69943,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "yopaseopor" - } + "theme": "velocidad", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -73630,9 +69978,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -73666,9 +70012,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -73702,10 +70046,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73739,10 +70081,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73776,10 +70116,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "toilets", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73813,10 +70151,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "toilets", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73850,10 +70186,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "toilets", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73887,10 +70221,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73924,10 +70256,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73961,10 +70291,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -73998,10 +70326,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74035,10 +70361,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74072,10 +70396,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74109,10 +70431,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74146,10 +70466,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74183,10 +70501,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74220,10 +70536,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74257,10 +70571,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74294,10 +70606,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74331,10 +70641,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74368,9 +70676,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74404,9 +70710,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74440,9 +70744,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74476,9 +70778,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74512,10 +70812,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74549,10 +70847,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74586,9 +70882,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74622,9 +70916,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74658,9 +70950,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74694,9 +70984,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74730,9 +71018,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74766,9 +71052,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74802,9 +71086,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -74838,9 +71120,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74874,10 +71154,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -74911,9 +71189,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74947,9 +71223,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -74983,10 +71257,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75020,9 +71292,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -75056,10 +71326,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "bookcases", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75098,9 +71366,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -75134,10 +71400,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75171,10 +71435,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75208,10 +71470,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75245,10 +71505,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75282,10 +71540,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75319,10 +71575,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75356,10 +71610,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75393,10 +71645,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75430,10 +71680,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75467,10 +71715,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75504,10 +71750,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75541,10 +71785,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75578,10 +71820,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75615,10 +71855,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75652,10 +71890,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75689,10 +71925,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75726,10 +71960,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75763,10 +71995,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75800,10 +72030,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -75837,9 +72065,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -75873,10 +72099,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "Not logged in" - } + "theme": "artworks", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -75910,10 +72134,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "Not logged in" - } + "theme": "artworks", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -75947,10 +72169,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "Not logged in" - } + "theme": "artworks", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -75984,10 +72204,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "Not logged in" - } + "theme": "artworks", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -76021,9 +72239,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76057,9 +72273,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76093,9 +72307,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76129,9 +72341,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76165,9 +72375,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76206,9 +72414,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76247,9 +72453,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76288,9 +72492,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76329,9 +72531,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -76365,9 +72565,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -76401,9 +72599,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -76437,9 +72633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -76473,9 +72667,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -76509,9 +72701,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -76545,10 +72735,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76582,10 +72770,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76619,10 +72805,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76656,10 +72840,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76693,10 +72875,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76730,10 +72910,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -76767,9 +72945,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -76803,9 +72979,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -76839,9 +73013,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -76880,9 +73052,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -76921,9 +73091,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -76957,9 +73125,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -76993,9 +73159,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -77029,10 +73193,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "datos de tienda", - "theme-creator": "yopaseopor" - } + "theme": "datos de tienda", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -77066,10 +73228,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "datos de tienda", - "theme-creator": "yopaseopor" - } + "theme": "datos de tienda", + "theme-creator": "yopaseopor" }, "geometry": { "type": "Point", @@ -77103,9 +73263,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -77139,9 +73297,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -77175,10 +73331,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "superficie", - "theme-creator": "Not logged in" - } + "theme": "superficie", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77212,9 +73366,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -77248,10 +73400,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Not logged in" - } + "theme": "fietsstraten", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77285,10 +73435,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Not logged in" - } + "theme": "fietsstraten", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77322,10 +73470,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Not logged in" - } + "theme": "fietsstraten", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77359,10 +73505,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Not logged in" - } + "theme": "fietsstraten", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77396,10 +73540,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "Not logged in" - } + "theme": "fietsstraten", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -77438,9 +73580,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77479,9 +73619,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77520,9 +73658,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77561,9 +73697,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77602,9 +73736,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77643,9 +73775,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77684,9 +73814,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77725,9 +73853,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77766,9 +73892,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77807,9 +73931,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77848,9 +73970,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77889,9 +74009,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77930,9 +74048,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -77966,9 +74082,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -78002,9 +74116,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -78038,9 +74150,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -78074,9 +74184,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78110,9 +74218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78151,9 +74257,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -78192,9 +74296,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -78233,9 +74335,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -78269,9 +74369,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "sentido único" - } + "theme": "sentido único" }, "geometry": { "type": "Point", @@ -78305,9 +74403,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -78341,9 +74437,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -78377,9 +74471,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78413,9 +74505,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78449,9 +74539,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78485,9 +74573,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78521,9 +74607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78557,9 +74641,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -78593,9 +74675,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -78629,9 +74709,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -78665,9 +74743,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -78701,9 +74777,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78737,9 +74811,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78773,9 +74845,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78809,9 +74879,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78845,9 +74913,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78881,9 +74947,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "restaurants" - } + "theme": "restaurants" }, "geometry": { "type": "Point", @@ -78917,9 +74981,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -78953,9 +75015,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -78989,9 +75049,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -79025,9 +75083,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -79061,9 +75117,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -79097,9 +75151,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -79133,9 +75185,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -79169,9 +75219,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79205,9 +75253,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79241,9 +75287,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79277,9 +75321,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79313,9 +75355,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79349,9 +75389,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79385,9 +75423,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -79421,9 +75457,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79457,9 +75491,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "test theme name" - } + "theme": "test theme name" }, "geometry": { "type": "Point", @@ -79493,9 +75525,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -79529,9 +75559,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "stops" - } + "theme": "stops" }, "geometry": { "type": "Point", @@ -79565,9 +75593,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -79601,9 +75627,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -79637,9 +75661,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -79673,9 +75695,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -79709,9 +75729,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79745,9 +75763,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79781,9 +75797,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79817,9 +75831,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79853,9 +75865,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79889,9 +75899,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79925,9 +75933,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -79961,9 +75967,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80002,9 +76006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80043,9 +76045,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80084,9 +76084,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80125,9 +76123,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80166,9 +76162,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80202,9 +76196,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -80238,9 +76230,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -80274,9 +76264,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80310,9 +76298,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80351,9 +76337,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80392,9 +76376,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80433,9 +76415,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80469,9 +76449,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80505,9 +76483,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80541,9 +76517,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80577,9 +76551,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80613,9 +76585,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -80654,9 +76624,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80695,9 +76663,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80736,9 +76702,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80777,9 +76741,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80818,9 +76780,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80859,9 +76819,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80900,9 +76858,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80941,9 +76897,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -80982,9 +76936,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81023,9 +76975,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81064,9 +77014,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81105,9 +77053,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81146,9 +77092,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81187,9 +77131,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81228,9 +77170,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81269,9 +77209,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81310,9 +77248,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81351,9 +77287,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81392,9 +77326,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81433,9 +77365,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81469,9 +77399,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases" - } + "theme": "bookcases" }, "geometry": { "type": "Point", @@ -81510,9 +77438,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81551,9 +77477,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81592,9 +77516,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81633,9 +77555,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81674,9 +77594,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81715,9 +77633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81756,9 +77672,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81797,9 +77711,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81838,9 +77750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81879,9 +77789,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81920,9 +77828,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -81961,9 +77867,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -82002,9 +77906,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82043,9 +77945,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82084,9 +77984,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82125,9 +78023,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82166,9 +78062,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82207,9 +78101,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82248,9 +78140,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82289,9 +78179,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82330,9 +78218,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82371,9 +78257,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82412,9 +78296,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82453,9 +78335,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82494,9 +78374,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82535,9 +78413,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82571,9 +78447,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -82607,9 +78481,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82643,9 +78515,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82679,9 +78549,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82715,9 +78583,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82751,9 +78617,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82787,9 +78651,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82823,9 +78685,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82859,9 +78719,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82895,9 +78753,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82931,9 +78787,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -82967,9 +78821,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83008,9 +78860,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83049,9 +78899,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83090,9 +78938,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83126,9 +78972,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83167,9 +79011,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83208,9 +79050,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83249,9 +79089,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83290,9 +79128,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83331,9 +79167,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83372,9 +79206,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83413,9 +79245,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83449,9 +79279,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83485,9 +79313,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -83521,9 +79347,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83557,9 +79381,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83593,9 +79415,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83629,9 +79449,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83665,9 +79483,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83701,9 +79517,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83737,9 +79551,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83773,9 +79585,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83809,9 +79619,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83845,9 +79653,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -83881,9 +79687,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -83917,9 +79721,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -83953,9 +79755,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -83989,9 +79789,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84025,9 +79823,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84061,9 +79857,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84097,9 +79891,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84133,9 +79925,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84169,9 +79959,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84205,9 +79993,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84241,9 +80027,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84277,9 +80061,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84313,9 +80095,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84349,9 +80129,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -84385,9 +80163,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84421,9 +80197,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84457,9 +80231,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84493,9 +80265,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84529,9 +80299,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84565,9 +80333,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84601,9 +80367,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84637,9 +80401,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84673,9 +80435,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84709,9 +80469,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -84745,9 +80503,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -84781,9 +80537,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -84817,9 +80571,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -84853,9 +80605,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -84889,9 +80639,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84925,9 +80673,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal" - } + "theme": "personal" }, "geometry": { "type": "Point", @@ -84966,9 +80712,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85007,9 +80751,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85048,9 +80790,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85089,9 +80829,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85130,9 +80868,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85171,9 +80907,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85212,9 +80946,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85253,9 +80985,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85294,9 +81024,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85330,9 +81058,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85366,9 +81092,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85402,9 +81126,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85438,9 +81160,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85474,9 +81194,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85510,9 +81228,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85546,9 +81262,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85582,9 +81296,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85618,9 +81330,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85654,9 +81364,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -85695,9 +81403,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85736,9 +81442,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85777,9 +81481,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85813,9 +81515,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -85849,9 +81549,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -85885,9 +81583,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -85926,9 +81622,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -85967,9 +81661,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -86008,9 +81700,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -86044,9 +81734,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86080,9 +81768,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86116,9 +81802,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86152,9 +81836,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86188,9 +81870,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86224,9 +81904,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86260,9 +81938,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86296,9 +81972,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86332,9 +82006,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86368,9 +82040,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86404,9 +82074,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86440,9 +82108,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86476,9 +82142,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86512,9 +82176,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86548,9 +82210,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86584,9 +82244,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86620,9 +82278,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86656,9 +82312,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86692,9 +82346,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86728,9 +82380,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86764,9 +82414,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86800,9 +82448,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86836,9 +82482,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86872,9 +82516,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86908,9 +82550,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -86944,9 +82584,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -86980,9 +82618,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87016,9 +82652,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87052,9 +82686,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87088,9 +82720,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87124,9 +82754,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87165,9 +82793,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87201,9 +82827,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87242,9 +82866,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87278,9 +82900,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87314,9 +82934,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87350,9 +82968,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87386,9 +83002,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -87427,9 +83041,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87468,9 +83080,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87509,9 +83119,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87550,9 +83158,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87591,9 +83197,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87632,9 +83236,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87673,9 +83275,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87714,9 +83314,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87755,9 +83353,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87791,9 +83387,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87827,9 +83421,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87863,9 +83455,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87899,9 +83489,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87940,9 +83528,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -87981,9 +83567,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88022,9 +83606,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88063,9 +83645,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88104,9 +83684,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88145,9 +83723,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88186,9 +83762,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88227,9 +83801,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88268,9 +83840,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88309,9 +83879,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88366,9 +83934,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88407,9 +83973,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88448,9 +84012,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88489,9 +84051,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88530,9 +84090,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88571,9 +84129,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88612,9 +84168,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88653,9 +84207,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88694,9 +84246,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88735,9 +84285,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88776,9 +84324,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88817,9 +84363,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88858,9 +84402,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88899,9 +84441,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88940,9 +84480,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -88981,9 +84519,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -89017,9 +84553,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -89053,9 +84587,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -89089,9 +84621,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -89125,9 +84655,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -89161,9 +84689,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -89197,9 +84723,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -89233,9 +84757,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -89269,9 +84791,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -89305,9 +84825,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -89341,9 +84859,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks" - } + "theme": "artworks" }, "geometry": { "type": "Point", @@ -89377,11 +84893,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -89415,11 +84929,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "dalemasvelocidad", - "language": "es", - "theme-creator": "" - } + "theme": "dalemasvelocidad", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -89453,10 +84965,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "personal", - "language": "en" - } + "theme": "personal", + "language": "en" }, "geometry": { "type": "Point", @@ -89495,10 +85005,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -89537,10 +85045,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -89574,11 +85080,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -89612,9 +85116,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -89648,9 +85150,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -89684,9 +85184,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -89720,11 +85218,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -89763,11 +85259,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -89801,11 +85295,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "containeronvas", - "language": "es", - "theme-creator": "" - } + "theme": "containeronvas", + "language": "es", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -89844,10 +85336,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -89881,12 +85371,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete", - "embedded-website": "" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete", + "embedded-website": "" }, "geometry": { "type": "Point", @@ -89920,11 +85408,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "aed", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -89958,10 +85444,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "dalemasvelocidad", - "theme-creator": "" - } + "theme": "dalemasvelocidad", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -89995,10 +85479,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "postalcode", - "theme-creator": "" - } + "theme": "postalcode", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90032,10 +85514,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "postalcode", - "theme-creator": "" - } + "theme": "postalcode", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90069,11 +85549,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90107,10 +85585,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "dalemasvelocidad", - "theme-creator": "" - } + "theme": "dalemasvelocidad", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90144,10 +85620,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90181,10 +85655,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90218,10 +85690,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90255,10 +85725,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "theme-creator": "" - } + "theme": "crossingtime", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90292,10 +85760,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "crossingtime", - "theme-creator": "" - } + "theme": "crossingtime", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90334,10 +85800,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90376,10 +85840,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90418,10 +85880,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -90460,10 +85920,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -90497,10 +85955,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90534,10 +85990,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90571,11 +86025,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "language": "nl", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90614,10 +86066,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90651,10 +86101,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "containeronvas", - "theme-creator": "" - } + "theme": "containeronvas", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90688,11 +86136,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "nl", - "theme-creator": "" - } + "theme": "climbing", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90726,11 +86172,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "nature", - "language": "nl", - "theme-creator": "" - } + "theme": "nature", + "language": "nl", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90803,10 +86247,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps", - "theme-creator": "MapComplete" - } + "theme": "maps", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -90845,10 +86287,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "boomgaarden", - "theme-creator": "" - } + "theme": "boomgaarden", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90887,10 +86327,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -90929,10 +86367,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -90966,10 +86402,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -91003,10 +86437,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "theme-creator": "" - } + "theme": "climbing", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91040,9 +86472,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -91076,10 +86506,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91118,10 +86546,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -91174,10 +86600,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91211,10 +86635,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91253,10 +86675,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91290,10 +86710,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -91332,10 +86750,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -91369,10 +86785,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91411,10 +86825,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -91448,10 +86860,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91485,10 +86895,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91522,10 +86930,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "" - } + "theme": "buurtnatuur", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -91564,9 +86970,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91605,9 +87009,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91646,9 +87048,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91687,9 +87087,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91728,9 +87126,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91769,9 +87165,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91810,9 +87204,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91851,9 +87243,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91892,9 +87282,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91933,9 +87321,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -91974,9 +87360,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92015,9 +87399,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92056,9 +87438,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92097,9 +87477,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92138,9 +87516,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92179,9 +87555,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92220,9 +87594,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92261,9 +87633,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92302,9 +87672,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92343,9 +87711,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92384,9 +87750,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92425,9 +87789,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92466,9 +87828,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92507,9 +87867,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92548,9 +87906,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92589,9 +87945,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92625,9 +87979,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92661,9 +88013,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92702,9 +88052,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92743,9 +88091,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92784,9 +88130,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92825,9 +88169,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92866,9 +88208,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92907,9 +88247,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92948,9 +88286,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -92989,9 +88325,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93030,9 +88364,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93071,9 +88403,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93112,9 +88442,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93153,9 +88481,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93194,9 +88520,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93235,9 +88559,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93276,9 +88598,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93317,9 +88637,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93358,9 +88676,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93399,9 +88715,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93440,9 +88754,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93481,9 +88793,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93522,9 +88832,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93563,9 +88871,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93604,9 +88910,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93645,9 +88949,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93686,9 +88988,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93727,9 +89027,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93768,9 +89066,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93804,9 +89100,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93845,9 +89139,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93886,9 +89178,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93927,9 +89217,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -93968,9 +89256,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94009,9 +89295,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94050,9 +89334,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94091,9 +89373,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94132,9 +89412,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94173,9 +89451,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94214,9 +89490,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94255,9 +89529,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94296,9 +89568,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94337,9 +89607,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94378,9 +89646,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94419,9 +89685,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94460,9 +89724,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94501,9 +89763,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94556,9 +89816,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -94592,9 +89850,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94628,9 +89884,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94664,9 +89918,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94700,10 +89952,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "id", - "theme-creator": "" - } + "theme": "id", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -94737,9 +89987,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94773,9 +90021,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -94809,9 +90055,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94845,9 +90089,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -94881,9 +90123,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -94917,9 +90157,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -94953,9 +90191,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "mcac_cyclofix" - } + "theme": "mcac_cyclofix" }, "geometry": { "type": "Point", @@ -94989,10 +90225,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -95026,10 +90260,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -95063,9 +90295,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "maps" - } + "theme": "maps" }, "geometry": { "type": "Point", @@ -95114,9 +90344,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -95150,9 +90378,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -95186,9 +90412,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -95222,10 +90446,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -95259,9 +90481,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -95295,9 +90515,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95331,9 +90549,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -95367,9 +90583,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "natuurpunt" - } + "theme": "natuurpunt" }, "geometry": { "type": "Point", @@ -95403,10 +90617,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "theme-creator": "" - } + "theme": "arbres_llefia", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -95440,10 +90652,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "arbres_llefia", - "theme-creator": "" - } + "theme": "arbres_llefia", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -95477,10 +90687,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "id", - "theme-creator": "" - } + "theme": "id", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -95514,9 +90722,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95550,10 +90756,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -95587,9 +90791,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95623,9 +90825,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95659,9 +90859,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95695,9 +90893,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95736,9 +90932,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95777,9 +90971,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95818,9 +91010,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95859,9 +91049,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95900,9 +91088,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95941,9 +91127,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -95982,9 +91166,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96023,9 +91205,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96064,9 +91244,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96100,9 +91278,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96141,9 +91317,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96182,9 +91356,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96218,10 +91390,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96255,10 +91425,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "fietsstraten", - "theme-creator": "MapComlete" - } + "theme": "fietsstraten", + "theme-creator": "MapComlete" }, "geometry": { "type": "Point", @@ -96292,10 +91460,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96329,10 +91495,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96366,10 +91530,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96403,10 +91565,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96440,9 +91600,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96476,9 +91634,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96512,10 +91668,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96549,10 +91703,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96586,9 +91738,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96622,10 +91772,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -96659,9 +91807,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96695,9 +91841,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96731,9 +91875,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96767,9 +91909,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -96808,9 +91948,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -96849,9 +91987,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -96890,9 +92026,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -96931,9 +92065,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -96972,9 +92104,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97013,9 +92143,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97054,9 +92182,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97095,9 +92221,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97136,9 +92260,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97177,9 +92299,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97218,9 +92338,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97259,9 +92377,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97300,9 +92416,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97341,9 +92455,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97382,9 +92494,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97423,9 +92533,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97464,9 +92572,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97505,9 +92611,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97546,9 +92650,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97587,9 +92689,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97623,10 +92723,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -97665,9 +92763,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97706,9 +92802,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur" - } + "theme": "buurtnatuur" }, "geometry": { "type": "Point", @@ -97742,9 +92836,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -97778,10 +92870,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -97815,9 +92905,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -97851,10 +92939,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "velocidad", - "theme-creator": "" - } + "theme": "velocidad", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -97888,10 +92974,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -97925,10 +93009,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "ghostbikes", - "theme-creator": "MapComplete" - } + "theme": "ghostbikes", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -97962,10 +93044,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -97999,10 +93079,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "MapComplete" - } + "theme": "aed", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98036,10 +93114,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98073,9 +93149,7 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix" - } + "theme": "cyclofix" }, "geometry": { "type": "Point", @@ -98109,10 +93183,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98146,10 +93218,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "Not logged in" - } + "theme": "artworks", + "theme-creator": "Not logged in" }, "geometry": { "type": "Point", @@ -98183,10 +93253,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "artworks", - "theme-creator": "MapComplete" - } + "theme": "artworks", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98220,10 +93288,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "bookcases", - "theme-creator": "MapComplete" - } + "theme": "bookcases", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98257,10 +93323,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "aed", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "aed", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -98294,13 +93358,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -98334,13 +93396,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -98374,13 +93434,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98414,13 +93472,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -98471,13 +93527,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -98511,13 +93565,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -98551,12 +93603,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "picnictable", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "picnictable", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -98590,12 +93640,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -98629,13 +93677,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -98669,13 +93715,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -98709,13 +93753,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98749,13 +93791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98789,13 +93829,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98829,13 +93867,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -98869,13 +93905,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98909,13 +93943,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98949,13 +93981,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -98989,13 +94019,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -99029,13 +94057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99069,13 +94095,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -99109,13 +94133,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99149,13 +94171,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99189,13 +94209,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -99229,13 +94247,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99269,13 +94285,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99309,12 +94323,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -99348,13 +94360,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99388,13 +94398,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99428,13 +94436,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99468,13 +94474,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99508,13 +94512,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99548,13 +94550,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99588,13 +94588,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99628,13 +94626,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99668,13 +94664,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99708,13 +94702,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99763,13 +94755,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -99803,13 +94793,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99843,13 +94831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99883,13 +94869,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -99940,12 +94924,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -99979,13 +94961,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "nl", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "nl", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -100019,12 +94999,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -100058,13 +95036,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -100098,13 +95074,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -100138,13 +95112,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -100193,13 +95165,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -100233,13 +95203,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100273,13 +95241,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -100313,13 +95279,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100353,12 +95317,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -100392,13 +95354,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100432,12 +95392,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "Stadia.AlidadeSmoothDark", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "Stadia.AlidadeSmoothDark", + "language": "en" }, "geometry": { "type": "Point", @@ -100471,13 +95429,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100511,13 +95467,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100551,13 +95505,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100591,12 +95543,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -100630,13 +95580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -100670,12 +95618,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -100709,13 +95655,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100749,13 +95693,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100789,13 +95731,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100829,13 +95769,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100869,13 +95807,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -100909,13 +95845,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -100949,12 +95883,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -100988,13 +95920,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101028,12 +95958,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -101067,13 +95995,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101107,13 +96033,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101147,13 +96071,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101187,13 +96109,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101227,13 +96147,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -101267,13 +96185,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101307,13 +96223,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -101347,13 +96261,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101387,13 +96299,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -101427,13 +96337,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101495,13 +96403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -101535,13 +96441,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101575,13 +96479,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101615,13 +96517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101655,12 +96555,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -101694,12 +96592,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -101733,13 +96629,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -101773,13 +96667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101813,12 +96705,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -101852,13 +96742,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101892,13 +96780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101932,13 +96818,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -101972,13 +96856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102012,13 +96894,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -102052,12 +96932,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102096,10 +96974,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -102133,13 +97009,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102173,13 +97047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -102213,13 +97085,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -102253,12 +97123,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102292,12 +97160,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102331,13 +97197,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102371,13 +97235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102411,12 +97273,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102450,13 +97310,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102490,13 +97348,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102530,13 +97386,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102575,13 +97429,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -102615,13 +97467,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102655,12 +97505,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102699,13 +97547,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102744,13 +97590,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102784,13 +97628,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102824,13 +97666,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102864,12 +97704,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102903,13 +97741,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -102943,12 +97779,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -102982,13 +97816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -103022,12 +97854,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -103061,13 +97891,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103101,13 +97929,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103141,13 +97967,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103181,12 +98005,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "crossingtime", - "imagery": "osm", - "language": "es" - } + "host": "pietervdvn.github.io", + "theme": "crossingtime", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -103220,13 +98042,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103260,13 +98080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103305,13 +98123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103350,13 +98166,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103390,13 +98204,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103460,13 +98272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bicyclelib", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bicyclelib", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103530,13 +98340,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103570,13 +98378,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103610,13 +98416,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -103655,13 +98459,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103700,13 +98502,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103740,13 +98540,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -103785,11 +98583,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103828,11 +98624,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103871,11 +98665,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103914,11 +98706,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103957,11 +98747,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -103995,11 +98783,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "charging_stations", - "language": "en", - "theme-creator": "" - } + "theme": "charging_stations", + "language": "en", + "theme-creator": "" }, "geometry": { "type": "Point", @@ -104033,11 +98819,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104076,11 +98860,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "benches", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "theme": "benches", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -104119,11 +98901,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104162,11 +98942,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104205,11 +98983,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104248,11 +99024,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104291,11 +99065,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104329,11 +99101,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "toilets", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "toilets", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104367,11 +99137,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104405,11 +99173,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104448,11 +99214,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104486,11 +99250,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "cyclofix", - "language": "en", - "theme-creator": "MapComplete" - } + "theme": "cyclofix", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -104524,14 +99286,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 7, - "create": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -104565,13 +99324,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -104605,13 +99362,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 263, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 263, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -104645,13 +99400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -104690,15 +99443,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 2, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -104737,13 +99487,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -104777,14 +99525,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -104818,13 +99564,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "observation_towers", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "observation_towers", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -104863,13 +99607,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -104903,13 +99645,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 32, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 32, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -104943,13 +99683,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 21, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -104983,13 +99721,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 29, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 29, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -105023,16 +99759,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -105066,15 +99799,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "answer": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -105108,13 +99839,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 112, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 112, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -105148,13 +99877,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 5, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -105188,13 +99915,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -105228,13 +99953,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 11, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105268,13 +99991,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105308,14 +100029,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "amenity", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "amenity", + "answer": 1, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -105349,14 +100067,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "move:node/9212378672": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "move:node/9212378672": "improve_accuracy" }, "geometry": { "type": "Point", @@ -105390,14 +100106,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 12, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105436,13 +100149,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -105481,16 +100192,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "ghostbikes", - "answer": 3, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "ghostbikes", + "answer": 3, + "imagery": "CartoDB.Positron", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -105524,13 +100232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -105564,13 +100270,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 37, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 37, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -105604,14 +100308,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "climbing", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "climbing", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105645,13 +100347,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105685,13 +100385,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 41, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 41, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -105725,16 +100423,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "bookcases", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "move:node/9211743706": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "bookcases", + "answer": 4, + "imagery": "osm", + "language": "en", + "move:node/9211743706": "improve_accuracy" }, "geometry": { "type": "Point", @@ -105768,14 +100463,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -105809,16 +100501,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "ghostbikes", - "answer": 1, - "imagery": "CartoDB.Positron", - "language": "en", - "move:node/6017635080": "improve_accuracy", - "move:node/7947512310": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "ghostbikes", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "en", + "move:node/6017635080": "improve_accuracy", + "move:node/7947512310": "improve_accuracy" }, "geometry": { "type": "Point", @@ -105852,13 +100542,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105892,14 +100580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -105933,13 +100618,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -105973,13 +100656,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "answer": 13, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "answer": 13, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -106013,13 +100694,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -106053,14 +100732,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 13, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 13, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -106094,14 +100771,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 6, - "create": 1, - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 6, + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -106135,13 +100809,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "import": 3, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -106175,14 +100847,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 16, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 16, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -106216,13 +100886,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -106256,14 +100923,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -106297,13 +100962,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 124, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 124, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -106337,13 +101000,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 5, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -106377,13 +101038,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -106417,14 +101076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 4, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -106458,14 +101114,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -106499,17 +101152,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "charging_stations", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "move:node/-1": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "charging_stations", + "answer": 7, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "move:node/-1": "improve_accuracy" }, "geometry": { "type": "Point", @@ -106543,14 +101193,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -106584,15 +101232,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "food", - "answer": 13, - "imagery": "osm", - "language": "en", - "move:node/4227045139": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "food", + "answer": 13, + "imagery": "osm", + "language": "en", + "move:node/4227045139": "improve_accuracy" }, "geometry": { "type": "Point", @@ -106631,14 +101277,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -106672,14 +101316,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 2, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -106713,13 +101354,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "sidewalks", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "sidewalks", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -106753,13 +101392,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 35, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 35, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -106793,13 +101430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/verkeerdebordendatabank/verkeerdebordendatabank.json", - "answer": 1, - "imagery": "Stamen.TonerLite", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/verkeerdebordendatabank/verkeerdebordendatabank.json", + "answer": 1, + "imagery": "Stamen.TonerLite", + "language": "en" }, "geometry": { "type": "Point", @@ -106838,16 +101473,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "toilets", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "move:node/9205242210": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en", + "move:node/9205242210": "improve_accuracy" }, "geometry": { "type": "Point", @@ -106881,13 +101513,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -106921,14 +101551,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 28, - "create": 6, - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 28, + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -106962,14 +101589,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -107003,14 +101628,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -107044,14 +101666,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -107085,15 +101705,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -107127,13 +101744,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 12, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107167,13 +101782,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 23, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -107207,13 +101820,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 36, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 36, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107247,13 +101858,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -107292,14 +101901,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107333,13 +101939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 12, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107373,13 +101977,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -107413,13 +102015,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 3, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 3, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -107453,13 +102053,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -107493,13 +102091,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 154, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 154, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107533,14 +102129,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 14, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 14, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -107579,13 +102173,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -107619,13 +102210,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 53, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 53, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107659,14 +102248,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 5, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -107705,13 +102292,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -107745,13 +102330,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 32, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 32, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107785,13 +102368,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 180, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 180, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107825,13 +102406,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 11, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107865,13 +102444,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 18, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 18, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -107905,13 +102482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 22, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 22, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -107945,13 +102520,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 48, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 48, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -107985,13 +102558,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 4, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 4, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -108025,13 +102596,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -108070,13 +102639,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -108110,13 +102677,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -108150,15 +102715,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/theme/street_lighting/", - "theme": "street_lighting_assen", - "imagery": "Actueel_ortho25_WMS", - "language": "nl", - "move:node/9187383555": "The location of this object is inaccurate and should be moved a few meter" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/theme/street_lighting/", + "theme": "street_lighting_assen", + "imagery": "Actueel_ortho25_WMS", + "language": "nl", + "move:node/9187383555": "The location of this object is inaccurate and should be moved a few meter" }, "geometry": { "type": "Point", @@ -108197,15 +102760,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "fr", - "deletion:node/9119877457": "duplicate" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "fr", + "deletion:node/9119877457": "duplicate" }, "geometry": { "type": "Point", @@ -108239,13 +102800,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -108279,13 +102838,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -108324,15 +102881,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -108366,14 +102920,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 7, - "create": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 7, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -108407,25 +102958,22 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 9, - "path": "mc/theme/street_lighting/", - "theme": "street_lighting_assen", - "answer": 54, - "create": 18, - "imagery": "Actueel_ortho25_WMS", - "language": "en", - "move:node/7947792102": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7947922318": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7947922354": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7947939127": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7948227641": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7948606596": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7948764089": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7950537416": "The location of this object is inaccurate and should be moved a few meter", - "move:node/7950537499": "The location of this object is inaccurate and should be moved a few meter" - } + "host": "pietervdvn.github.io", + "move": 9, + "path": "mc/theme/street_lighting/", + "theme": "street_lighting_assen", + "answer": 54, + "imagery": "Actueel_ortho25_WMS", + "language": "en", + "move:node/7947792102": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7947922318": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7947922354": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7947939127": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7948227641": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7948606596": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7948764089": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7950537416": "The location of this object is inaccurate and should be moved a few meter", + "move:node/7950537499": "The location of this object is inaccurate and should be moved a few meter" }, "geometry": { "type": "Point", @@ -108459,16 +103007,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -108502,13 +103047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -108542,15 +103085,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -108584,14 +103124,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -108630,14 +103168,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -108671,15 +103206,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting_assen", - "answer": 11, - "create": 4, - "imagery": "Actueel_ortho25_WMS", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting_assen", + "answer": 11, + "imagery": "Actueel_ortho25_WMS", + "language": "en" }, "geometry": { "type": "Point", @@ -108713,14 +103245,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -108754,16 +103284,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "answer": 8, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "answer": 8, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -108797,13 +103324,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "answer": 1, - "imagery": "CartoDB.Positron", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "fr" }, "geometry": { "type": "Point", @@ -108837,13 +103362,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -108877,13 +103400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -108922,15 +103443,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 14, - "create": 3, - "imagery": "HDM_HOT", - "language": "ca", - "add-image": 6 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 14, + "imagery": "HDM_HOT", + "language": "ca", + "add-image": 6 }, "geometry": { "type": "Point", @@ -108964,14 +103482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 9, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 9, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -109005,14 +103520,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 39, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 39, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -109051,13 +103564,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -109091,13 +103602,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -109136,13 +103645,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -109176,14 +103682,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 12, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 12, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -109222,13 +103726,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -109262,14 +103764,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 7, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 7, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -109303,14 +103803,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 4, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 4, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -109344,13 +103842,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -109384,15 +103880,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 8, - "create": 4, - "imagery": "osm", - "language": "en", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 8, + "imagery": "osm", + "language": "en", + "add-image": 4 }, "geometry": { "type": "Point", @@ -109426,15 +103919,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 6, - "create": 2, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 6, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -109468,13 +103958,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -109508,14 +103996,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -109549,15 +104034,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "artwork", - "answer": 3, - "create": 1, - "imagery": "geodata.md.gov-MD_SixInchImagery", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "artwork", + "answer": 3, + "imagery": "geodata.md.gov-MD_SixInchImagery", + "language": "en" }, "geometry": { "type": "Point", @@ -109591,13 +104073,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -109631,14 +104111,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "create": 1, - "imagery": "EsriWorldImageryClarity", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "EsriWorldImageryClarity", + "language": "nl" }, "geometry": { "type": "Point", @@ -109672,13 +104149,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 15, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 15, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -109704,7 +104179,7 @@ "imagery_used": "Not reported", "date": "2021-10-22T20:35:19Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -109712,14 +104187,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 3, - "create": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -109753,14 +104225,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -109794,13 +104264,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 2, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 2, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -109834,13 +104302,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -109874,17 +104340,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 3, - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1, - "move:node/4784533428": "The location of this object is inaccurate and should be moved a few meter", - "move:node/8202442918": "The location of this object is inaccurate and should be moved a few meter" - } + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "move:node/4784533428": "The location of this object is inaccurate and should be moved a few meter", + "move:node/8202442918": "The location of this object is inaccurate and should be moved a few meter" }, "geometry": { "type": "Point", @@ -109918,15 +104382,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -109960,13 +104421,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110005,13 +104464,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -110045,13 +104502,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "answer": 21, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "answer": 21, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -110085,13 +104540,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -110125,13 +104578,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 21, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 21, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -110165,13 +104616,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -110205,13 +104654,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 18, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 18, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -110245,13 +104692,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -110285,10 +104730,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -110327,14 +104770,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 6, - "create": 5, - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 6, + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -110368,13 +104808,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "answer": 17, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "answer": 17, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110408,14 +104846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 1, - "create": 1, - "imagery": "AGIV", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -110454,13 +104889,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -110494,14 +104927,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 5, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 5, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -110535,13 +104966,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 18, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 18, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110575,15 +105004,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 10, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 10, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -110622,14 +105048,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110663,13 +105086,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -110703,13 +105124,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -110743,13 +105162,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -110783,13 +105200,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -110823,15 +105238,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 88, - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 88, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110865,12 +105277,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -110904,13 +105314,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -110944,14 +105352,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 253, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 253, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -110985,14 +105391,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 155, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 155, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111026,12 +105430,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -111065,14 +105467,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 205, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 205, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111106,13 +105506,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111151,13 +105549,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111191,14 +105587,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111232,14 +105626,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 130, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 130, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111273,14 +105665,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 18, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 18, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -111314,14 +105704,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111355,13 +105743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111395,13 +105781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111435,12 +105819,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -111474,13 +105856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111519,13 +105899,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111559,13 +105937,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111604,12 +105980,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -111643,14 +106017,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111684,14 +106056,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 55, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 55, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -111725,15 +106095,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 3, - "create": 1, - "imagery": "Actueel_ortho25_WMS", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 3, + "imagery": "Actueel_ortho25_WMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -111767,14 +106134,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 35, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 35, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111808,13 +106173,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111848,14 +106211,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toerisme_vlaanderen", - "answer": 11, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toerisme_vlaanderen", + "answer": 11, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -111889,16 +106250,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "artwork", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "artwork", + "answer": 2, + "imagery": "osm", + "language": "nl", + "add-image": 3 }, "geometry": { "type": "Point", @@ -111932,13 +106290,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -111972,13 +106328,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "Metropole_Ruhr_RVR-DOP10", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112012,15 +106366,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/theme/street_lighting/", - "theme": "street_lighting", - "answer": 229, - "create": 3, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/theme/street_lighting/", + "theme": "street_lighting", + "answer": 229, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -112054,13 +106405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112094,12 +106443,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -112133,13 +106480,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112173,13 +106518,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112213,13 +106556,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112253,10 +106594,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -112290,12 +106629,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "Actueel_ortho25_WMS", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "Actueel_ortho25_WMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -112329,12 +106666,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://gist.githubusercontent.com/robinlinde/d22223ebe86469b0ff08e7f308ab109c/raw/774eb9ea5e8ad150b1d01868b4d51f5ca219101e/street_lighting.json", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "https://gist.githubusercontent.com/robinlinde/d22223ebe86469b0ff08e7f308ab109c/raw/774eb9ea5e8ad150b1d01868b4d51f5ca219101e/street_lighting.json", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -112368,15 +106703,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 2, - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/4796376181": "The location of this object is inaccurate and should be moved a few meter", - "move:node/8149481171": "The location of this object is inaccurate and should be moved a few meter" - } + "host": "127.0.0.1:1234", + "move": 2, + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/4796376181": "The location of this object is inaccurate and should be moved a few meter", + "move:node/8149481171": "The location of this object is inaccurate and should be moved a few meter" }, "geometry": { "type": "Point", @@ -112410,12 +106743,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -112449,13 +106780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -112494,13 +106823,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112539,13 +106866,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112579,13 +106904,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -112619,13 +106942,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -112664,13 +106985,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112704,13 +107023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "fr", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "fr", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -112744,12 +107061,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vets", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "vets", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -112783,12 +107098,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -112822,13 +107135,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -112862,13 +107173,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -112902,13 +107211,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112942,13 +107249,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -112982,13 +107287,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113022,13 +107325,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -113062,13 +107363,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113102,12 +107401,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -113141,13 +107438,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -113181,13 +107476,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113221,13 +107514,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113261,15 +107552,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -113303,15 +107591,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "answer": 12, - "create": 3, - "imagery": "osm", - "language": "de" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "answer": 12, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -113345,13 +107630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113385,15 +107668,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "answer": 11, - "create": 3, - "imagery": "osm", - "language": "de" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "answer": 11, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -113427,13 +107707,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113467,13 +107745,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113512,13 +107788,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113557,13 +107831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113597,13 +107869,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -113637,11 +107907,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -113675,13 +107943,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "pl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "pl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113715,12 +107981,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vets", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "vets", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -113754,14 +108018,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cafes_and_pubs", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cafes_and_pubs", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -113795,13 +108057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -113835,13 +108095,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -113875,13 +108133,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -113915,14 +108171,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 13, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 13, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -113956,13 +108210,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -113996,13 +108248,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114036,12 +108286,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -114075,13 +108323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -114115,14 +108361,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 2, - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 2, + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -114156,11 +108400,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -114194,14 +108436,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -114235,13 +108475,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114275,13 +108513,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114315,12 +108551,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://gist.githubusercontent.com/robinlinde/d22223ebe86469b0ff08e7f308ab109c/raw/425cd9fcbd0bacf96eb15d26f5ebe26c767d85ad/street_lighting.json", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "https://gist.githubusercontent.com/robinlinde/d22223ebe86469b0ff08e7f308ab109c/raw/425cd9fcbd0bacf96eb15d26f5ebe26c767d85ad/street_lighting.json", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -114359,12 +108593,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -114403,12 +108635,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -114447,13 +108677,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -114492,13 +108720,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -114537,13 +108763,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114577,14 +108801,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -114618,13 +108840,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -114663,13 +108883,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -114703,13 +108921,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -114743,13 +108959,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114783,14 +108997,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 76, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 76, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -114824,14 +109036,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -114865,13 +109075,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -114905,13 +109113,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114945,13 +109151,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -114985,14 +109189,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -115026,13 +109227,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -115066,12 +109265,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115110,13 +109307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -115150,12 +109345,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115189,15 +109382,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 1, - "theme": "./assets/themes/benches/bench_poi.svg", - "answer": 1, - "imagery": "osm", - "language": "en", - "move:node/2410018174": "The location of this object is inaccurate and should be moved a few meter" - } + "host": "127.0.0.1:1234", + "move": 1, + "theme": "./assets/themes/benches/bench_poi.svg", + "answer": 1, + "imagery": "osm", + "language": "en", + "move:node/2410018174": "The location of this object is inaccurate and should be moved a few meter" }, "geometry": { "type": "Point", @@ -115231,13 +109422,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "benches", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "benches", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115276,12 +109465,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115315,14 +109502,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 218, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 218, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115356,14 +109541,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115397,14 +109580,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 14, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 14, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115438,14 +109619,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 121, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 121, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115479,14 +109658,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 16, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 16, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115525,12 +109702,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115564,16 +109739,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "postboxes", - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "en", - "add-image": 1, - "deletion:node/1603226228": "not found" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "add-image": 1, + "deletion:node/1603226228": "not found" }, "geometry": { "type": "Point", @@ -115612,12 +109785,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115651,12 +109822,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hackerspaces", - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hackerspaces", + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -115690,14 +109859,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 204, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 204, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115731,14 +109898,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 52, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 52, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -115777,13 +109942,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -115822,13 +109985,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -115862,13 +110023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -115902,14 +110061,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -115943,14 +110100,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -115989,14 +110144,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "uk_addresses", - "imagery": "osm", - "language": "en", - "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "uk_addresses", + "imagery": "osm", + "language": "en", + "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" }, "geometry": { "type": "Point", @@ -116030,14 +110183,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116071,14 +110222,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116112,14 +110261,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -116153,13 +110300,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116193,13 +110338,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116233,12 +110376,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hackerspaces", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hackerspaces", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -116277,12 +110418,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "natuurpunt", - "imagery": "osmfr-basque", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "natuurpunt", + "imagery": "osmfr-basque", + "language": "nl" }, "geometry": { "type": "Point", @@ -116316,14 +110455,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 13, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 13, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -116362,13 +110499,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -116402,12 +110537,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -116441,13 +110574,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116481,13 +110612,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116526,13 +110655,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116571,13 +110698,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116616,13 +110741,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -116656,12 +110779,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -116700,13 +110821,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -116745,13 +110864,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -116790,14 +110907,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116836,13 +110951,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116876,13 +110989,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116916,13 +111027,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -116956,13 +111065,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 63, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 63, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -116996,12 +111103,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -117040,12 +111145,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -117084,12 +111187,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -117128,13 +111229,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117173,12 +111272,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "ru" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "ru" }, "geometry": { "type": "Point", @@ -117217,12 +111314,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "ru" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "ru" }, "geometry": { "type": "Point", @@ -117261,13 +111356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117306,13 +111399,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117351,13 +111442,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117396,13 +111485,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117441,12 +111528,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "ru" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "ru" }, "geometry": { "type": "Point", @@ -117480,14 +111565,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -117521,13 +111604,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117561,12 +111642,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -117600,12 +111679,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -117644,13 +111721,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117689,13 +111764,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -117729,12 +111802,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -117768,13 +111839,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -117808,14 +111877,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -117863,12 +111930,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "Actueel_ortho25_WMS", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "Actueel_ortho25_WMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -117902,13 +111967,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -117942,12 +112005,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -117981,12 +112042,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "Actueel_ortho25_WMS", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "Actueel_ortho25_WMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -118020,12 +112079,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -118059,12 +112116,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "Actueel_ortho25_WMS", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "Actueel_ortho25_WMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -118098,14 +112153,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -118139,13 +112192,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118179,14 +112230,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -118220,13 +112269,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -118260,14 +112307,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118301,13 +112346,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118341,13 +112384,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118381,13 +112422,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118426,13 +112465,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118471,13 +112508,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -118511,13 +112546,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118551,13 +112584,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -118591,13 +112622,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -118631,14 +112660,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118672,14 +112699,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118718,13 +112743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -118758,14 +112781,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118804,13 +112825,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -118849,13 +112868,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "ru", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "ru", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -118889,14 +112906,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 12, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -118935,13 +112950,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -118975,14 +112988,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/alpha/", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/alpha/", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -119016,13 +113027,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -119056,13 +113065,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 10, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 10, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -119096,13 +113103,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -119136,13 +113141,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119176,13 +113179,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119216,13 +113217,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119256,13 +113255,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119296,13 +113293,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119336,13 +113331,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119376,13 +113369,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -119421,13 +113412,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119461,13 +113450,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119501,14 +113488,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "uk_addresses", - "imagery": "osm", - "language": "en", - "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "uk_addresses", + "imagery": "osm", + "language": "en", + "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" }, "geometry": { "type": "Point", @@ -119542,12 +113527,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -119581,13 +113564,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119621,13 +113602,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119661,13 +113640,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -119701,13 +113678,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -119741,14 +113716,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119782,14 +113755,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toerisme_vlaanderen", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toerisme_vlaanderen", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119823,13 +113794,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119868,13 +113837,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -119913,13 +113880,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -119953,12 +113918,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -119997,13 +113960,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -120042,13 +114003,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -120087,13 +114046,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -120127,12 +114084,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wheelchairsidewalks", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "wheelchairsidewalks", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -120166,12 +114121,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -120205,12 +114158,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -120244,12 +114195,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -120283,13 +114232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120328,13 +114275,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120373,13 +114318,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -120418,13 +114361,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -120458,14 +114399,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -120504,13 +114443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120549,13 +114486,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120589,13 +114524,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -120629,14 +114562,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120670,12 +114601,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -120709,13 +114638,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -120749,13 +114676,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120789,14 +114714,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclestreets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclestreets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120830,12 +114753,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -120869,13 +114790,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -120909,12 +114828,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -120948,13 +114865,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -120988,13 +114903,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121028,13 +114941,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -121068,13 +114979,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121108,13 +115017,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121148,13 +115055,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121188,13 +115093,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121228,13 +115131,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -121268,13 +115169,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -121308,13 +115207,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -121348,13 +115245,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121388,13 +115283,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -121428,12 +115321,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -121467,13 +115358,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121507,13 +115396,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -121547,13 +115434,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121587,13 +115472,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -121627,13 +115510,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121667,12 +115548,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -121706,13 +115585,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -121751,13 +115628,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121791,14 +115666,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toerisme_vlaanderen", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toerisme_vlaanderen", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121832,13 +115705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121872,13 +115743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121912,13 +115781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -121957,13 +115824,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -122002,13 +115867,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -122042,13 +115905,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -122082,12 +115943,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122121,12 +115980,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -122160,16 +116017,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 1, - "create": 8, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 8, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 8, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -122203,14 +116057,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 4, - "imagery": "osm", - "language": "de", - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 4, + "imagery": "osm", + "language": "de", + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -122244,14 +116096,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 5, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 5 }, "geometry": { "type": "Point", @@ -122285,13 +116134,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 52, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 52, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122330,14 +116177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "observation_towers", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "observation_towers", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122371,13 +116215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -122411,15 +116253,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "it", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "it", + "add-image": 1 }, "geometry": { "type": "Point", @@ -122453,14 +116292,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_5000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_5000m": 2 }, "geometry": { "type": "Point", @@ -122494,13 +116331,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -122539,14 +116374,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122580,13 +116412,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -122625,14 +116455,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "answer": 8, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122671,13 +116498,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122711,13 +116536,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 39, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 39, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122751,13 +116574,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -122791,16 +116612,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "create": 5, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 5, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 5, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -122834,14 +116652,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 3, - "imagery": "Mapbox", - "language": "de", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 3, + "imagery": "Mapbox", + "language": "de", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -122875,17 +116691,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "create": 2, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 2, - "change_within_25m": 2, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 2, + "change_within_25m": 2, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -122919,17 +116732,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 133, - "imagery": "osm", - "language": "en", - "change_within_25m": 5, - "change_within_50m": 11, - "change_within_100m": 29, - "change_within_500m": 88 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 133, + "imagery": "osm", + "language": "en", + "change_within_25m": 5, + "change_within_50m": 11, + "change_within_100m": 29, + "change_within_500m": 88 }, "geometry": { "type": "Point", @@ -122963,14 +116774,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "answer": 41, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "answer": 41, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -123004,14 +116813,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "containeronvas", - "answer": 1, - "create": 1, - "imagery": "EsriWorldImagery", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "containeronvas", + "answer": 1, + "imagery": "EsriWorldImagery", + "language": "ca" }, "geometry": { "type": "Point", @@ -123037,7 +116843,7 @@ "imagery_used": "Not reported", "date": "2021-11-28T22:14:08Z", "reviewed_features": [], - "create": 6, + "create": 7, "modify": 12, "delete": 0, "area": 0.00014517395749991, @@ -123045,17 +116851,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 29, - "create": 7, - "imagery": "osm", - "language": "it", - "add-image": 2, - "change_over_5000m": 2, - "change_within_1000m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 29, + "imagery": "osm", + "language": "it", + "add-image": 2, + "change_over_5000m": 2, + "change_within_1000m": 6 }, "geometry": { "type": "Point", @@ -123089,13 +116892,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -123129,13 +116930,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 1, - "imagery": "USDA-NAIP", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "USDA-NAIP", + "language": "en" }, "geometry": { "type": "Point", @@ -123169,14 +116967,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -123210,14 +117005,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://osmbe/play/master/mapcomplete/cyclestreets/cyclestreets.json", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://osmbe/play/master/mapcomplete/cyclestreets/cyclestreets.json", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -123251,16 +117044,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -123294,14 +117084,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -123335,14 +117123,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 5, - "imagery": "osm", - "language": "nl", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 5, + "imagery": "osm", + "language": "nl", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -123376,14 +117162,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 2, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -123417,13 +117201,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -123457,13 +117239,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "lit", - "answer": 2, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "lit", + "answer": 2, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -123497,13 +117277,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://yopaseopor/osmlitmap/master/src/json/lit.json", - "create": 1, - "imagery": "PNOA-Spain-TMS", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "gh://yopaseopor/osmlitmap/master/src/json/lit.json", + "imagery": "PNOA-Spain-TMS", + "language": "ca" }, "geometry": { "type": "Point", @@ -123542,16 +117319,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "deletion": 2, - "language": "en", - "deletion:node/8860535700": "not found", - "deletion:node/9165200919": "not found" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "deletion": 2, + "language": "en", + "deletion:node/8860535700": "not found", + "deletion:node/9165200919": "not found" }, "geometry": { "type": "Point", @@ -123585,15 +117360,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "answer": 1, - "create": 1, - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -123632,13 +117404,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -123672,14 +117442,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -123713,14 +117481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "AGIV", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "AGIV", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -123775,13 +117540,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -123820,13 +117583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -123860,13 +117621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -123900,16 +117659,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -123943,14 +117699,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_1000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_1000m": 2 }, "geometry": { "type": "Point", @@ -123984,16 +117738,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 12, - "create": 3, - "imagery": "osm", - "language": "en", - "change_over_5000m": 3, - "change_within_25m": 12 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 12, + "imagery": "osm", + "language": "en", + "change_over_5000m": 3, + "change_within_25m": 12 }, "geometry": { "type": "Point", @@ -124027,14 +117778,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124068,14 +117816,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 4 }, "geometry": { "type": "Point", @@ -124109,16 +117855,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 11, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 11 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 11, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 11 }, "geometry": { "type": "Point", @@ -124152,13 +117895,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -124197,13 +117937,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124237,14 +117975,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "schools", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "schools", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -124278,14 +118014,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124319,16 +118053,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -124362,15 +118093,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -124409,13 +118138,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -124449,14 +118176,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -124490,15 +118215,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -124537,13 +118260,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124577,13 +118298,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "add-image": 3 }, "geometry": { "type": "Point", @@ -124617,13 +118336,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -124662,14 +118379,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 2, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "imagery": "HDM_HOT", + "language": "nl" }, "geometry": { "type": "Point", @@ -124708,13 +118422,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124748,13 +118460,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -124788,13 +118498,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -124828,15 +118536,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 26, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 26 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 26, + "imagery": "osm", + "language": "en", + "change_within_25m": 26 }, "geometry": { "type": "Point", @@ -124870,15 +118575,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -124912,19 +118614,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 25, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 2, - "change_within_25m": 10, - "change_within_100m": 4, - "change_within_500m": 4, - "change_within_5000m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 25, + "imagery": "osm", + "language": "en", + "add-image": 2, + "change_within_25m": 10, + "change_within_100m": 4, + "change_within_500m": 4, + "change_within_5000m": 9 }, "geometry": { "type": "Point", @@ -124963,15 +118662,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -125005,15 +118701,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 11, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 11 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 11, + "imagery": "osm", + "language": "en", + "change_within_25m": 11 }, "geometry": { "type": "Point", @@ -125039,7 +118732,7 @@ "imagery_used": "Not reported", "date": "2021-11-22T17:15:38Z", "reviewed_features": [], - "create": 6, + "create": 8, "modify": 8, "delete": 0, "area": 0.0000944718887499518, @@ -125047,17 +118740,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 30, - "create": 8, - "imagery": "osm", - "language": "en", - "change_within_25m": 19, - "change_within_50m": 10, - "change_within_500m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 30, + "imagery": "osm", + "language": "en", + "change_within_25m": 19, + "change_within_50m": 10, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -125091,15 +118781,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 8, - "create": 3, - "imagery": "AGIV", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 8, + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -125133,13 +118820,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -125173,16 +118858,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/post-partner/", - "theme": "postboxes", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 3, - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/post-partner/", + "theme": "postboxes", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 3, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -125208,7 +118891,7 @@ "imagery_used": "Not reported", "date": "2021-11-22T13:37:42Z", "reviewed_features": [], - "create": 7, + "create": 11, "modify": 13, "delete": 0, "area": 0.000117263026560204, @@ -125216,16 +118899,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 41, - "create": 11, - "imagery": "osm", - "language": "en", - "change_within_25m": 34, - "change_within_50m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 41, + "imagery": "osm", + "language": "en", + "change_within_25m": 34, + "change_within_50m": 7 }, "geometry": { "type": "Point", @@ -125259,13 +118939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -125299,13 +118977,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -125339,16 +119015,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 12, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 5, - "change_within_500m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 12, + "imagery": "osm", + "language": "en", + "change_within_25m": 5, + "change_within_500m": 5 }, "geometry": { "type": "Point", @@ -125382,13 +119055,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 10, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 10, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -125422,16 +119093,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 14, - "create": 3, - "imagery": "osm", - "language": "en", - "change_within_25m": 11, - "change_within_50m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 14, + "imagery": "osm", + "language": "en", + "change_within_25m": 11, + "change_within_50m": 3 }, "geometry": { "type": "Point", @@ -125465,14 +119133,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 4 }, "geometry": { "type": "Point", @@ -125506,16 +119172,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 24, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 14, - "change_within_100m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 24, + "imagery": "osm", + "language": "en", + "change_within_25m": 14, + "change_within_100m": 10 }, "geometry": { "type": "Point", @@ -125549,13 +119212,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -125589,14 +119250,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 36, - "theme": "grb", - "imagery": "AGIV", - "language": "nl", - "conflation": 18 - } + "host": "127.0.0.1:1234", + "move": 36, + "theme": "grb", + "imagery": "AGIV", + "language": "nl", + "conflation": 18 }, "geometry": { "type": "Point", @@ -125630,13 +119289,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -125670,16 +119327,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 84, - "theme": "grb", - "answer": 19, - "import": 8, - "imagery": "AGIV", - "language": "nl", - "conflation": 40 - } + "host": "127.0.0.1:1234", + "move": 84, + "theme": "grb", + "answer": 19, + "import": 8, + "imagery": "AGIV", + "language": "nl", + "conflation": 40 }, "geometry": { "type": "Point", @@ -125713,13 +119368,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 15, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 15, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -125753,16 +119406,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "answer": 4, - "imagery": "osm", - "language": "en", - "add-image": 3, - "change_over_5000m": 7 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 3, + "change_over_5000m": 7 }, "geometry": { "type": "Point", @@ -125796,16 +119447,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "answer": 5, - "imagery": "osm", - "language": "en", - "add-image": 3, - "change_over_5000m": 8 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 3, + "change_over_5000m": 8 }, "geometry": { "type": "Point", @@ -125839,17 +119488,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 5, - "move:node/9272741457": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 5, + "move:node/9272741457": "improve_accuracy" }, "geometry": { "type": "Point", @@ -125883,15 +119529,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "answer": 21, - "imagery": "osm", - "language": "en", - "change_over_5000m": 21 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "answer": 21, + "imagery": "osm", + "language": "en", + "change_over_5000m": 21 }, "geometry": { "type": "Point", @@ -125925,16 +119569,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -125968,14 +119609,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "id", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "id", + "answer": 7, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -126009,14 +119647,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "create": 1, - "imagery": "EsriWorldImagery", - "language": "it" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "EsriWorldImagery", + "language": "it" }, "geometry": { "type": "Point", @@ -126055,14 +119690,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126101,13 +119733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126141,14 +119771,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_1000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_1000m": 2 }, "geometry": { "type": "Point", @@ -126182,15 +119810,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -126224,16 +119849,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 8, - "create": 1, - "imagery": "osm", - "language": "it", - "change_within_500m": 2, - "change_within_1000m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 8, + "imagery": "osm", + "language": "it", + "change_within_500m": 2, + "change_within_1000m": 6 }, "geometry": { "type": "Point", @@ -126272,14 +119894,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 1, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -126313,15 +119932,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_500m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -126355,14 +119972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 9, - "create": 2, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 9, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -126396,15 +120010,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -126438,15 +120049,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hackerspaces", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_over_5000m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hackerspaces", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2 }, "geometry": { "type": "Point", @@ -126480,16 +120089,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -126523,15 +120129,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "en", - "change_within_25m": 1, - "deletion:node/4314294835": "not found" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "change_within_25m": 1, + "deletion:node/4314294835": "not found" }, "geometry": { "type": "Point", @@ -126565,15 +120169,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_within_5000m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en", + "change_within_5000m": 3 }, "geometry": { "type": "Point", @@ -126607,15 +120208,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -126649,13 +120248,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -126689,19 +120285,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 46, - "create": 9, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 4, - "change_within_25m": 45, - "change_within_100m": 6, - "move:node/9269860379": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 46, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 4, + "change_within_25m": 45, + "change_within_100m": 6, + "move:node/9269860379": "improve_accuracy" }, "geometry": { "type": "Point", @@ -126740,13 +120333,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -126780,13 +120371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 43, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 43, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126820,13 +120409,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 33, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 33, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126860,13 +120447,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 11, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126900,16 +120485,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "create": 2, - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "change_within_25m": 1, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "change_within_25m": 1, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -126943,13 +120525,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 17, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 17, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -126983,15 +120563,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_500m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_500m": 6 }, "geometry": { "type": "Point", @@ -127025,16 +120602,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "toilets", - "answer": 7, - "create": 2, - "imagery": "osm", - "language": "en", - "move:node/9269432914": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "toilets", + "answer": 7, + "imagery": "osm", + "language": "en", + "move:node/9269432914": "improve_accuracy" }, "geometry": { "type": "Point", @@ -127068,16 +120642,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -127111,17 +120682,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "add-image": 1, - "change_within_25m": 3, - "change_within_500m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en", + "add-image": 1, + "change_within_25m": 3, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -127160,14 +120728,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "create": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -127201,13 +120766,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -127241,13 +120804,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "it", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "it", + "add-image": 1 }, "geometry": { "type": "Point", @@ -127281,15 +120842,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -127328,10 +120886,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -127365,13 +120921,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -127405,13 +120959,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 10, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 10, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -127445,13 +120997,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -127485,16 +121034,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 8 }, "geometry": { "type": "Point", @@ -127528,14 +121074,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 8, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 12 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 8, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 12 }, "geometry": { "type": "Point", @@ -127569,15 +121113,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "change_within_5000m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "HDM_HOT", + "language": "nl", + "change_within_5000m": 4 }, "geometry": { "type": "Point", @@ -127616,14 +121157,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "answer": 1, - "imagery": "osm", - "language": "nl", - "change_within_500m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -127657,15 +121196,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 7, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "HDM_HOT", + "language": "nl", + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -127699,13 +121235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -127739,15 +121273,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 14, - "theme": "grb", - "answer": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 2 - } + "host": "mapcomplete.osm.be", + "move": 14, + "theme": "grb", + "answer": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 2 }, "geometry": { "type": "Point", @@ -127781,16 +121313,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 181, - "theme": "grb", - "answer": 1, - "import": 7, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 18 - } + "host": "mapcomplete.osm.be", + "move": 181, + "theme": "grb", + "answer": 1, + "import": 7, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 18 }, "geometry": { "type": "Point", @@ -127824,14 +121354,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "split": 4, - "theme": "cyclestreets", - "answer": 6, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "split": 4, + "theme": "cyclestreets", + "answer": 6, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -127865,15 +121393,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 6, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "change_within_500m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "imagery": "HDM_HOT", + "language": "nl", + "change_within_500m": 6 }, "geometry": { "type": "Point", @@ -127907,13 +121432,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -127947,16 +121470,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 6, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 1, - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 1, + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -127990,14 +121510,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -128031,13 +121548,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -128071,14 +121586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -128112,14 +121624,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 14, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 14, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -128158,15 +121668,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "answer": 5, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "answer": 5, + "imagery": "CartoDB.Positron", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -128205,14 +121712,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 8, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 8, + "imagery": "CartoDB.Positron", + "language": "nl" }, "geometry": { "type": "Point", @@ -128251,13 +121755,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -128291,14 +121793,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -128332,17 +121832,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toerisme_vlaanderen", - "answer": 1, - "create": 1, - "imagery": "osm", - "deletion": 1, - "language": "nl", - "change_within_500m": 2, - "deletion:node/9257811058": "testing point" - } + "host": "mapcomplete.osm.be", + "theme": "toerisme_vlaanderen", + "answer": 1, + "imagery": "osm", + "deletion": 1, + "language": "nl", + "change_within_500m": 2, + "deletion:node/9257811058": "testing point" }, "geometry": { "type": "Point", @@ -128376,15 +121873,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "de", - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -128418,15 +121913,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "answer": 3, - "imagery": "osm", - "language": "de", - "change_within_25m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "de", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -128460,13 +121953,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -128500,13 +121991,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 4, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 4, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -128540,14 +122029,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -128581,14 +122068,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 3 }, "geometry": { "type": "Point", @@ -128622,14 +122107,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_within_5000m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_5000m": 4 }, "geometry": { "type": "Point", @@ -128663,14 +122146,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -128704,14 +122185,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "osm", - "language": "en", - "add-image": 6 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "en", + "add-image": 6 }, "geometry": { "type": "Point", @@ -128745,13 +122224,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "import": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -128785,16 +122262,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 2, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 2, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -128828,14 +122302,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 1, - "import": 4, - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 1, + "import": 4, + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -128869,17 +122341,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 9, - "create": 8, - "imagery": "osm", - "language": "en", - "add-image": 7, - "change_within_25m": 14, - "change_within_500m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 9, + "imagery": "osm", + "language": "en", + "add-image": 7, + "change_within_25m": 14, + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -128918,13 +122387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -128958,15 +122425,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "answer": 2, - "create": 5, - "imagery": "Mapbox", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "answer": 2, + "imagery": "Mapbox", + "language": "en" }, "geometry": { "type": "Point", @@ -129000,15 +122464,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "answer": 78, - "imagery": "osm", - "language": "en", - "add-image": 20 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 78, + "imagery": "osm", + "language": "en", + "add-image": 20 }, "geometry": { "type": "Point", @@ -129042,13 +122504,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "import": 15, - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 15, + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -129082,16 +122542,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclestreets", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_100m": 1, - "change_within_500m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclestreets", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_100m": 1, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -129125,14 +122583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129166,13 +122621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 7, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 7, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -129206,14 +122659,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 10, - "imagery": "osm", - "language": "en", - "change_within_5000m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 10, + "imagery": "osm", + "language": "en", + "change_within_5000m": 10 }, "geometry": { "type": "Point", @@ -129252,13 +122703,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -129292,16 +122741,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 8, - "imagery": "osm", - "language": "en", - "change_within_25m": 9, - "move:node/9247814726": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 8, + "imagery": "osm", + "language": "en", + "change_within_25m": 9, + "move:node/9247814726": "improve_accuracy" }, "geometry": { "type": "Point", @@ -129340,13 +122787,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 447, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 447, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129380,13 +122825,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -129429,13 +122872,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 324, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 324, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129469,14 +122910,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 8, - "change_within_1000m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 8, + "change_within_1000m": 8 }, "geometry": { "type": "Point", @@ -129510,14 +122949,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 53, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 53 - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 53, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 53 }, "geometry": { "type": "Point", @@ -129551,14 +122988,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -129592,13 +123027,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129632,15 +123065,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "answer": 3, - "imagery": "osm", - "language": "en", - "change_within_25m": 1, - "change_within_50m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 1, + "change_within_50m": 2 }, "geometry": { "type": "Point", @@ -129674,14 +123105,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -129715,16 +123144,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 6, - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "nl", + "add-image": 6, + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -129758,13 +123184,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -129798,13 +123222,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129838,14 +123260,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 3, - "imagery": "osm", - "language": "nl", - "change_within_5000m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 3, + "imagery": "osm", + "language": "nl", + "change_within_5000m": 3 }, "geometry": { "type": "Point", @@ -129879,13 +123299,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -129919,14 +123337,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "answer": 10, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "answer": 10, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -129960,15 +123376,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_500m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -130002,15 +123416,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", - "answer": 2, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -130044,14 +123456,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/toilets-at-amenity/", - "theme": "toilets", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/toilets-at-amenity/", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -130085,14 +123495,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 17, - "create": 3, - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 17, + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -130126,13 +123533,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -130166,15 +123571,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 2, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_within_500m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 2, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -130213,15 +123616,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "parkings", - "create": 2, - "imagery": "osm", - "language": "de", - "move:node/-1": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "move:node/-1": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130255,15 +123655,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "add-image": 2, - "change_within_500m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "add-image": 2, + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -130302,17 +123700,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "artwork", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "de", - "move:node/-1": "improve_accuracy", - "move:node/-2": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "de", + "move:node/-1": "improve_accuracy", + "move:node/-2": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130351,15 +123746,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "observation_towers", - "answer": 6, - "imagery": "osm", - "language": "de", - "move:node/1719597181": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "observation_towers", + "answer": 6, + "imagery": "osm", + "language": "de", + "move:node/1719597181": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130398,14 +123791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 5, - "create": 6, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130444,15 +123834,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "shops", - "imagery": "osm", - "language": "de", - "move:node/267286858": "improve_accuracy", - "move:node/322806285": "relocated" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "shops", + "imagery": "osm", + "language": "de", + "move:node/267286858": "improve_accuracy", + "move:node/322806285": "relocated" }, "geometry": { "type": "Point", @@ -130491,14 +123879,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130537,19 +123922,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 5, - "theme": "trees", - "answer": 15, - "imagery": "osm", - "language": "de", - "move:node/1754404741": "improve_accuracy", - "move:node/1754404754": "improve_accuracy", - "move:node/1754404771": "improve_accuracy", - "move:node/1754404811": "improve_accuracy", - "move:node/5368395007": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 5, + "theme": "trees", + "answer": 15, + "imagery": "osm", + "language": "de", + "move:node/1754404741": "improve_accuracy", + "move:node/1754404754": "improve_accuracy", + "move:node/1754404771": "improve_accuracy", + "move:node/1754404811": "improve_accuracy", + "move:node/5368395007": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130588,13 +123971,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130633,13 +124013,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130678,13 +124055,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130718,13 +124092,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -130763,14 +124135,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -130809,16 +124178,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "parkings", - "create": 2, - "imagery": "osm", - "language": "de", - "move:node/-3": "improve_accuracy", - "move:node/9250298364": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "move:node/-3": "improve_accuracy", + "move:node/9250298364": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130857,17 +124223,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 3, - "theme": "parkings", - "create": 3, - "imagery": "osm", - "language": "de", - "move:node/-1": "improve_accuracy", - "move:node/-2": "improve_accuracy", - "move:node/-3": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "move:node/-1": "improve_accuracy", + "move:node/-2": "improve_accuracy", + "move:node/-3": "improve_accuracy" }, "geometry": { "type": "Point", @@ -130901,13 +124264,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -130946,13 +124307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -130991,15 +124350,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_50m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_50m": 2 }, "geometry": { "type": "Point", @@ -131038,14 +124394,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 7, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -131084,14 +124437,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "answer": 4, - "create": 3, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -131130,14 +124480,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 13, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 13, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -131176,13 +124523,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -131221,21 +124566,18 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 5, - "theme": "parkings", - "create": 6, - "imagery": "osm", - "language": "de", - "add-image": 2, - "move:node/-1": "improve_accuracy", - "move:node/-4": "improve_accuracy", - "change_within_25m": 2, - "change_within_50m": 3, - "change_within_100m": 2, - "move:node/9250188450": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 5, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "add-image": 2, + "move:node/-1": "improve_accuracy", + "move:node/-4": "improve_accuracy", + "change_within_25m": 2, + "change_within_50m": 3, + "change_within_100m": 2, + "move:node/9250188450": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131274,19 +124616,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "benches", - "answer": 32, - "create": 5, - "imagery": "osm", - "language": "de", - "change_within_25m": 25, - "change_within_50m": 6, - "move:node/9250013123": "improve_accuracy", - "move:node/9250177500": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "benches", + "answer": 32, + "imagery": "osm", + "language": "de", + "change_within_25m": 25, + "change_within_50m": 6, + "move:node/9250013123": "improve_accuracy", + "move:node/9250177500": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131325,26 +124664,23 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 7, - "theme": "trees", - "answer": 29, - "create": 12, - "imagery": "osm", - "language": "de", - "add-image": 2, - "move:node/-1": "improve_accuracy", - "change_within_25m": 30, - "change_within_50m": 6, - "change_within_100m": 2, - "move:node/1874211610": "improve_accuracy", - "move:node/9250164261": "improve_accuracy", - "move:node/9250169556": "improve_accuracy", - "move:node/9250176600": "improve_accuracy", - "move:node/9250185096": "improve_accuracy", - "move:node/9250200237": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 7, + "theme": "trees", + "answer": 29, + "imagery": "osm", + "language": "de", + "add-image": 2, + "move:node/-1": "improve_accuracy", + "change_within_25m": 30, + "change_within_50m": 6, + "change_within_100m": 2, + "move:node/1874211610": "improve_accuracy", + "move:node/9250164261": "improve_accuracy", + "move:node/9250169556": "improve_accuracy", + "move:node/9250176600": "improve_accuracy", + "move:node/9250185096": "improve_accuracy", + "move:node/9250200237": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131383,16 +124719,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 7, - "create": 7, - "imagery": "osm", - "language": "en", - "change_within_25m": 6, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_25m": 6, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -131431,19 +124764,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "personal", - "answer": 32, - "create": 9, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 35, - "move:node/9250160715": "improve_accuracy", - "move:node/9250171354": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "personal", + "answer": 32, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 35, + "move:node/9250160715": "improve_accuracy", + "move:node/9250171354": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131477,13 +124807,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -131522,15 +124850,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_100m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_within_100m": 5 }, "geometry": { "type": "Point", @@ -131564,15 +124889,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/post-partner/", - "theme": "postboxes", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_5000m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/post-partner/", + "theme": "postboxes", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_5000m": 4 }, "geometry": { "type": "Point", @@ -131603,7 +124926,7 @@ "imagery_used": "Not reported", "date": "2021-11-14T10:55:30Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 1, "delete": 0, "area": 0.0000184265210999496, @@ -131611,14 +124934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 2, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -131652,15 +124972,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/post-partner/", - "theme": "postboxes", - "answer": 11, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_5000m": 11 - } + "host": "pietervdvn.github.io", + "path": "mc/post-partner/", + "theme": "postboxes", + "answer": 11, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_5000m": 11 }, "geometry": { "type": "Point", @@ -131699,19 +125017,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "street_lighting", - "answer": 55, - "create": 9, - "imagery": "osm", - "language": "en", - "change_within_25m": 47, - "change_within_50m": 10, - "move:node/9250101192": "improve_accuracy", - "move:node/9250140726": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "street_lighting", + "answer": 55, + "imagery": "osm", + "language": "en", + "change_within_25m": 47, + "change_within_50m": 10, + "move:node/9250101192": "improve_accuracy", + "move:node/9250140726": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131750,17 +125065,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1, - "change_within_25m": 6, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "de", + "add-image": 1, + "change_within_25m": 6, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -131799,16 +125111,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "split": 3, - "theme": "cycle_infra", - "answer": 37, - "create": 3, - "imagery": "CartoDB.Voyager", - "language": "de", - "relation-fix": 3 - } + "host": "mapcomplete.osm.be", + "split": 3, + "theme": "cycle_infra", + "answer": 37, + "imagery": "CartoDB.Voyager", + "language": "de", + "relation-fix": 3 }, "geometry": { "type": "Point", @@ -131847,17 +125156,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 21, - "create": 9, - "imagery": "osm", - "language": "de", - "add-image": 4, - "change_within_25m": 22, - "change_within_50m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 21, + "imagery": "osm", + "language": "de", + "add-image": 4, + "change_within_25m": 22, + "change_within_50m": 3 }, "geometry": { "type": "Point", @@ -131888,7 +125194,7 @@ "imagery_used": "Not reported", "date": "2021-11-14T10:16:41Z", "reviewed_features": [], - "create": 6, + "create": 5, "modify": 4, "delete": 0, "area": 0.00000527521994999788, @@ -131896,17 +125202,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 24, - "create": 5, - "imagery": "osm", - "language": "de", - "change_within_25m": 6, - "change_within_50m": 17, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 24, + "imagery": "osm", + "language": "de", + "change_within_25m": 6, + "change_within_50m": 17, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -131945,18 +125248,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 2, - "change_within_25m": 4, - "move:node/9250058943": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "de", + "add-image": 2, + "change_within_25m": 4, + "move:node/9250058943": "improve_accuracy" }, "geometry": { "type": "Point", @@ -131995,15 +125295,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -132042,15 +125339,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 1, - "imagery": "HDM_HOT", - "language": "de", - "add-image": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "de", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -132089,17 +125383,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 12, - "create": 12, - "imagery": "osm", - "language": "de", - "change_within_25m": 7, - "change_within_50m": 1, - "change_within_100m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 12, + "imagery": "osm", + "language": "de", + "change_within_25m": 7, + "change_within_50m": 1, + "change_within_100m": 4 }, "geometry": { "type": "Point", @@ -132138,13 +125429,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132183,18 +125471,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 26, - "create": 6, - "imagery": "osm", - "language": "de", - "add-image": 1, - "change_within_25m": 8, - "change_within_50m": 14, - "change_within_100m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 26, + "imagery": "osm", + "language": "de", + "add-image": 1, + "change_within_25m": 8, + "change_within_50m": 14, + "change_within_100m": 5 }, "geometry": { "type": "Point", @@ -132233,13 +125518,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -132278,14 +125561,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -132324,13 +125604,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 10, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 10, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132369,14 +125647,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132415,13 +125690,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 7, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 7, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132460,13 +125733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132505,13 +125776,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 13, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 13, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132550,13 +125819,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 8, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132595,13 +125862,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 59, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 59, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -132640,13 +125905,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -132680,15 +125943,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -132727,13 +125988,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 5, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132772,13 +126031,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 8, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132817,13 +126074,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 17, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 17, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -132862,13 +126117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 9, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 9, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132907,13 +126160,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 12, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 12, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -132952,13 +126203,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 36, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 36, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -132997,13 +126246,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 9, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 9, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133042,13 +126289,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -133082,17 +126327,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "street_lighting", - "answer": 80, - "create": 39, - "imagery": "Actueel_orthoHR_WMTS", - "language": "en", - "change_over_5000m": 39, - "change_within_5000m": 80 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "street_lighting", + "answer": 80, + "imagery": "Actueel_orthoHR_WMTS", + "language": "en", + "change_over_5000m": 39, + "change_within_5000m": 80 }, "geometry": { "type": "Point", @@ -133126,17 +126368,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "street_lighting", - "answer": 4, - "imagery": "Actueel_orthoHR_WMTS", - "language": "en", - "change_within_50m": 1, - "change_within_100m": 1, - "change_within_500m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "street_lighting", + "answer": 4, + "imagery": "Actueel_orthoHR_WMTS", + "language": "en", + "change_within_50m": 1, + "change_within_100m": 1, + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -133170,14 +126410,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "en", - "change_within_5000m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_5000m": 3 }, "geometry": { "type": "Point", @@ -133216,13 +126454,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -133256,15 +126492,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -133303,13 +126537,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -133348,13 +126580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 15, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 15, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133393,13 +126623,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -133438,13 +126666,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 6, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133478,20 +126704,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 2, - "path": "mc/develop/", - "theme": "toilets", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "move:node/-1": "improve_accuracy", - "change_over_5000m": 1, - "change_within_25m": 8, - "move:node/9248363054": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 2, + "path": "mc/develop/", + "theme": "toilets", + "answer": 6, + "imagery": "osm", + "language": "en", + "move:node/-1": "improve_accuracy", + "change_over_5000m": 1, + "change_within_25m": 8, + "move:node/9248363054": "improve_accuracy" }, "geometry": { "type": "Point", @@ -133530,13 +126753,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 23, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 23, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133570,16 +126791,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "AGIV10cm", - "language": "nl", - "add-image": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "AGIV10cm", + "language": "nl", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -133618,13 +126836,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 20, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 20, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133663,15 +126879,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -133705,13 +126918,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -133750,13 +126961,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133795,13 +127004,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 6, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133840,13 +127047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 13, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 13, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133885,13 +127090,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 31, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 31, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133930,13 +127133,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 32, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 32, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -133975,13 +127176,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -134020,13 +127219,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 8, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134065,13 +127262,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 6, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134105,13 +127300,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -134145,13 +127338,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -134190,13 +127381,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 6, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -134235,13 +127424,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -134280,14 +127467,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -134326,13 +127510,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 14, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 14, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -134371,13 +127553,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -134416,14 +127596,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 17, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 17, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -134457,13 +127634,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -134497,13 +127672,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134542,14 +127715,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134588,14 +127758,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134634,14 +127801,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134680,13 +127844,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134725,14 +127886,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 7, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -134766,14 +127924,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_within_1000m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_within_1000m": 7 }, "geometry": { "type": "Point", @@ -134807,14 +127963,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 1, - "imagery": "HDM_HOT", - "language": "nl", - "change_within_1000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 1, + "imagery": "HDM_HOT", + "language": "nl", + "change_within_1000m": 1 }, "geometry": { "type": "Point", @@ -134853,13 +128007,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -134898,14 +128050,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -134939,15 +128088,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_1000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_1000m": 2 }, "geometry": { "type": "Point", @@ -134986,16 +128132,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -135034,17 +128177,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 2, - "change_within_50m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 6, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 2, + "change_within_50m": 5 }, "geometry": { "type": "Point", @@ -135083,15 +128223,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 3, - "create": 3, - "imagery": "osm", - "language": "en", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -135130,15 +128267,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 10, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1, - "change_within_25m": 11 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 10, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 11 }, "geometry": { "type": "Point", @@ -135177,13 +128312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135222,13 +128355,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135267,13 +128398,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135312,13 +128440,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135352,14 +128477,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -135393,15 +128516,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -135432,7 +128553,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T18:37:02Z", "reviewed_features": [], - "create": 4, + "create": 6, "modify": 0, "delete": 0, "area": 0.0000287575351200046, @@ -135440,13 +128561,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "create": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135477,7 +128595,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T18:14:52Z", "reviewed_features": [], - "create": 11, + "create": 13, "modify": 0, "delete": 0, "area": 0.000058726923320058, @@ -135485,14 +128603,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 9, - "create": 13, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 9, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135531,13 +128646,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135568,7 +128680,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T17:57:52Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -135576,14 +128688,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "answer": 3, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135614,7 +128723,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T17:47:21Z", "reviewed_features": [], - "create": 3, + "create": 5, "modify": 0, "delete": 0, "area": 0.0000551038015999803, @@ -135622,14 +128731,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 1, - "create": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135668,13 +128774,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 4, - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -135705,7 +128808,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T17:21:18Z", "reviewed_features": [], - "create": 9, + "create": 13, "modify": 1, "delete": 0, "area": 0.000124051448040004, @@ -135713,14 +128816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 3, - "create": 13, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135754,14 +128854,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 7, - "imagery": "osm", - "language": "en", - "change_within_1000m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_1000m": 7 }, "geometry": { "type": "Point", @@ -135800,13 +128898,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -135845,16 +128940,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 7, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_50m": 4, - "change_within_100m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_50m": 4, + "change_within_100m": 3 }, "geometry": { "type": "Point", @@ -135893,14 +128985,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -135939,14 +129028,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -135977,7 +129063,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T17:01:00Z", "reviewed_features": [], - "create": 3, + "create": 6, "modify": 5, "delete": 0, "area": 0.0000335890302599913, @@ -135985,14 +129071,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 8, - "create": 6, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 8, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -136031,14 +129114,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -136077,14 +129157,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -136123,13 +129200,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -136168,16 +129242,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -136216,14 +129287,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 8, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 8, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -136262,13 +129330,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136307,13 +129372,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136352,16 +129414,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 25, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 24, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 25, + "imagery": "osm", + "language": "en", + "change_within_25m": 24, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -136400,18 +129459,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "waste_basket", - "answer": 6, - "create": 6, - "imagery": "osm", - "language": "en", - "change_within_25m": 6, - "change_within_50m": 1, - "move:node/9243908844": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "waste_basket", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_within_25m": 6, + "change_within_50m": 1, + "move:node/9243908844": "improve_accuracy" }, "geometry": { "type": "Point", @@ -136442,7 +129498,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T16:22:40Z", "reviewed_features": [], - "create": 1, + "create": 6, "modify": 0, "delete": 0, "area": 0, @@ -136450,14 +129506,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 1, - "create": 6, - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -136496,13 +129549,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 9, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136533,7 +129583,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T16:17:13Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -136541,13 +129591,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136578,7 +129625,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T16:14:55Z", "reviewed_features": [], - "create": 1, + "create": 3, "modify": 0, "delete": 0, "area": 0, @@ -136586,13 +129633,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136631,16 +129675,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 26, - "create": 9, - "imagery": "osm", - "language": "en", - "change_within_25m": 20, - "change_within_50m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 26, + "imagery": "osm", + "language": "en", + "change_within_25m": 20, + "change_within_50m": 6 }, "geometry": { "type": "Point", @@ -136706,15 +129747,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 3, - "create": 2, - "imagery": "osm", - "language": "de", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 3, + "imagery": "osm", + "language": "de", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -136753,13 +129791,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136790,7 +129825,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T16:05:18Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -136798,13 +129833,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136843,16 +129875,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 5, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 6, + "imagery": "osm", + "language": "de", + "change_within_25m": 5, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -136883,7 +129912,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T16:01:19Z", "reviewed_features": [], - "create": 8, + "create": 10, "modify": 2, "delete": 0, "area": 0.00000749192950000058, @@ -136891,14 +129920,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 5, - "create": 10, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -136932,16 +129958,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "create": 1, - "imagery": "AGIV10cm", - "language": "en", - "add-image": 2, - "change_within_25m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "AGIV10cm", + "language": "en", + "add-image": 2, + "change_within_25m": 8 }, "geometry": { "type": "Point", @@ -136980,14 +130003,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137026,13 +130046,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 16, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137071,14 +130088,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 5, - "create": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137117,14 +130131,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137163,13 +130174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -137208,13 +130217,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -137245,7 +130251,7 @@ "imagery_used": "Not reported", "date": "2021-11-11T15:23:16Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -137253,14 +130259,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137299,14 +130302,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 4, - "create": 8, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137345,13 +130345,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137390,14 +130387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -137431,13 +130425,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -137476,13 +130468,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -137521,16 +130511,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "benches", - "answer": 62, - "create": 10, - "imagery": "osm", - "language": "de", - "move:node/9241346070": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "benches", + "answer": 62, + "imagery": "osm", + "language": "de", + "move:node/9241346070": "improve_accuracy" }, "geometry": { "type": "Point", @@ -137569,15 +130556,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "de", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -137616,13 +130600,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -137661,15 +130642,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 3, - "create": 4, - "imagery": "osm", - "language": "de", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 3, + "imagery": "osm", + "language": "de", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -137703,17 +130681,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 6, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 3, - "change_within_25m": 8, - "change_within_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 3, + "change_within_25m": 8, + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -137752,16 +130727,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "create": 4, - "imagery": "osm", - "language": "de", - "add-image": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "de", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -137800,17 +130772,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "waste_basket", - "answer": 4, - "create": 4, - "imagery": "osm", - "language": "de", - "change_within_25m": 5, - "move:node/9241010777": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "waste_basket", + "answer": 4, + "imagery": "osm", + "language": "de", + "change_within_25m": 5, + "move:node/9241010777": "improve_accuracy" }, "geometry": { "type": "Point", @@ -137849,16 +130818,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 4, - "create": 5, - "imagery": "osm", - "language": "de", - "add-image": 2, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 4, + "imagery": "osm", + "language": "de", + "add-image": 2, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -137897,13 +130863,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -137942,15 +130906,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_500m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 3, + "imagery": "osm", + "language": "de", + "change_within_500m": 3 }, "geometry": { "type": "Point", @@ -137989,19 +130950,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 3, - "theme": "waste_basket", - "answer": 10, - "create": 10, - "imagery": "osm", - "language": "de", - "move:node/-1": "improve_accuracy", - "change_within_25m": 13, - "move:node/9240998351": "improve_accuracy", - "move:node/9241137476": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "waste_basket", + "answer": 10, + "imagery": "osm", + "language": "de", + "move:node/-1": "improve_accuracy", + "change_within_25m": 13, + "move:node/9240998351": "improve_accuracy", + "move:node/9241137476": "improve_accuracy" }, "geometry": { "type": "Point", @@ -138040,15 +130998,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -138079,7 +131034,7 @@ "imagery_used": "Not reported", "date": "2021-11-10T15:30:05Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -138087,15 +131042,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -138134,16 +131086,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -138182,15 +131131,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -138229,15 +131175,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -138276,16 +131219,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "parkings", - "create": 2, - "imagery": "osm", - "language": "en", - "move:node/-1": "improve_accuracy", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "parkings", + "imagery": "osm", + "language": "en", + "move:node/-1": "improve_accuracy", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -138324,16 +131264,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 7, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 6, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_25m": 6, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -138372,16 +131309,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "split": 3, - "theme": "cyclestreets", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 4, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "split": 3, + "theme": "cyclestreets", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 4, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -138412,7 +131347,7 @@ "imagery_used": "Not reported", "date": "2021-11-10T14:55:02Z", "reviewed_features": [], - "create": 7, + "create": 6, "modify": 4, "delete": 0, "area": 0.00000290310461998559, @@ -138420,17 +131355,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "split": 2, - "theme": "street_lighting", - "answer": 18, - "create": 6, - "imagery": "osm", - "language": "en", - "relation-fix": 1, - "change_within_25m": 20 - } + "host": "mapcomplete.osm.be", + "split": 2, + "theme": "street_lighting", + "answer": 18, + "imagery": "osm", + "language": "en", + "relation-fix": 1, + "change_within_25m": 20 }, "geometry": { "type": "Point", @@ -138469,15 +131401,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 9, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 9, + "imagery": "osm", + "language": "en", + "change_within_25m": 9 }, "geometry": { "type": "Point", @@ -138516,13 +131445,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -138556,14 +131482,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -138602,14 +131526,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 6, - "imagery": "osm", - "language": "de", - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 6, + "imagery": "osm", + "language": "de", + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -138648,15 +131570,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -138690,15 +131609,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "answer": 4, - "imagery": "osm", - "language": "es", - "change_within_25m": 1, - "change_within_500m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "answer": 4, + "imagery": "osm", + "language": "es", + "change_within_25m": 1, + "change_within_500m": 3 }, "geometry": { "type": "Point", @@ -138754,15 +131671,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -138796,16 +131710,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 15, - "create": 6, - "imagery": "EsriWorldImageryClarity", - "language": "es", - "change_within_25m": 12, - "change_within_1000m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 15, + "imagery": "EsriWorldImageryClarity", + "language": "es", + "change_within_25m": 12, + "change_within_1000m": 3 }, "geometry": { "type": "Point", @@ -138844,15 +131755,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -138891,13 +131799,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -138936,17 +131841,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "benches", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 6, - "move:node/9240371801": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_within_25m": 6, + "move:node/9240371801": "improve_accuracy" }, "geometry": { "type": "Point", @@ -138985,13 +131887,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -139025,13 +131924,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -139070,14 +131967,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 9, - "imagery": "osm", - "language": "de", - "change_within_25m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 9, + "imagery": "osm", + "language": "de", + "change_within_25m": 9 }, "geometry": { "type": "Point", @@ -139116,14 +132011,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 8, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -139162,14 +132054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -139208,16 +132097,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "create": 1, - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "de", - "change_within_25m": 1, - "deletion:node/9240394592": "testing point" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "de", + "change_within_25m": 1, + "deletion:node/9240394592": "testing point" }, "geometry": { "type": "Point", @@ -139256,13 +132142,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -139301,16 +132184,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "trees", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de", - "move:node/9240321658": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "trees", + "answer": 1, + "imagery": "osm", + "language": "de", + "move:node/9240321658": "improve_accuracy" }, "geometry": { "type": "Point", @@ -139349,14 +132229,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 16, - "imagery": "osm", - "language": "de", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 16, + "imagery": "osm", + "language": "de", + "add-image": 2 }, "geometry": { "type": "Point", @@ -139395,15 +132273,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 1, + "imagery": "osm", + "language": "de", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -139442,14 +132317,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -139483,15 +132355,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -139530,13 +132399,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -139575,13 +132442,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -139637,15 +132501,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 7, - "create": 3, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 7, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -139684,15 +132545,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 3, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -139731,15 +132589,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 5, + "imagery": "osm", + "language": "de", + "add-image": 1 }, "geometry": { "type": "Point", @@ -139778,14 +132633,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -139824,17 +132676,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "benches", - "answer": 11, - "create": 2, - "imagery": "osm", - "language": "de", - "add-image": 1, - "move:node/9240267570": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "benches", + "answer": 11, + "imagery": "osm", + "language": "de", + "add-image": 1, + "move:node/9240267570": "improve_accuracy" }, "geometry": { "type": "Point", @@ -139873,13 +132722,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -139918,13 +132765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "de", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "de", + "add-image": 3 }, "geometry": { "type": "Point", @@ -139963,13 +132808,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -140008,13 +132851,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 9, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 9, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -140048,15 +132889,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting_assen", - "answer": 6, - "create": 4, - "imagery": "Actueel_ortho25_WMS", - "language": "en", - "change_within_500m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting_assen", + "answer": 6, + "imagery": "Actueel_ortho25_WMS", + "language": "en", + "change_within_500m": 6 }, "geometry": { "type": "Point", @@ -140090,13 +132928,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140135,13 +132971,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 6, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -140180,13 +133014,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 22, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 22, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -140220,13 +133052,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 1, - "imagery": "osmfr-basque", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 1, + "imagery": "osmfr-basque", + "language": "de" }, "geometry": { "type": "Point", @@ -140260,14 +133090,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl", - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -140301,14 +133129,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 5, - "imagery": "osm", - "language": "pt", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 5, + "imagery": "osm", + "language": "pt", + "add-image": 1 }, "geometry": { "type": "Point", @@ -140342,13 +133168,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -140387,13 +133211,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140432,13 +133254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -140477,13 +133297,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140522,14 +133340,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 8, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 8, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -140568,14 +133383,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 11, - "create": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 11, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140614,13 +133426,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140659,13 +133469,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 12, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140704,14 +133512,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140750,14 +133555,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140796,14 +133598,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -140842,13 +133641,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 16, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 16, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -140887,14 +133684,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 34, - "create": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 34, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -140933,14 +133727,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -140979,14 +133770,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141025,13 +133813,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141070,14 +133856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -141116,13 +133899,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 1, - "imagery": "HDM_HOT", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "de" }, "geometry": { "type": "Point", @@ -141161,13 +133941,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -141206,13 +133984,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -141251,14 +134027,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 7, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 7, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141292,13 +134065,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 2, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 2, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -141337,13 +134108,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 11, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 11, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141377,17 +134146,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 20, - "create": 3, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 7, - "move:node/9238133163": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 20, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 7, + "move:node/9238133163": "improve_accuracy" }, "geometry": { "type": "Point", @@ -141426,13 +134192,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 7, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 7, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141471,13 +134235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -141511,15 +134273,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 15, - "create": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 15, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -141553,14 +134312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -141594,19 +134350,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 3, - "theme": "aed", - "answer": 12, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 8, - "move:node/-1": "improve_accuracy", - "move:node/8768659559": "improve_accuracy", - "move:node/9237576880": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "aed", + "answer": 12, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 8, + "move:node/-1": "improve_accuracy", + "move:node/8768659559": "improve_accuracy", + "move:node/9237576880": "improve_accuracy" }, "geometry": { "type": "Point", @@ -141640,15 +134393,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 15, - "create": 2, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 15, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 5 }, "geometry": { "type": "Point", @@ -141682,18 +134432,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 1, - "theme": "toilets", - "answer": 13, - "imagery": "osm", - "language": "en", - "change_within_500m": 8, - "change_within_1000m": 3, - "change_within_5000m": 3, - "move:node/3455390192": "improve_accuracy" - } + "host": "127.0.0.1:1234", + "move": 1, + "theme": "toilets", + "answer": 13, + "imagery": "osm", + "language": "en", + "change_within_500m": 8, + "change_within_1000m": 3, + "change_within_5000m": 3, + "move:node/3455390192": "improve_accuracy" }, "geometry": { "type": "Point", @@ -141727,14 +134475,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 8, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 8, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -141768,14 +134514,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/post-partner/", - "theme": "postboxes", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/post-partner/", + "theme": "postboxes", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -141814,15 +134558,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -141861,13 +134602,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -141901,14 +134640,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 7, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -141947,14 +134683,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 6, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -141993,13 +134726,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142038,13 +134769,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 5, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 5, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142088,15 +134817,13 @@ "harmful": true, "checked": true, "check_date": "2021-11-11T14:20:49.197781Z", - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "observation_towers", - "answer": 1, - "imagery": "osm", - "language": "de", - "move:node/9235173348": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "observation_towers", + "answer": 1, + "imagery": "osm", + "language": "de", + "move:node/9235173348": "improve_accuracy" }, "geometry": { "type": "Point", @@ -142135,13 +134862,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 14, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 14, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142180,14 +134905,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 10, - "create": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 10, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142226,13 +134948,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -142271,14 +134991,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "binoculars", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "binoculars", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142317,15 +135034,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "waste_basket", - "answer": 1, - "imagery": "osm", - "language": "de", - "move:node/9235095153": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de", + "move:node/9235095153": "improve_accuracy" }, "geometry": { "type": "Point", @@ -142364,15 +135079,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "parkings", - "create": 3, - "imagery": "osm", - "language": "de", - "move:node/9235138165": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "move:node/9235138165": "improve_accuracy" }, "geometry": { "type": "Point", @@ -142411,14 +135123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "observation_towers", - "answer": 8, - "create": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "observation_towers", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142457,19 +135166,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 6, - "theme": "parkings", - "imagery": "osm", - "language": "de", - "move:node/1468812551": "improve_accuracy", - "move:node/1976912975": "improve_accuracy", - "move:node/6230129920": "improve_accuracy", - "move:node/6230129922": "improve_accuracy", - "move:node/6447492689": "improve_accuracy", - "move:node/6447504487": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 6, + "theme": "parkings", + "imagery": "osm", + "language": "de", + "move:node/1468812551": "improve_accuracy", + "move:node/1976912975": "improve_accuracy", + "move:node/6230129920": "improve_accuracy", + "move:node/6230129922": "improve_accuracy", + "move:node/6447492689": "improve_accuracy", + "move:node/6447504487": "improve_accuracy" }, "geometry": { "type": "Point", @@ -142508,13 +135215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -142553,13 +135258,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 15, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 15, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142598,16 +135301,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "trees", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "de", - "move:node/9235112785": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "trees", + "answer": 2, + "imagery": "osm", + "language": "de", + "move:node/9235112785": "improve_accuracy" }, "geometry": { "type": "Point", @@ -142646,13 +135346,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142691,13 +135388,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 4, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 4, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142736,13 +135431,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142781,14 +135474,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 27, - "create": 7, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 27, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142827,13 +135517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -142872,14 +135560,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -142913,15 +135598,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "create": 1, - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "en", - "deletion:node/9235082800": "testing point" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "deletion:node/9235082800": "testing point" }, "geometry": { "type": "Point", @@ -142955,14 +135637,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "answer": 24, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "answer": 24, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143001,13 +135680,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -143046,13 +135723,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "create": 1, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -143091,13 +135765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 7, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -143131,13 +135803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -143176,13 +135846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "de" }, "geometry": { "type": "Point", @@ -143216,14 +135884,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 6, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 6, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -143257,13 +135923,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143297,13 +135961,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143337,13 +135999,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143382,13 +136042,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -143422,13 +136080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -143462,13 +136118,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -143502,13 +136156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -143542,16 +136194,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "street_lighting_assen", - "answer": 61, - "create": 8, - "imagery": "osm", - "language": "en", - "move:node/-1": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "street_lighting_assen", + "answer": 61, + "imagery": "osm", + "language": "en", + "move:node/-1": "improve_accuracy" }, "geometry": { "type": "Point", @@ -143585,14 +136234,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 8, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143626,13 +136272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "ghostbikes", - "answer": 2, - "imagery": "CartoDB.Positron", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "ghostbikes", + "answer": 2, + "imagery": "CartoDB.Positron", + "language": "nl" }, "geometry": { "type": "Point", @@ -143666,13 +136310,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -143706,13 +136348,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "toilets", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "toilets", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -143746,14 +136386,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/post-partner/", - "theme": "postboxes", - "answer": 19, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/post-partner/", + "theme": "postboxes", + "answer": 19, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -143787,14 +136425,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -143833,16 +136469,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "toilets", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "fr", - "move:node/9233019525": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "toilets", + "answer": 5, + "imagery": "osm", + "language": "fr", + "move:node/9233019525": "improve_accuracy" }, "geometry": { "type": "Point", @@ -143876,13 +136509,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143916,15 +136547,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -143958,13 +136586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -143998,14 +136624,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 42, - "create": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 42, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144039,13 +136662,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144079,13 +136700,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144119,14 +136738,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -144160,13 +136776,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 14, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 14, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144200,15 +136814,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 11, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 11, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -144242,13 +136853,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 9, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 9, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -144282,13 +136891,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 19, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 19, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144322,14 +136929,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144363,13 +136967,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 121, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 121, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144403,16 +137005,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -144446,13 +137045,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 12, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 12, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -144486,13 +137083,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "answer": 5, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "answer": 5, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -144526,13 +137121,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -144566,14 +137159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 33, - "create": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 33, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144607,13 +137197,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 8, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 8, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -144647,13 +137235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 28, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 28, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -144687,13 +137273,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144727,13 +137311,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 24, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 24, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144767,13 +137349,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144807,13 +137387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144847,15 +137425,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "street_lighting", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "street_lighting", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144889,14 +137464,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 14, - "create": 4, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 14, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -144930,13 +137502,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 115, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 115, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -144970,13 +137540,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 2, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 2, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -145015,15 +137583,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -145057,14 +137622,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -145098,15 +137661,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "test", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -145140,16 +137700,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 7, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/4568201391": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/4568201391": "improve_accuracy" }, "geometry": { "type": "Point", @@ -145183,13 +137740,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -145223,13 +137778,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 64, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 64, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -145263,13 +137816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 10, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 10, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -145308,15 +137859,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -145350,13 +137898,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 131, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 131, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -145390,13 +137936,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 46, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 46, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -145430,15 +137974,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "nl", - "move:node/9223875638": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "nl", + "move:node/9223875638": "improve_accuracy" }, "geometry": { "type": "Point", @@ -145477,13 +138019,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -145517,14 +138057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 15, - "create": 4, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 15, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -145563,14 +138100,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 40, - "create": 13, - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 40, + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -145604,15 +138138,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 9, - "create": 2, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 9, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -145646,13 +138177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -145686,13 +138215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -145726,15 +138253,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 14, - "theme": "grb", - "import": 16, - "imagery": "AGIV10cm", - "language": "en", - "conflation": 2 - } + "host": "127.0.0.1:1234", + "move": 14, + "theme": "grb", + "import": 16, + "imagery": "AGIV10cm", + "language": "en", + "conflation": 2 }, "geometry": { "type": "Point", @@ -145768,14 +138293,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "answer": 1, - "import": 1, - "imagery": "AGIV10cm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "answer": 1, + "import": 1, + "imagery": "AGIV10cm", + "language": "en" }, "geometry": { "type": "Point", @@ -145809,14 +138332,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "answer": 2, - "import": 4, - "imagery": "AGIV10cm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "answer": 2, + "import": 4, + "imagery": "AGIV10cm", + "language": "en" }, "geometry": { "type": "Point", @@ -145850,13 +138371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 22, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 22, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -145890,15 +138409,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "nl", - "move:node/9223875638": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "nl", + "move:node/9223875638": "improve_accuracy" }, "geometry": { "type": "Point", @@ -145932,16 +138449,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 16, - "theme": "grb", - "answer": 2, - "import": 18, - "imagery": "osm", - "language": "en", - "conflation": 4 - } + "host": "127.0.0.1:1234", + "move": 16, + "theme": "grb", + "answer": 2, + "import": 18, + "imagery": "osm", + "language": "en", + "conflation": 4 }, "geometry": { "type": "Point", @@ -145975,16 +138490,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 11, - "create": 6, - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/9223995072": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 11, + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/9223995072": "improve_accuracy" }, "geometry": { "type": "Point", @@ -146018,14 +138530,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "sidewalks", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "sidewalks", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -146059,17 +138569,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 14, - "create": 2, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 7, - "move:node/9223917538": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 14, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 7, + "move:node/9223917538": "improve_accuracy" }, "geometry": { "type": "Point", @@ -146103,13 +138610,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 11, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 11, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -146143,14 +138648,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 1, - "import": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 1, + "import": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -146184,13 +138687,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -146224,13 +138725,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -146264,13 +138763,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -146304,15 +138801,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146346,13 +138840,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "import": 3, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "import": 3, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -146386,14 +138878,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -146427,14 +138916,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146468,13 +138955,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 13, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 13, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -146508,14 +138993,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 13, - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 4 - } + "host": "127.0.0.1:1234", + "move": 13, + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 4 }, "geometry": { "type": "Point", @@ -146549,13 +139032,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146589,14 +139070,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 3 }, "geometry": { "type": "Point", @@ -146630,16 +139109,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146673,15 +139149,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 2, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146715,14 +139188,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "imagery": "osm", - "language": "nl", - "move:node/8771441240": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "imagery": "osm", + "language": "nl", + "move:node/8771441240": "improve_accuracy" }, "geometry": { "type": "Point", @@ -146756,16 +139227,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 14, - "create": 3, - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/9221540197": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 14, + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/9221540197": "improve_accuracy" }, "geometry": { "type": "Point", @@ -146804,14 +139272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 9, - "create": 13, - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 9, + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -146845,16 +139310,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146888,14 +139350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 14, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 14, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -146934,15 +139393,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 7, - "create": 1, - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -146976,14 +139432,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -147017,13 +139470,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 83, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 83, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -147057,13 +139508,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 11, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -147102,15 +139551,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "aed", - "imagery": "osm", - "language": "nl", - "move:node/8789200971": "improve_accuracy", - "move:node/8823682990": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "aed", + "imagery": "osm", + "language": "nl", + "move:node/8789200971": "improve_accuracy", + "move:node/8823682990": "improve_accuracy" }, "geometry": { "type": "Point", @@ -147144,15 +139591,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 48, - "theme": "grb", - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 10 - } + "host": "127.0.0.1:1234", + "move": 48, + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 10 }, "geometry": { "type": "Point", @@ -147186,11 +139631,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -147224,13 +139667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 49, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 49, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -147269,14 +139710,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -147310,16 +139748,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "cyclofix", - "answer": 18, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/9218593524": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 18, + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/9218593524": "improve_accuracy" }, "geometry": { "type": "Point", @@ -147353,14 +139788,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "https://gist.githubusercontent.com/joostschouppe/e1190515ff5f8847beec6eb9a1b788bb/raw/aa9d3ed1959529eb3fbefe1857cc8616f53b7ccf/temp.json", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "https://gist.githubusercontent.com/joostschouppe/e1190515ff5f8847beec6eb9a1b788bb/raw/aa9d3ed1959529eb3fbefe1857cc8616f53b7ccf/temp.json", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -147394,13 +139827,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -147434,13 +139865,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -147474,13 +139903,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -147519,13 +139946,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -147559,14 +139984,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "deletion": 1, - "language": "en", - "deletion:node/2442953886": "disused" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "deletion": 1, + "language": "en", + "deletion:node/2442953886": "disused" }, "geometry": { "type": "Point", @@ -147600,13 +140023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -147640,13 +140061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -147680,17 +140099,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "charging_stations", - "answer": 6, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "move:node/9216683715": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "charging_stations", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "nl", + "move:node/9216683715": "improve_accuracy" }, "geometry": { "type": "Point", @@ -147724,15 +140140,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -147758,7 +140171,7 @@ "imagery_used": "Not reported", "date": "2021-11-01T14:59:26Z", "reviewed_features": [], - "create": 2, + "create": 3, "modify": 2, "delete": 0, "area": 7.5600000014029e-11, @@ -147766,16 +140179,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "personal", - "answer": 7, - "create": 3, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "personal", + "answer": 7, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -147809,13 +140219,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "postboxes", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 4 }, "geometry": { "type": "Point", @@ -147849,16 +140257,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "charging_stations", - "answer": 8, - "create": 1, - "imagery": "AGIV10cm", - "language": "en", - "move:node/9216279358": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "charging_stations", + "answer": 8, + "imagery": "AGIV10cm", + "language": "en", + "move:node/9216279358": "improve_accuracy" }, "geometry": { "type": "Point", @@ -147892,13 +140297,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "answer": 2, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "answer": 2, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -147932,14 +140335,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 4 }, "geometry": { "type": "Point", @@ -147973,14 +140374,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -148014,14 +140413,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 4, - "create": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -148055,15 +140451,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -148102,13 +140496,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 519, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 519, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -148142,16 +140534,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_100m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_100m": 4 }, "geometry": { "type": "Point", @@ -148177,7 +140566,7 @@ "imagery_used": "Not reported", "date": "2021-12-31T16:19:45Z", "reviewed_features": [], - "create": 2, + "create": 4, "modify": 2, "delete": 0, "area": 0.0000726576689999328, @@ -148185,16 +140574,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "answer": 2, - "create": 4, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_over_5000m": 6 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_over_5000m": 6 }, "geometry": { "type": "Point", @@ -148228,15 +140614,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 17, - "theme": "grb", - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 6 - } + "host": "mapcomplete.osm.be", + "move": 17, + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 6 }, "geometry": { "type": "Point", @@ -148270,16 +140654,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "split": 3, - "theme": "cyclestreets", - "answer": 2, - "imagery": "osm", - "language": "nl", - "relation-fix": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "split": 3, + "theme": "cyclestreets", + "answer": 2, + "imagery": "osm", + "language": "nl", + "relation-fix": 1 }, "geometry": { "type": "Point", @@ -148313,14 +140695,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -148354,14 +140733,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 2, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -148395,18 +140772,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 4, - "create": 11, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 11, - "change_within_25m": 2, - "change_within_50m": 1, - "change_within_500m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 4, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 11, + "change_within_25m": 2, + "change_within_50m": 1, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -148440,14 +140814,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -148473,7 +140845,7 @@ "imagery_used": "Not reported", "date": "2021-12-30T23:20:15Z", "reviewed_features": [], - "create": 6, + "create": 13, "modify": 17, "delete": 0, "area": 2.73115150007338e-7, @@ -148481,18 +140853,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 24, - "create": 13, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 33, - "change_within_50m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 24, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 33, + "change_within_50m": 4 }, "geometry": { "type": "Point", @@ -148526,14 +140895,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "create": 2, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "change_over_5000m": 2 }, "geometry": { "type": "Point", @@ -148567,14 +140933,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://xliving/xliving.github.io/main/osm/amenity-recycling/recycling-organic/mapcomplete.json", - "answer": 2, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "gh://xliving/xliving.github.io/main/osm/amenity-recycling/recycling-organic/mapcomplete.json", + "answer": 2, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -148608,13 +140972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -148648,14 +141010,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -148689,13 +141049,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -148729,15 +141087,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 3, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -148771,14 +141127,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 7, - "imagery": "osm", - "language": "en", - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -148812,18 +141166,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 4, - "create": 1, - "imagery": "osm", - "deletion": 1, - "language": "nl", - "change_over_5000m": 2, - "change_within_25m": 4, - "deletion:node/9378806868": "Addition was buggy" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "deletion": 1, + "language": "nl", + "change_over_5000m": 2, + "change_within_25m": 4, + "deletion:node/9378806868": "Addition was buggy" }, "geometry": { "type": "Point", @@ -148849,7 +141200,7 @@ "imagery_used": "Not reported", "date": "2021-12-30T10:20:56Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -148857,16 +141208,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 8, - "create": 2, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 4, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 8, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 4, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -148905,13 +141253,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 9, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 9, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -148945,17 +141291,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 12, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 12 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 12, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 12 }, "geometry": { "type": "Point", @@ -148989,13 +141332,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -149029,13 +141370,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -149069,14 +141408,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 3, - "imagery": "osm", - "language": "nl", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 3, + "imagery": "osm", + "language": "nl", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -149115,13 +141452,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -149155,15 +141490,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 103, - "imagery": "osm", - "language": "it", - "change_within_1000m": 12, - "change_within_5000m": 91 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 103, + "imagery": "osm", + "language": "it", + "change_within_1000m": 12, + "change_within_5000m": 91 }, "geometry": { "type": "Point", @@ -149197,18 +141530,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "ghostbikes", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "ghostbikes", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -149247,13 +141577,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "composthoekjes", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "composthoekjes", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -149287,14 +141615,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -149328,21 +141653,18 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 13, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 4, - "change_within_50m": 3, - "change_within_100m": 3, - "change_within_500m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 13, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 4, + "change_within_50m": 3, + "change_within_100m": 3, + "change_within_500m": 4 }, "geometry": { "type": "Point", @@ -149381,14 +141703,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "composthoekjes", - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "composthoekjes", + "imagery": "osm", + "language": "nl", + "add-image": 3 }, "geometry": { "type": "Point", @@ -149427,13 +141746,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -149467,13 +141784,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "slipways", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "slipways", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -149507,14 +141822,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_1000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_1000m": 1 }, "geometry": { "type": "Point", @@ -149548,14 +141861,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -149606,14 +141917,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "binoculars", - "language": "nl", - "add-image": 1, - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "binoculars", + "language": "nl", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -149652,16 +141961,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "trees", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en", - "move:node/9374436265": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "trees", + "answer": 7, + "imagery": "osm", + "language": "en", + "move:node/9374436265": "improve_accuracy" }, "geometry": { "type": "Point", @@ -149695,15 +142001,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "uk_addresses", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_1000m": 1, - "change_within_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "uk_addresses", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_1000m": 1, + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -149737,13 +142041,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -149777,13 +142079,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hackerspaces", - "answer": 2, - "imagery": "osm", - "language": "de" - } + "host": "mapcomplete.osm.be", + "theme": "hackerspaces", + "answer": 2, + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -149817,13 +142117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -149857,13 +142155,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 14, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 14, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -149925,18 +142221,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "binoculars", - "answer": 4, - "create": 3, - "imagery": "osm", - "language": "nl", - "add-image": 2, - "change_over_5000m": 3, - "change_within_25m": 6 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "binoculars", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_over_5000m": 3, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -149970,18 +142263,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "natuurpunt", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -150015,19 +142305,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "nature", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 2, - "change_over_5000m": 1, - "change_within_25m": 5, - "change_within_500m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "nature", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 5, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -150061,18 +142348,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "ghostbikes", - "answer": 2, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "ghostbikes", + "answer": 2, + "imagery": "CartoDB.Positron", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -150103,7 +142387,7 @@ "imagery_used": "Not reported", "date": "2021-12-28T10:04:03Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 0, "delete": 0, "area": 0, @@ -150111,14 +142395,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -150157,13 +142438,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 4, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 4, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -150202,13 +142481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -150242,14 +142519,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 44, - "imagery": "osm", - "language": "en", - "change_within_5000m": 43 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 44, + "imagery": "osm", + "language": "en", + "change_within_5000m": 43 }, "geometry": { "type": "Point", @@ -150283,14 +142558,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -150324,17 +142596,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 2, - "move:node/1625214199": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 2, + "move:node/1625214199": "improve_accuracy" }, "geometry": { "type": "Point", @@ -150368,15 +142638,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -150410,13 +142678,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 4 }, "geometry": { "type": "Point", @@ -150442,7 +142708,7 @@ "imagery_used": "Not reported", "date": "2021-12-27T16:38:02Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 1, "delete": 0, "area": 3.92588040003519e-7, @@ -150450,16 +142716,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "entrances", - "answer": 3, - "create": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 5 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -150493,16 +142756,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "deletion": 1, - "language": "en", - "change_within_100m": 1, - "deletion:node/1625270206": "disused" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "deletion": 1, + "language": "en", + "change_within_100m": 1, + "deletion:node/1625270206": "disused" }, "geometry": { "type": "Point", @@ -150536,15 +142797,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclestreets", - "answer": 3, - "imagery": "osm", - "language": "nl", - "change_within_500m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclestreets", + "answer": 3, + "imagery": "osm", + "language": "nl", + "change_within_500m": 3 }, "geometry": { "type": "Point", @@ -150578,18 +142837,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 23, - "imagery": "osm", - "language": "nl", - "change_within_100m": 5, - "change_within_500m": 14, - "change_within_1000m": 3, - "change_within_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "nl", + "change_within_100m": 5, + "change_within_500m": 14, + "change_within_1000m": 3, + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -150623,16 +142880,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_within_500m": 3, - "change_within_1000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_500m": 3, + "change_within_1000m": 1 }, "geometry": { "type": "Point", @@ -150666,18 +142921,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 8 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "answer": 7, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 8 }, "geometry": { "type": "Point", @@ -150711,17 +142963,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "answer": 3, - "create": 5, - "imagery": "cyclosm", - "language": "en", - "change_over_5000m": 5, - "change_within_25m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "answer": 3, + "imagery": "cyclosm", + "language": "en", + "change_over_5000m": 5, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -150755,15 +143004,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclestreets", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -150797,14 +143044,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 6, - "imagery": "osm", - "language": "nl", - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 6, + "imagery": "osm", + "language": "nl", + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -150888,16 +143133,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 9, - "imagery": "HDM_HOT", - "language": "ca", - "change_within_25m": 2, - "change_within_50m": 1, - "change_within_100m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 9, + "imagery": "HDM_HOT", + "language": "ca", + "change_within_25m": 2, + "change_within_50m": 1, + "change_within_100m": 6 }, "geometry": { "type": "Point", @@ -150931,13 +143174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 9, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 9, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -150971,13 +143212,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -151011,15 +143250,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -151053,13 +143289,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 35, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 35, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -151093,16 +143327,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "drinking_water", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "move:node/9368735169": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "drinking_water", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "move:node/9368735169": "improve_accuracy" }, "geometry": { "type": "Point", @@ -151136,15 +143367,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 5, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "change_within_500m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 5, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -151178,19 +143407,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 47, - "import": 37, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_within_25m": 8, - "change_within_50m": 9, - "change_within_100m": 23, - "change_within_500m": 44 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 47, + "import": 37, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_within_25m": 8, + "change_within_50m": 9, + "change_within_100m": 23, + "change_within_500m": 44 }, "geometry": { "type": "Point", @@ -151224,16 +143451,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 11, - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 3, - "change_over_5000m": 16 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 11, + "imagery": "osm", + "language": "nl", + "add-image": 3, + "change_over_5000m": 16 }, "geometry": { "type": "Point", @@ -151267,16 +143491,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_50m": 1, - "move:node/8979968069": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_50m": 1, + "move:node/8979968069": "improve_accuracy" }, "geometry": { "type": "Point", @@ -151310,13 +143532,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -151350,13 +143570,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -151390,13 +143608,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -151430,17 +143646,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -151474,18 +143687,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -151519,13 +143729,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -151559,16 +143767,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -151602,13 +143807,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 23, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -151647,13 +143850,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -151692,15 +143893,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -151734,13 +143932,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 31, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 31, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -151774,13 +143970,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 285, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 285, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -151814,15 +144008,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "fr", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 5, + "imagery": "osm", + "language": "fr", + "add-image": 3 }, "geometry": { "type": "Point", @@ -151856,14 +144047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "fr", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "add-image": 1 }, "geometry": { "type": "Point", @@ -151897,13 +144085,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -151937,13 +144123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -151982,13 +144166,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -152022,14 +144204,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 6, - "imagery": "osm", - "language": "nl", - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 6, + "imagery": "osm", + "language": "nl", + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -152063,15 +144243,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -152105,17 +144283,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 2, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 2, - "change_over_5000m": 2, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_over_5000m": 2, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -152149,15 +144324,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -152191,13 +144363,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -152231,15 +144401,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "trees", - "create": 1, - "imagery": "osm", - "language": "en", - "move:node/9364014890": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "trees", + "imagery": "osm", + "language": "en", + "move:node/9364014890": "improve_accuracy" }, "geometry": { "type": "Point", @@ -152273,17 +144440,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 9, - "imagery": "osm", - "language": "nl", - "add-image": 2, - "change_within_25m": 6, - "change_within_50m": 2, - "change_within_100m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 9, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_within_25m": 6, + "change_within_50m": 2, + "change_within_100m": 3 }, "geometry": { "type": "Point", @@ -152317,13 +144482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 109, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 109, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -152444,14 +144607,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 17, - "imagery": "HDM_HOT", - "language": "ca", - "add-image": 8 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 17, + "imagery": "HDM_HOT", + "language": "ca", + "add-image": 8 }, "geometry": { "type": "Point", @@ -152490,16 +144651,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "composthoekjes", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "composthoekjes", + "answer": 2, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -152533,16 +144691,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "postboxes", - "imagery": "CartoDB.Voyager", - "deletion": 1, - "language": "en", - "change_within_500m": 1, - "deletion:node/1603226230": "disused" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "postboxes", + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "change_within_500m": 1, + "deletion:node/1603226230": "disused" }, "geometry": { "type": "Point", @@ -152576,18 +144732,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 93, - "path": "mc/develop/", - "theme": "grb", - "delete": 3, - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 20, - "change_over_5000m": 1 - } + "host": "pietervdvn.github.io", + "move": 93, + "path": "mc/develop/", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 20, + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -152639,13 +144792,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 184, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 184, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -152679,17 +144830,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -152723,17 +144871,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -152767,15 +144912,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -152809,13 +144952,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 22, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 22, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -152849,17 +144990,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "answer": 3, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 2, - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -152893,15 +145031,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 15, - "imagery": "osm", - "language": "nl", - "add-image": 2, - "change_within_25m": 17 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 15, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_within_25m": 17 }, "geometry": { "type": "Point", @@ -152935,13 +145071,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -152969,23 +145103,20 @@ "reviewed_features": [], "create": 162, "modify": 28, - "delete": 24, + "delete": 40, "area": 0.0000010486593700026, "is_suspect": false, "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 35, - "theme": "grb", - "delete": 40, - "import": 22, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 10, - "change_over_5000m": 22 - } + "host": "127.0.0.1:1234", + "move": 35, + "theme": "grb", + "import": 22, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 10, + "change_over_5000m": 22 }, "geometry": { "type": "Point", @@ -153019,13 +145150,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "cyclosm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -153059,13 +145188,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 14, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 14, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153099,13 +145226,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -153139,16 +145264,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -153182,13 +145304,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 16, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 16, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153222,16 +145342,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -153265,15 +145382,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 169, - "theme": "grb", - "import": 39, - "imagery": "osm", - "language": "nl", - "conflation": 70 - } + "host": "mapcomplete.osm.be", + "move": 169, + "theme": "grb", + "import": 39, + "imagery": "osm", + "language": "nl", + "conflation": 70 }, "geometry": { "type": "Point", @@ -153307,13 +145422,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 33, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 33, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153347,17 +145460,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 53, - "theme": "grb", - "answer": 3, - "import": 7, - "imagery": "AGIV", - "language": "en", - "conflation": 22, - "change_over_5000m": 10 - } + "host": "127.0.0.1:1234", + "move": 53, + "theme": "grb", + "answer": 3, + "import": 7, + "imagery": "AGIV", + "language": "en", + "conflation": 22, + "change_over_5000m": 10 }, "geometry": { "type": "Point", @@ -153391,16 +145502,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 7, - "create": 2, - "imagery": "swisstopo_swissimage", - "language": "de", - "move:node/9356644189": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 7, + "imagery": "swisstopo_swissimage", + "language": "de", + "move:node/9356644189": "improve_accuracy" }, "geometry": { "type": "Point", @@ -153434,13 +145542,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -153474,14 +145580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -153515,15 +145618,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 115, - "theme": "grb", - "import": 77, - "imagery": "osm", - "language": "nl", - "conflation": 46 - } + "host": "mapcomplete.osm.be", + "move": 115, + "theme": "grb", + "import": 77, + "imagery": "osm", + "language": "nl", + "conflation": 46 }, "geometry": { "type": "Point", @@ -153557,15 +145658,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 95, - "theme": "grb", - "import": 22, - "imagery": "osm", - "language": "nl", - "conflation": 42 - } + "host": "mapcomplete.osm.be", + "move": 95, + "theme": "grb", + "import": 22, + "imagery": "osm", + "language": "nl", + "conflation": 42 }, "geometry": { "type": "Point", @@ -153599,13 +145698,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "create": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -153639,13 +145735,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "import": 1, - "imagery": "AGIV", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -153679,15 +145773,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 78, - "theme": "grb", - "import": 14, - "imagery": "osm", - "language": "nl", - "conflation": 22 - } + "host": "mapcomplete.osm.be", + "move": 78, + "theme": "grb", + "import": 14, + "imagery": "osm", + "language": "nl", + "conflation": 22 }, "geometry": { "type": "Point", @@ -153721,14 +145813,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 35, - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 4 - } + "host": "mapcomplete.osm.be", + "move": 35, + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 4 }, "geometry": { "type": "Point", @@ -153762,15 +145852,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "etymology", - "answer": 22, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 22 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "etymology", + "answer": 22, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 22 }, "geometry": { "type": "Point", @@ -153804,15 +145892,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 522, - "theme": "grb", - "import": 40, - "imagery": "osm", - "language": "nl", - "conflation": 226 - } + "host": "mapcomplete.osm.be", + "move": 522, + "theme": "grb", + "import": 40, + "imagery": "osm", + "language": "nl", + "conflation": 226 }, "geometry": { "type": "Point", @@ -153846,13 +145932,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 18, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 18, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153886,13 +145970,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 9, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 9, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153926,13 +146008,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 12, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -153966,13 +146046,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -154006,14 +146084,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_within_500m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_500m": 4 }, "geometry": { "type": "Point", @@ -154047,13 +146123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -154087,15 +146161,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "add-image": 11, - "change_over_5000m": 10, - "change_within_500m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "add-image": 11, + "change_over_5000m": 10, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -154134,17 +146206,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 22, - "create": 3, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_over_5000m": 3, - "change_within_25m": 13, - "change_within_50m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 22, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 3, + "change_within_25m": 13, + "change_within_50m": 9 }, "geometry": { "type": "Point", @@ -154178,14 +146247,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 12, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 12, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -154219,14 +146285,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 25, - "create": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 25, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -154260,13 +146323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 25, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 25, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -154300,14 +146361,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -155381,19 +147440,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 97, - "create": 8, - "imagery": "EsriWorldImageryClarity", - "language": "ca", - "change_over_5000m": 3, - "change_within_25m": 8, - "change_within_50m": 3, - "change_within_100m": 33, - "change_within_500m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 97, + "imagery": "EsriWorldImageryClarity", + "language": "ca", + "change_over_5000m": 3, + "change_within_25m": 8, + "change_within_50m": 3, + "change_within_100m": 33, + "change_within_500m": 10 }, "geometry": { "type": "Point", @@ -155427,13 +147483,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 98, - "language": "nl", - "change_over_5000m": 1 - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 98, + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -155467,13 +147521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 30, - "language": "nl", - "change_over_5000m": 30 - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 30, + "language": "nl", + "change_over_5000m": 30 }, "geometry": { "type": "Point", @@ -155507,12 +147559,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 140, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 140, + "language": "nl" }, "geometry": { "type": "Point", @@ -155546,12 +147596,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 137, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 137, + "language": "nl" }, "geometry": { "type": "Point", @@ -155585,12 +147633,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 33, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 33, + "language": "nl" }, "geometry": { "type": "Point", @@ -155624,12 +147670,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -155663,12 +147707,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 82, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 82, + "language": "nl" }, "geometry": { "type": "Point", @@ -155702,12 +147744,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 103, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 103, + "language": "nl" }, "geometry": { "type": "Point", @@ -155746,12 +147786,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2169, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2169, + "language": "nl" }, "geometry": { "type": "Point", @@ -155785,12 +147823,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 683, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 683, + "language": "nl" }, "geometry": { "type": "Point", @@ -155829,12 +147865,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 998, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 998, + "language": "nl" }, "geometry": { "type": "Point", @@ -155873,12 +147907,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1152, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1152, + "language": "nl" }, "geometry": { "type": "Point", @@ -155912,12 +147944,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 326, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 326, + "language": "nl" }, "geometry": { "type": "Point", @@ -155956,12 +147986,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 320, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 320, + "language": "nl" }, "geometry": { "type": "Point", @@ -155995,12 +148023,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 121, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 121, + "language": "nl" }, "geometry": { "type": "Point", @@ -156039,12 +148065,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 509, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 509, + "language": "nl" }, "geometry": { "type": "Point", @@ -156078,12 +148102,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 55, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 55, + "language": "nl" }, "geometry": { "type": "Point", @@ -156117,12 +148139,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 114, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 114, + "language": "nl" }, "geometry": { "type": "Point", @@ -156156,15 +148176,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 8, - "imagery": "osm", - "language": "nl", - "change_within_25m": 7, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 8, + "imagery": "osm", + "language": "nl", + "change_within_25m": 7, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -156203,20 +148221,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "answer": 3, - "create": 2, - "imagery": "CartoDB.VoyagerNoLabels", - "language": "en", - "add-image": 5, - "change_over_5000m": 2, - "change_within_50m": 2, - "change_within_100m": 4, - "change_within_500m": 1, - "change_within_1000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "answer": 3, + "imagery": "CartoDB.VoyagerNoLabels", + "language": "en", + "add-image": 5, + "change_over_5000m": 2, + "change_within_50m": 2, + "change_within_100m": 4, + "change_within_500m": 1, + "change_within_1000m": 1 }, "geometry": { "type": "Point", @@ -156250,12 +148265,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 19, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 19, + "language": "nl" }, "geometry": { "type": "Point", @@ -156289,12 +148302,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 39, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 39, + "language": "nl" }, "geometry": { "type": "Point", @@ -156328,12 +148339,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 37, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 37, + "language": "nl" }, "geometry": { "type": "Point", @@ -156367,12 +148376,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 35, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 35, + "language": "nl" }, "geometry": { "type": "Point", @@ -156406,12 +148413,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 331, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 331, + "language": "nl" }, "geometry": { "type": "Point", @@ -156445,12 +148450,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 48, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 48, + "language": "nl" }, "geometry": { "type": "Point", @@ -156484,16 +148487,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 5, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -156527,17 +148527,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -156571,13 +148568,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -156611,12 +148606,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 12, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 12, + "language": "nl" }, "geometry": { "type": "Point", @@ -156650,12 +148643,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 238, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 238, + "language": "nl" }, "geometry": { "type": "Point", @@ -156689,12 +148680,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 14, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 14, + "language": "nl" }, "geometry": { "type": "Point", @@ -156728,12 +148717,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 49, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 49, + "language": "nl" }, "geometry": { "type": "Point", @@ -156767,12 +148754,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 21, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 21, + "language": "nl" }, "geometry": { "type": "Point", @@ -156806,12 +148791,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 50, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 50, + "language": "nl" }, "geometry": { "type": "Point", @@ -156845,12 +148828,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 34, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 34, + "language": "nl" }, "geometry": { "type": "Point", @@ -156884,12 +148865,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 349, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 349, + "language": "nl" }, "geometry": { "type": "Point", @@ -156928,12 +148907,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 395, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 395, + "language": "nl" }, "geometry": { "type": "Point", @@ -156967,14 +148944,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -157008,14 +148983,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "en", - "change_within_5000m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "en", + "change_within_5000m": 8 }, "geometry": { "type": "Point", @@ -157066,17 +149039,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "maps", - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "maps", + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_5000m": 1 }, "geometry": { "type": "Point", @@ -157110,13 +149080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157150,14 +149118,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "answer": 7, - "create": 2, - "imagery": "AGIV", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 7, + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -157191,14 +149156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -157232,13 +149194,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 7, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157272,14 +149232,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_500m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -157313,13 +149271,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157353,13 +149309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157393,13 +149347,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -157433,14 +149385,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -157474,13 +149424,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 98, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 98, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157514,13 +149462,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157554,16 +149500,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "answer": 4, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 5 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -157602,12 +149546,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 795, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 795, + "language": "nl" }, "geometry": { "type": "Point", @@ -157641,13 +149583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -157681,13 +149621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -157991,17 +149929,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 19, - "create": 8, - "imagery": "HDM_HOT", - "language": "ca", - "add-image": 27, - "change_over_5000m": 8, - "change_within_25m": 46 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 19, + "imagery": "HDM_HOT", + "language": "ca", + "add-image": 27, + "change_over_5000m": 8, + "change_within_25m": 46 }, "geometry": { "type": "Point", @@ -158053,14 +149988,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -158094,12 +150026,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 189, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 189, + "language": "nl" }, "geometry": { "type": "Point", @@ -158133,12 +150063,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 87, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 87, + "language": "nl" }, "geometry": { "type": "Point", @@ -158172,12 +150100,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 7, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 7, + "language": "nl" }, "geometry": { "type": "Point", @@ -158211,12 +150137,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 6, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 6, + "language": "nl" }, "geometry": { "type": "Point", @@ -158250,12 +150174,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158289,12 +150211,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158328,12 +150248,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158367,12 +150285,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158406,12 +150322,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158445,12 +150359,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158484,12 +150396,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 5, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 5, + "language": "nl" }, "geometry": { "type": "Point", @@ -158523,12 +150433,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 9, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 9, + "language": "nl" }, "geometry": { "type": "Point", @@ -158562,12 +150470,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158601,12 +150507,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 8, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 8, + "language": "nl" }, "geometry": { "type": "Point", @@ -158640,12 +150544,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158679,12 +150581,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -158718,12 +150618,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -158757,12 +150655,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 29, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 29, + "language": "nl" }, "geometry": { "type": "Point", @@ -158796,12 +150692,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 22, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 22, + "language": "nl" }, "geometry": { "type": "Point", @@ -158835,12 +150729,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 5, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 5, + "language": "nl" }, "geometry": { "type": "Point", @@ -158874,12 +150766,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 4, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 4, + "language": "nl" }, "geometry": { "type": "Point", @@ -158905,7 +150795,7 @@ "imagery_used": "Not reported", "date": "2021-12-17T12:51:53Z", "reviewed_features": [], - "create": 13, + "create": 15, "modify": 19, "delete": 0, "area": 0.000225206688119998, @@ -158913,15 +150803,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 30, - "create": 15, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 30, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -159009,14 +150896,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 6, - "imagery": "HDM_HOT", - "language": "ca", - "add-image": 4 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 6, + "imagery": "HDM_HOT", + "language": "ca", + "add-image": 4 }, "geometry": { "type": "Point", @@ -159050,16 +150935,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -159093,13 +150975,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159133,11 +151013,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -159171,14 +151049,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 4, - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -159212,14 +151088,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159253,13 +151127,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159293,14 +151165,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 8, - "imagery": "osm", - "language": "fr", - "change_within_100m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 8, + "imagery": "osm", + "language": "fr", + "change_within_100m": 8 }, "geometry": { "type": "Point", @@ -159334,13 +151204,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159374,13 +151242,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/verkeerdebordendatabank/verkeerdebordendatabank.json", - "answer": 1, - "imagery": "Stamen.TonerLite", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/verkeerdebordendatabank/verkeerdebordendatabank.json", + "answer": 1, + "imagery": "Stamen.TonerLite", + "language": "nl" }, "geometry": { "type": "Point", @@ -159414,16 +151280,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "artwork", - "imagery": "AGIVFlandersGRB", - "deletion": 1, - "language": "en", - "change_within_500m": 1, - "deletion:node/9337505903": "duplicate" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "artwork", + "imagery": "AGIVFlandersGRB", + "deletion": 1, + "language": "en", + "change_within_500m": 1, + "deletion:node/9337505903": "duplicate" }, "geometry": { "type": "Point", @@ -159462,14 +151326,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "answer": 7, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -159503,17 +151364,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "artwork", - "answer": 1, - "create": 2, - "imagery": "osm", - "language": "en", - "change_over_5000m": 2, - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -159547,15 +151405,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 1, - "create": 2, - "imagery": "UrbISOrtho", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 1, + "imagery": "UrbISOrtho", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159589,13 +151444,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -159629,13 +151482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -159669,14 +151520,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "answer": 1, - "imagery": "CartoDB.Positron", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -159710,12 +151559,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 38, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 38, + "language": "nl" }, "geometry": { "type": "Point", @@ -159749,12 +151596,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 9, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 9, + "language": "nl" }, "geometry": { "type": "Point", @@ -159788,12 +151633,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -159832,12 +151675,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 323, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 323, + "language": "nl" }, "geometry": { "type": "Point", @@ -159871,12 +151712,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 13, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 13, + "language": "nl" }, "geometry": { "type": "Point", @@ -159910,12 +151749,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -159949,12 +151786,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 19, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 19, + "language": "nl" }, "geometry": { "type": "Point", @@ -159988,12 +151823,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 18, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 18, + "language": "nl" }, "geometry": { "type": "Point", @@ -160027,12 +151860,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 3, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 3, + "language": "nl" }, "geometry": { "type": "Point", @@ -160066,12 +151897,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 3, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 3, + "language": "nl" }, "geometry": { "type": "Point", @@ -160105,12 +151934,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160144,12 +151971,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160183,12 +152008,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160222,12 +152045,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 5, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 5, + "language": "nl" }, "geometry": { "type": "Point", @@ -160261,12 +152082,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -160300,12 +152119,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160339,12 +152156,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 7, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 7, + "language": "nl" }, "geometry": { "type": "Point", @@ -160378,12 +152193,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 4, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 4, + "language": "nl" }, "geometry": { "type": "Point", @@ -160417,12 +152230,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160456,12 +152267,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160495,12 +152304,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -160534,12 +152341,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 112, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 112, + "language": "nl" }, "geometry": { "type": "Point", @@ -160573,12 +152378,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160612,12 +152415,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -160651,11 +152452,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -160689,12 +152488,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160728,12 +152525,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 9, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 9, + "language": "nl" }, "geometry": { "type": "Point", @@ -160767,12 +152562,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160806,12 +152599,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 3, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 3, + "language": "nl" }, "geometry": { "type": "Point", @@ -160845,12 +152636,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -160884,12 +152673,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 47, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 47, + "language": "nl" }, "geometry": { "type": "Point", @@ -160923,12 +152710,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 4, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 4, + "language": "nl" }, "geometry": { "type": "Point", @@ -160962,12 +152747,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161001,12 +152784,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 17, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 17, + "language": "nl" }, "geometry": { "type": "Point", @@ -161040,12 +152821,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 6, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 6, + "language": "nl" }, "geometry": { "type": "Point", @@ -161079,12 +152858,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161118,12 +152895,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -161157,12 +152932,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161196,12 +152969,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 4, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 4, + "language": "nl" }, "geometry": { "type": "Point", @@ -161235,12 +153006,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161274,12 +153043,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161313,12 +153080,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161352,12 +153117,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161391,12 +153154,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161430,12 +153191,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 2, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 2, + "language": "nl" }, "geometry": { "type": "Point", @@ -161469,12 +153228,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161508,12 +153265,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161547,12 +153302,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161586,12 +153339,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161625,12 +153376,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 5, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 5, + "language": "nl" }, "geometry": { "type": "Point", @@ -161664,12 +153413,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 10, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 10, + "language": "nl" }, "geometry": { "type": "Point", @@ -161703,12 +153450,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 1, - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 1, + "language": "nl" }, "geometry": { "type": "Point", @@ -161742,16 +153487,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -161785,15 +153527,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 9, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "change_over_5000m": 9 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 9, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_over_5000m": 9 }, "geometry": { "type": "Point", @@ -161827,15 +153567,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "missing_streets", - "answer": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "missing_streets", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -161869,14 +153607,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 23, - "create": 5, - "imagery": "AGIV", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 23, + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -161910,18 +153645,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 150, - "path": "mc/develop/", - "theme": "grb", - "answer": 1, - "import": 60, - "imagery": "AGIV", - "language": "nl", - "conflation": 58, - "change_over_5000m": 61 - } + "host": "pietervdvn.github.io", + "move": 150, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 60, + "imagery": "AGIV", + "language": "nl", + "conflation": 58, + "change_over_5000m": 61 }, "geometry": { "type": "Point", @@ -161955,15 +153688,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 12, - "imagery": "AGIV", - "language": "nl", - "change_over_5000m": 12 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 12, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 12 }, "geometry": { "type": "Point", @@ -161997,16 +153728,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "answer": 1, - "import": 51, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 52 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 51, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 52 }, "geometry": { "type": "Point", @@ -162040,17 +153769,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 4, - "path": "mc/develop/", - "theme": "grb", - "import": 10, - "imagery": "osm", - "language": "nl", - "conflation": 2, - "change_over_5000m": 10 - } + "host": "pietervdvn.github.io", + "move": 4, + "path": "mc/develop/", + "theme": "grb", + "import": 10, + "imagery": "osm", + "language": "nl", + "conflation": 2, + "change_over_5000m": 10 }, "geometry": { "type": "Point", @@ -162089,13 +153816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 208, - "language": "nl", - "change_over_5000m": 208 - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 208, + "language": "nl", + "change_over_5000m": 208 }, "geometry": { "type": "Point", @@ -162129,13 +153854,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -162169,15 +153892,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "answer": 4, - "imagery": "osm", - "language": "nl", - "add-image": 2, - "change_over_5000m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2, + "change_over_5000m": 6 }, "geometry": { "type": "Point", @@ -162211,14 +153932,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -162252,15 +153971,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 4, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 4, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -162299,13 +154016,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "missing_streets", - "answer": 372, - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "missing_streets", + "answer": 372, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -162339,14 +154054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -162380,14 +154092,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -162413,7 +154123,7 @@ "imagery_used": "Not reported", "date": "2021-12-11T15:52:16Z", "reviewed_features": [], - "create": 2, + "create": 5, "modify": 3, "delete": 0, "area": 0.000119056918960018, @@ -162421,16 +154131,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "entrances", - "answer": 5, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 9 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_within_25m": 9 }, "geometry": { "type": "Point", @@ -162464,17 +154171,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 2, - "move:node/7896638970": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 2, + "move:node/7896638970": "improve_accuracy" }, "geometry": { "type": "Point", @@ -162508,17 +154213,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "openwindpowermap", - "create": 1, - "imagery": "AGIV", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_100m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "openwindpowermap", + "imagery": "AGIV", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -162552,17 +154254,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "waste_basket", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "waste_basket", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -162596,17 +154295,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -162640,15 +154336,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -162682,14 +154376,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_1000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_1000m": 2 }, "geometry": { "type": "Point", @@ -162723,13 +154415,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 24, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 24, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -162763,14 +154453,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -162804,14 +154492,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "answer": 5, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_within_5000m": 5 - } + "host": "127.0.0.1:1234", + "theme": "grb", + "answer": 5, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_within_5000m": 5 }, "geometry": { "type": "Point", @@ -162845,15 +154531,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 5, - "create": 1, - "imagery": "AGIV", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 5, + "imagery": "AGIV", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -162887,15 +154570,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "UrbISOrtho", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "UrbISOrtho", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -162929,15 +154609,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 14, - "create": 3, - "imagery": "UrbISOrtho", - "language": "en", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 14, + "imagery": "UrbISOrtho", + "language": "en", + "add-image": 3 }, "geometry": { "type": "Point", @@ -162971,13 +154648,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://osm-catalan.github.io/osmllengcat/src/json/osmllengcat.json", - "answer": 1, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "https://osm-catalan.github.io/osmllengcat/src/json/osmllengcat.json", + "answer": 1, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -163029,18 +154704,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_100m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 3 }, "geometry": { "type": "Point", @@ -163074,15 +154746,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "climbing", - "answer": 7, - "imagery": "osm", - "language": "en", - "change_within_100m": 7 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "climbing", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_within_100m": 7 }, "geometry": { "type": "Point", @@ -163116,18 +154786,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_100m": 6 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_100m": 6 }, "geometry": { "type": "Point", @@ -163161,15 +154828,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "fritures", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_over_5000m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4 }, "geometry": { "type": "Point", @@ -163203,13 +154868,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -163235,7 +154898,7 @@ "imagery_used": "Not reported", "date": "2021-12-10T18:13:08Z", "reviewed_features": [], - "create": 1, + "create": 3, "modify": 4, "delete": 0, "area": 3.97567999998898e-8, @@ -163243,17 +154906,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "entrances", - "answer": 5, - "create": 3, - "imagery": "osm", - "language": "en", - "change_within_25m": 2, - "change_within_50m": 5 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_within_25m": 2, + "change_within_50m": 5 }, "geometry": { "type": "Point", @@ -163287,18 +154947,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en", - "change_over_5000m": 2, - "change_within_25m": 1, - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 1, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -163332,15 +154989,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -163374,13 +155028,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -163414,14 +155066,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "nl", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "nl", + "add-image": 2 }, "geometry": { "type": "Point", @@ -163455,15 +155105,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 9, - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 9, + "imagery": "osm", + "language": "nl", + "add-image": 1 }, "geometry": { "type": "Point", @@ -163497,14 +155144,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -163538,16 +155182,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 10, - "create": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 2, - "change_within_25m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 10, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 10 }, "geometry": { "type": "Point", @@ -163581,16 +155222,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -163624,17 +155262,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 153, - "path": "mc/develop/", - "theme": "grb", - "answer": 1, - "import": 94, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 54 - } + "host": "pietervdvn.github.io", + "move": 153, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 94, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 54 }, "geometry": { "type": "Point", @@ -163668,17 +155304,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 6, - "theme": "grb", - "import": 5, - "imagery": "AGIV", - "language": "en", - "conflation": 2, - "change_over_5000m": 2, - "change_within_500m": 1 - } + "host": "127.0.0.1:1234", + "move": 6, + "theme": "grb", + "import": 5, + "imagery": "AGIV", + "language": "en", + "conflation": 2, + "change_over_5000m": 2, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -163712,13 +155346,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -163752,15 +155384,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 3, - "imagery": "osm", - "language": "en", - "add-image": 6, - "change_within_50m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 6, + "change_within_50m": 9 }, "geometry": { "type": "Point", @@ -163794,14 +155424,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 37, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 37, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -163835,13 +155463,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -163875,14 +155501,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 3, - "imagery": "osm", - "language": "en", - "change_within_25m": 3 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -163916,16 +155540,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -163959,19 +155580,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "waste_basket", - "answer": 3, - "create": 4, - "imagery": "osm", - "language": "en", - "move:node/-1": "improve_accuracy", - "move:node/-2": "improve_accuracy", - "change_over_5000m": 4, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "waste_basket", + "answer": 3, + "imagery": "osm", + "language": "en", + "move:node/-1": "improve_accuracy", + "move:node/-2": "improve_accuracy", + "change_over_5000m": 4, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -164005,20 +155623,17 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 2, - "theme": "waste_basket", - "answer": 5, - "create": 5, - "imagery": "osm", - "language": "en", - "move:node/-2": "improve_accuracy", - "change_over_5000m": 5, - "change_within_25m": 6, - "change_within_100m": 1, - "move:node/9322304462": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 2, + "theme": "waste_basket", + "answer": 5, + "imagery": "osm", + "language": "en", + "move:node/-2": "improve_accuracy", + "change_over_5000m": 5, + "change_within_25m": 6, + "change_within_100m": 1, + "move:node/9322304462": "improve_accuracy" }, "geometry": { "type": "Point", @@ -164044,7 +155659,7 @@ "imagery_used": "Not reported", "date": "2021-12-08T22:08:19Z", "reviewed_features": [], - "create": 1, + "create": 2, "modify": 6, "delete": 0, "area": 1.88307699998538e-7, @@ -164052,14 +155667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "entrances", - "answer": 5, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "entrances", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -164093,13 +155705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 52, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 52, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -164133,14 +155743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -164174,14 +155781,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "answer": 1, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -164215,14 +155820,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "https://gist.githubusercontent.com/joostschouppe/fbf0ae3c5bc1046da65c024075addef0/raw/5f7c3524f5456e00b233148a902c98242b9ff5ed/theme_aed_spar.json", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -164256,17 +155859,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 21, - "path": "mc/develop/", - "theme": "grb", - "import": 3, - "imagery": "osm", - "language": "en", - "conflation": 6, - "change_over_5000m": 3 - } + "host": "pietervdvn.github.io", + "move": 21, + "path": "mc/develop/", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "en", + "conflation": 6, + "change_over_5000m": 3 }, "geometry": { "type": "Point", @@ -164300,15 +155901,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 74, - "imagery": "osm", - "language": "en", - "change_over_5000m": 8, - "change_within_5000m": 45 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 74, + "imagery": "osm", + "language": "en", + "change_over_5000m": 8, + "change_within_5000m": 45 }, "geometry": { "type": "Point", @@ -164342,13 +155941,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://yopaseopor/mcquests/master/restaurants.json", - "answer": 3, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "gh://yopaseopor/mcquests/master/restaurants.json", + "answer": 3, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -164382,20 +155979,18 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 98, - "path": "mc/develop/", - "theme": "grb", - "answer": 2, - "import": 7, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 32, - "change_within_50m": 2, - "change_within_100m": 5, - "change_within_500m": 2 - } + "host": "pietervdvn.github.io", + "move": 98, + "path": "mc/develop/", + "theme": "grb", + "answer": 2, + "import": 7, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 32, + "change_within_50m": 2, + "change_within_100m": 5, + "change_within_500m": 2 }, "geometry": { "type": "Point", @@ -164429,16 +156024,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1, - "change_within_25m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -164472,14 +156065,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -164513,13 +156103,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 21, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -164553,17 +156141,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 8, - "create": 4, - "imagery": "osm", - "language": "en", - "change_over_5000m": 4, - "change_within_25m": 2, - "change_within_50m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 8, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4, + "change_within_25m": 2, + "change_within_50m": 6 }, "geometry": { "type": "Point", @@ -164597,16 +156182,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "answer": 2, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -164640,13 +156222,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "postal_codes", - "answer": 16, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "postal_codes", + "answer": 16, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -164685,13 +156265,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -164725,14 +156303,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 20, - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 20, + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -164766,13 +156342,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 31, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 31, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -164811,16 +156385,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "hailhydrant", - "answer": 4, - "create": 2, - "imagery": "HDM_HOT", - "language": "fr", - "move:node/9233019525": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "hailhydrant", + "answer": 4, + "imagery": "HDM_HOT", + "language": "fr", + "move:node/9233019525": "improve_accuracy" }, "geometry": { "type": "Point", @@ -164859,14 +156430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 1, - "create": 1, - "imagery": "HDM_HOT", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "fr" }, "geometry": { "type": "Point", @@ -164900,16 +156468,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 1, - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -164943,14 +156508,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 11, - "imagery": "osm", - "language": "en", - "change_within_5000m": 11 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 11, + "imagery": "osm", + "language": "en", + "change_within_5000m": 11 }, "geometry": { "type": "Point", @@ -164984,16 +156547,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 12, - "path": "mc/develop/", - "theme": "grb", - "answer": 1, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 6 - } + "host": "pietervdvn.github.io", + "move": 12, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 6 }, "geometry": { "type": "Point", @@ -165027,16 +156588,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 5, - "path": "mc/develop/", - "theme": "grb", - "import": 68, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 2 - } + "host": "pietervdvn.github.io", + "move": 5, + "path": "mc/develop/", + "theme": "grb", + "import": 68, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 2 }, "geometry": { "type": "Point", @@ -165070,16 +156629,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -165113,14 +156669,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 39, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 39, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -165154,16 +156708,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -165197,17 +156748,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 8, - "path": "mc/develop/", - "theme": "grb", - "answer": 1, - "import": 90, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 2 - } + "host": "pietervdvn.github.io", + "move": 8, + "path": "mc/develop/", + "theme": "grb", + "answer": 1, + "import": 90, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 2 }, "geometry": { "type": "Point", @@ -165241,15 +156790,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 6, - "imagery": "osm", - "language": "en", - "add-image": 4, - "change_within_500m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 6, + "imagery": "osm", + "language": "en", + "add-image": 4, + "change_within_500m": 10 }, "geometry": { "type": "Point", @@ -165283,17 +156830,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 235, - "path": "mc/develop/", - "theme": "grb", - "answer": 3, - "import": 19, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 72 - } + "host": "pietervdvn.github.io", + "move": 235, + "path": "mc/develop/", + "theme": "grb", + "answer": 3, + "import": 19, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 72 }, "geometry": { "type": "Point", @@ -165327,16 +156872,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 16, - "path": "mc/develop/", - "theme": "grb", - "import": 5, - "imagery": "osm", - "language": "en", - "conflation": 6 - } + "host": "pietervdvn.github.io", + "move": 16, + "path": "mc/develop/", + "theme": "grb", + "import": 5, + "imagery": "osm", + "language": "en", + "conflation": 6 }, "geometry": { "type": "Point", @@ -165370,14 +156913,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "entrances", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -165411,15 +156952,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 73, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_over_5000m": 22 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 73, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 22 }, "geometry": { "type": "Point", @@ -165453,15 +156992,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 10, - "imagery": "AGIVFlandersGRB", - "language": "en", - "change_over_5000m": 10 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 10, + "imagery": "AGIVFlandersGRB", + "language": "en", + "change_over_5000m": 10 }, "geometry": { "type": "Point", @@ -165495,13 +157032,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -165535,16 +157070,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -165578,18 +157110,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "create": 10, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 10, - "change_within_25m": 1, - "change_within_50m": 1, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 10, + "change_within_25m": 1, + "change_within_50m": 1, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -165623,16 +157152,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 88, - "theme": "grb", - "answer": 1, - "import": 58, - "imagery": "osm", - "language": "nl", - "conflation": 28 - } + "host": "127.0.0.1:1234", + "move": 88, + "theme": "grb", + "answer": 1, + "import": 58, + "imagery": "osm", + "language": "nl", + "conflation": 28 }, "geometry": { "type": "Point", @@ -165666,16 +157193,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 136, - "theme": "grb", - "answer": 3, - "import": 18, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "conflation": 30 - } + "host": "127.0.0.1:1234", + "move": 136, + "theme": "grb", + "answer": 3, + "import": 18, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "conflation": 30 }, "geometry": { "type": "Point", @@ -165709,13 +157234,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 6, - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 6, + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -165749,13 +157272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -165789,13 +157310,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 9, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 9, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -165829,13 +157348,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 6, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 6, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -165869,16 +157386,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 69, - "theme": "grb", - "answer": 12, - "import": 2, - "imagery": "AGIV", - "language": "nl", - "conflation": 22 - } + "host": "127.0.0.1:1234", + "move": 69, + "theme": "grb", + "answer": 12, + "import": 2, + "imagery": "AGIV", + "language": "nl", + "conflation": 22 }, "geometry": { "type": "Point", @@ -165912,15 +157427,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 12, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "change_over_5000m": 12 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 12, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_over_5000m": 12 }, "geometry": { "type": "Point", @@ -165954,15 +157467,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 24, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 24 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 24, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 24 }, "geometry": { "type": "Point", @@ -165996,15 +157507,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 15, - "imagery": "AGIV", - "language": "nl", - "change_over_5000m": 15 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 15, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 15 }, "geometry": { "type": "Point", @@ -166038,15 +157547,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 28, - "imagery": "AGIV", - "language": "nl", - "change_over_5000m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 28, + "imagery": "AGIV", + "language": "nl", + "change_over_5000m": 2 }, "geometry": { "type": "Point", @@ -166080,14 +157587,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 12, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 12, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -166121,16 +157626,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "create": 1, - "imagery": "HDM_HOT", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -166164,18 +157666,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 16, - "path": "mc/develop/", - "theme": "grb", - "answer": 4, - "import": 1, - "imagery": "AGIV", - "language": "nl", - "conflation": 4, - "change_over_5000m": 5 - } + "host": "pietervdvn.github.io", + "move": 16, + "path": "mc/develop/", + "theme": "grb", + "answer": 4, + "import": 1, + "imagery": "AGIV", + "language": "nl", + "conflation": 4, + "change_over_5000m": 5 }, "geometry": { "type": "Point", @@ -166209,17 +157709,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 12, - "create": 2, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 2, - "change_within_50m": 6, - "change_within_500m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 12, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 2, + "change_within_50m": 6, + "change_within_500m": 6 }, "geometry": { "type": "Point", @@ -166253,16 +157750,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 170, - "theme": "grb", - "answer": 29, - "import": 30, - "imagery": "osm", - "language": "en", - "conflation": 46 - } + "host": "127.0.0.1:1234", + "move": 170, + "theme": "grb", + "answer": 29, + "import": 30, + "imagery": "osm", + "language": "en", + "conflation": 46 }, "geometry": { "type": "Point", @@ -166296,13 +157791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb", - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -166336,16 +157829,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 65, - "theme": "grb", - "answer": 2, - "import": 8, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 18 - } + "host": "127.0.0.1:1234", + "move": 65, + "theme": "grb", + "answer": 2, + "import": 8, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 18 }, "geometry": { "type": "Point", @@ -166379,16 +157870,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 30, - "theme": "grb", - "answer": 6, - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 6 - } + "host": "127.0.0.1:1234", + "move": 30, + "theme": "grb", + "answer": 6, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 6 }, "geometry": { "type": "Point", @@ -166422,16 +157911,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 37, - "theme": "grb", - "answer": 2, - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 12 - } + "host": "127.0.0.1:1234", + "move": 37, + "theme": "grb", + "answer": 2, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 12 }, "geometry": { "type": "Point", @@ -166465,17 +157952,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 60, - "theme": "grb", - "answer": 9, - "import": 15, - "imagery": "AGIV", - "language": "en", - "conflation": 22, - "change_over_5000m": 6 - } + "host": "mapcomplete.osm.be", + "move": 60, + "theme": "grb", + "answer": 9, + "import": 15, + "imagery": "AGIV", + "language": "en", + "conflation": 22, + "change_over_5000m": 6 }, "geometry": { "type": "Point", @@ -166548,14 +158033,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 4, - "imagery": "HDM_HOT", - "language": "ca", - "change_within_25m": 4 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 4, + "imagery": "HDM_HOT", + "language": "ca", + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -166694,17 +158177,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "answer": 9, - "create": 9, - "imagery": "HDM_HOT", - "language": "ca", - "change_over_5000m": 9, - "change_within_25m": 8, - "change_within_50m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "answer": 9, + "imagery": "HDM_HOT", + "language": "ca", + "change_over_5000m": 9, + "change_within_25m": 8, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -166738,16 +158218,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -166781,14 +158258,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 1, - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -166822,15 +158297,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 11, - "create": 2, - "imagery": "UrbISOrtho2020", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 11, + "imagery": "UrbISOrtho2020", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -166864,16 +158336,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "de", - "change_over_5000m": 1, - "change_within_25m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "de", + "change_over_5000m": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -166907,17 +158376,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 5, - "create": 11, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 11, - "change_within_25m": 4, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 5, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 11, + "change_within_25m": 4, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -166951,17 +158417,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "de", - "change_over_5000m": 1, - "change_within_5000m": 5 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "answer": 5, + "imagery": "osm", + "language": "de", + "change_over_5000m": 1, + "change_within_5000m": 5 }, "geometry": { "type": "Point", @@ -166995,13 +158458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -167035,14 +158496,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 2, - "imagery": "osm", - "language": "de", - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 2, + "imagery": "osm", + "language": "de", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -167076,15 +158535,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 2, - "change_within_500m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_within_500m": 5 }, "geometry": { "type": "Point", @@ -167118,17 +158575,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 1, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -167162,14 +158616,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 1, - "create": 1, - "imagery": "AGIV", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 1, + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -167203,13 +158654,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 47, - "imagery": "osm", - "language": "it" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 47, + "imagery": "osm", + "language": "it" }, "geometry": { "type": "Point", @@ -167243,14 +158692,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "answer": 6, - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 6, + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -167284,13 +158731,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "add-image": 2 - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "add-image": 2 }, "geometry": { "type": "Point", @@ -167329,13 +158774,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -167369,13 +158811,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -167409,14 +158849,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 1, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -167455,13 +158892,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -167495,13 +158930,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -167535,17 +158968,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "split": 2, - "theme": "cyclestreets", - "answer": 1, - "imagery": "osm", - "language": "nl", - "change_within_25m": 2, - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "split": 2, + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_25m": 2, + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -167579,18 +159010,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "add-image": 2, - "change_over_5000m": 1, - "change_within_25m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 3 }, "geometry": { "type": "Point", @@ -167624,13 +159052,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -167664,14 +159090,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 2, - "imagery": "osm", - "language": "fr", - "change_over_5000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "fr", + "change_over_5000m": 2 }, "geometry": { "type": "Point", @@ -167705,15 +159129,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb_fixme", - "answer": 4, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "change_within_5000m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb_fixme", + "answer": 4, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "change_within_5000m": 4 }, "geometry": { "type": "Point", @@ -167747,14 +159169,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "grb_fixme", - "answer": 44, - "import": 4, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "grb_fixme", + "answer": 44, + "import": 4, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -167788,17 +159208,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 9, - "create": 2, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 2, - "change_within_25m": 10 - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 9, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 2, + "change_within_25m": 10 }, "geometry": { "type": "Point", @@ -167832,13 +159249,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "street_lighting", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "street_lighting", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -167872,13 +159287,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "comerciosantiguos", - "answer": 3, - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "comerciosantiguos", + "answer": 3, + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -167912,13 +159325,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 3 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 3 }, "geometry": { "type": "Point", @@ -167957,13 +159368,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -168002,18 +159411,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "waste_basket", - "answer": 2, - "create": 2, - "imagery": "osm", - "language": "en", - "change_over_5000m": 2, - "change_within_25m": 3, - "move:node/9300915863": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "waste_basket", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_over_5000m": 2, + "change_within_25m": 3, + "move:node/9300915863": "improve_accuracy" }, "geometry": { "type": "Point", @@ -168047,14 +159453,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "answer": 1, - "create": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -168088,13 +159491,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "create": 1, - "imagery": "USDA-NAIP", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "USDA-NAIP", + "language": "en" }, "geometry": { "type": "Point", @@ -168128,15 +159528,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 12, - "create": 4, - "imagery": "AGIV", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 12, + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -168170,16 +159567,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 2, - "create": 3, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 3, - "change_within_25m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 2, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 3, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -168213,16 +159607,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "de", - "change_over_5000m": 1, - "change_within_25m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "de", + "change_over_5000m": 1, + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -168256,17 +159647,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "create": 6, - "imagery": "HDM_HOT", - "language": "de", - "change_over_5000m": 6, - "change_within_25m": 2, - "change_within_100m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "de", + "change_over_5000m": 6, + "change_within_25m": 2, + "change_within_100m": 1 }, "geometry": { "type": "Point", @@ -168300,14 +159688,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://yopaseopor/osmlitmap/master/src/json/lit.json", - "create": 1, - "imagery": "osm", - "language": "ca", - "change_over_5000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "gh://yopaseopor/osmlitmap/master/src/json/lit.json", + "imagery": "osm", + "language": "ca", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -168341,12 +159726,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -168380,12 +159763,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "allotments", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "allotments", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -168419,12 +159800,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -168458,12 +159837,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "allotments", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "allotments", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -168497,12 +159874,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "allotments", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "allotments", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -168536,13 +159911,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168576,13 +159949,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168616,13 +159987,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168656,13 +160025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168696,13 +160063,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168736,13 +160101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168776,13 +160139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168816,13 +160177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -168856,13 +160215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -168896,13 +160253,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -168936,13 +160291,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -168976,12 +160329,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -169015,13 +160366,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169060,13 +160409,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169100,13 +160447,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -169140,13 +160485,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -169180,13 +160523,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169220,13 +160561,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -169260,13 +160599,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -169300,13 +160637,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169340,13 +160675,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -169380,13 +160713,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -169420,13 +160751,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169465,13 +160794,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -169505,13 +160832,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -169545,13 +160870,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -169585,12 +160908,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -169624,13 +160945,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -169664,13 +160983,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -169704,13 +161021,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -169744,12 +161059,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -169783,13 +161096,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169845,13 +161156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169885,13 +161194,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169925,13 +161232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -169970,13 +161275,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -170015,12 +161318,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -170054,12 +161355,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "Stadia.AlidadeSmoothDark", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "Stadia.AlidadeSmoothDark", + "language": "en" }, "geometry": { "type": "Point", @@ -170093,13 +161392,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -170133,13 +161430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170173,13 +161468,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170213,13 +161506,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170253,12 +161544,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -170309,13 +161598,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170349,13 +161636,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170389,13 +161674,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170429,11 +161712,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "de", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -170467,13 +161748,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "192.168.1.191:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "192.168.1.191:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170507,13 +161786,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170547,13 +161824,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170587,13 +161862,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170627,13 +161900,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170672,12 +161943,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "fr" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -170711,11 +161980,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "de", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -170749,13 +162016,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buurtnatuur", - "imagery": "osm", - "language": "nl", - "theme-creator": "Pieter Vander Vennet" - } + "host": "mapcomplete.osm.be", + "theme": "buurtnatuur", + "imagery": "osm", + "language": "nl", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -170789,13 +162054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "Stamen.Watercolor", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "Stamen.Watercolor", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -170829,12 +162092,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "Stadia.AlidadeSmoothDark", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "Stadia.AlidadeSmoothDark", + "language": "en" }, "geometry": { "type": "Point", @@ -170873,13 +162134,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "climbing", - "imagery": "osm", - "language": "nl", - "theme-creator": "Christian Neumann " - } + "host": "pietervdvn.github.io", + "theme": "climbing", + "imagery": "osm", + "language": "nl", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -170913,13 +162172,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -170953,12 +162210,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -170992,13 +162247,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -171032,12 +162285,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171076,13 +162327,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171116,13 +162365,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171156,13 +162403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -171196,12 +162441,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171235,13 +162478,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171275,13 +162516,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -171343,13 +162582,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -171383,13 +162620,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171423,13 +162658,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171463,13 +162696,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -171503,13 +162734,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -171543,13 +162772,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171583,13 +162810,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -171623,12 +162848,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "klimbomen", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "klimbomen", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171662,13 +162885,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171707,12 +162928,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171751,13 +162970,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "NSW_LPI_Imagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "NSW_LPI_Imagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171808,13 +163025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -171848,12 +163063,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171887,12 +163100,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -171926,12 +163137,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -171965,12 +163174,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -172004,13 +163211,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172044,13 +163249,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172084,13 +163287,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172124,12 +163325,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -172163,13 +163362,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172203,13 +163400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172243,13 +163438,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "Actueel_ortho25_WMS", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "Actueel_ortho25_WMS", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -172283,13 +163476,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172323,13 +163514,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172363,13 +163552,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172403,13 +163590,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172443,13 +163628,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172483,13 +163666,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172523,13 +163704,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -172563,13 +163742,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172603,13 +163780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -172643,13 +163818,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -172683,13 +163856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -172723,12 +163894,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -172762,13 +163931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -172823,13 +163990,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -172863,13 +164028,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -172903,13 +164066,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -172960,13 +164121,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -173000,13 +164159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -173040,13 +164197,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173080,13 +164235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173120,12 +164273,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "1roadalllanes", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "1roadalllanes", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -173159,12 +164310,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "1roadalllanes", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "1roadalllanes", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -173198,12 +164347,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "crossingtime", - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "crossingtime", + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -173237,12 +164384,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "restaurants", - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "restaurants", + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -173276,12 +164421,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -173315,13 +164458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -173355,13 +164496,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173395,13 +164534,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173435,13 +164572,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173475,12 +164610,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vaccination_centres", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "vaccination_centres", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -173514,13 +164647,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -173554,12 +164685,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -173593,13 +164722,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -173633,13 +164760,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173673,12 +164798,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "picnictable", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "picnictable", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -173712,12 +164835,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vaccination_centres", - "imagery": "AGIV", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "vaccination_centres", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -173751,12 +164872,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vaccination_centres", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "vaccination_centres", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -173790,13 +164909,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173830,13 +164947,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173870,12 +164985,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vaccination_centres", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "vaccination_centres", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -173909,13 +165022,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -173949,13 +165060,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -173989,13 +165098,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174029,13 +165136,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174069,13 +165174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -174109,12 +165212,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -174153,12 +165254,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "containeronvas", - "imagery": "osm", - "language": "es" - } + "host": "pietervdvn.github.io", + "theme": "containeronvas", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -174192,13 +165291,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174232,13 +165329,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174272,13 +165367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -174312,13 +165405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -174352,13 +165443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -174392,13 +165481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -174432,13 +165519,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174472,13 +165557,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -174512,13 +165595,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -174552,13 +165633,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174592,12 +165671,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "paden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "paden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -174631,13 +165708,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -174671,13 +165746,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174711,13 +165784,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174751,12 +165822,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "vaccination_centres", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "vaccination_centres", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -174790,13 +165859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174830,13 +165897,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174870,13 +165935,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174910,13 +165973,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -174950,13 +166011,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -174990,13 +166049,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -175030,13 +166087,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -175070,13 +166125,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175115,12 +166168,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "fr" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -175154,12 +166205,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -175193,13 +166242,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -175233,13 +166280,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175273,12 +166318,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "vaccination_centres", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "vaccination_centres", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -175312,13 +166355,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175352,12 +166393,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "openinghourscovid19", - "imagery": "osm", - "language": "es" - } + "host": "pietervdvn.github.io", + "theme": "openinghourscovid19", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -175391,13 +166430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175431,13 +166468,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175476,13 +166511,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -175521,13 +166554,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -175561,12 +166592,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -175600,12 +166629,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -175639,13 +166666,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175679,13 +166704,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175719,12 +166742,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -175758,13 +166779,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175798,13 +166817,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175838,13 +166855,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -175878,13 +166893,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -175918,13 +166931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175958,13 +166969,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -175998,13 +167007,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176038,13 +167045,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176078,13 +167083,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176160,13 +167163,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176246,13 +167247,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176286,13 +167285,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176326,13 +167323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176366,13 +167361,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176406,12 +167399,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "localrevision", - "imagery": "osm", - "language": "es" - } + "host": "pietervdvn.github.io", + "theme": "localrevision", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -176450,13 +167441,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176490,12 +167479,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fitness_station", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fitness_station", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -176562,13 +167549,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176607,12 +167592,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -176646,13 +167629,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176686,13 +167667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176744,13 +167723,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176784,13 +167761,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176846,13 +167821,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176886,13 +167859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -176931,12 +167902,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -176970,13 +167939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177015,13 +167982,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -177060,12 +168025,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -177099,13 +168062,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177139,13 +168100,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177179,13 +168138,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177219,12 +168176,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -177258,12 +168213,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -177297,13 +168250,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177337,12 +168288,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -177376,13 +168325,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177416,13 +168363,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -177456,13 +168401,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177496,13 +168439,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -177536,13 +168477,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177576,13 +168515,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -177616,13 +168553,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177656,13 +168591,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177696,13 +168629,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177736,13 +168667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -177781,12 +168710,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -177820,12 +168747,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -177859,12 +168784,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -177898,13 +168821,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -177943,12 +168864,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -177982,13 +168901,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178022,13 +168939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -178062,13 +168977,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178102,13 +169015,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178142,13 +169053,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178182,13 +169091,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178222,13 +169129,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178262,12 +169167,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -178306,12 +169209,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -178362,13 +169263,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178402,13 +169301,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -178442,12 +169339,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -178481,13 +169376,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178521,12 +169414,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -178560,13 +169451,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178600,12 +169489,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "1roadalllanes", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "1roadalllanes", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -178639,13 +169526,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178679,13 +169564,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -178719,13 +169602,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178759,12 +169640,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -178803,12 +169682,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -178847,12 +169724,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -178886,13 +169761,11 @@ "harmful": false, "checked": true, "check_date": "2021-03-31T08:35:11.939748Z", - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -178926,12 +169799,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -178965,13 +169836,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -179005,13 +169874,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -179045,12 +169912,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -179084,13 +169949,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179124,13 +169987,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179164,13 +170025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -179204,13 +170063,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179244,13 +170101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179284,13 +170139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179324,13 +170177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179364,13 +170215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179404,13 +170253,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "nrw_dtm_wms", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "nrw_dtm_wms", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179444,13 +170291,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179484,13 +170329,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179524,13 +170367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179564,13 +170405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179604,13 +170443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179644,13 +170481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -179684,13 +170519,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179724,13 +170557,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -179764,12 +170595,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -179803,13 +170632,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179843,12 +170670,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -179882,13 +170707,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -179922,13 +170745,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -179962,12 +170783,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -180001,13 +170820,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -180041,13 +170858,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180081,13 +170896,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180121,13 +170934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180161,13 +170972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180201,12 +171010,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -180240,12 +171047,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "grb", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "grb", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -180279,13 +171084,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180319,12 +171122,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -180358,13 +171159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180398,13 +171197,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180438,12 +171235,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -180477,12 +171272,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -180516,13 +171309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180556,13 +171347,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180596,13 +171385,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -180636,13 +171423,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180681,13 +171466,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -180721,13 +171504,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -180761,13 +171542,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180801,13 +171580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -180841,13 +171618,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180881,13 +171656,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180921,13 +171694,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -180961,13 +171732,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -181001,13 +171770,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -181041,13 +171808,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -181081,13 +171846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181121,13 +171884,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -181161,13 +171922,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -181201,12 +171960,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -181245,12 +172002,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -181284,13 +172039,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181324,13 +172077,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -181364,13 +172115,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -181404,13 +172153,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -181444,13 +172191,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -181484,13 +172229,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181524,13 +172267,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -181564,12 +172305,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "crossingtime", - "imagery": "osm", - "language": "es" - } + "host": "pietervdvn.github.io", + "theme": "crossingtime", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -181603,13 +172342,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -181643,12 +172380,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -181682,12 +172417,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -181721,13 +172454,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181761,13 +172492,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181801,13 +172530,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181841,13 +172568,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181881,13 +172606,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181921,13 +172644,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -181961,12 +172682,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -182000,13 +172719,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -182040,13 +172757,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -182080,13 +172795,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -182120,13 +172833,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -182160,13 +172871,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182200,13 +172909,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182240,12 +172947,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "Stadia.AlidadeSmoothDark", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "Stadia.AlidadeSmoothDark", + "language": "en" }, "geometry": { "type": "Point", @@ -182279,13 +172984,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182319,13 +173022,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -182359,13 +173060,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "speelplekken", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "speelplekken", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182399,13 +173098,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182439,13 +173136,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182479,13 +173174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "speelplekken", - "imagery": "AGIV10cm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "speelplekken", + "imagery": "AGIV10cm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182519,13 +173212,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182559,13 +173250,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182599,13 +173288,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182639,13 +173326,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182679,13 +173364,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -182719,13 +173402,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -182759,13 +173440,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -182799,13 +173478,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182839,13 +173516,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buurtnatuur", - "imagery": "osm", - "language": "nl", - "theme-creator": "Pieter Vander Vennet" - } + "host": "mapcomplete.osm.be", + "theme": "buurtnatuur", + "imagery": "osm", + "language": "nl", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -182879,13 +173554,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -182919,13 +173592,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182959,13 +173630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -182999,13 +173668,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183039,12 +173706,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -183078,12 +173743,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -183117,12 +173780,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "geveltuintjes", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "geveltuintjes", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -183156,12 +173817,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -183195,13 +173854,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183235,12 +173892,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -183274,13 +173929,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -183314,12 +173967,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -183353,13 +174004,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183393,13 +174042,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -183433,13 +174080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183501,13 +174146,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183541,13 +174184,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "ca", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "ca", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183581,12 +174222,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -183620,13 +174259,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183660,13 +174297,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -183700,13 +174335,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183740,13 +174373,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183780,13 +174411,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183820,13 +174449,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -183880,13 +174507,11 @@ "harmful": false, "checked": true, "check_date": "2021-03-17T09:58:48.181432Z", - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -183920,13 +174545,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -183960,13 +174583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -184000,13 +174621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184040,12 +174659,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -184079,13 +174696,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184119,13 +174734,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184159,12 +174772,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -184198,13 +174809,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184238,13 +174847,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184295,10 +174902,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -184332,12 +174937,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -184371,13 +174974,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184411,13 +175012,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -184451,13 +175050,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "AGIV", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "AGIV", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184491,13 +175088,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184531,12 +175126,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -184570,13 +175163,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184610,13 +175201,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -184650,13 +175239,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184690,13 +175277,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184730,13 +175315,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184770,13 +175353,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184810,13 +175391,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -184850,12 +175429,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wherethesidewalkshavenoname", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "wherethesidewalkshavenoname", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -184889,12 +175466,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -184928,13 +175503,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -184968,13 +175541,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185008,12 +175579,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -185047,13 +175616,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185087,13 +175654,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185127,13 +175692,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185172,13 +175735,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185212,13 +175773,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185252,13 +175811,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185292,13 +175849,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185332,12 +175887,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "Stadia.AlidadeSmoothDark", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "Stadia.AlidadeSmoothDark", + "language": "en" }, "geometry": { "type": "Point", @@ -185371,13 +175924,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185411,13 +175962,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185451,13 +176000,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185491,13 +176038,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185531,13 +176076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "Metropole_Ruhr_RVR-DOP10", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -185571,13 +176114,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185616,13 +176157,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185656,13 +176195,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185696,13 +176233,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185736,13 +176271,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185776,13 +176309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -185816,13 +176347,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIVFlandersGRB", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIVFlandersGRB", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -185856,13 +176385,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -185896,13 +176423,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -185936,13 +176461,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -185976,13 +176499,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186016,13 +176537,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -186056,13 +176575,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "fire", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "fire", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -186096,12 +176613,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -186135,13 +176650,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186175,13 +176688,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186215,13 +176726,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186255,13 +176764,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186295,13 +176802,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186335,12 +176840,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -186391,12 +176894,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -186430,12 +176931,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -186484,13 +176983,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -186524,13 +177021,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -186564,13 +177059,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186604,13 +177097,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186644,13 +177135,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186689,13 +177178,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -186729,13 +177216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186769,13 +177254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186809,12 +177292,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -186848,12 +177329,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -186887,12 +177366,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -186926,13 +177403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -186966,13 +177441,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187006,13 +177479,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187046,13 +177517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187086,13 +177555,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187126,12 +177593,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187165,13 +177630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187205,12 +177668,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187259,13 +177720,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "fire", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "fire", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -187299,12 +177758,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187338,13 +177795,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -187378,12 +177833,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187417,12 +177870,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187484,12 +177935,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -187523,13 +177972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187563,12 +178010,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187602,13 +178047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -187642,12 +178085,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -187686,13 +178127,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -187731,13 +178170,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "fr.ign.bdortho", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "fr.ign.bdortho", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188063,12 +178500,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -188102,13 +178537,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -188142,13 +178575,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188182,13 +178613,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -188222,13 +178651,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -188262,13 +178689,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188302,13 +178727,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188342,13 +178765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188382,13 +178803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "fr.ign.bdortho", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "fr.ign.bdortho", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -188440,13 +178859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188480,13 +178897,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188520,13 +178935,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188560,13 +178973,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188600,12 +179011,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -188639,13 +179048,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -188679,13 +179086,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188719,13 +179124,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -188759,13 +179162,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188799,12 +179200,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -188838,13 +179237,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188878,13 +179275,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188918,12 +179313,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -188957,13 +179350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -188997,13 +179388,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189037,13 +179426,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189077,13 +179464,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189117,13 +179502,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189157,12 +179540,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -189196,12 +179577,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -189240,13 +179619,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -189280,13 +179657,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189320,13 +179695,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189360,13 +179733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189400,13 +179771,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189440,12 +179809,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -189484,13 +179851,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -189529,13 +179894,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189574,13 +179937,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -189614,13 +179975,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -189654,12 +180013,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -189693,12 +180050,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -189732,13 +180087,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189772,13 +180125,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -189812,12 +180163,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -189868,13 +180217,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189908,13 +180255,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189948,13 +180293,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -189988,12 +180331,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190027,12 +180368,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190066,12 +180405,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190105,12 +180442,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190144,13 +180479,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190184,13 +180517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190224,13 +180555,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190264,12 +180593,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -190303,13 +180630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190343,13 +180668,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -190383,12 +180706,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -190422,13 +180743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190462,13 +180781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190502,12 +180819,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -190546,13 +180861,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190586,12 +180899,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "fr.ign.bdortho", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "fr.ign.bdortho", + "language": "en" }, "geometry": { "type": "Point", @@ -190625,12 +180936,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190664,13 +180973,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -190704,13 +181011,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190744,13 +181049,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190784,13 +181087,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190824,13 +181125,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190864,12 +181163,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -190903,13 +181200,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -190943,13 +181238,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -190983,13 +181276,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191023,13 +181314,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191063,12 +181352,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -191102,13 +181389,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191142,13 +181427,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191182,13 +181465,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -191222,12 +181503,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -191261,13 +181540,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -191318,12 +181595,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -191357,12 +181632,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -191396,13 +181669,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -191436,13 +181707,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -191476,13 +181745,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -191516,12 +181783,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -191555,13 +181820,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "speelplekken", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "speelplekken", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191595,13 +181858,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -191650,13 +181911,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -191690,12 +181949,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -191729,12 +181986,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -191768,13 +182023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191808,13 +182061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191848,12 +182099,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -191887,13 +182136,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191927,13 +182174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -191967,13 +182212,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -192007,13 +182250,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192047,13 +182288,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -192087,13 +182326,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -192127,13 +182364,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -192167,13 +182402,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192207,13 +182440,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192247,13 +182478,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192287,13 +182516,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -192327,13 +182554,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192367,13 +182592,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -192407,13 +182630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -192447,13 +182668,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -192487,13 +182706,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -192527,13 +182744,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192567,13 +182782,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -192607,12 +182820,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -192646,12 +182857,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -192685,13 +182894,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192725,13 +182932,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192765,13 +182970,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -192805,12 +183008,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -192844,13 +183045,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192884,13 +183083,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -192924,12 +183121,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -192963,12 +183158,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193002,13 +183195,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193042,12 +183233,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193081,13 +183270,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193121,13 +183308,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193161,13 +183346,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193201,13 +183384,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193241,13 +183422,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193281,12 +183460,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193320,13 +183497,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193360,12 +183535,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193399,13 +183572,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193444,13 +183615,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193484,13 +183653,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -193524,13 +183691,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -193564,12 +183729,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193603,12 +183766,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -193642,12 +183803,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193681,13 +183840,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193721,12 +183878,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -193760,13 +183915,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193800,13 +183953,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193840,13 +183991,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193880,13 +184029,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -193920,13 +184067,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -193960,12 +184105,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -193999,12 +184142,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -194038,12 +184179,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -194077,13 +184216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -194117,13 +184254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194157,13 +184292,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194197,13 +184330,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -194237,13 +184368,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194277,13 +184406,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194317,13 +184444,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194357,12 +184482,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -194396,12 +184519,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -194435,13 +184556,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -194475,13 +184594,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -194515,13 +184632,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194560,13 +184675,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194600,13 +184713,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194640,13 +184751,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194680,13 +184789,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194720,12 +184827,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -194759,13 +184864,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -194799,13 +184902,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194839,13 +184940,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -194879,13 +184978,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -194919,12 +185016,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -194958,13 +185053,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -194998,13 +185091,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -195038,13 +185129,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195078,13 +185167,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -195118,13 +185205,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195158,13 +185243,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195198,12 +185281,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -195237,13 +185318,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -195277,13 +185356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195317,12 +185394,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -195356,13 +185431,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195396,13 +185469,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195436,13 +185507,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195476,13 +185545,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195516,13 +185583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195556,12 +185621,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -195595,13 +185658,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -195635,12 +185696,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -195674,13 +185733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -195714,13 +185771,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195754,13 +185809,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195794,12 +185847,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -195833,13 +185884,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195873,13 +185922,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -195974,13 +186021,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196014,13 +186059,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196054,13 +186097,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196094,13 +186135,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196217,13 +186256,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196257,13 +186294,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196297,13 +186332,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -196337,13 +186370,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -196377,13 +186408,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -196417,12 +186446,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -196456,13 +186483,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196496,13 +186521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -196536,13 +186559,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -196576,12 +186597,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -196615,13 +186634,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196655,13 +186672,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -196695,13 +186710,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -196735,13 +186748,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -196780,13 +186791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -196820,12 +186829,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -196859,13 +186866,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -196904,10 +186909,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -196941,12 +186944,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -196980,12 +186981,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -197024,13 +187023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -197069,12 +187066,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -197113,12 +187108,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -197152,13 +187145,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -197192,13 +187183,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197232,13 +187221,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197290,13 +187277,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197330,12 +187315,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -197374,13 +187357,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197419,13 +187400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -197464,13 +187443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197504,13 +187481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197544,13 +187519,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -197584,13 +187557,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -197624,13 +187595,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197664,13 +187633,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197704,13 +187671,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -197744,13 +187709,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -197784,13 +187747,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197824,13 +187785,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197869,13 +187828,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197909,12 +187866,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -197948,13 +187903,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -197988,13 +187941,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198028,13 +187979,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198068,13 +188017,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -198108,13 +188055,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198153,12 +188098,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198192,12 +188135,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -198231,13 +188172,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198271,12 +188210,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198327,12 +188264,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -198366,13 +188301,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -198411,12 +188344,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198450,12 +188381,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198489,13 +188418,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198529,13 +188456,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198569,12 +188494,10 @@ "harmful": false, "checked": true, "check_date": "2021-04-08T08:25:12.264507Z", - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -198608,13 +188531,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198648,13 +188569,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198688,13 +188607,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -198728,12 +188645,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198767,13 +188682,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -198807,13 +188720,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -198852,12 +188763,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -198896,12 +188805,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -198940,12 +188847,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "AGIV", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -198979,13 +188884,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199019,13 +188922,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -199059,13 +188960,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199099,13 +188998,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199139,13 +189036,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199196,12 +189091,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -199235,13 +189128,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199280,13 +189171,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199320,12 +189209,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -199376,12 +189263,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -199415,13 +189300,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199455,12 +189338,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -199494,13 +189375,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199534,13 +189413,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199574,13 +189451,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -199614,13 +189489,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199654,13 +189527,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -199694,13 +189565,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199734,13 +189603,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -199774,13 +189641,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -199814,12 +189679,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "AGIV10cm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "AGIV10cm", + "language": "en" }, "geometry": { "type": "Point", @@ -199853,12 +189716,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "basketswings", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "basketswings", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -199892,12 +189753,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -199931,13 +189790,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -199971,13 +189828,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -200011,13 +189866,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200051,13 +189904,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "fire", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "fire", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -200091,13 +189942,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200131,13 +189980,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -200171,13 +190018,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200216,13 +190061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -200256,13 +190099,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200296,12 +190137,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -200335,13 +190174,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -200375,13 +190212,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200415,13 +190250,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "fire", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "fire", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -200455,13 +190288,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200495,12 +190326,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -200534,13 +190363,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200574,13 +190401,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200668,13 +190493,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -200754,13 +190577,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -200794,13 +190615,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -200834,12 +190653,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -200873,13 +190690,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -200913,12 +190728,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -200952,13 +190765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -200992,13 +190803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201047,12 +190856,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -201104,13 +190911,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -201144,12 +190949,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -201183,12 +190986,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -201222,13 +191023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -201262,13 +191061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osmfr", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osmfr", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -201302,13 +191099,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -201342,13 +191137,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201382,13 +191175,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -201422,13 +191213,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201462,12 +191251,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "basketswings", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "basketswings", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -201501,13 +191288,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201546,13 +191331,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201586,13 +191369,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "stolpersteine", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "stolpersteine", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -201626,13 +191407,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -201666,12 +191445,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -201705,13 +191482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201745,13 +191520,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201785,13 +191558,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -201825,13 +191596,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -201865,12 +191634,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -201904,12 +191671,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -201948,13 +191713,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -201988,13 +191751,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202028,12 +191789,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -202072,13 +191831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202112,13 +191869,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202152,13 +191907,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202192,12 +191945,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -202236,13 +191987,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202276,13 +192025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202316,13 +192063,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -202356,13 +192101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -202396,13 +192139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -202436,13 +192177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -202476,13 +192215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202516,12 +192253,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buildings", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "buildings", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -202555,12 +192290,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -202594,12 +192327,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -202638,13 +192369,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202683,13 +192412,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202723,13 +192450,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "it", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "it", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -202763,13 +192488,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202803,13 +192526,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -202843,12 +192564,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -202882,13 +192601,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202922,13 +192639,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -202962,13 +192677,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203002,12 +192715,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -203041,12 +192752,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -203080,13 +192789,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203120,13 +192827,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203160,13 +192865,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -203200,13 +192903,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203240,13 +192941,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "AGIVFlandersGRB", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "AGIVFlandersGRB", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203280,13 +192979,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203320,12 +193017,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -203359,13 +193054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203399,12 +193092,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -203438,13 +193129,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "ca", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "ca", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203478,13 +193167,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203518,13 +193205,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203558,12 +193243,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -203597,13 +193280,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203637,13 +193318,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -203677,13 +193356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -203717,13 +193394,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203762,12 +193437,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -203801,13 +193474,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203841,12 +193512,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -203880,13 +193549,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -203925,12 +193592,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -203969,12 +193634,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -204008,12 +193671,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204047,13 +193708,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204087,12 +193746,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204126,13 +193783,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -204166,13 +193821,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204206,12 +193859,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204245,13 +193896,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204285,13 +193934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204325,13 +193972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -204365,13 +194010,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -204410,13 +194053,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204455,13 +194096,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -204500,13 +194139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -204540,12 +194177,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204584,13 +194219,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -204624,12 +194257,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204663,12 +194294,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -204702,12 +194331,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -204780,12 +194407,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -204869,12 +194494,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -204908,13 +194531,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -204953,13 +194574,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -204993,13 +194612,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205038,13 +194655,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205083,13 +194698,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205123,13 +194736,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205163,13 +194774,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205203,12 +194812,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -205247,12 +194854,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205307,12 +194912,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205351,12 +194954,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205411,12 +195012,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205455,12 +195054,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205499,12 +195096,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205559,12 +195154,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205603,12 +195196,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -205642,13 +195233,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -205682,12 +195271,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -205726,13 +195313,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205771,13 +195356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205816,13 +195399,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205856,13 +195437,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -205901,13 +195480,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205941,13 +195518,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -205981,12 +195556,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -206020,13 +195593,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "images", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "images", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -206385,12 +195956,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -206562,12 +196131,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -206606,13 +196173,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -206651,13 +196216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -206691,13 +196254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -206731,12 +196292,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -206775,13 +196334,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -206815,13 +196372,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -206855,12 +196410,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -206899,13 +196452,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -206939,13 +196490,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -206984,13 +196533,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207024,12 +196571,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207063,13 +196608,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207103,13 +196646,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207148,13 +196689,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207188,13 +196727,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207228,13 +196765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207268,13 +196803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207308,12 +196841,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207347,13 +196878,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207387,12 +196916,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207426,13 +196953,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207466,12 +196991,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207505,13 +197028,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -207545,12 +197066,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207584,13 +197103,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -207624,13 +197141,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207664,13 +197179,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207709,13 +197222,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -207749,12 +197260,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207788,13 +197297,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -207828,12 +197335,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207867,12 +197372,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -207906,13 +197409,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207946,13 +197447,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -207986,13 +197485,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208026,12 +197523,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -208065,13 +197560,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208105,13 +197598,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208145,12 +197636,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -208184,13 +197673,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208229,13 +197716,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -208269,13 +197754,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208309,13 +197792,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208349,13 +197830,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208389,13 +197868,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -208429,13 +197906,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -208469,13 +197944,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208509,13 +197982,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208577,12 +198048,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -208666,12 +198135,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -208733,12 +198200,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -208789,12 +198254,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -208833,13 +198296,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208873,13 +198334,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -208918,13 +198377,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -208963,13 +198420,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209003,13 +198458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "UrbISOrtho2019", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "UrbISOrtho2019", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209043,12 +198496,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -209087,13 +198538,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209132,13 +198581,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209172,13 +198619,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209212,13 +198657,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209252,12 +198695,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -209296,13 +198737,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209336,13 +198775,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -209381,13 +198818,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209421,13 +198856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209461,12 +198894,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -209500,13 +198931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -209540,13 +198969,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -209585,13 +199012,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209630,13 +199055,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209675,13 +199098,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209715,12 +199136,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -209759,13 +199178,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209804,13 +199221,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -209844,12 +199259,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -209888,13 +199301,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -209928,12 +199339,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -209967,12 +199376,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -210006,13 +199413,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210046,13 +199451,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210086,13 +199489,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -210126,13 +199527,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -210183,12 +199582,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -210250,12 +199647,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -210289,13 +199684,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210329,12 +199722,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -210368,13 +199759,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210413,13 +199802,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210458,11 +199845,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "vegan", - "language": "de", - "theme-creator": "Christian Neumann " - } + "theme": "vegan", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -210501,13 +199886,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -210541,13 +199924,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -210581,13 +199962,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -210621,13 +200000,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210661,12 +200038,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -210705,13 +200080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210745,13 +200118,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -210785,13 +200156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210825,13 +200194,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210865,13 +200232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210905,12 +200270,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -210944,13 +200307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -210984,12 +200345,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -211023,13 +200382,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211063,13 +200420,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211103,12 +200458,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -211147,13 +200500,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211187,13 +200538,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -211227,13 +200576,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211272,13 +200619,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211312,12 +200657,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -211356,13 +200699,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -211396,13 +200737,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -211436,13 +200775,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -211476,12 +200813,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "AGIV10cm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "AGIV10cm", + "language": "en" }, "geometry": { "type": "Point", @@ -211515,12 +200850,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -211559,13 +200892,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211599,13 +200930,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211644,13 +200973,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -211684,13 +201011,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211724,12 +201049,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -211763,13 +201086,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211803,13 +201124,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -211843,13 +201162,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211883,13 +201200,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211923,13 +201238,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -211968,12 +201281,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212012,13 +201323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212057,12 +201366,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -212096,13 +201403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212136,13 +201441,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212176,13 +201479,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212216,13 +201517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212261,13 +201560,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -212301,12 +201598,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212340,13 +201635,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212380,13 +201673,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212420,12 +201711,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212459,12 +201748,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212498,13 +201785,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212543,12 +201828,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212582,12 +201865,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212621,13 +201902,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212661,13 +201940,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212701,13 +201978,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212741,13 +202016,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -212781,13 +202054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212821,13 +202092,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -212861,12 +202130,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -212900,13 +202167,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212940,13 +202205,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -212980,13 +202243,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213020,13 +202281,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213060,12 +202319,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -213099,13 +202356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -213139,13 +202394,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213179,13 +202432,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "ca", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "ca", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213219,13 +202470,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213259,13 +202508,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -213299,12 +202546,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -213338,13 +202583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -213378,13 +202621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213418,13 +202659,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "LV_ORTOFOTO_C6", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "LV_ORTOFOTO_C6", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -213458,12 +202697,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -213497,13 +202734,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/cyclenodenetworks/cyclenodenetworks.json", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -213542,13 +202777,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -213582,13 +202815,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213622,13 +202853,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -213662,13 +202891,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclenodenetworks", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "cyclenodenetworks", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -213707,13 +202934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -213747,12 +202972,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -213786,13 +203009,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213831,13 +203052,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -213871,12 +203090,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -213910,12 +203127,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -213949,13 +203164,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -213989,13 +203202,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214029,12 +203240,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -214068,13 +203277,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -214108,13 +203315,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214148,12 +203353,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "infoboard", - "imagery": "osm", - "language": "de" - } + "host": "pietervdvn.github.io", + "theme": "infoboard", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -214187,13 +203390,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -214232,13 +203433,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -214277,13 +203476,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -214317,13 +203514,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214357,13 +203552,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -214397,12 +203590,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -214436,13 +203627,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -214476,13 +203665,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osmfr", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osmfr", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214516,13 +203703,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -214556,13 +203741,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -214596,12 +203779,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -214635,12 +203816,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -214674,13 +203853,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214719,13 +203896,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214759,13 +203934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -214799,13 +203972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -214839,13 +204010,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -214879,12 +204048,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -214918,12 +204085,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -214957,13 +204122,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -214997,13 +204160,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215037,13 +204198,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -215077,13 +204236,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215117,13 +204274,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -215157,13 +204312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -215197,13 +204350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215237,12 +204388,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -215276,13 +204425,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215316,13 +204463,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215356,13 +204501,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215396,13 +204539,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215436,13 +204577,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215476,13 +204615,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215516,13 +204653,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -215556,12 +204691,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "grb", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "theme": "grb", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -215600,13 +204733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -215640,12 +204771,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -215679,13 +204808,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215719,13 +204846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215759,13 +204884,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -215804,13 +204927,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215844,13 +204965,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215884,13 +205003,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "waldbrand-app.de", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -215924,13 +205041,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -215964,13 +205079,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -216004,13 +205117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216044,13 +205155,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216084,13 +205193,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -216124,13 +205231,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -216164,12 +205269,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216203,13 +205306,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -216243,13 +205344,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -216283,13 +205382,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216323,13 +205420,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216363,13 +205458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216403,13 +205496,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216443,13 +205534,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -216483,13 +205572,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -216523,13 +205610,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216563,13 +205648,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216608,12 +205691,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216652,12 +205733,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.braindeaddev.com", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.braindeaddev.com", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -216691,12 +205770,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216730,13 +205807,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -216770,12 +205845,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216814,12 +205887,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216853,12 +205924,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -216897,13 +205966,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -216937,13 +206004,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -216977,12 +206042,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -217016,12 +206079,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -217055,12 +206116,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -217099,13 +206158,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -217139,12 +206196,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -217178,13 +206233,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217223,13 +206276,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217263,12 +206314,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -217307,13 +206356,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217347,13 +206394,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217387,13 +206432,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217427,13 +206470,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -217467,13 +206508,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -217507,12 +206546,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "en" }, "geometry": { "type": "Point", @@ -217546,12 +206583,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -217585,13 +206620,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217625,13 +206658,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -217665,13 +206696,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "ca", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "ca", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -217909,12 +206938,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -217948,12 +206975,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -217987,12 +207012,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -218026,13 +207049,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "artworks", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "artworks", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -218066,13 +207087,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -218106,13 +207125,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -218146,12 +207163,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -218185,13 +207200,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -218225,13 +207238,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -218265,13 +207276,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "viewpoints", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "viewpoints", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -218993,12 +208002,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -219032,12 +208039,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -219071,13 +208076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -219111,12 +208114,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -219150,13 +208151,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -219190,13 +208189,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -219230,12 +208227,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -219269,13 +208264,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -219314,13 +208307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -219354,12 +208345,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -219398,13 +208387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -219438,13 +208425,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -219478,13 +208463,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -220107,12 +209090,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -220146,13 +209127,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -220186,13 +209165,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -220276,12 +209253,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "pietervdvn.github.io", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -220315,13 +209290,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -220355,13 +209328,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -220400,13 +209371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -220440,12 +209409,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -220479,12 +209446,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -220518,13 +209483,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -220558,13 +209521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -220598,13 +209559,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -220643,13 +209602,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -220683,13 +209640,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -220723,12 +209678,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -220762,13 +209715,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -220802,13 +209753,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -220842,12 +209791,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -220886,12 +209833,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "AGIV", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "AGIV", + "language": "en" }, "geometry": { "type": "Point", @@ -220925,13 +209870,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -220965,13 +209908,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -221005,12 +209946,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -221049,13 +209988,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -221089,13 +210026,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -221129,12 +210064,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "afvalkokers", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "afvalkokers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -221168,13 +210101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -221208,12 +210139,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwayarg", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwayarg", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -221247,14 +210176,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -221293,13 +210220,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -221333,14 +210258,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -221374,13 +210297,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -222762,12 +211683,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -222806,14 +211725,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -222852,13 +211769,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -222892,13 +211807,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -222932,13 +211845,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -222972,14 +211883,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223013,13 +211922,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "fr", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "fr", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -223058,13 +211965,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223098,12 +212003,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -223137,12 +212040,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -223181,13 +212082,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223221,13 +212120,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -223266,13 +212163,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223311,12 +212206,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waterpumps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waterpumps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -223350,13 +212243,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223390,13 +212281,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223430,13 +212319,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -223470,13 +212357,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223515,13 +212400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223555,10 +212438,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -223597,14 +212478,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223638,13 +212517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223678,12 +212555,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -223717,13 +212592,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223757,13 +212630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223797,12 +212668,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -223836,13 +212705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223876,14 +212743,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -223922,13 +212787,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -223962,10 +212825,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -224599,12 +213460,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -224638,13 +213497,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -224678,13 +213535,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -224718,13 +213573,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -224758,13 +213611,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -224798,13 +213649,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -224838,12 +213687,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -224877,13 +213724,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225026,12 +213871,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -225065,13 +213908,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225137,12 +213978,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -225176,14 +214015,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -225222,13 +214059,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -225262,13 +214097,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225302,13 +214135,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225342,13 +214173,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225387,13 +214216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -225427,13 +214254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225472,14 +214297,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -225513,12 +214336,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -225557,13 +214378,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -225597,13 +214416,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225637,12 +214454,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -225676,14 +214491,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -225717,13 +214530,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -225757,13 +214568,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225797,13 +214606,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225837,13 +214644,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -225877,12 +214682,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -225916,14 +214719,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -225957,12 +214758,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -225996,12 +214795,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -226035,13 +214832,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226075,13 +214870,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -226115,13 +214908,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -226155,13 +214946,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226195,12 +214984,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -226239,13 +215026,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -226279,12 +215064,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -226318,13 +215101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -226358,14 +215139,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226399,13 +215178,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226439,13 +215216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "VGIN-Imagery_WM", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "VGIN-Imagery_WM", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -226479,13 +215254,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226519,12 +215292,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -226558,13 +215329,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226598,13 +215367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226638,13 +215405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226683,12 +215448,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waterpumps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waterpumps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -226727,13 +215490,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -226772,13 +215533,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226812,13 +215571,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -226852,13 +215609,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -226892,12 +215647,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -226936,12 +215689,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waterpumps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waterpumps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -226975,13 +215726,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227015,13 +215764,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227055,13 +215802,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227095,12 +215840,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -227134,14 +215877,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -227175,13 +215916,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227220,13 +215959,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -227260,13 +215997,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227300,14 +216035,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/units/", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "pietervdvn.github.io", + "path": "mc/feature/units/", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -227346,13 +216079,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "fr", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "fr", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -227391,13 +216122,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227431,13 +216160,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227499,13 +216226,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227539,14 +216264,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -227580,12 +216303,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -227619,12 +216340,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -227658,12 +216377,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -227697,14 +216414,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -227743,13 +216458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -227783,13 +216496,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "windpower", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "windpower", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -227823,13 +216534,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -227863,12 +216572,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -228777,12 +217484,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -228816,13 +217521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -228856,12 +217559,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -228900,13 +217601,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -228940,13 +217639,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -228980,13 +217677,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229020,14 +217715,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229061,13 +217754,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "gh://osmbe/play/master/mapcomplete/markets/markets.json", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -229101,12 +217792,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -229145,13 +217834,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -229185,13 +217872,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229246,13 +217931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -229286,12 +217969,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -229325,13 +218006,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229441,12 +218120,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -229480,13 +218157,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229525,12 +218200,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -229564,13 +218237,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229604,12 +218275,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -229643,13 +218312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229683,13 +218350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229728,13 +218393,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -229768,13 +218431,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -229917,12 +218578,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -230054,12 +218713,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -230093,13 +218750,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230133,13 +218788,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230173,13 +218826,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230218,13 +218869,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -230258,12 +218907,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -230297,13 +218944,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -230337,13 +218982,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -230382,13 +219025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230422,12 +219063,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -230466,13 +219105,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230506,13 +219143,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "windpower", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "windpower", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -230546,13 +219181,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -230591,12 +219224,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -230630,13 +219261,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -230675,12 +219304,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -230719,13 +219346,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -230791,12 +219416,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -230830,12 +219453,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -230890,12 +219511,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -230929,13 +219548,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", - "imagery": "SPW_ORTHO_LAST", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", + "imagery": "SPW_ORTHO_LAST", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -230969,13 +219586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", - "imagery": "osm", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/openwindpowermap/openwindpowermap.json", + "imagery": "osm", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -231014,13 +219629,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -231059,13 +219672,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -231104,13 +219715,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -231144,13 +219753,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -231184,13 +219791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -231224,13 +219829,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -231264,12 +219867,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "skateparks", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "skateparks", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -232079,12 +220680,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -232123,13 +220722,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -232163,13 +220760,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232203,13 +220798,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232243,12 +220836,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -232287,13 +220878,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232327,13 +220916,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232372,12 +220959,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -232411,13 +220996,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232451,13 +221034,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -232491,13 +221072,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233571,12 +222150,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -233610,13 +222187,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "192.168.88.253:1234", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "192.168.88.253:1234", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233655,13 +222230,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233695,13 +222268,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -233735,13 +222306,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233775,13 +222344,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -233820,13 +222387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233860,12 +222425,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -233904,13 +222467,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233944,13 +222505,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -233984,13 +222543,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -234029,13 +222586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -235153,12 +223708,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235192,13 +223745,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -235253,12 +223804,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235297,13 +223846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -235337,13 +223884,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -235377,12 +223922,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -235416,13 +223959,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -235461,12 +224002,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235532,12 +224071,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235576,13 +224113,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -235681,12 +224216,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235725,13 +224258,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "facadegardens", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe; stla" - } + "host": "mapcomplete.osm.be", + "theme": "facadegardens", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe; stla" }, "geometry": { "type": "Point", @@ -235765,13 +224296,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osmfr", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osmfr", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -235826,12 +224355,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -235865,13 +224392,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -235905,12 +224430,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -235944,13 +224467,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236034,12 +224555,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -236073,13 +224592,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236113,13 +224630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236153,12 +224668,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "infotafel", - "imagery": "osm", - "language": "de" - } + "host": "pietervdvn.github.io", + "theme": "infotafel", + "imagery": "osm", + "language": "de" }, "geometry": { "type": "Point", @@ -236209,12 +224722,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -236248,13 +224759,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236293,13 +224802,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -236333,13 +224840,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -236378,13 +224883,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236423,13 +224926,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236468,13 +224969,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236513,13 +225012,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236558,13 +225055,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "Mapbox", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "Mapbox", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236603,13 +225098,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "Mapbox", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "Mapbox", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236648,13 +225141,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236688,12 +225179,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -236727,13 +225216,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -236767,12 +225254,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -236806,13 +225291,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -236851,13 +225334,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236891,13 +225372,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236936,13 +225415,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -236976,13 +225453,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -237016,12 +225491,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -237055,13 +225528,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -237095,13 +225566,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237135,13 +225604,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -237175,13 +225642,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -237215,13 +225680,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -237255,13 +225718,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -237295,13 +225756,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237335,13 +225794,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -237396,12 +225853,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -237435,13 +225890,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -237475,13 +225928,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -237515,13 +225966,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237555,13 +226004,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237595,13 +226042,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237635,13 +226080,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -237675,13 +226118,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237715,13 +226156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -237755,13 +226194,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -237795,12 +226232,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -237834,13 +226269,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -237874,13 +226307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -237914,13 +226345,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -237997,12 +226426,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -238041,13 +226468,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -238081,13 +226506,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "CyclOSM", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "CyclOSM", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -238121,13 +226544,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -238161,13 +226582,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -238277,12 +226696,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -238316,13 +226733,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -238356,13 +226771,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -238396,12 +226809,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -238435,12 +226846,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -238479,13 +226888,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -238519,13 +226926,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -238574,13 +226979,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -238614,13 +227017,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -238654,12 +227055,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -238693,12 +227092,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -238737,13 +227134,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -238798,12 +227193,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -238902,12 +227295,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239050,12 +227441,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239132,12 +227521,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239171,12 +227558,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -239215,12 +227600,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239330,12 +227713,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239467,12 +227848,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239549,12 +227928,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239588,13 +227965,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -239633,13 +228008,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -239673,13 +228046,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -239713,12 +228084,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -239752,13 +228121,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -239797,12 +228164,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239868,12 +228233,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -239939,12 +228302,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -240032,12 +228393,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -240071,13 +228430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -240111,12 +228468,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240150,13 +228505,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -240195,13 +228548,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -240235,12 +228586,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240274,13 +228623,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -240314,12 +228661,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240353,13 +228698,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -240393,13 +228736,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -240433,12 +228774,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "Mapbox", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "Mapbox", + "language": "en" }, "geometry": { "type": "Point", @@ -240472,12 +228811,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240511,12 +228848,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240550,12 +228885,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240589,12 +228922,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240628,12 +228959,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240667,12 +228996,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240706,13 +229033,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -240746,12 +229071,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlights", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlights", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -240785,13 +229108,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -240825,13 +229146,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -240865,13 +229184,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -240905,13 +229222,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -240950,13 +229265,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -240990,13 +229303,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -241051,12 +229362,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241122,12 +229431,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241161,13 +229468,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -241222,12 +229527,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241282,12 +229585,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241437,12 +229738,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241592,12 +229891,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241663,12 +229960,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241767,12 +230062,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241838,12 +230131,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -241960,12 +230251,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242108,12 +230397,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242164,12 +230451,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242242,12 +230527,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242324,12 +230607,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242494,12 +230775,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242576,12 +230855,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242790,12 +231067,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242916,12 +231191,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -242976,12 +231249,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243069,12 +231340,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243162,12 +231431,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243222,12 +231489,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243304,12 +231569,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243408,12 +231671,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243501,12 +231762,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243561,12 +231820,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243819,12 +232076,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243890,12 +232145,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -243934,13 +232187,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -243974,12 +232225,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -244013,13 +232262,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -244053,13 +232300,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244093,12 +232338,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -244137,13 +232380,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244182,13 +232423,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244227,13 +232466,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244267,13 +232504,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244307,13 +232542,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244347,13 +232580,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244452,12 +232683,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -244496,12 +232725,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -244535,13 +232762,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244575,12 +232800,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -244635,12 +232858,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -244674,13 +232895,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -244714,13 +232933,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244754,13 +232971,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -244794,12 +233009,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -244833,12 +233046,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -244877,13 +233088,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244917,13 +233126,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244957,13 +233164,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -244997,13 +233202,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245037,13 +233240,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245077,13 +233278,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245117,12 +233316,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -245156,13 +233353,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245201,13 +233396,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "HDM_HOT", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "HDM_HOT", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245246,12 +233439,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -245285,12 +233476,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buildings", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "buildings", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -245324,12 +233513,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buildings", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "buildings", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -245363,12 +233550,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "buildings", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "buildings", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -245402,13 +233587,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -245442,13 +233625,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -245482,13 +233663,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "AGIV", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "AGIV", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245522,13 +233701,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245562,12 +233739,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -245601,13 +233776,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "wandelknooppunten", - "imagery": "osm", - "language": "nl", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "wandelknooppunten", + "imagery": "osm", + "language": "nl", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -245641,13 +233814,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -245681,12 +233852,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -245720,14 +233889,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -245761,13 +233928,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -245801,13 +233966,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -245846,12 +234009,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -245885,13 +234046,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -245925,12 +234084,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -245964,12 +234121,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -246003,14 +234158,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -246044,12 +234197,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -246083,12 +234234,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -246122,12 +234271,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -246321,12 +234468,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -246421,12 +234566,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -247159,12 +235302,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -247203,13 +235344,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247243,13 +235382,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247283,14 +235420,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247329,13 +235464,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -247369,12 +235502,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -247413,13 +235544,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -247453,13 +235582,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -247493,13 +235620,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -247538,13 +235663,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -247583,13 +235706,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -247628,12 +235749,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "AGIV10cm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "AGIV10cm", + "language": "nl" }, "geometry": { "type": "Point", @@ -247685,13 +235804,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247730,13 +235847,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -247770,12 +235885,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -247809,13 +235922,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -247849,12 +235960,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -247888,13 +235997,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247928,13 +236035,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -247968,13 +236073,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248017,14 +236120,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248063,13 +236164,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248108,13 +236207,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "natuurpunt", - "imagery": "CartoDB.Positron", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "imagery": "CartoDB.Positron", + "language": "en" }, "geometry": { "type": "Point", @@ -248157,14 +236254,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248203,13 +236298,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248248,13 +236341,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "natuurpunt", - "imagery": "CartoDB.Positron", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "imagery": "CartoDB.Positron", + "language": "en" }, "geometry": { "type": "Point", @@ -248288,13 +236379,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248328,12 +236417,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -248367,12 +236454,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -248415,14 +236500,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248461,13 +236544,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248501,13 +236582,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248541,12 +236620,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "localhost:1234", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "localhost:1234", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -248580,13 +236657,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248625,13 +236700,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "natuurpunt", - "imagery": "CartoDB.Positron", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "imagery": "CartoDB.Positron", + "language": "nl" }, "geometry": { "type": "Point", @@ -248665,14 +236738,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248706,14 +236777,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -248752,13 +236821,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -248792,12 +236859,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -248831,13 +236896,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -248871,13 +236934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -248911,13 +236972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -248951,13 +237010,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "openwindpowermap", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -248996,13 +237053,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249036,13 +237091,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249076,13 +237129,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249116,13 +237167,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249156,13 +237205,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249196,12 +237243,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -249235,12 +237280,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -249274,12 +237317,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -249313,12 +237354,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -249352,13 +237391,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249392,13 +237429,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -249437,13 +237472,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -249477,13 +237510,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249517,13 +237548,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -249557,13 +237586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249597,12 +237624,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -249636,12 +237661,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "Mapbox", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "Mapbox", + "language": "en" }, "geometry": { "type": "Point", @@ -249675,13 +237698,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249715,13 +237736,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249755,12 +237774,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -249794,14 +237811,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -249835,12 +237850,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "Mapbox", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "Mapbox", + "language": "es" }, "geometry": { "type": "Point", @@ -249874,14 +237887,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249915,14 +237926,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249956,13 +237965,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -249996,14 +238003,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -250037,14 +238042,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250078,14 +238081,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -250119,14 +238120,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -250160,14 +238159,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -250201,12 +238198,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250240,12 +238235,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250279,13 +238272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250319,12 +238310,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250358,13 +238347,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250398,14 +238385,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250439,14 +238424,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250480,13 +238463,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250520,13 +238501,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250560,14 +238539,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -250601,12 +238578,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -250640,13 +238615,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250680,14 +238653,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250721,14 +238692,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250762,14 +238731,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -250803,13 +238770,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250843,13 +238808,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250883,13 +238846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250923,12 +238884,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -250962,13 +238921,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -251007,13 +238964,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -251047,13 +239002,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -251087,12 +239040,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -251126,12 +239077,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -251170,13 +239119,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -251210,11 +239157,9 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "climbing", - "language": "en", - "theme-creator": "Christian Neumann " - } + "theme": "climbing", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -251248,14 +239193,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -251289,13 +239232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -251329,12 +239270,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -251368,13 +239307,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -251408,14 +239345,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -251454,13 +239389,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Positron", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Positron", + "language": "en" }, "geometry": { "type": "Point", @@ -251494,12 +239427,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -251533,12 +239464,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -251572,13 +239501,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -251612,13 +239539,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -251652,13 +239577,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -251692,12 +239615,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -251731,12 +239652,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -251770,12 +239689,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -251809,12 +239726,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -251848,13 +239763,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -251888,12 +239801,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -251927,12 +239838,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -251966,13 +239875,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252006,14 +239913,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -252047,12 +239952,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252086,12 +239989,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252125,12 +240026,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -252164,14 +240063,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252205,12 +240102,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -252244,14 +240139,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -252285,12 +240178,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252324,12 +240215,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252363,13 +240252,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252403,13 +240290,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252443,12 +240328,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -252482,13 +240365,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252522,13 +240403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252562,12 +240441,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252601,13 +240478,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -252646,13 +240521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken_temp", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken_temp", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252686,12 +240559,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252725,14 +240596,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -252771,12 +240640,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -252815,13 +240682,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252860,13 +240725,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -252905,13 +240768,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -252945,12 +240806,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -252984,12 +240843,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -253023,13 +240880,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -253063,12 +240918,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -253102,13 +240955,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -253142,13 +240993,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -253187,12 +241036,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -253226,13 +241073,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253266,12 +241111,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -253305,13 +241148,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253345,12 +241186,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -253384,12 +241223,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -253423,13 +241260,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253463,13 +241298,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://seppesantens/mapcomplete-themes/main/openlighthousemap/openlighthousemap.json", - "imagery": "Stamen.TonerLite", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/openlighthousemap/openlighthousemap.json", + "imagery": "Stamen.TonerLite", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -253503,13 +241336,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253543,12 +241374,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -253582,13 +241411,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253622,12 +241449,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -253661,13 +241486,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253701,13 +241524,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253741,13 +241562,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -253781,13 +241600,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -253821,13 +241638,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -253861,13 +241676,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benchesandpicnictables", - "imagery": "osm", - "language": "en", - "theme-creator": "Peter Elderson" - } + "host": "mapcomplete.osm.be", + "theme": "benchesandpicnictables", + "imagery": "osm", + "language": "en", + "theme-creator": "Peter Elderson" }, "geometry": { "type": "Point", @@ -253901,12 +241714,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -253940,13 +241751,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -253985,14 +241794,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -254031,13 +241838,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -254071,13 +241876,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -254111,13 +241914,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254151,12 +241952,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -254195,13 +241994,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -254235,12 +242032,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "ru" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "ru" }, "geometry": { "type": "Point", @@ -254274,13 +242069,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -254314,12 +242107,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImagery", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImagery", + "language": "es" }, "geometry": { "type": "Point", @@ -254353,13 +242144,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -254393,13 +242182,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -254433,12 +242220,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -254472,13 +242257,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254512,13 +242295,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254552,13 +242333,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254592,13 +242371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254632,12 +242409,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -254671,13 +242446,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254711,13 +242484,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254751,13 +242522,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -254791,12 +242560,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -254830,13 +242597,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -254870,13 +242635,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -254910,13 +242673,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -254950,13 +242711,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -254990,12 +242749,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -255029,13 +242786,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -255669,12 +243424,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -255708,13 +243461,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -255748,13 +243499,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -255816,12 +243565,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -255872,12 +243619,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -255911,13 +243656,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -255951,13 +243694,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256030,12 +243771,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -256086,12 +243825,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -256125,12 +243862,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -256164,14 +243899,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256205,12 +243938,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -256244,12 +243975,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256283,13 +244012,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256323,12 +244050,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256367,13 +244092,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -256407,13 +244130,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256447,13 +244168,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256487,13 +244206,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256527,14 +244244,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/master/", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/master/", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -256568,12 +244283,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -256607,12 +244320,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256646,12 +244357,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256685,12 +244394,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256724,12 +244431,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256763,12 +244468,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -256802,13 +244505,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256842,13 +244543,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -256882,12 +244581,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "Mapbox", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "Mapbox", + "language": "en" }, "geometry": { "type": "Point", @@ -256921,13 +244618,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -256966,13 +244661,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -257006,14 +244699,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "artworks", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "artworks", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257047,13 +244738,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257087,12 +244776,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -257126,12 +244813,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -257165,14 +244850,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257206,12 +244889,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -257250,13 +244931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257290,14 +244969,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -257331,12 +245008,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -257370,14 +245045,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257411,12 +245084,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -257450,13 +245121,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257495,13 +245164,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "speelplekken", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "speelplekken", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257535,14 +245202,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257576,14 +245241,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257617,14 +245280,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257658,13 +245319,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -257703,13 +245362,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257743,13 +245400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -257788,13 +245443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -257828,13 +245481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -257868,13 +245519,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -257908,13 +245557,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -257948,13 +245595,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -257988,13 +245633,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258028,13 +245671,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258068,13 +245709,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258108,13 +245747,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258148,13 +245785,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258188,13 +245823,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258228,13 +245861,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -258268,13 +245899,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -258308,13 +245937,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -258348,13 +245975,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -258388,13 +246013,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -258428,12 +246051,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -258476,14 +246097,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -258522,13 +246141,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -258562,13 +246179,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -258602,13 +246217,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -258642,14 +246255,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -258700,12 +246311,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -258744,13 +246353,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -258834,12 +246441,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -258873,12 +246478,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -258912,13 +246515,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -258952,13 +246553,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -258992,13 +246591,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259032,13 +246629,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259072,13 +246667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259112,13 +246705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259152,13 +246743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259192,13 +246781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259232,13 +246819,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259272,13 +246857,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259312,13 +246895,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259352,13 +246933,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259392,13 +246971,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -259437,13 +247014,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259482,13 +247057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259527,13 +247100,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259572,13 +247143,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259617,13 +247186,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259662,13 +247229,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259707,13 +247272,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259752,13 +247315,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259797,13 +247358,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259842,13 +247401,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259887,13 +247444,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259932,13 +247487,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -259977,13 +247530,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -260022,13 +247573,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -260067,13 +247616,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -260112,13 +247659,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -260157,13 +247702,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -260197,13 +247740,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -260237,13 +247778,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260277,12 +247816,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -260316,13 +247853,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260356,13 +247891,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260396,13 +247929,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260436,13 +247967,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260476,13 +248005,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260516,13 +248043,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260556,13 +248081,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260767,12 +248290,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -260806,13 +248327,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -260846,12 +248365,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -260885,12 +248402,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -260929,13 +248444,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osmfr", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osmfr", + "language": "nl" }, "geometry": { "type": "Point", @@ -260969,13 +248482,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261009,13 +248520,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261049,13 +248558,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261089,13 +248596,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261129,13 +248634,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261169,12 +248672,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://matrix-client.matrix.org/_matrix/media/r0/download/matrix.org/vzjzqhfpkwolocnmflojqzjr", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "https://matrix-client.matrix.org/_matrix/media/r0/download/matrix.org/vzjzqhfpkwolocnmflojqzjr", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -261208,13 +248709,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261253,13 +248752,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -261298,13 +248795,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -261343,13 +248838,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -261383,13 +248876,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261423,13 +248914,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261463,12 +248952,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -261502,12 +248989,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -261541,12 +249026,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -261580,13 +249063,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261620,13 +249101,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261660,13 +249139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -261700,13 +249177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261740,13 +249215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261780,14 +249253,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261839,13 +249310,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261879,13 +249348,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261924,14 +249391,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -261965,13 +249430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262010,14 +249473,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262051,13 +249512,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262096,13 +249555,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262152,13 +249609,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -262192,13 +249647,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -262232,12 +249685,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262271,12 +249722,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262310,13 +249759,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262350,13 +249797,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -262390,13 +249835,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -262430,12 +249873,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262469,13 +249910,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262509,13 +249948,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -262549,14 +249986,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262590,14 +250025,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262631,13 +250064,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -262671,12 +250102,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262710,12 +250139,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262749,12 +250176,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -262788,13 +250213,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262828,14 +250251,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -262869,13 +250290,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262909,13 +250328,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -262949,12 +250366,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImagery", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImagery", + "language": "en" }, "geometry": { "type": "Point", @@ -262988,12 +250403,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -263027,13 +250440,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -263067,12 +250478,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263106,13 +250515,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -263146,13 +250553,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -263186,13 +250591,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -263226,12 +250629,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263265,12 +250666,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263304,12 +250703,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263343,12 +250740,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263382,13 +250777,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -263422,12 +250815,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -263478,12 +250869,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -263534,12 +250923,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -263590,12 +250977,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -263679,12 +251064,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -263779,12 +251162,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "EsriWorldImageryClarity", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "EsriWorldImageryClarity", + "language": "ca" }, "geometry": { "type": "Point", @@ -263890,12 +251271,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -263946,12 +251325,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -263985,14 +251362,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -264026,13 +251401,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264066,13 +251439,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264106,12 +251477,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -264145,14 +251514,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -264186,12 +251553,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -264225,13 +251590,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264265,13 +251628,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264305,13 +251666,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264345,13 +251704,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264385,13 +251742,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264425,13 +251780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264465,13 +251818,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264505,13 +251856,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264545,12 +251894,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -264584,13 +251931,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264624,13 +251969,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264669,13 +252012,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -264714,12 +252055,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -264753,13 +252092,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -264793,12 +252130,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -264832,12 +252167,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -264871,13 +252204,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264911,13 +252242,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264951,13 +252280,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -264991,12 +252318,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -265030,13 +252355,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265070,14 +252393,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265111,13 +252432,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265156,13 +252475,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265196,13 +252513,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "https://osm.rlin.eu/streetlighting.json", - "imagery": "osm", - "language": "nl", - "theme-creator": "RobinLinde" - } + "host": "mapcomplete.osm.be", + "theme": "https://osm.rlin.eu/streetlighting.json", + "imagery": "osm", + "language": "nl", + "theme-creator": "RobinLinde" }, "geometry": { "type": "Point", @@ -265241,13 +252556,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -265286,13 +252599,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -265331,13 +252642,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -265376,13 +252685,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -265421,13 +252728,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -265466,13 +252771,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -265511,13 +252814,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -265556,13 +252857,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -265617,13 +252916,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265657,13 +252954,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265697,13 +252992,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265737,13 +253030,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -265777,13 +253068,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -266058,12 +253347,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -266097,12 +253384,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266136,12 +253421,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266229,12 +253512,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -266268,13 +253549,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -266308,12 +253587,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266347,13 +253624,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -266387,12 +253662,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266426,13 +253699,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -266471,13 +253742,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -266511,13 +253780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -266551,12 +253818,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266590,13 +253855,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -266630,12 +253893,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266669,14 +253930,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/units/", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "pietervdvn.github.io", + "path": "mc/feature/units/", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -266715,13 +253974,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -266760,13 +254017,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -266805,12 +254060,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -266844,12 +254097,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -266883,13 +254134,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -266923,13 +254172,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -266968,13 +254215,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -267008,12 +254253,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267317,12 +254560,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -267356,12 +254597,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267395,13 +254634,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267435,12 +254672,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267474,13 +254709,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267514,13 +254747,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267554,14 +254785,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267595,12 +254824,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267639,10 +254866,8 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "theme": "buurtnatuur", - "theme-creator": "Pieter Vander Vennet" - } + "theme": "buurtnatuur", + "theme-creator": "Pieter Vander Vennet" }, "geometry": { "type": "Point", @@ -267676,13 +254901,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267716,13 +254939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267756,12 +254977,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267795,12 +255014,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "railwaysignalsarg", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "railwaysignalsarg", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -267839,14 +255056,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267885,14 +255100,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267926,13 +255139,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -267966,13 +255177,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -268126,12 +255335,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -268195,13 +255402,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -268235,14 +255440,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268276,13 +255479,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "EsriWorldImageryClarity", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "EsriWorldImageryClarity", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -268316,13 +255517,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -268356,14 +255555,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -268397,12 +255594,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -268441,13 +255636,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -268481,12 +255674,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -268520,12 +255711,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -268564,13 +255753,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -268604,13 +255791,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268644,12 +255829,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -268683,13 +255866,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268723,13 +255904,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -268768,13 +255947,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268808,13 +255985,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -268848,13 +256023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268893,13 +256066,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -268933,13 +256104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -268973,12 +256142,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -269012,13 +256179,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269057,13 +256222,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269102,13 +256265,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269142,13 +256303,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -269187,13 +256346,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269227,14 +256384,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269268,12 +256423,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -269307,15 +256460,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269349,13 +256500,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269394,13 +256543,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269439,13 +256586,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269479,12 +256624,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -269518,13 +256661,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "fr", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "fr", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -269558,13 +256699,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269598,13 +256737,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269643,13 +256780,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269688,13 +256823,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269728,13 +256861,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269773,13 +256904,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269818,13 +256947,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269863,13 +256990,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269903,14 +257028,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -269949,13 +257072,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -269989,14 +257110,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270030,13 +257149,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270070,13 +257187,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270115,13 +257230,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -270155,13 +257268,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270200,13 +257311,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270245,13 +257354,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270285,13 +257392,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270325,13 +257430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270365,12 +257468,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -270404,12 +257505,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -270443,13 +257542,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270488,13 +257585,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270528,12 +257623,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -270567,13 +257660,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -270607,12 +257698,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -270646,13 +257735,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270691,13 +257778,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -270731,13 +257816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270771,13 +257854,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -270811,13 +257892,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -270851,13 +257930,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270909,13 +257986,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270949,13 +258024,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -270989,12 +258062,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -271033,13 +258104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271073,13 +258142,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271113,14 +258180,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -271154,13 +258219,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271194,13 +258257,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -271255,12 +258316,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -271299,13 +258358,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -271339,14 +258396,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -271356,7 +258411,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -271386,13 +258440,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271426,13 +258478,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271466,12 +258516,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -271505,14 +258553,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -271546,13 +258592,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -271586,13 +258630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271626,12 +258668,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -271665,12 +258705,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -271709,13 +258747,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -271754,13 +258790,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "waldbrand-app.de", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -271799,13 +258833,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271844,13 +258876,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "waldbrand-app.de", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -271884,12 +258914,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "streetlamps", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "streetlamps", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -271928,13 +258956,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -271973,12 +258999,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -272017,13 +259041,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272057,13 +259079,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "fr", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "fr", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -272097,14 +259117,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -272138,13 +259156,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -272183,13 +259199,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272228,13 +259242,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272268,13 +259280,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272313,13 +259323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272353,12 +259361,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "PNOA-Spain-TMS", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "PNOA-Spain-TMS", + "language": "nl" }, "geometry": { "type": "Point", @@ -272397,13 +259403,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272437,13 +259441,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272477,12 +259479,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -272521,13 +259521,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272561,13 +259559,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -272601,14 +259597,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272647,13 +259641,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272687,13 +259679,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272732,13 +259722,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -272777,13 +259765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272817,13 +259803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -272862,13 +259846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272907,13 +259889,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -272947,12 +259927,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -272986,13 +259964,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273026,13 +260002,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273066,13 +260040,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273106,14 +260078,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -273147,13 +260117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273187,13 +260155,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273232,13 +260198,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -273277,13 +260241,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -273317,12 +260279,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -273356,13 +260316,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273396,12 +260354,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -273435,12 +260391,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -273479,13 +260433,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -273519,14 +260471,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -273560,13 +260510,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273600,14 +260548,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -273641,13 +260587,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "fr", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "fr", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -273681,13 +260625,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273721,13 +260663,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -273761,13 +260701,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273806,13 +260744,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -273846,13 +260782,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -273891,13 +260825,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -273931,12 +260863,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -273970,13 +260900,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274015,12 +260943,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -274059,13 +260985,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -274099,13 +261023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274144,13 +261066,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274184,13 +261104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "Mapbox", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "Mapbox", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274224,13 +261142,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "Mapbox", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "Mapbox", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274264,13 +261180,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274304,13 +261218,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274362,13 +261274,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274402,13 +261312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274442,13 +261350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274482,14 +261388,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -274523,14 +261427,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274564,13 +261466,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "Mapbox", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "Mapbox", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274604,13 +261504,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274649,13 +261547,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -274694,13 +261590,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274739,13 +261633,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -274779,14 +261671,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274825,14 +261715,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274871,14 +261759,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "deletion": "yes", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "deletion": "yes", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274912,13 +261798,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -274952,12 +261836,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -274991,13 +261873,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "nl", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "nl", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -275036,13 +261916,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -275076,14 +261954,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275122,13 +261998,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "es", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "es", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275183,13 +262057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "maps", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "maps", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275223,14 +262095,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -275264,13 +262134,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -275304,13 +262172,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho2020", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho2020", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275344,12 +262210,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -275383,13 +262247,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275423,13 +262285,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275468,13 +262328,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -275513,13 +262371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275553,13 +262409,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275593,13 +262447,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275638,13 +262490,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -275683,13 +262533,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275728,13 +262576,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -275773,13 +262619,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275818,13 +262662,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275858,13 +262700,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275903,13 +262743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275943,13 +262781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -275983,13 +262819,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -276023,13 +262857,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -276063,13 +262895,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho2020", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho2020", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276108,13 +262938,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276148,13 +262976,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276188,12 +263014,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -276227,12 +263051,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -276266,12 +263088,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -276305,13 +263125,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -276350,13 +263168,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -276390,12 +263206,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -276434,13 +263248,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -276474,12 +263286,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -276513,13 +263323,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -276553,13 +263361,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276593,13 +263399,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -276638,13 +263442,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276683,13 +263485,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -276728,13 +263528,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -276773,13 +263571,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -276818,13 +263614,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -276858,13 +263652,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "UrbISOrtho2020", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "UrbISOrtho2020", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -276898,13 +263690,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -276938,12 +263728,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -276977,13 +263765,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artworks", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artworks", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277017,14 +263803,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277058,13 +263842,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277098,14 +263880,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277139,13 +263919,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277184,12 +263962,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -277223,14 +263999,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -277264,14 +264038,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277305,13 +264077,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -277345,14 +264115,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -277391,13 +264159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -277436,13 +264202,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -277476,14 +264240,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277517,13 +264279,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277557,12 +264317,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "1roadalllanes", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "1roadalllanes", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -277601,13 +264359,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277662,13 +264418,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -277707,12 +264461,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -277751,13 +264503,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -277791,12 +264541,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -277835,13 +264583,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -277875,13 +264621,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -277915,13 +264659,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete, joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete, joost schouppe" }, "geometry": { "type": "Point", @@ -277955,13 +264697,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -277995,13 +264735,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "PNOA-Spain-TMS", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "PNOA-Spain-TMS", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278040,12 +264778,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -278079,13 +264815,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278124,13 +264858,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278169,13 +264901,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278209,13 +264939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278254,13 +264982,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278299,13 +265025,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278344,13 +265068,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278384,13 +265106,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278429,13 +265149,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278474,13 +265192,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278519,13 +265235,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278559,13 +265273,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -278599,13 +265311,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278639,12 +265349,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -278683,13 +265391,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278723,13 +265429,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278768,13 +265472,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -278813,13 +265515,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278858,13 +265558,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -278903,12 +265601,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -278942,12 +265638,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -278981,12 +265675,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -279020,13 +265712,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279065,13 +265755,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -279105,13 +265793,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -279283,12 +265969,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -279504,12 +266188,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -279548,13 +266230,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "EsriWorldImagery", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "EsriWorldImagery", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279588,12 +266268,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -279627,13 +266305,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279667,13 +266343,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279707,13 +266381,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -279747,13 +266419,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279787,13 +266457,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "ru", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "ru", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -279827,13 +266495,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -279872,13 +266538,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279917,13 +266581,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -279962,13 +266624,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fietsstraten", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "fietsstraten", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280007,13 +266667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -280047,13 +266705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280092,13 +266748,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280132,13 +266786,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -280177,13 +266829,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -280217,14 +266867,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280263,13 +266911,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "ru", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "ru", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -280303,12 +266949,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -280342,12 +266986,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -280381,13 +267023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280421,13 +267061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280466,13 +267104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280511,13 +267147,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280556,13 +267190,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280596,13 +267228,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280636,14 +267266,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280677,13 +267305,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -280717,13 +267343,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280757,13 +267381,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -280797,13 +267419,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "ru", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "ru", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -280837,13 +267457,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -280877,12 +267495,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -280916,12 +267532,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -280955,12 +267569,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -280994,13 +267606,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281034,13 +267644,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -281074,14 +267682,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -281115,14 +267721,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281156,13 +267760,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -281196,13 +267798,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "cycle_infra", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "cycle_infra", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281236,13 +267836,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "127.0.0.1:1234", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281276,13 +267874,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "AGIV", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "AGIV", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281316,12 +267912,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -281355,12 +267949,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -281394,12 +267986,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "en" }, "geometry": { "type": "Point", @@ -281433,13 +268023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -281473,13 +268061,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -281518,13 +268104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281558,14 +268142,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281599,13 +268181,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -281639,12 +268219,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -281678,13 +268256,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -281718,13 +268294,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -281758,13 +268332,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -281798,13 +268370,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281838,13 +268408,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281878,13 +268446,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281918,13 +268484,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -281958,12 +268522,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -281997,13 +268559,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -282037,13 +268597,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282077,13 +268635,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -282117,13 +268673,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282157,13 +268711,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282197,14 +268749,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282238,12 +268788,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -282277,14 +268825,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282318,13 +268864,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282358,13 +268902,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -282398,14 +268940,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282439,14 +268979,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -282485,13 +269023,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "fr", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282586,12 +269122,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -282625,13 +269159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -282665,12 +269197,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -282704,12 +269234,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -282743,13 +269271,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -282783,13 +269309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -283533,12 +270057,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -283572,12 +270094,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -283611,12 +270131,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -283650,12 +270168,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -283689,12 +270205,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -283728,12 +270242,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -283772,13 +270284,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -283817,14 +270327,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "trees", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "Midgard" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "trees", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -283863,13 +270371,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -283908,13 +270414,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/project/cycle-infra/", - "theme": "cycle_infra", - "imagery": "AGIV10cm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/project/cycle-infra/", + "theme": "cycle_infra", + "imagery": "AGIV10cm", + "language": "nl" }, "geometry": { "type": "Point", @@ -283948,13 +270452,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -283988,14 +270490,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284029,13 +270529,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho2019", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho2019", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284069,13 +270567,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284109,13 +270605,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284149,13 +270643,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -284189,12 +270681,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -284228,13 +270718,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284268,13 +270756,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284308,12 +270794,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -284347,13 +270831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284387,13 +270869,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "fr", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "fr", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -284427,14 +270907,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284468,13 +270946,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284508,13 +270984,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "de", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "de", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -284548,13 +271022,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -284588,14 +271060,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "de", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "de", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -284634,13 +271104,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -284674,12 +271142,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -284713,12 +271179,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -284752,12 +271216,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "crossingtime", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "crossingtime", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -284791,14 +271253,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/feature/road-splitting/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/feature/road-splitting/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284832,12 +271292,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -284871,13 +271329,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284911,13 +271367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284951,13 +271405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -284991,13 +271443,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285031,12 +271481,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hackerspaces", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hackerspaces", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -285075,13 +271523,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285115,13 +271561,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285160,13 +271604,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285200,12 +271642,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -285244,13 +271684,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -285284,13 +271722,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "ca", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "ca", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285324,13 +271760,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285369,13 +271803,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285414,13 +271846,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285454,12 +271884,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -285498,13 +271926,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285538,14 +271964,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toerisme_vlaanderen", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toerisme_vlaanderen", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285579,13 +272003,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "observation_towers", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "observation_towers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -285624,13 +272046,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285664,14 +272084,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toerisme_vlaanderen", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toerisme_vlaanderen", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285705,13 +272123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -285745,13 +272161,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "verkeerdeborden", - "imagery": "Stamen.TonerLite", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "verkeerdeborden", + "imagery": "Stamen.TonerLite", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -285785,13 +272199,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285830,13 +272242,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285870,13 +272280,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -285910,13 +272318,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -285968,13 +272374,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bicyclelib", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bicyclelib", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286008,13 +272412,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286048,13 +272450,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286088,13 +272488,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286128,13 +272526,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286168,13 +272564,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286208,14 +272602,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -286249,13 +272641,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -286289,13 +272679,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286329,13 +272717,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -286374,13 +272760,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286414,12 +272798,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "pingpong", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "pingpong", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -286453,13 +272835,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -286493,12 +272873,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -286532,12 +272910,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -286576,13 +272952,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286621,13 +272995,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286666,13 +273038,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286706,13 +273076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286751,13 +273119,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286791,13 +273157,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286831,12 +273195,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -286870,13 +273232,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286910,14 +273270,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286951,13 +273309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -286991,14 +273347,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "uk_addresses", - "imagery": "osm", - "language": "en", - "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "uk_addresses", + "imagery": "osm", + "language": "en", + "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" }, "geometry": { "type": "Point", @@ -287032,14 +273386,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287073,13 +273425,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -287113,12 +273463,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -287152,13 +273500,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287192,13 +273538,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -287232,13 +273576,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -287272,12 +273614,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -287311,12 +273651,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "waste_basket", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "waste_basket", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -287350,12 +273688,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -287389,13 +273725,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -287429,13 +273763,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287469,13 +273801,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -287509,13 +273839,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287549,13 +273877,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -287594,13 +273920,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -287634,13 +273958,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "verkeerdeborden", - "imagery": "Stamen.TonerLite", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "verkeerdeborden", + "imagery": "Stamen.TonerLite", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -287674,13 +273996,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "imagery": "osm", - "language": "en", - "theme-creator": "joost schouppe" - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "theme-creator": "joost schouppe" }, "geometry": { "type": "Point", @@ -287753,13 +274073,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287793,12 +274111,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -287832,13 +274148,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "verkeerdeborden", - "imagery": "Stamen.TonerLite", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "verkeerdeborden", + "imagery": "Stamen.TonerLite", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -287872,12 +274186,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -287911,14 +274223,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287957,13 +274267,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -287997,13 +274305,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288037,13 +274343,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288077,13 +274381,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "verkeerdeborden", - "imagery": "Stamen.TonerLite", - "language": "nl", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "verkeerdeborden", + "imagery": "Stamen.TonerLite", + "language": "nl", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -288117,14 +274419,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "uk_addresses", - "imagery": "osm", - "language": "en", - "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "uk_addresses", + "imagery": "osm", + "language": "en", + "theme-creator": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett" }, "geometry": { "type": "Point", @@ -288158,13 +274458,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -288198,14 +274496,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288256,14 +274552,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288297,14 +274591,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288338,12 +274630,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -288377,13 +274667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288417,14 +274705,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288458,13 +274744,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "nature", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "nature", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -288498,13 +274782,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288538,14 +274820,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288579,13 +274859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288619,13 +274897,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.mobanisto.de", - "theme": "cyclenodes", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "mapcomplete.mobanisto.de", + "theme": "cyclenodes", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -288659,12 +274935,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -288698,12 +274972,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -288737,13 +275009,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288777,13 +275047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288817,14 +275085,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288858,13 +275124,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -288903,13 +275167,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288943,13 +275205,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -288983,14 +275243,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289024,14 +275282,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289065,13 +275321,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289081,7 +275335,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -289106,13 +275359,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289146,13 +275397,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "personal", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "personal", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289186,12 +275435,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -289225,12 +275472,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -289240,7 +275485,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -289265,13 +275509,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -289305,12 +275547,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -289344,13 +275584,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289384,13 +275622,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -289424,12 +275660,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -289463,12 +275697,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -289502,13 +275734,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289542,13 +275772,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289582,13 +275810,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289622,13 +275848,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -289667,13 +275891,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289707,12 +275929,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -289746,13 +275966,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -289786,13 +276004,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -289826,12 +276042,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -289865,13 +276079,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -289905,12 +276117,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -289949,13 +276159,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -289989,12 +276197,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -290033,12 +276239,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -290077,13 +276281,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290122,13 +276324,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290167,13 +276367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -290207,12 +276405,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -290246,13 +276442,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "UrbISOrtho2020", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "UrbISOrtho2020", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290291,13 +276485,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290336,12 +276528,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -290375,13 +276565,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290415,12 +276603,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -290454,12 +276640,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -290493,12 +276677,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -290537,13 +276719,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290577,12 +276757,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -290616,12 +276794,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -290655,13 +276831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -290695,14 +276869,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290736,13 +276908,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -290781,13 +276951,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "www.waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -290826,12 +276994,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -290865,12 +277031,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -290904,13 +277068,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -290944,12 +277106,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -290983,13 +277143,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -291023,12 +277181,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291062,12 +277218,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -291101,12 +277255,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291140,13 +277292,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -291180,12 +277330,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -291219,13 +277367,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291259,13 +277405,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291304,13 +277448,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291349,12 +277491,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291388,13 +277528,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -291428,13 +277566,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "verkeerdeborden", - "imagery": "Stamen.TonerLite", - "language": "en", - "theme-creator": "Seppe Santens" - } + "host": "mapcomplete.osm.be", + "theme": "verkeerdeborden", + "imagery": "Stamen.TonerLite", + "language": "en", + "theme-creator": "Seppe Santens" }, "geometry": { "type": "Point", @@ -291468,14 +277604,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -291509,13 +277643,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291549,12 +277681,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291588,14 +277718,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -291629,12 +277757,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -291668,12 +277794,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291707,13 +277831,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -291747,12 +277869,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cafes_and_pubs", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291786,13 +277906,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291826,13 +277944,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291866,12 +277982,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -291905,12 +278019,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -291944,14 +278056,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -291985,13 +278095,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -292030,13 +278138,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -292070,13 +278176,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -292110,13 +278214,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292150,13 +278252,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292190,14 +278290,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -292231,13 +278329,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292271,12 +278367,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -292310,13 +278404,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292350,14 +278442,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "tauvic.github.io", - "path": "MapComplete/dist/", - "theme": "personal", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "tauvic.github.io", + "path": "MapComplete/dist/", + "theme": "personal", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292391,13 +278481,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292431,14 +278519,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "tauvic.github.io", - "path": "MapComplete/dist/", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "tauvic.github.io", + "path": "MapComplete/dist/", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -292472,14 +278558,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "tauvic.github.io", - "path": "MapComplete/dist/", - "theme": "toilets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "tauvic.github.io", + "path": "MapComplete/dist/", + "theme": "toilets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292513,13 +278597,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -292553,13 +278635,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292593,13 +278673,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -292633,12 +278711,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -292672,13 +278748,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292712,12 +278786,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -292751,13 +278823,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -292791,13 +278861,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "playgrounds", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "playgrounds", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -292831,14 +278899,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -292872,12 +278938,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "EsriWorldImageryClarity", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "EsriWorldImageryClarity", + "language": "es" }, "geometry": { "type": "Point", @@ -292929,14 +278993,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292975,13 +279037,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -292991,7 +279051,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -293016,14 +279075,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293057,14 +279114,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "zh_Hant", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "zh_Hant", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293098,13 +279153,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293138,12 +279191,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "sport_pitches", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "sport_pitches", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -293177,13 +279228,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "parkings", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -293217,14 +279266,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -293263,13 +279310,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293303,14 +279348,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293344,13 +279387,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293389,13 +279430,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293447,14 +279486,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293493,13 +279530,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293538,13 +279573,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293583,13 +279616,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293623,13 +279654,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293668,13 +279697,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "EsriWorldImagery", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293713,13 +279740,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293753,13 +279778,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293793,13 +279816,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -293838,13 +279859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -293878,12 +279897,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -293917,13 +279934,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -293962,12 +279977,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -293977,7 +279990,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -294007,13 +280019,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -294047,13 +280057,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "en", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -294087,12 +280095,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -294102,7 +280108,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -294127,13 +280132,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -294143,7 +280146,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -294168,14 +280170,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "osm", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "osm", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -294446,12 +280446,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -294485,12 +280483,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -294529,13 +280525,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -294569,14 +280563,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -294610,12 +280602,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -294649,12 +280639,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -294688,12 +280676,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "fr" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "fr" }, "geometry": { "type": "Point", @@ -294727,13 +280713,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "benches", - "imagery": "osm", - "language": "nl", - "theme-creator": "Florian Edelmann" - } + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "theme-creator": "Florian Edelmann" }, "geometry": { "type": "Point", @@ -294767,13 +280751,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -294807,13 +280789,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -294847,12 +280827,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "observation_towers", - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "observation_towers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -294886,12 +280864,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "observation_towers", - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "observation_towers", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -295283,12 +281259,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -295327,12 +281301,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -295366,13 +281338,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295406,12 +281376,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -295421,7 +281389,6 @@ ] } }, - null, { "type": "Feature", "properties": { @@ -295446,13 +281413,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295486,13 +281451,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295526,13 +281489,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295566,14 +281527,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -295607,12 +281566,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "UrbISOrtho", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "UrbISOrtho", + "language": "en" }, "geometry": { "type": "Point", @@ -295685,13 +281642,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "binoculars", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "binoculars", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -295725,13 +281680,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295765,12 +281718,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -295804,13 +281755,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -295844,12 +281793,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -295883,13 +281830,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -295923,14 +281868,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -295964,13 +281907,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -296004,14 +281945,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "shops", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "shops", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -296045,14 +281984,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296086,14 +282023,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_highways", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "L'imaginaire" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_highways", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "L'imaginaire" }, "geometry": { "type": "Point", @@ -296127,14 +282062,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296168,14 +282101,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296209,14 +282140,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296250,14 +282179,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296291,13 +282218,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -296331,13 +282256,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -296371,13 +282294,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "Mapbox", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -296411,13 +282332,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -296451,14 +282370,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -296492,13 +282409,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -296967,12 +282882,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "arbres_llefia", - "imagery": "HDM_HOT", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "arbres_llefia", + "imagery": "HDM_HOT", + "language": "ca" }, "geometry": { "type": "Point", @@ -297006,13 +282919,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -297046,13 +282957,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297086,13 +282995,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -297126,13 +283033,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297171,13 +283076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297211,12 +283114,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -297250,13 +283151,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -297290,14 +283189,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297331,14 +283228,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297372,14 +283267,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "AGIV", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "AGIV", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297413,14 +283306,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297454,13 +283345,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "charging_stations", - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -297494,12 +283383,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -297533,14 +283420,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297574,13 +283459,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -297614,14 +283497,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297655,14 +283536,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "osm", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "osm", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297696,14 +283575,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297737,13 +283614,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297777,14 +283652,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -297818,13 +283691,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -297858,13 +283729,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -297898,13 +283767,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "parkings", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "parkings", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -297938,12 +283805,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -297977,14 +283842,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298018,14 +283881,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298059,14 +283920,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298100,14 +283959,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298141,14 +283998,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298182,14 +284037,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298223,13 +284076,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -298263,14 +284114,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298304,13 +284153,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -298344,12 +284191,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -298383,14 +284228,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298424,14 +284267,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "osm", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "osm", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298465,14 +284306,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "GEOSN-DOP-RGB", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "GEOSN-DOP-RGB", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298511,13 +284350,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "toilets", - "imagery": "osm", - "language": "de", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "toilets", + "imagery": "osm", + "language": "de", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -298556,12 +284393,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -298600,13 +284435,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "HDM_HOT", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "HDM_HOT", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -298640,14 +284473,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298681,14 +284512,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298722,14 +284551,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298763,13 +284590,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "AGIVFlandersGRB", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "AGIVFlandersGRB", + "language": "en" }, "geometry": { "type": "Point", @@ -298803,14 +284628,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -298844,13 +284667,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -298884,13 +284705,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -298924,13 +284743,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -298964,13 +284781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299004,14 +284819,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299050,13 +284863,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -299090,13 +284901,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299130,13 +284939,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299170,13 +284977,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299210,14 +285015,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299251,13 +285054,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299291,14 +285092,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299332,13 +285131,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "CartoDB.VoyagerNoLabels", - "language": "ru", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "CartoDB.VoyagerNoLabels", + "language": "ru", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299372,13 +285169,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "imagery": "osm", - "language": "en", - "theme-creator": "Erwin Olario" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "osm", + "language": "en", + "theme-creator": "Erwin Olario" }, "geometry": { "type": "Point", @@ -299412,13 +285207,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "AGIV10cm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "AGIV10cm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299457,13 +285250,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "drinking_water", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299497,12 +285288,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -299536,13 +285325,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299576,12 +285363,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -299615,13 +285400,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -299655,13 +285438,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299695,14 +285476,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299736,13 +285515,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299776,14 +285553,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299817,14 +285592,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299858,13 +285631,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -299898,14 +285669,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -299939,13 +285708,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -299979,12 +285746,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "charging_stations", - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -300018,14 +285783,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -300059,12 +285822,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -300098,13 +285859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hackerspaces", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hackerspaces", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -300138,13 +285897,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300178,12 +285935,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -300217,13 +285972,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "AGIV10cm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "AGIV10cm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300257,13 +286010,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "imagery": "osm", - "language": "en" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -300297,13 +286048,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "CyclOSM", - "language": "en", - "theme-creator": "Midgard" - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "CyclOSM", + "language": "en", + "theme-creator": "Midgard" }, "geometry": { "type": "Point", @@ -300337,13 +286086,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300377,14 +286124,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -300418,14 +286163,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -300459,13 +286202,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -300499,12 +286240,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "food", - "imagery": "osm", - "language": "nl" - } + "host": "127.0.0.1:1234", + "theme": "food", + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -300538,13 +286277,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300578,12 +286315,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -300617,14 +286352,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -300663,13 +286396,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -300703,12 +286434,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/railway", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/railway", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -300742,13 +286471,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300782,13 +286509,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300822,13 +286547,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300862,13 +286585,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300902,13 +286623,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -300942,14 +286661,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -300983,14 +286700,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -301024,14 +286739,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -301065,14 +286778,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -301106,14 +286817,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -301147,14 +286856,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "timor" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "timor" }, "geometry": { "type": "Point", @@ -301188,14 +286895,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301229,12 +286934,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -301268,13 +286971,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "artwork", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "artwork", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301308,13 +287009,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301348,13 +287047,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "bookcases", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301388,13 +287085,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301428,13 +287123,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclestreets", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301468,13 +287161,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301508,14 +287199,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301549,14 +287238,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301590,14 +287277,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301631,14 +287316,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "timor.github.io", - "path": "mapcomplete/", - "theme": "inline_skating", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "timor.github.io", + "path": "mapcomplete/", + "theme": "inline_skating", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301672,14 +287355,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301713,14 +287394,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "aed", - "imagery": "osm", - "language": "nl", - "theme-creator": "MapComplete" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "aed", + "imagery": "osm", + "language": "nl", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301754,13 +287433,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "osm", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "osm", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301794,12 +287471,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "gh://agusqui/mapcompleterailway/main/signals", - "imagery": "osm", - "language": "es" - } + "host": "mapcomplete.osm.be", + "theme": "gh://agusqui/mapcompleterailway/main/signals", + "imagery": "osm", + "language": "es" }, "geometry": { "type": "Point", @@ -301833,13 +287508,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -301878,13 +287551,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -301918,12 +287589,10 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "fritures", - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "fritures", + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -301957,13 +287626,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "climbing", - "imagery": "osm", - "language": "en", - "theme-creator": "Christian Neumann " - } + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "theme-creator": "Christian Neumann " }, "geometry": { "type": "Point", @@ -301997,13 +287664,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "theme-creator": "MapComplete" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "theme-creator": "MapComplete" }, "geometry": { "type": "Point", @@ -302013,6 +287678,5814 @@ ] } }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T23:25:52Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 4.49765120002591e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.89821570000001, + -33.7561274 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:33:40Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.54841719983943e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 7, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.05420395, + 50.6259575 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:15:19Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.5231209, + 49.2287087 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:13:15Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.5204287, + 49.2254605 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:11:24Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.5204457, + 49.2254032 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:04:15Z", + "reviewed_features": [], + "create": 0, + "modify": 45, + "delete": 0, + "area": 0.00014847101891999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 61, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0616431, + 50.6227282 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T20:44:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 16.2014456622474, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 9.2647537, + 50.1758408 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T17:40:40Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 12, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_within_1000m": 12 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0073367, + 52.3503428 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T17:30:08Z", + "reviewed_features": [], + "create": 2, + "modify": 8, + "delete": 0, + "area": 1.34639280000226e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 8, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0058141, + 52.3452915 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T17:08:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.53006160001356e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.5181861, + 49.22864475 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T16:10:22Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.6187257, + 49.2812204 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T15:29:44Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "toerisme_vlaanderen", + "imagery": "AGIV", + "language": "nl", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.1909422, + 50.9183511 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "lexfkken", + "uid": "14860296", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T15:06:33Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 1.58909100001189e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.10059225, + 51.49511065 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ReTroll", + "uid": "4909451", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T13:57:26Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 4, + "imagery": "swisstopo_swissimage", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.1984535, + 47.1175041 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T11:45:33Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.9880919, + 41.3097545 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T09:45:09Z", + "reviewed_features": [], + "create": 5, + "modify": 9, + "delete": 0, + "area": 0.000224309607659963, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 20, + "imagery": "osm", + "language": "nl", + "move:node/9013372877": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.1903898, + 50.92920005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T09:18:56Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.117923, + 52.0882038 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AussieBull", + "uid": "14857642", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T05:48:37Z", + "reviewed_features": [], + "create": 5, + "modify": 1, + "delete": 0, + "area": 0.00230413393880935, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 5, + "imagery": "CartoDB.Voyager", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 152.99801745000002, + -27.52577075 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ralley", + "uid": "670820", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T01:27:27Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 174.3787947, + -36.5707611 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T23:44:53Z", + "reviewed_features": [], + "create": 2, + "modify": 1, + "delete": 0, + "area": 0.000623982302899824, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.65988455, + -33.5103565 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T20:40:31Z", + "reviewed_features": [], + "create": 0, + "modify": 138, + "delete": 1, + "area": 0.000690808533800069, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 229, + "theme": "grb", + "imagery": "osm", + "language": "nl", + "conflation": 8 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.99980735, + 51.1447485 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T20:04:15Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000240376868159641, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.7411618, + -33.7471408 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ralley", + "uid": "670820", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T19:49:16Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 174.3787947, + -36.5707611 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T19:33:27Z", + "reviewed_features": [], + "create": 0, + "modify": 16, + "delete": 0, + "area": 0.0000147712438500565, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 16 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.24802055, + -39.81608385 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "JohnWesty", + "uid": "14854340", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T18:43:44Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 8, + "imagery": "USDA-NAIP", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -81.4058161, + 41.5201538 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T17:04:05Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.60010869999513e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.83863645, + -33.44114145 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "markmay1234", + "uid": "14853740", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T16:52:48Z", + "reviewed_features": [], + "create": 7, + "modify": 0, + "delete": 0, + "area": 0.00180736187940031, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "imagery": "USDA-NAIP", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -95.3985223, + 29.56174965 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T15:39:01Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0140036178889197, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "add-image": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3036369, + 51.1434659 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:17:17Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "fr", + "change_within_50m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.4275369, + 50.8212624 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:16:29Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "fr", + "change_within_50m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.4275369, + 50.8212624 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:15:13Z", + "reviewed_features": [], + "create": 0, + "modify": 10, + "delete": 0, + "area": 1.58100000033007e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 3, + "change_within_50m": 11, + "move:node/5238101867": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.42752415, + 50.8212655 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T13:24:43Z", + "reviewed_features": [], + "create": 0, + "modify": 31, + "delete": 0, + "area": 0.103204289536292, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 31, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.76868205, + -33.520324349999996 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T13:14:19Z", + "reviewed_features": [], + "create": 8, + "modify": 13, + "delete": 0, + "area": 9.01583789997535e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 11, + "theme": "grb", + "import": 1, + "imagery": "osm", + "language": "nl", + "conflation": 4, + "change_within_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.97948825, + 51.159419150000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "reginaldc", + "uid": "510576", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T12:34:13Z", + "reviewed_features": [], + "create": 5, + "modify": 4, + "delete": 0, + "area": 0.0000852413427800457, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.26246065, + 50.913302200000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.14.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T12:14:11Z", + "reviewed_features": [], + "create": 54, + "modify": 293, + "delete": 15, + "area": 0.000040093410300008, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "move": 266, + "path": "mc/develop/", + "theme": "grb", + "answer": 2, + "import": 6, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 64, + "change_within_5000m": 8 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.98435795, + 51.157434300000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T11:09:21Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000665210734770175, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.71758975, + -33.50741965 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Turbsson", + "uid": "14851790", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T10:30:18Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.7604043, + 51.1438586 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:59:24Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.00595949484852983, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 7, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.75613865, + -33.356876850000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T09:52:38Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.7753349, + 41.1928264 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "lardarz", + "uid": "14851540", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #postboxes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:38:17Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "imagery": "Mapbox", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.5820313, + 54.9052194 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Raf", + "uid": "14799940", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:00:11Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "answer": 1, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.5310098, + 51.2278474 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T08:45:34Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 3, + "area": 0.00000201363017999016, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "deletion": 3, + "language": "en", + "deletion:node/7731532793": "not found", + "deletion:node/7731532929": "not found", + "deletion:node/7731599878": "not found" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.400872, + 50.82248195 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T05:09:11Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.24420399996159e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.24623310000001, + -39.81531885 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "SOE_ATLP", + "uid": "14848956", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T01:46:09Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 1530.24458641531, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -86.18732315, + -10.2560267 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T22:38:21Z", + "reviewed_features": [], + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0765022763913197, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 9, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.66374735, + -33.3342535 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T21:55:17Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 6.16323219999676e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.3270834, + 50.876438750000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T21:32:05Z", + "reviewed_features": [], + "create": 3, + "modify": 9, + "delete": 0, + "area": 3.53048800010787e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 8, + "theme": "grb", + "imagery": "UrbisAdmNL", + "language": "en", + "conflation": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.326815, + 50.87733035 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T21:15:17Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 5.74755440008964e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.23157520000001, + -39.8429692 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:53Z", + "reviewed_features": [], + "create": 48, + "modify": 5, + "delete": 0, + "area": 5.85009249997302e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 4, + "theme": "grb", + "import": 8, + "imagery": "AGIV", + "language": "nl", + "conflation": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.92405845, + 51.325875350000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:16:04Z", + "reviewed_features": [], + "create": 53, + "modify": 0, + "delete": 0, + "area": 1.92594870000113e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 10, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.92388085, + 51.32563275 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T19:14:47Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_50m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.3246548, + 50.8726219 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T18:55:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 8.82687650002136e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.32546595, + 50.876397350000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T17:39:00Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "answer": 1, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.3268944, + 50.8769397 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T17:01:25Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.00643576934649004, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.43686175, + -33.626729049999994 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ClarissaWAM", + "uid": "13745921", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:24:55Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 6.1462954, + 49.7021304 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:09:43Z", + "reviewed_features": [], + "create": 0, + "modify": 216, + "delete": 0, + "area": 0.000448679086920005, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 417, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0740198999999997, + 50.639089600000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:01:40Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2380348, + -39.8144473 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T14:58:21Z", + "reviewed_features": [], + "create": 0, + "modify": 20, + "delete": 0, + "area": 0.000293160628920041, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 87, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0493722500000002, + 50.6263157 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T11:12:00Z", + "reviewed_features": [], + "create": 1, + "modify": 6, + "delete": 0, + "area": 1.68002100005324e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 12, + "imagery": "osm", + "language": "en", + "add-image": 3, + "change_over_5000m": 1, + "change_within_25m": 15 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.09145615, + 40.62398795 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T10:06:17Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "imagery": "AGIV", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.3875951, + 50.8515187 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T05:30:27Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.24420399996159e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 3, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.24623310000001, + -39.81531885 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "VLaDoU_Fr", + "uid": "14840328", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T23:55:29Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "imagery": "fr.ign.bdortho", + "language": "fr" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.7546234, + 49.7825942 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T21:47:24Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2461468, + -39.8153024 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T20:47:29Z", + "reviewed_features": [], + "create": 2, + "modify": 21, + "delete": 0, + "area": 0.00000981615825001319, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 22, + "change_over_5000m": 2, + "change_within_25m": 16, + "change_within_50m": 5, + "change_within_100m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.24636004999999, + -39.81631695 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T20:39:07Z", + "reviewed_features": [], + "create": 115, + "modify": 15, + "delete": 0, + "area": 0.00107122083690014, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 13, + "theme": "grb", + "import": 14, + "imagery": "osm", + "language": "nl", + "conflation": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.8524811, + 51.046884649999996 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ccamfwfwtn", + "uid": "1883123", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T19:58:28Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.95639999993992e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.15745535, + 51.537083300000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T19:04:24Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "imagery": "osm", + "language": "en", + "change_over_5000m": 8 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.4594317, + 40.2646883 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "RobJN", + "uid": "411244", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:50:41Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.6120103, + 52.2864226 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "RobJN", + "uid": "411244", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:16:20Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cafes_and_pubs", + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.5896299, + 52.2815641 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:06:22Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 6.57195279995583e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.23709410000001, + -39.832381549999994 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T15:05:30Z", + "reviewed_features": [], + "create": 0, + "modify": 51, + "delete": 0, + "area": 0.000336029979880134, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 108, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0546072, + 50.6308537 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T14:49:38Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.4050848, + -39.8201089 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T14:30:29Z", + "reviewed_features": [], + "create": 0, + "modify": 50, + "delete": 0, + "area": 0.000228966437400089, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 84, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0654863, + 50.62264835 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Nate the Mapper", + "uid": "6466759", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T13:58:12Z", + "reviewed_features": [], + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.0000180687871999255, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 13, + "imagery": "EsriWorldImagery", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -76.96611775, + 44.264437900000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "sebkur", + "uid": "22917", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T13:55:30Z", + "reviewed_features": [], + "create": 11, + "modify": 7, + "delete": 0, + "area": 0.0000329650171500353, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.63752415, + 51.74785865 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T13:19:43Z", + "reviewed_features": [], + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0108442764461898, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 9, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 9 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.65993885, + -33.56784965 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Maarten O", + "uid": "13326535", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T13:17:43Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.202799, + 51.1973829 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "reginaldc", + "uid": "510576", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T09:42:01Z", + "reviewed_features": [], + "create": 3, + "modify": 4, + "delete": 0, + "area": 0.000398909676690055, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.25972485, + 50.91966455 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T08:23:47Z", + "reviewed_features": [], + "create": 0, + "modify": 143, + "delete": 0, + "area": 0.000955016192160241, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 311, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0544877, + 50.626579 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T08:05:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000807282528599953, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 12.998300050000001, + 52.0084305 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T07:39:59Z", + "reviewed_features": [], + "create": 0, + "modify": 10, + "delete": 0, + "area": 0.0000268936123500087, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.24021135, + 50.88263355 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T01:23:02Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.00000948573612000092, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 17 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2380484, + -39.831446850000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T23:33:45Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 4.01015999991044e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.62707649999999, + -33.4346944 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T19:20:50Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 9.94140001525311e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 2, + "change_within_1000m": 1, + "change_within_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2345258, + -39.8348376 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T18:52:34Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -72.0103707, + -34.4849025 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T17:30:49Z", + "reviewed_features": [], + "create": 0, + "modify": 22, + "delete": 0, + "area": 0.000185286290619976, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "cyclofix", + "answer": 39, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 5, + "change_within_25m": 39, + "change_within_500m": 5, + "change_within_5000m": 3, + "move:node/5212386106": "improve_accuracy", + "move:node/8901087954": "improve_accuracy", + "move:node/9166971725": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.41785335, + 50.8077386 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T16:44:53Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.0029577, + 52.0127636 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T16:24:41Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000135748359000136, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "add-image": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.23262729999999, + -39.83991665 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T15:44:06Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 1.30590000082674e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 10, + "imagery": "osm", + "language": "en", + "add-image": 2, + "change_over_5000m": 13 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.2716955, + 39.96799935 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T15:14:38Z", + "reviewed_features": [], + "create": 3, + "modify": 3, + "delete": 0, + "area": 0.0000145966386599967, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 12.994857450000001, + 52.007100699999995 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T13:10:05Z", + "reviewed_features": [], + "create": 2, + "modify": 56, + "delete": 0, + "area": 0.00044390124575996, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 10, + "theme": "cyclofix", + "answer": 73, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 16, + "change_over_5000m": 2, + "change_within_25m": 86, + "change_within_50m": 12, + "change_within_5000m": 1, + "move:node/5238101864": "improve_accuracy", + "move:node/5238101865": "improve_accuracy", + "move:node/7551524287": "improve_accuracy", + "move:node/9100997256": "improve_accuracy", + "move:node/9166706050": "improve_accuracy", + "move:node/9166971727": "improve_accuracy", + "move:node/9166971729": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.4311982, + 50.8079999 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T12:28:55Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000728466236399732, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 6, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9699962, + 51.15184975 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Harold16", + "uid": "14828251", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T10:11:43Z", + "reviewed_features": [], + "create": 5, + "modify": 6, + "delete": 1, + "area": 0.00000141274910000064, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 13, + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "move:node/9409830813": "improve_accuracy", + "deletion:node/9409852873": "testing point" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.344299400000001, + 50.81729305 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T08:32:06Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000533479325399976, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 4, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 79.5066081, + 11.61001565 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T08:16:16Z", + "reviewed_features": [], + "create": 0, + "modify": 16, + "delete": 0, + "area": 0.0000905676276200273, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 79.48189845, + 11.602402600000001 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T07:50:19Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000491958362969845, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 3, + "change_within_500m": 1, + "change_within_5000m": 6, + "move:node/9166971730": "improve_accuracy" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.42114975, + 50.80460815 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T06:59:13Z", + "reviewed_features": [], + "create": 13, + "modify": 1, + "delete": 0, + "area": 0.00102924493952019, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 5, + "imagery": "Mapbox", + "language": "de", + "change_over_5000m": 13, + "change_within_25m": 4, + "change_within_50m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 11.822661, + 48.0082359 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T03:23:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 2, + "imagery": "osm", + "language": "nl", + "change_within_5000m": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9021919, + 51.1517925 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T01:30:31Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.79261000003686e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 3 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.62725355, + -33.43483635 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T01:16:12Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.4704805, + 50.9594218 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T21:41:45Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2314676, + -39.8426803 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T19:56:20Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.089371, + 51.2150063 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T18:43:53Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.4704805, + 50.9594218 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T13:51:55Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.0390272, + -36.8269941 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Maarten O", + "uid": "13326535", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed_brugge", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T12:32:26Z", + "reviewed_features": [], + "create": 4, + "modify": 12, + "delete": 0, + "area": 0.00141582504140002, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 16, + "imagery": "AGIV", + "language": "nl", + "add-image": 9 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.1936352, + 51.25404655 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T11:49:47Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_25m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.5348958, + 51.2243178 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "comments_count": 1, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T09:30:05Z", + "reviewed_features": [], + "create": 34, + "modify": 180, + "delete": 2, + "area": 0.0000992048557999676, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 8, + "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "answer": 197, + "imagery": "osm", + "deletion": 3, + "language": "nl", + "add-image": 55, + "change_over_5000m": 34, + "change_within_25m": 230, + "change_within_50m": 17, + "change_within_100m": 16, + "move:node/3722812205": "improve_accuracy", + "move:node/9407052255": "improve_accuracy", + "move:node/9407385530": "improve_accuracy", + "move:node/9407559577": "improve_accuracy", + "deletion:node/3722812205": "not found", + "deletion:node/7980559249": "disused" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.5276159, + 51.22634825 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T09:15:49Z", + "reviewed_features": [], + "create": 1, + "modify": 8, + "delete": 1, + "area": 4.2848000028106e-10, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 8, + "imagery": "osm", + "deletion": 1, + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 10, + "deletion:node/9407051399": "duplicate" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.523299, + 51.22753535 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T01:35:54Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2317384, + -39.842422 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T01:35:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.2324501, + -39.8425259 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T22:33:21Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 1.73407869998755e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 4, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.23197965, + -39.84251415 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T19:31:27Z", + "reviewed_features": [], + "create": 21, + "modify": 0, + "delete": 0, + "area": 8.87386000004228e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "nl" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.6869327, + 51.1458326 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T18:57:38Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000156464048159975, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 7, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.3067275, + 51.4675752 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T18:30:36Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.8697681, + 51.1489791 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T17:53:33Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000193709835000305, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.3196524499999995, + 51.44363475 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T17:48:27Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.00000217438740999453, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 8, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 7.31968945, + 51.44363665 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T16:23:50Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -70.6558192, + -33.4643634 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T15:23:00Z", + "reviewed_features": [], + "create": 1, + "modify": 7, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "climbing", + "answer": 7, + "imagery": "Mapbox", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.3928457, + -39.7804562 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T14:48:38Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "imagery": "CartoDB.Voyager", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.6892182, + 55.7020891 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T14:43:57Z", + "reviewed_features": [], + "create": 16, + "modify": 34, + "delete": 4, + "area": 0.00000160873019999492, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 30, + "theme": "grb", + "import": 2, + "imagery": "osm", + "language": "nl", + "conflation": 8 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9855034, + 51.1581779 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #natuurpunt", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T13:19:03Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.277595, + 51.255429 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T11:35:07Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 8.39168000024103e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 10, + "imagery": "osm", + "language": "en", + "change_within_25m": 10 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.08848815, + 39.4871383 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T11:32:40Z", + "reviewed_features": [], + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.00187501294607, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 17, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 79.51122874999999, + 11.61327745 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T11:31:19Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000106705742000571, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 79.48696225, + 11.6006071 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T11:30:49Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.41749999993397e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9848756000000005, + 51.1572888 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T10:57:41Z", + "reviewed_features": [], + "create": 0, + "modify": 23, + "delete": 0, + "area": 0.000466741915079868, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 56, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.9796764, + 50.418761599999996 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T10:33:08Z", + "reviewed_features": [], + "create": 15, + "modify": 21, + "delete": 0, + "area": 0.00000115861931999797, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 9, + "theme": "grb", + "answer": 12, + "import": 4, + "imagery": "osm", + "language": "en", + "conflation": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.985581249999999, + 51.157581500000006 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T10:05:55Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.062425, + 39.2304467 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T09:00:03Z", + "reviewed_features": [], + "create": 21, + "modify": 14, + "delete": 0, + "area": 8.38288000001798e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "move": 13, + "theme": "grb", + "imagery": "osm", + "language": "en", + "conflation": 2 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.9736788999999995, + 51.1518286 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T07:43:46Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.34129520008479e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_1000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.01031825, + 51.1274874 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-08T15:25:34Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.2336021, + 50.7343963 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-08T11:45:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "gh://seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3345334, + 51.1346418 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "sebkur", + "uid": "22917", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-08T09:07:51Z", + "reviewed_features": [], + "create": 4, + "modify": 3, + "delete": 0, + "area": 0.00000159920990000293, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 14.63938375, + 51.743991300000005 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-08T08:50:13Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.3348884, + 51.1343081 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "a1k4", + "uid": "2371830", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T22:04:25Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.0000161836878700278, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 58, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 8.64001485, + 49.87516705 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T18:28:37Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.0000077211959400024, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "language": "en", + "add-image": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.1097669, + 38.84074875 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T17:45:34Z", + "reviewed_features": [], + "create": 3, + "modify": 3, + "delete": 0, + "area": 0.000029067263320007, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 13.001059099999999, + 52.01012755 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "nielsdg", + "uid": "648095", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T16:46:13Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 0.0000383055800399738, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.0344766, + 51.05836895 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9399668710", + "osm_id": 9399668710, + "reasons": [ + 43 + ], + "version": 4, + "primary_tags": { + "emergency": "Zisterne" + } + } + ], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T13:52:24Z", + "reviewed_features": [], + "create": 3, + "modify": 8, + "delete": 0, + "area": 0.00142666363899013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 12.97547965, + 52.01266805 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T11:26:53Z", + "reviewed_features": [], + "create": 3, + "modify": 29, + "delete": 0, + "area": 0.00184702425315973, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "split": 4, + "theme": "street_lighting", + "answer": 28, + "imagery": "osm", + "language": "en", + "change_over_5000m": 16, + "change_within_5000m": 6 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.6463327, + 55.70372355 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T11:21:15Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "entrances", + "answer": 3, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 37.6210678, + 55.7119553 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T10:16:15Z", + "reviewed_features": [], + "create": 0, + "modify": 46, + "delete": 0, + "area": 0.00018888157962003, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 64, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.9564027, + 50.412828250000004 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.14.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T00:51:46Z", + "reviewed_features": [], + "create": 3, + "modify": 5, + "delete": 0, + "area": 7.21457999971703e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 12, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 3, + "change_within_25m": 13 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.9228526, + 40.7064943 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T00:45:34Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.05880319999771e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.1005138, + 38.838243 + ] + } + }, + { + "type": "Feature", + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-4772501441", + "osm_id": 4772501441, + "reasons": [ + 43 + ], + "version": 8, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T00:37:25Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "host": "mapcomplete.osm.be", + "theme": "binoculars", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.8394288, + 50.8307363 + ] + } + }, { "type": "Feature", "properties": { @@ -302030,26 +293503,24 @@ "date": "2022-01-06T20:20:12Z", "reviewed_features": [], "create": 0, - "modify": 1, + "modify": 61, "delete": 0, - "area": 0.0000026067105999945, + "area": 0.0584349119199998, "is_suspect": false, "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 90, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", "coordinates": [ - 4.73854315, - 51.168924000000004 + 4.8562162, + 51.2632432 ] } }, @@ -302077,14 +293548,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "it", - "change_within_1000m": 1 - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "it", + "change_within_1000m": 1 }, "geometry": { "type": "Point", @@ -302115,27 +293584,25 @@ "imagery_used": "Not reported", "date": "2022-01-06T19:49:33Z", "reviewed_features": [], - "create": 1, - "modify": 1, + "create": 3, + "modify": 5, "delete": 0, - "area": 0, + "area": 0.000121873499310013, "is_suspect": true, "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", "coordinates": [ - 12.9934294, - 52.012867 + 12.99868035, + 52.01036675 ] } }, @@ -302163,13 +293630,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 7, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 7, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -302203,13 +293668,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 31, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 31, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -302243,13 +293706,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "theme": "etymology", - "answer": 3, - "imagery": "osm", - "language": "en" - } + "host": "127.0.0.1:1234", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -302283,17 +293744,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 12, - "create": 2, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 2, - "change_within_25m": 13 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 12, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 2, + "change_within_25m": 13 }, "geometry": { "type": "Point", @@ -302332,16 +293790,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "boomgaarden", - "answer": 24, - "create": 4, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 4, - "change_within_25m": 24 - } + "host": "mapcomplete.osm.be", + "theme": "boomgaarden", + "answer": 24, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 4, + "change_within_25m": 24 }, "geometry": { "type": "Point", @@ -302375,13 +293830,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 108, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 108, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -302420,15 +293873,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "answer": 1, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "answer": 1, + "imagery": "CartoDB.Positron", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -302462,13 +293912,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -302502,17 +293950,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 360, - "theme": "grb", - "delete": 5, - "import": 14, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 92, - "change_over_5000m": 11 - } + "host": "127.0.0.1:1234", + "move": 360, + "theme": "grb", + "import": 14, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 92, + "change_over_5000m": 11 }, "geometry": { "type": "Point", @@ -302551,15 +293996,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "ghostbikes", - "answer": 2, - "create": 1, - "imagery": "CartoDB.Positron", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "ghostbikes", + "answer": 2, + "imagery": "CartoDB.Positron", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -302598,13 +294040,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -302638,14 +294078,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "grb", - "import": 30, - "imagery": "osm", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "grb", + "import": 30, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -302679,13 +294117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -302719,13 +294155,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -302759,15 +294193,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 297, - "theme": "grb", - "import": 75, - "imagery": "osm", - "language": "nl", - "conflation": 108 - } + "host": "mapcomplete.osm.be", + "move": 297, + "theme": "grb", + "import": 75, + "imagery": "osm", + "language": "nl", + "conflation": 108 }, "geometry": { "type": "Point", @@ -302801,13 +294233,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 26, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 26, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -302841,16 +294271,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "127.0.0.1:1234", - "move": 18, - "theme": "grb", - "import": 1, - "imagery": "AGIVFlandersGRB", - "language": "en", - "conflation": 2, - "change_over_5000m": 1 - } + "host": "127.0.0.1:1234", + "move": 18, + "theme": "grb", + "import": 1, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 2, + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -302884,13 +294312,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cycle_infra", - "answer": 12, - "imagery": "CartoDB.Voyager", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "cycle_infra", + "answer": 12, + "imagery": "CartoDB.Voyager", + "language": "en" }, "geometry": { "type": "Point", @@ -302924,14 +294350,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "parkings", - "imagery": "osm", - "deletion": 1, - "language": "en", - "deletion:node/9209701507": "disused" - } + "host": "mapcomplete.osm.be", + "theme": "parkings", + "imagery": "osm", + "deletion": 1, + "language": "en", + "deletion:node/9209701507": "disused" }, "geometry": { "type": "Point", @@ -302965,13 +294389,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 113, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 113, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303005,13 +294427,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303045,13 +294465,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 1, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303085,13 +294503,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 82, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 82, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303125,13 +294541,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 23, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303165,13 +294579,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 40, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 40, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303205,13 +294617,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 6, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 6, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303245,13 +294655,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303285,13 +294693,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 74, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 74, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303325,13 +294731,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 3, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 3, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -303365,13 +294769,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "answer": 3, - "imagery": "HDM_HOT", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en" }, "geometry": { "type": "Point", @@ -303405,15 +294807,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 11, - "theme": "grb", - "import": 3, - "imagery": "CartoDB.VoyagerNoLabels", - "language": "nl", - "conflation": 6 - } + "host": "mapcomplete.osm.be", + "move": 11, + "theme": "grb", + "import": 3, + "imagery": "CartoDB.VoyagerNoLabels", + "language": "nl", + "conflation": 6 }, "geometry": { "type": "Point", @@ -303447,13 +294847,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 10, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 10, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303487,13 +294885,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 23, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303527,13 +294923,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 10, - "imagery": "osm", - "language": "ca" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 10, + "imagery": "osm", + "language": "ca" }, "geometry": { "type": "Point", @@ -303567,13 +294961,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 54, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 54, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303607,13 +294999,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 36, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 36, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303647,16 +295037,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_25m": 5 - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_25m": 5 }, "geometry": { "type": "Point", @@ -303690,15 +295077,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hackerspaces", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_50m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hackerspaces", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_50m": 1 }, "geometry": { "type": "Point", @@ -303732,13 +295117,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "food", - "answer": 3, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 3, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -303772,13 +295155,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "playgrounds", - "answer": 2, - "imagery": "osm", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "nl" }, "geometry": { "type": "Point", @@ -303812,13 +295193,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -303852,13 +295231,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 26, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 26, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303892,15 +295269,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -303934,13 +295309,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 21, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -303974,17 +295347,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "toilets", - "answer": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 6, - "move:node/1641770246": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "toilets", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_within_25m": 6, + "move:node/1641770246": "improve_accuracy" }, "geometry": { "type": "Point", @@ -304018,13 +295389,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 21, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304058,13 +295427,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 4, - "imagery": "CartoDB.Voyager", - "language": "nl" - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "CartoDB.Voyager", + "language": "nl" }, "geometry": { "type": "Point", @@ -304098,13 +295465,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 2, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304138,15 +295503,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "climbing", - "answer": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "climbing", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -304180,13 +295543,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -304220,13 +295581,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "trees", - "imagery": "osm", - "language": "en", - "add-image": 1 - } + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 }, "geometry": { "type": "Point", @@ -304252,7 +295611,7 @@ "imagery_used": "Not reported", "date": "2022-01-03T18:48:13Z", "reviewed_features": [], - "create": 1, + "create": 5, "modify": 4, "delete": 0, "area": 5.00656000000723e-8, @@ -304260,16 +295619,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "surveillance", - "answer": 4, - "create": 5, - "imagery": "osm", - "language": "en", - "change_within_25m": 6 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_25m": 6 }, "geometry": { "type": "Point", @@ -304303,14 +295659,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "aed", - "answer": 5, - "create": 5, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304344,13 +295697,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 166, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 166, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304384,17 +295735,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 8, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 9 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 8, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 9 }, "geometry": { "type": "Point", @@ -304433,14 +295781,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "surveillance", - "answer": 13, - "create": 2, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "answer": 13, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304474,16 +295819,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 1, - "theme": "aed", - "answer": 5, - "create": 9, - "imagery": "osm", - "language": "en", - "move:node/9388469173": "improve_accuracy" - } + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "en", + "move:node/9388469173": "improve_accuracy" }, "geometry": { "type": "Point", @@ -304517,14 +295859,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "hailhydrant", - "create": 6, - "imagery": "CartoDB.VoyagerNoLabels", - "language": "de", - "change_over_5000m": 6 - } + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "imagery": "CartoDB.VoyagerNoLabels", + "language": "de", + "change_over_5000m": 6 }, "geometry": { "type": "Point", @@ -304558,17 +295897,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 6, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 7 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 6, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 7 }, "geometry": { "type": "Point", @@ -304602,16 +295938,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "hackerspaces", - "answer": 5, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 6 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "hackerspaces", + "answer": 5, + "imagery": "osm", + "language": "en", + "change_over_5000m": 6 }, "geometry": { "type": "Point", @@ -304645,14 +295978,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/waste-theme/", - "theme": "waste", - "answer": 1, - "imagery": "AGIV", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/waste-theme/", + "theme": "waste", + "answer": 1, + "imagery": "AGIV", + "language": "nl" }, "geometry": { "type": "Point", @@ -304686,14 +296017,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 10, - "theme": "grb", - "imagery": "osm", - "language": "en", - "conflation": 4 - } + "host": "mapcomplete.osm.be", + "move": 10, + "theme": "grb", + "imagery": "osm", + "language": "en", + "conflation": 4 }, "geometry": { "type": "Point", @@ -304727,13 +296056,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 8, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 8, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304767,13 +296094,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 120, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 120, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -304807,17 +296132,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 4, - "create": 1, - "imagery": "osm", - "language": "en", - "change_over_5000m": 1, - "change_within_25m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 4 }, "geometry": { "type": "Point", @@ -304851,14 +296173,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 14, - "theme": "grb", - "imagery": "AGIV", - "language": "nl", - "conflation": 8 - } + "host": "mapcomplete.osm.be", + "move": 14, + "theme": "grb", + "imagery": "AGIV", + "language": "nl", + "conflation": 8 }, "geometry": { "type": "Point", @@ -304892,17 +296212,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/waste-theme/", - "theme": "waste", - "answer": 3, - "create": 1, - "imagery": "osm", - "language": "nl", - "change_over_5000m": 1, - "change_within_50m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/waste-theme/", + "theme": "waste", + "answer": 3, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1, + "change_within_50m": 3 }, "geometry": { "type": "Point", @@ -304936,13 +296253,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "waldbrand-app.de", - "theme": "waldbrand", - "imagery": "osm", - "language": "de", - "theme-creator": "Sebastian Kürten" - } + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" }, "geometry": { "type": "Point", @@ -304976,15 +296291,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "ghostbikes", - "imagery": "CartoDB.Positron", - "language": "en", - "add-image": 2, - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "ghostbikes", + "imagery": "CartoDB.Positron", + "language": "en", + "add-image": 2, + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -305035,14 +296348,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "binoculars", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_5000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "binoculars", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_5000m": 2 }, "geometry": { "type": "Point", @@ -305076,14 +296387,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "cyclofix", - "answer": 2, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_5000m": 2 - } + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_5000m": 2 }, "geometry": { "type": "Point", @@ -305117,13 +296426,11 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "etymology", - "answer": 26, - "imagery": "osm", - "language": "en" - } + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 26, + "imagery": "osm", + "language": "en" }, "geometry": { "type": "Point", @@ -305157,15 +296464,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "entrances", - "answer": 2, - "imagery": "osm", - "language": "en", - "change_within_25m": 2 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "entrances", + "answer": 2, + "imagery": "osm", + "language": "en", + "change_within_25m": 2 }, "geometry": { "type": "Point", @@ -305199,17 +296504,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 1, - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "en", - "change_within_25m": 2, - "move:node/3328029031": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 1, + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_25m": 2, + "move:node/3328029031": "improve_accuracy" }, "geometry": { "type": "Point", @@ -305243,15 +296546,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "food", - "answer": 4, - "imagery": "osm", - "language": "en", - "change_within_500m": 4 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "food", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_500m": 4 }, "geometry": { "type": "Point", @@ -305285,15 +296586,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/waste-theme/", - "theme": "waste", - "answer": 2, - "create": 1, - "imagery": "Actueel_orthoHR_WMTS", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/waste-theme/", + "theme": "waste", + "answer": 2, + "imagery": "Actueel_orthoHR_WMTS", + "language": "nl" }, "geometry": { "type": "Point", @@ -305327,15 +296625,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "imagery": "CartoDB.Voyager", - "language": "en", - "add-image": 1, - "change_within_25m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1, + "change_within_25m": 1 }, "geometry": { "type": "Point", @@ -305369,18 +296665,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "toilets", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "en", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 8 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "toilets", + "answer": 7, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 8 }, "geometry": { "type": "Point", @@ -305414,18 +296707,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 7, - "create": 1, - "imagery": "osm", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_25m": 8 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 7, + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 8 }, "geometry": { "type": "Point", @@ -305459,17 +296749,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "openwindpowermap", - "create": 1, - "imagery": "SPW_ORTHO_LAST", - "language": "nl", - "add-image": 1, - "change_over_5000m": 1, - "change_within_500m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "openwindpowermap", + "imagery": "SPW_ORTHO_LAST", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_500m": 1 }, "geometry": { "type": "Point", @@ -305503,18 +296790,15 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "theme": "campersite", - "answer": 18, - "create": 2, - "imagery": "PNOA-Spain-TMS", - "language": "nl", - "add-image": 3, - "change_over_5000m": 2, - "change_within_50m": 13, - "change_within_500m": 8 - } + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 18, + "imagery": "PNOA-Spain-TMS", + "language": "nl", + "add-image": 3, + "change_over_5000m": 2, + "change_within_50m": 13, + "change_within_500m": 8 }, "geometry": { "type": "Point", @@ -305548,14 +296832,12 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "test", - "answer": 1, - "imagery": "AGIVFlandersGRB", - "language": "nl" - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "test", + "answer": 1, + "imagery": "AGIVFlandersGRB", + "language": "nl" }, "geometry": { "type": "Point", @@ -305589,19 +296871,16 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "move": 2, - "path": "mc/develop/", - "theme": "cyclofix", - "answer": 17, - "create": 3, - "imagery": "AGIVFlandersGRB", - "language": "nl", - "add-image": 3, - "move:node/9383390008": "improve_accuracy", - "move:node/9383440696": "improve_accuracy" - } + "host": "pietervdvn.github.io", + "move": 2, + "path": "mc/develop/", + "theme": "cyclofix", + "answer": 17, + "imagery": "AGIVFlandersGRB", + "language": "nl", + "add-image": 3, + "move:node/9383390008": "improve_accuracy", + "move:node/9383440696": "improve_accuracy" }, "geometry": { "type": "Point", @@ -305635,15 +296914,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 5, - "theme": "grb", - "import": 4, - "imagery": "osm", - "language": "nl", - "conflation": 2 - } + "host": "mapcomplete.osm.be", + "move": 5, + "theme": "grb", + "import": 4, + "imagery": "osm", + "language": "nl", + "conflation": 2 }, "geometry": { "type": "Point", @@ -305677,15 +296954,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "answer": 1, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_over_5000m": 1 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_over_5000m": 1 }, "geometry": { "type": "Point", @@ -305719,15 +296994,13 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "pietervdvn.github.io", - "path": "mc/develop/", - "theme": "cycle_infra", - "answer": 3, - "imagery": "CartoDB.Voyager", - "language": "nl", - "change_over_5000m": 3 - } + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cycle_infra", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_over_5000m": 3 }, "geometry": { "type": "Point", @@ -305761,16 +297034,14 @@ "harmful": null, "checked": false, "check_date": null, - "metadata": { - "host": "mapcomplete.osm.be", - "move": 12, - "theme": "grb", - "import": 3, - "imagery": "osm", - "language": "nl", - "conflation": 6, - "change_over_5000m": 3 - } + "host": "mapcomplete.osm.be", + "move": 12, + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "nl", + "conflation": 6, + "change_over_5000m": 3 }, "geometry": { "type": "Point", diff --git a/Docs/Tools/graphs/Changesets per day (line) in 2022.png b/Docs/Tools/graphs/Changesets per day (line) in 2022.png index 62db762395..830d50ab29 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line) in 2022.png and b/Docs/Tools/graphs/Changesets per day (line) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per day (line).png b/Docs/Tools/graphs/Changesets per day (line).png index 2a495e469e..056e772475 100644 Binary files a/Docs/Tools/graphs/Changesets per day (line).png and b/Docs/Tools/graphs/Changesets per day (line).png differ diff --git a/Docs/Tools/graphs/Changesets per host in 2022.png b/Docs/Tools/graphs/Changesets per host in 2022.png index f66b1f2264..20990599fe 100644 Binary files a/Docs/Tools/graphs/Changesets per host in 2022.png and b/Docs/Tools/graphs/Changesets per host in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per host.png b/Docs/Tools/graphs/Changesets per host.png index 8d934f0324..002f9ff6fd 100644 Binary files a/Docs/Tools/graphs/Changesets per host.png and b/Docs/Tools/graphs/Changesets per host.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png b/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png index 52bee12efa..ca2cd74631 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png and b/Docs/Tools/graphs/Changesets per theme (bar) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (bar).png b/Docs/Tools/graphs/Changesets per theme (bar).png index 47c1b0694a..775b24e178 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (bar).png and b/Docs/Tools/graphs/Changesets per theme (bar).png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png b/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png index f6acd88b30..6d6085f911 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png and b/Docs/Tools/graphs/Changesets per theme (pie) in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme (pie).png b/Docs/Tools/graphs/Changesets per theme (pie).png index 354c73fc80..f9d06883de 100644 Binary files a/Docs/Tools/graphs/Changesets per theme (pie).png and b/Docs/Tools/graphs/Changesets per theme (pie).png differ diff --git a/Docs/Tools/graphs/Changesets per theme in 2022.png b/Docs/Tools/graphs/Changesets per theme in 2022.png index ef2c372f6d..076c3487c8 100644 Binary files a/Docs/Tools/graphs/Changesets per theme in 2022.png and b/Docs/Tools/graphs/Changesets per theme in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per theme.png b/Docs/Tools/graphs/Changesets per theme.png index 514312eea4..e0a42092ec 100644 Binary files a/Docs/Tools/graphs/Changesets per theme.png and b/Docs/Tools/graphs/Changesets per theme.png differ diff --git a/Docs/Tools/graphs/Changesets per version number in 2022.png b/Docs/Tools/graphs/Changesets per version number in 2022.png index 34501f8641..d16df7935c 100644 Binary files a/Docs/Tools/graphs/Changesets per version number in 2022.png and b/Docs/Tools/graphs/Changesets per version number in 2022.png differ diff --git a/Docs/Tools/graphs/Changesets per version number.png b/Docs/Tools/graphs/Changesets per version number.png index f518a5061a..01185b4215 100644 Binary files a/Docs/Tools/graphs/Changesets per version number.png and b/Docs/Tools/graphs/Changesets per version number.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count in 2022.png b/Docs/Tools/graphs/Contributors per changeset count in 2022.png index 5d310be746..58fc0dd65e 100644 Binary files a/Docs/Tools/graphs/Contributors per changeset count in 2022.png and b/Docs/Tools/graphs/Contributors per changeset count in 2022.png differ diff --git a/Docs/Tools/graphs/Contributors per changeset count.png b/Docs/Tools/graphs/Contributors per changeset count.png index c3c9d5691f..79b0c1183e 100644 Binary files a/Docs/Tools/graphs/Contributors per changeset count.png and b/Docs/Tools/graphs/Contributors per changeset count.png differ diff --git a/Docs/Tools/graphs/Contributors per day in 2022.png b/Docs/Tools/graphs/Contributors per day in 2022.png index b6cef68bd4..c66e5cc709 100644 Binary files a/Docs/Tools/graphs/Contributors per day in 2022.png and b/Docs/Tools/graphs/Contributors per day in 2022.png differ diff --git a/Docs/Tools/graphs/Contributors per day.png b/Docs/Tools/graphs/Contributors per day.png index a972396f6f..c2a2dc369b 100644 Binary files a/Docs/Tools/graphs/Contributors per day.png and b/Docs/Tools/graphs/Contributors per day.png differ diff --git a/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png b/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png index fbbef894e0..b578a4d9f2 100644 Binary files a/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png and b/Docs/Tools/graphs/Deletion-changesets per theme in 2022.png differ diff --git a/Docs/Tools/graphs/Deletion-changesets per theme.png b/Docs/Tools/graphs/Deletion-changesets per theme.png index 8301cefa6d..f740b82c69 100644 Binary files a/Docs/Tools/graphs/Deletion-changesets per theme.png and b/Docs/Tools/graphs/Deletion-changesets per theme.png differ diff --git a/Docs/Tools/graphs/Empty changesets by date.png b/Docs/Tools/graphs/Empty changesets by date.png index 070f71f502..0663f7768c 100644 Binary files a/Docs/Tools/graphs/Empty changesets by date.png and b/Docs/Tools/graphs/Empty changesets by date.png differ diff --git a/Docs/Tools/stats/stats.2022-1.json b/Docs/Tools/stats/stats.2022-1.json index c206e60350..270f80aa4d 100644 --- a/Docs/Tools/stats/stats.2022-1.json +++ b/Docs/Tools/stats/stats.2022-1.json @@ -1,5 +1,9682 @@ { "features": [ + { + "id": 116200037, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.8985389, + -33.7564753 + ], + [ + -70.8978925, + -33.7564753 + ], + [ + -70.8978925, + -33.7557795 + ], + [ + -70.8985389, + -33.7557795 + ], + [ + -70.8985389, + -33.7564753 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T23:25:52Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 4.49765120002591e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116198979, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0517181, + 50.6259017 + ], + [ + 3.0566898, + 50.6259017 + ], + [ + 3.0566898, + 50.6260133 + ], + [ + 3.0517181, + 50.6260133 + ], + [ + 3.0517181, + 50.6259017 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:33:40Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.54841719983943e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 7, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116198646, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5231209, + 49.2287087 + ], + [ + 13.5231209, + 49.2287087 + ], + [ + 13.5231209, + 49.2287087 + ], + [ + 13.5231209, + 49.2287087 + ], + [ + 13.5231209, + 49.2287087 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:15:19Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 2, + "imagery": "CartoDB.Voyager", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116198609, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5204287, + 49.2254605 + ], + [ + 13.5204287, + 49.2254605 + ], + [ + 13.5204287, + 49.2254605 + ], + [ + 13.5204287, + 49.2254605 + ], + [ + 13.5204287, + 49.2254605 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:13:15Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116198577, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5204457, + 49.2254032 + ], + [ + 13.5204457, + 49.2254032 + ], + [ + 13.5204457, + 49.2254032 + ], + [ + 13.5204457, + 49.2254032 + ], + [ + 13.5204457, + 49.2254032 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:11:24Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116198415, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0540864, + 50.6178163 + ], + [ + 3.0691998, + 50.6178163 + ], + [ + 3.0691998, + 50.6276401 + ], + [ + 3.0540864, + 50.6276401 + ], + [ + 3.0540864, + 50.6178163 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T22:04:15Z", + "reviewed_features": [], + "create": 0, + "modify": 45, + "delete": 0, + "area": 0.00014847101891999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 61, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116196564, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0082082, + 49.2242801 + ], + [ + 13.5212992, + 49.2242801 + ], + [ + 13.5212992, + 51.1274015 + ], + [ + 5.0082082, + 51.1274015 + ], + [ + 5.0082082, + 49.2242801 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T20:44:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 16.2014456622474, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 3, + "imagery": "osm", + "language": "en", + "add-image": 6 + } + } + }, + { + "id": 116190924, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0073367, + 52.3503428 + ], + [ + 5.0073367, + 52.3503428 + ], + [ + 5.0073367, + 52.3503428 + ], + [ + 5.0073367, + 52.3503428 + ], + [ + 5.0073367, + 52.3503428 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T17:40:40Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 12, + "imagery": "CartoDB.Voyager", + "language": "nl", + "change_within_1000m": 12 + } + } + }, + { + "id": 116190473, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.00559, + 52.3451413 + ], + [ + 5.0060382, + 52.3451413 + ], + [ + 5.0060382, + 52.3454417 + ], + [ + 5.00559, + 52.3454417 + ], + [ + 5.00559, + 52.3451413 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T17:30:08Z", + "reviewed_features": [], + "create": 1, + "modify": 8, + "delete": 0, + "area": 1.34639280000226e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 8, + "create": 2, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 116189609, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5179265, + 49.2284011 + ], + [ + 13.5184457, + 49.2284011 + ], + [ + 13.5184457, + 49.2288884 + ], + [ + 13.5179265, + 49.2288884 + ], + [ + 13.5179265, + 49.2284011 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T17:08:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.53006160001356e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116187640, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6187257, + 49.2812204 + ], + [ + 13.6187257, + 49.2812204 + ], + [ + 13.6187257, + 49.2812204 + ], + [ + 13.6187257, + 49.2812204 + ], + [ + 13.6187257, + 49.2812204 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T16:10:22Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116186194, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.1909422, + 50.9183511 + ], + [ + 4.1909422, + 50.9183511 + ], + [ + 4.1909422, + 50.9183511 + ], + [ + 4.1909422, + 50.9183511 + ], + [ + 4.1909422, + 50.9183511 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T15:29:44Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "toerisme_vlaanderen", + "imagery": "AGIV", + "language": "nl", + "add-image": 1 + } + } + }, + { + "id": 116185362, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.1007143, + 51.4950781 + ], + [ + -0.1004702, + 51.4950781 + ], + [ + -0.1004702, + 51.4951432 + ], + [ + -0.1007143, + 51.4951432 + ], + [ + -0.1007143, + 51.4950781 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "lexfkken", + "uid": "14860296", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T15:06:33Z", + "reviewed_features": [], + "create": 2, + "modify": 0, + "delete": 0, + "area": 1.58909100001189e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "create": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116183077, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.1984535, + 47.1175041 + ], + [ + 7.1984535, + 47.1175041 + ], + [ + 7.1984535, + 47.1175041 + ], + [ + 7.1984535, + 47.1175041 + ], + [ + 7.1984535, + 47.1175041 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ReTroll", + "uid": "4909451", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T13:57:26Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 4, + "create": 1, + "imagery": "swisstopo_swissimage", + "language": "en" + } + } + }, + { + "id": 116179454, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.9880919, + 41.3097545 + ], + [ + 0.9880919, + 41.3097545 + ], + [ + 0.9880919, + 41.3097545 + ], + [ + 0.9880919, + 41.3097545 + ], + [ + 0.9880919, + 41.3097545 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T11:45:33Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 5, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 116175933, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.1852589, + 50.9182707 + ], + [ + 4.1955207, + 50.9182707 + ], + [ + 4.1955207, + 50.9401294 + ], + [ + 4.1852589, + 50.9401294 + ], + [ + 4.1852589, + 50.9182707 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T09:45:09Z", + "reviewed_features": [], + "create": 5, + "modify": 9, + "delete": 0, + "area": 0.000224309607659963, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 20, + "create": 5, + "imagery": "osm", + "language": "nl", + "move:node/9013372877": "improve_accuracy" + } + } + }, + { + "id": 116175251, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.117923, + 52.0882038 + ], + [ + 5.117923, + 52.0882038 + ], + [ + 5.117923, + 52.0882038 + ], + [ + 5.117923, + 52.0882038 + ], + [ + 5.117923, + 52.0882038 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-15T09:18:56Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "artwork", + "answer": 1, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 116171615, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 152.9759409, + -27.5518633 + ], + [ + 153.020094, + -27.5518633 + ], + [ + 153.020094, + -27.4996782 + ], + [ + 152.9759409, + -27.4996782 + ], + [ + 152.9759409, + -27.5518633 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AussieBull", + "uid": "14857642", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T05:48:37Z", + "reviewed_features": [], + "create": 5, + "modify": 1, + "delete": 0, + "area": 0.00230413393880935, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 5, + "create": 5, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 116169271, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ralley", + "uid": "670820", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-15T01:27:27Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116167939, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6780318, + -33.5189526 + ], + [ + -70.6417373, + -33.5189526 + ], + [ + -70.6417373, + -33.5017604 + ], + [ + -70.6780318, + -33.5017604 + ], + [ + -70.6780318, + -33.5189526 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T23:44:53Z", + "reviewed_features": [], + "create": 2, + "modify": 1, + "delete": 0, + "area": 0.000623982302899824, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "create": 2, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116163181, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9899268, + 51.1272695 + ], + [ + 5.0096879, + 51.1272695 + ], + [ + 5.0096879, + 51.1622275 + ], + [ + 4.9899268, + 51.1622275 + ], + [ + 4.9899268, + 51.1272695 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T20:40:31Z", + "reviewed_features": [], + "create": 0, + "modify": 138, + "delete": 1, + "area": 0.000690808533800069, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 229, + "theme": "grb", + "delete": 1, + "imagery": "osm", + "language": "nl", + "conflation": 8 + } + } + }, + { + "id": 116162017, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.7449961, + -33.7628136 + ], + [ + -70.7373275, + -33.7628136 + ], + [ + -70.7373275, + -33.731468 + ], + [ + -70.7449961, + -33.731468 + ], + [ + -70.7449961, + -33.7628136 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T20:04:15Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000240376868159641, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116161544, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ], + [ + 174.3787947, + -36.5707611 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ralley", + "uid": "670820", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T19:49:16Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116161018, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2492069, + -39.8191966 + ], + [ + -73.2468342, + -39.8191966 + ], + [ + -73.2468342, + -39.8129711 + ], + [ + -73.2492069, + -39.8129711 + ], + [ + -73.2492069, + -39.8191966 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T19:33:27Z", + "reviewed_features": [], + "create": 0, + "modify": 16, + "delete": 0, + "area": 0.0000147712438500565, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 16 + } + } + }, + { + "id": 116159385, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -81.4058161, + 41.5201538 + ], + [ + -81.4058161, + 41.5201538 + ], + [ + -81.4058161, + 41.5201538 + ], + [ + -81.4058161, + 41.5201538 + ], + [ + -81.4058161, + 41.5201538 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "JohnWesty", + "uid": "14854340", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T18:43:44Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 8, + "create": 1, + "imagery": "USDA-NAIP", + "language": "en" + } + } + }, + { + "id": 116155764, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.8388805, + -33.4414078 + ], + [ + -70.8383924, + -33.4414078 + ], + [ + -70.8383924, + -33.4408751 + ], + [ + -70.8388805, + -33.4408751 + ], + [ + -70.8388805, + -33.4414078 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T17:04:05Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.60010869999513e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116155356, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -95.4207793, + 29.5414486 + ], + [ + -95.3762653, + 29.5414486 + ], + [ + -95.3762653, + 29.5820507 + ], + [ + -95.4207793, + 29.5820507 + ], + [ + -95.4207793, + 29.5414486 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "markmay1234", + "uid": "14853740", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T16:52:48Z", + "reviewed_features": [], + "create": 6, + "modify": 0, + "delete": 0, + "area": 0.00180736187940031, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 1, + "create": 7, + "imagery": "USDA-NAIP", + "language": "en" + } + } + }, + { + "id": 116152579, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2314472, + 51.09497 + ], + [ + 3.3758266, + 51.09497 + ], + [ + 3.3758266, + 51.1919618 + ], + [ + 3.2314472, + 51.1919618 + ], + [ + 3.2314472, + 51.09497 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T15:39:01Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0140036178889197, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "en", + "add-image": 2 + } + } + }, + { + "id": 116149388, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:17:17Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "fr", + "change_within_50m": 1 + } + } + }, + { + "id": 116149360, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:16:29Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 1, + "change_within_50m": 1 + } + } + }, + { + "id": 116149359, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:16:29Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "fr", + "change_within_50m": 1 + } + } + }, + { + "id": 116149317, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4275114, + 50.8212624 + ], + [ + 4.4275369, + 50.8212624 + ], + [ + 4.4275369, + 50.8212686 + ], + [ + 4.4275114, + 50.8212686 + ], + [ + 4.4275114, + 50.8212624 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T14:15:13Z", + "reviewed_features": [], + "create": 0, + "modify": 10, + "delete": 0, + "area": 1.58100000033007e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 7, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 3, + "change_within_50m": 11, + "move:node/5238101867": "improve_accuracy" + } + } + }, + { + "id": 116147663, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.9395007, + -33.671368 + ], + [ + -70.5978634, + -33.671368 + ], + [ + -70.5978634, + -33.3692807 + ], + [ + -70.9395007, + -33.3692807 + ], + [ + -70.9395007, + -33.671368 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T13:24:43Z", + "reviewed_features": [], + "create": 0, + "modify": 31, + "delete": 0, + "area": 0.103204289536292, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 31, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 116147318, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9791331, + 51.1587845 + ], + [ + 4.9798434, + 51.1587845 + ], + [ + 4.9798434, + 51.1600538 + ], + [ + 4.9791331, + 51.1600538 + ], + [ + 4.9791331, + 51.1587845 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T13:14:19Z", + "reviewed_features": [], + "create": 8, + "modify": 13, + "delete": 0, + "area": 9.01583789997535e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 11, + "theme": "grb", + "import": 1, + "imagery": "osm", + "language": "nl", + "conflation": 4, + "change_within_5000m": 1 + } + } + }, + { + "id": 116146018, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2579666, + 50.9085603 + ], + [ + 3.2669547, + 50.9085603 + ], + [ + 3.2669547, + 50.9180441 + ], + [ + 3.2579666, + 50.9180441 + ], + [ + 3.2579666, + 50.9085603 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "reginaldc", + "uid": "510576", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T12:34:13Z", + "reviewed_features": [], + "create": 5, + "modify": 4, + "delete": 0, + "area": 0.0000852413427800457, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 5, + "create": 5, + "imagery": "osm", + "language": "en", + "add-image": 6 + } + } + }, + { + "id": 116145462, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9812648, + 51.1541938 + ], + [ + 4.9874511, + 51.1541938 + ], + [ + 4.9874511, + 51.1606748 + ], + [ + 4.9812648, + 51.1606748 + ], + [ + 4.9812648, + 51.1541938 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.14.0-alpha-3", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T12:14:11Z", + "reviewed_features": [], + "create": 54, + "modify": 293, + "delete": 15, + "area": 0.000040093410300008, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "move": 266, + "path": "mc/develop/", + "theme": "grb", + "answer": 2, + "delete": 15, + "import": 6, + "imagery": "AGIVFlandersGRB", + "language": "en", + "conflation": 64, + "change_within_5000m": 8 + } + } + }, + { + "id": 116143314, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.7609141, + -33.5112582 + ], + [ + -70.6742654, + -33.5112582 + ], + [ + -70.6742654, + -33.5035811 + ], + [ + -70.7609141, + -33.5035811 + ], + [ + -70.7609141, + -33.5112582 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T11:09:21Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000665210734770175, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 3, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116142066, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.7604043, + 51.1438586 + ], + [ + 11.7604043, + 51.1438586 + ], + [ + 11.7604043, + 51.1438586 + ], + [ + 11.7604043, + 51.1438586 + ], + [ + 11.7604043, + 51.1438586 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Turbsson", + "uid": "14851790", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T10:30:18Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "drinking_water", + "answer": 2, + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 116141115, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.7980967, + -33.3923855 + ], + [ + -70.7141806, + -33.3923855 + ], + [ + -70.7141806, + -33.3213682 + ], + [ + -70.7980967, + -33.3213682 + ], + [ + -70.7980967, + -33.3923855 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:59:24Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.00595949484852983, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 7, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116140895, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.7753349, + 41.1928264 + ], + [ + 0.7753349, + 41.1928264 + ], + [ + 0.7753349, + 41.1928264 + ], + [ + 0.7753349, + 41.1928264 + ], + [ + 0.7753349, + 41.1928264 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-14T09:52:38Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "shops", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 116140398, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.5820313, + 54.9052194 + ], + [ + -1.5820313, + 54.9052194 + ], + [ + -1.5820313, + 54.9052194 + ], + [ + -1.5820313, + 54.9052194 + ], + [ + -1.5820313, + 54.9052194 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "lardarz", + "uid": "14851540", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #postboxes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:38:17Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "postboxes", + "create": 1, + "imagery": "Mapbox", + "language": "en" + } + } + }, + { + "id": 116138310, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5310098, + 51.2278474 + ], + [ + 4.5310098, + 51.2278474 + ], + [ + 4.5310098, + 51.2278474 + ], + [ + 4.5310098, + 51.2278474 + ], + [ + 4.5310098, + 51.2278474 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Raf", + "uid": "14799940", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T09:00:11Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "answer": 1, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 116137794, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4000083, + 50.8218991 + ], + [ + 4.4017357, + 50.8218991 + ], + [ + 4.4017357, + 50.8230648 + ], + [ + 4.4000083, + 50.8230648 + ], + [ + 4.4000083, + 50.8218991 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T08:45:34Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 3, + "area": 0.00000201363017999016, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "imagery": "CartoDB.Voyager", + "deletion": 3, + "language": "en", + "deletion:node/7731532793": "not found", + "deletion:node/7731532929": "not found", + "deletion:node/7731599878": "not found" + } + } + }, + { + "id": 116133044, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2463005, + -39.815365 + ], + [ + -73.2461657, + -39.815365 + ], + [ + -73.2461657, + -39.8152727 + ], + [ + -73.2463005, + -39.8152727 + ], + [ + -73.2463005, + -39.815365 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T05:09:11Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.24420399996159e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 3 + } + } + }, + { + "id": 116130302, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -99.1296601, + -39.8149192 + ], + [ + -73.2449862, + -39.8149192 + ], + [ + -73.2449862, + 19.3028658 + ], + [ + -99.1296601, + 19.3028658 + ], + [ + -99.1296601, + -39.8149192 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "SOE_ATLP", + "uid": "14848956", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-14T01:46:09Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 1530.24458641531, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116127380, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.8128632, + -33.4625133 + ], + [ + -70.5146315, + -33.4625133 + ], + [ + -70.5146315, + -33.2059937 + ], + [ + -70.8128632, + -33.2059937 + ], + [ + -70.8128632, + -33.4625133 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T22:38:21Z", + "reviewed_features": [], + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0765022763913197, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 9, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116126041, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3263467, + 50.8762296 + ], + [ + 4.3278201, + 50.8762296 + ], + [ + 4.3278201, + 50.8766479 + ], + [ + 4.3263467, + 50.8766479 + ], + [ + 4.3263467, + 50.8762296 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T21:55:17Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 6.16323219999676e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 116125399, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3266514, + 50.8772764 + ], + [ + 4.3269786, + 50.8772764 + ], + [ + 4.3269786, + 50.8773843 + ], + [ + 4.3266514, + 50.8773843 + ], + [ + 4.3266514, + 50.8772764 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T21:32:05Z", + "reviewed_features": [], + "create": 3, + "modify": 9, + "delete": 0, + "area": 3.53048800010787e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 8, + "theme": "grb", + "imagery": "UrbisAdmNL", + "language": "en", + "conflation": 2 + } + } + }, + { + "id": 116124902, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2319398, + -39.8433633 + ], + [ + -73.2312106, + -39.8433633 + ], + [ + -73.2312106, + -39.8425751 + ], + [ + -73.2319398, + -39.8425751 + ], + [ + -73.2319398, + -39.8433633 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T21:15:17Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 5.74755440008964e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 6 + } + } + }, + { + "id": 116122529, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.923727, + 51.3254341 + ], + [ + 4.9243899, + 51.3254341 + ], + [ + 4.9243899, + 51.3263166 + ], + [ + 4.923727, + 51.3263166 + ], + [ + 4.923727, + 51.3254341 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:53Z", + "reviewed_features": [], + "create": 48, + "modify": 5, + "delete": 0, + "area": 5.85009249997302e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 4, + "theme": "grb", + "import": 8, + "imagery": "AGIV", + "language": "nl", + "conflation": 2 + } + } + }, + { + "id": 116122527, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:49Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122524, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:45Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122520, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:38Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122517, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:35Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122514, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:30Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122509, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:25Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122505, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:19Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 3, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122489, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:17:08Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 1, + "imagery": "AGIV", + "language": "nl" + } + } + }, + { + "id": 116122457, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9236914, + 51.3253786 + ], + [ + 4.9240703, + 51.3253786 + ], + [ + 4.9240703, + 51.3258869 + ], + [ + 4.9236914, + 51.3258869 + ], + [ + 4.9236914, + 51.3253786 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T20:16:04Z", + "reviewed_features": [], + "create": 53, + "modify": 0, + "delete": 0, + "area": 1.92594870000113e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 10, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 116119941, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3246548, + 50.8726219 + ], + [ + 4.3246548, + 50.8726219 + ], + [ + 4.3246548, + 50.8726219 + ], + [ + 4.3246548, + 50.8726219 + ], + [ + 4.3246548, + 50.8726219 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T19:14:47Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en", + "change_within_50m": 1 + } + } + }, + { + "id": 116119252, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3245852, + 50.8761468 + ], + [ + 4.3263467, + 50.8761468 + ], + [ + 4.3263467, + 50.8766479 + ], + [ + 4.3245852, + 50.8766479 + ], + [ + 4.3245852, + 50.8761468 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclestreets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T18:55:23Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 8.82687650002136e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclestreets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 + } + } + }, + { + "id": 116116526, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3268944, + 50.8769397 + ], + [ + 4.3268944, + 50.8769397 + ], + [ + 4.3268944, + 50.8769397 + ], + [ + 4.3268944, + 50.8769397 + ], + [ + 4.3268944, + 50.8769397 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T17:39:00Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "fritures", + "answer": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116115233, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.5221288, + -33.6455985 + ], + [ + -70.3515947, + -33.6455985 + ], + [ + -70.3515947, + -33.6078596 + ], + [ + -70.5221288, + -33.6078596 + ], + [ + -70.5221288, + -33.6455985 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T17:01:25Z", + "reviewed_features": [], + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.00643576934649004, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 1, + "create": 1, + "imagery": "HDM_HOT", + "language": "en" + } + } + }, + { + "id": 116111841, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.1462954, + 49.7021304 + ], + [ + 6.1462954, + 49.7021304 + ], + [ + 6.1462954, + 49.7021304 + ], + [ + 6.1462954, + 49.7021304 + ], + [ + 6.1462954, + 49.7021304 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ClarissaWAM", + "uid": "13745921", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:24:55Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116111260, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0625972, + 50.6292697 + ], + [ + 3.0854426, + 50.6292697 + ], + [ + 3.0854426, + 50.6489095 + ], + [ + 3.0625972, + 50.6489095 + ], + [ + 3.0625972, + 50.6292697 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:09:43Z", + "reviewed_features": [], + "create": 0, + "modify": 216, + "delete": 0, + "area": 0.000448679086920005, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 417, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116111010, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T15:01:40Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116110880, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0289492, + 50.6227271 + ], + [ + 3.0697953, + 50.6227271 + ], + [ + 3.0697953, + 50.6299043 + ], + [ + 3.0289492, + 50.6299043 + ], + [ + 3.0289492, + 50.6227271 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T14:58:21Z", + "reviewed_features": [], + "create": 0, + "modify": 20, + "delete": 0, + "area": 0.000293160628920041, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 87, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116101981, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.0916043, + 40.6239596 + ], + [ + -0.091308, + 40.6239596 + ], + [ + -0.091308, + 40.6240163 + ], + [ + -0.0916043, + 40.6240163 + ], + [ + -0.0916043, + 40.6239596 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-13T11:12:00Z", + "reviewed_features": [], + "create": 1, + "modify": 6, + "delete": 0, + "area": 1.68002100005324e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 12, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 3, + "change_over_5000m": 1, + "change_within_25m": 15 + } + } + }, + { + "id": 116099620, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3875951, + 50.8515187 + ], + [ + 4.3875951, + 50.8515187 + ], + [ + 4.3875951, + 50.8515187 + ], + [ + 4.3875951, + 50.8515187 + ], + [ + 4.3875951, + 50.8515187 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T10:06:17Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 3, + "create": 1, + "imagery": "AGIV", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116097676, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #openwindpowermap", + "comments_count": 3, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T09:08:28Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "openwindpowermap", + "answer": 1, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 116091008, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2463005, + -39.815365 + ], + [ + -73.2461657, + -39.815365 + ], + [ + -73.2461657, + -39.8152727 + ], + [ + -73.2463005, + -39.8152727 + ], + [ + -73.2463005, + -39.815365 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-13T05:30:27Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.24420399996159e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 3, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116086424, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.7546234, + 49.7825942 + ], + [ + 0.7546234, + 49.7825942 + ], + [ + 0.7546234, + 49.7825942 + ], + [ + 0.7546234, + 49.7825942 + ], + [ + 0.7546234, + 49.7825942 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "VLaDoU_Fr", + "uid": "14840328", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T23:55:29Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "surveillance", + "create": 1, + "imagery": "fr.ign.bdortho", + "language": "fr" + } + } + }, + { + "id": 116083766, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2461468, + -39.8153024 + ], + [ + -73.2461468, + -39.8153024 + ], + [ + -73.2461468, + -39.8153024 + ], + [ + -73.2461468, + -39.8153024 + ], + [ + -73.2461468, + -39.8153024 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T21:47:24Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_25m": 1 + } + } + }, + { + "id": 116082061, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2477339, + -39.8181032 + ], + [ + -73.2449862, + -39.8181032 + ], + [ + -73.2449862, + -39.8145307 + ], + [ + -73.2477339, + -39.8145307 + ], + [ + -73.2477339, + -39.8181032 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T20:47:29Z", + "reviewed_features": [], + "create": 2, + "modify": 21, + "delete": 0, + "area": 0.00000981615825001319, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "create": 2, + "imagery": "cyclosm", + "language": "en", + "add-image": 22, + "change_over_5000m": 2, + "change_within_25m": 16, + "change_within_50m": 5, + "change_within_100m": 1 + } + } + }, + { + "id": 116081800, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.818157, + 51.0390824 + ], + [ + 4.8868052, + 51.0390824 + ], + [ + 4.8868052, + 51.0546869 + ], + [ + 4.818157, + 51.0546869 + ], + [ + 4.818157, + 51.0390824 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T20:39:07Z", + "reviewed_features": [], + "create": 115, + "modify": 15, + "delete": 0, + "area": 0.00107122083690014, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 13, + "theme": "grb", + "import": 14, + "imagery": "osm", + "language": "nl", + "conflation": 4 + } + } + }, + { + "id": 116080687, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.1574946, + 51.5370581 + ], + [ + -0.1574161, + 51.5370581 + ], + [ + -0.1574161, + 51.5371085 + ], + [ + -0.1574946, + 51.5371085 + ], + [ + -0.1574946, + 51.5370581 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ccamfwfwtn", + "uid": "1883123", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T19:58:28Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.95639999993992e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "toilets", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_within_5000m": 1 + } + } + }, + { + "id": 116079171, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.4594317, + 40.2646883 + ], + [ + -0.4594317, + 40.2646883 + ], + [ + -0.4594317, + 40.2646883 + ], + [ + -0.4594317, + 40.2646883 + ], + [ + -0.4594317, + 40.2646883 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T19:04:24Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 7, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 8 + } + } + }, + { + "id": 116076574, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.6120103, + 52.2864226 + ], + [ + -1.6120103, + 52.2864226 + ], + [ + -1.6120103, + 52.2864226 + ], + [ + -1.6120103, + 52.2864226 + ], + [ + -1.6120103, + 52.2864226 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "RobJN", + "uid": "411244", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:50:41Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "charging_stations", + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 116075392, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.5896299, + 52.2815641 + ], + [ + -1.5896299, + 52.2815641 + ], + [ + -1.5896299, + 52.2815641 + ], + [ + -1.5896299, + 52.2815641 + ], + [ + -1.5896299, + 52.2815641 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "RobJN", + "uid": "411244", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:16:20Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "cafes_and_pubs", + "create": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116075040, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2374617, + -39.8328285 + ], + [ + -73.2367265, + -39.8328285 + ], + [ + -73.2367265, + -39.8319346 + ], + [ + -73.2374617, + -39.8319346 + ], + [ + -73.2374617, + -39.8328285 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T17:06:22Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 6.57195279995583e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 3 + } + } + }, + { + "id": 116070825, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0415319, + 50.6244288 + ], + [ + 3.0676825, + 50.6244288 + ], + [ + 3.0676825, + 50.6372786 + ], + [ + 3.0415319, + 50.6372786 + ], + [ + 3.0415319, + 50.6244288 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T15:05:30Z", + "reviewed_features": [], + "create": 0, + "modify": 51, + "delete": 0, + "area": 0.000336029979880134, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 108, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116070232, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.4050848, + -39.8201089 + ], + [ + -73.4050848, + -39.8201089 + ], + [ + -73.4050848, + -39.8201089 + ], + [ + -73.4050848, + -39.8201089 + ], + [ + -73.4050848, + -39.8201089 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T14:49:38Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "climbing", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116069496, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.0538273, + 50.6177387 + ], + [ + 3.0771453, + 50.6177387 + ], + [ + 3.0771453, + 50.627558 + ], + [ + 3.0538273, + 50.627558 + ], + [ + 3.0538273, + 50.6177387 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T14:30:29Z", + "reviewed_features": [], + "create": 0, + "modify": 50, + "delete": 0, + "area": 0.000228966437400089, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 84, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116068291, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -76.96731, + 44.2606491 + ], + [ + -76.9649255, + 44.2606491 + ], + [ + -76.9649255, + 44.2682267 + ], + [ + -76.96731, + 44.2682267 + ], + [ + -76.96731, + 44.2606491 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Nate the Mapper", + "uid": "6466759", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T13:58:12Z", + "reviewed_features": [], + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.0000180687871999255, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "answer": 13, + "create": 2, + "imagery": "EsriWorldImagery", + "language": "en" + } + } + }, + { + "id": 116068167, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.6337719, + 51.7456623 + ], + [ + 14.6412764, + 51.7456623 + ], + [ + 14.6412764, + 51.750055 + ], + [ + 14.6337719, + 51.750055 + ], + [ + 14.6337719, + 51.7456623 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "sebkur", + "uid": "22917", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T13:55:30Z", + "reviewed_features": [], + "create": 11, + "modify": 7, + "delete": 0, + "area": 0.0000329650171500353, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 116066900, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.7066219, + -33.6259236 + ], + [ + -70.6132558, + -33.6259236 + ], + [ + -70.6132558, + -33.5097757 + ], + [ + -70.7066219, + -33.5097757 + ], + [ + -70.7066219, + -33.6259236 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Camilo Nuñez Castro", + "uid": "5143819", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T13:19:43Z", + "reviewed_features": [], + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0108442764461898, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 9, + "imagery": "HDM_HOT", + "language": "en", + "change_over_5000m": 9 + } + } + }, + { + "id": 116066841, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.202799, + 51.1973829 + ], + [ + 3.202799, + 51.1973829 + ], + [ + 3.202799, + 51.1973829 + ], + [ + 3.202799, + 51.1973829 + ], + [ + 3.202799, + 51.1973829 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Maarten O", + "uid": "13326535", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T13:17:43Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 2, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 116058584, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2442552, + 50.9132179 + ], + [ + 3.2751945, + 50.9132179 + ], + [ + 3.2751945, + 50.9261112 + ], + [ + 3.2442552, + 50.9261112 + ], + [ + 3.2442552, + 50.9132179 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "reginaldc", + "uid": "510576", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T09:42:01Z", + "reviewed_features": [], + "create": 3, + "modify": 4, + "delete": 0, + "area": 0.000398909676690055, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "playgrounds", + "answer": 5, + "create": 3, + "imagery": "osm", + "language": "en", + "add-image": 2 + } + } + }, + { + "id": 116055657, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.028449, + 50.6174098 + ], + [ + 3.0805264, + 50.6174098 + ], + [ + 3.0805264, + 50.6357482 + ], + [ + 3.028449, + 50.6357482 + ], + [ + 3.028449, + 50.6174098 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T08:23:47Z", + "reviewed_features": [], + "create": 0, + "modify": 143, + "delete": 0, + "area": 0.000955016192160241, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 311, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116055007, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9936424, + 52.0040974 + ], + [ + 13.0029577, + 52.0040974 + ], + [ + 13.0029577, + 52.0127636 + ], + [ + 12.9936424, + 52.0127636 + ], + [ + 12.9936424, + 52.0040974 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-12T08:05:01Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000807282528599953, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 116054212, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2370758, + 50.8804893 + ], + [ + 3.2433469, + 50.8804893 + ], + [ + 3.2433469, + 50.8847778 + ], + [ + 3.2370758, + 50.8847778 + ], + [ + 3.2370758, + 50.8804893 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T07:39:59Z", + "reviewed_features": [], + "create": 0, + "modify": 10, + "delete": 0, + "area": 0.0000268936123500087, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 12, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116046441, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2394918, + -39.8330898 + ], + [ + -73.236605, + -39.8330898 + ], + [ + -73.236605, + -39.8298039 + ], + [ + -73.2394918, + -39.8298039 + ], + [ + -73.2394918, + -39.8330898 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-12T01:23:02Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.00000948573612000092, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 17 + } + } + }, + { + "id": 116044795, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6270996, + -33.4347378 + ], + [ + -70.6270534, + -33.4347378 + ], + [ + -70.6270534, + -33.434651 + ], + [ + -70.6270996, + -33.434651 + ], + [ + -70.6270996, + -33.4347378 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T23:33:45Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 4.01015999991044e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 2 + } + } + }, + { + "id": 116037495, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2345293, + -39.8355477 + ], + [ + -73.2345223, + -39.8355477 + ], + [ + -73.2345223, + -39.8341275 + ], + [ + -73.2345293, + -39.8341275 + ], + [ + -73.2345293, + -39.8355477 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T19:20:50Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 9.94140001525311e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 2, + "change_within_1000m": 1, + "change_within_5000m": 1 + } + } + }, + { + "id": 116036589, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -72.0103707, + -34.4849025 + ], + [ + -72.0103707, + -34.4849025 + ], + [ + -72.0103707, + -34.4849025 + ], + [ + -72.0103707, + -34.4849025 + ], + [ + -72.0103707, + -34.4849025 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T18:52:34Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 116033601, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4118342, + 50.8000429 + ], + [ + 4.4238725, + 50.8000429 + ], + [ + 4.4238725, + 50.8154343 + ], + [ + 4.4118342, + 50.8154343 + ], + [ + 4.4118342, + 50.8000429 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T17:30:49Z", + "reviewed_features": [], + "create": 0, + "modify": 22, + "delete": 0, + "area": 0.000185286290619976, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 3, + "theme": "cyclofix", + "answer": 39, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 5, + "change_within_25m": 39, + "change_within_500m": 5, + "change_within_5000m": 3, + "move:node/5212386106": "improve_accuracy", + "move:node/8901087954": "improve_accuracy", + "move:node/9166971725": "improve_accuracy" + } + } + }, + { + "id": 116031747, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.0029577, + 52.0127636 + ], + [ + 13.0029577, + 52.0127636 + ], + [ + 13.0029577, + 52.0127636 + ], + [ + 13.0029577, + 52.0127636 + ], + [ + 13.0029577, + 52.0127636 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T16:44:53Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 116030976, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2338774, + -39.8426314 + ], + [ + -73.2313772, + -39.8426314 + ], + [ + -73.2313772, + -39.8372019 + ], + [ + -73.2338774, + -39.8372019 + ], + [ + -73.2338774, + -39.8426314 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T16:24:41Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000135748359000136, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "Mapbox", + "language": "en", + "add-image": 4 + } + } + }, + { + "id": 116029238, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.2718406, + 39.9679971 + ], + [ + -0.2715504, + 39.9679971 + ], + [ + -0.2715504, + 39.9680016 + ], + [ + -0.2718406, + 39.9680016 + ], + [ + -0.2718406, + 39.9679971 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T15:44:06Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 1.30590000082674e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 10, + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 2, + "change_over_5000m": 13 + } + } + }, + { + "id": 116028144, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9936424, + 52.0040974 + ], + [ + 12.9960725, + 52.0040974 + ], + [ + 12.9960725, + 52.010104 + ], + [ + 12.9936424, + 52.010104 + ], + [ + 12.9936424, + 52.0040974 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T15:14:38Z", + "reviewed_features": [], + "create": 3, + "modify": 3, + "delete": 0, + "area": 0.0000145966386599967, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 116025432, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T13:57:24Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 4, + "imagery": "osm", + "language": "en", + "change_within_50m": 4 + } + } + }, + { + "id": 116023832, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4195831, + 50.7984455 + ], + [ + 4.4428133, + 50.7984455 + ], + [ + 4.4428133, + 50.8175543 + ], + [ + 4.4195831, + 50.8175543 + ], + [ + 4.4195831, + 50.7984455 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T13:10:05Z", + "reviewed_features": [], + "create": 2, + "modify": 56, + "delete": 0, + "area": 0.00044390124575996, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 10, + "theme": "cyclofix", + "answer": 73, + "create": 2, + "imagery": "CartoDB.Voyager", + "language": "fr", + "add-image": 16, + "change_over_5000m": 2, + "change_within_25m": 86, + "change_within_50m": 12, + "change_within_5000m": 1, + "move:node/5238101864": "improve_accuracy", + "move:node/5238101865": "improve_accuracy", + "move:node/7551524287": "improve_accuracy", + "move:node/9100997256": "improve_accuracy", + "move:node/9166706050": "improve_accuracy", + "move:node/9166971727": "improve_accuracy", + "move:node/9166971729": "improve_accuracy" + } + } + }, + { + "id": 116022525, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9485398, + 51.143362 + ], + [ + 4.9914526, + 51.143362 + ], + [ + 4.9914526, + 51.1603375 + ], + [ + 4.9485398, + 51.1603375 + ], + [ + 4.9485398, + 51.143362 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T12:28:55Z", + "reviewed_features": [], + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000728466236399732, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 6, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 116017341, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3440829, + 50.8156617 + ], + [ + 4.3445159, + 50.8156617 + ], + [ + 4.3445159, + 50.8189244 + ], + [ + 4.3440829, + 50.8189244 + ], + [ + 4.3440829, + 50.8156617 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Harold16", + "uid": "14828251", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T10:11:43Z", + "reviewed_features": [], + "create": 5, + "modify": 6, + "delete": 1, + "area": 0.00000141274910000064, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 13, + "create": 5, + "imagery": "CartoDB.Voyager", + "deletion": 1, + "language": "en", + "move:node/9409830813": "improve_accuracy", + "deletion:node/9409852873": "testing point" + } + } + }, + { + "id": 116013499, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 79.4921451, + 11.6007942 + ], + [ + 79.5210711, + 11.6007942 + ], + [ + 79.5210711, + 11.6192371 + ], + [ + 79.4921451, + 11.6192371 + ], + [ + 79.4921451, + 11.6007942 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T08:32:06Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000533479325399976, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 4, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116012876, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 79.4739991, + 11.5995363 + ], + [ + 79.4897978, + 11.5995363 + ], + [ + 79.4897978, + 11.6052689 + ], + [ + 79.4739991, + 11.6052689 + ], + [ + 79.4739991, + 11.5995363 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T08:16:16Z", + "reviewed_features": [], + "create": 0, + "modify": 16, + "delete": 0, + "area": 0.0000905676276200273, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 21, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 116012002, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4080583, + 50.7952135 + ], + [ + 4.4342412, + 50.7952135 + ], + [ + 4.4342412, + 50.8140028 + ], + [ + 4.4080583, + 50.8140028 + ], + [ + 4.4080583, + 50.7952135 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T07:50:19Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000491958362969845, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 1, + "theme": "cyclofix", + "answer": 3, + "imagery": "CartoDB.Voyager", + "language": "nl", + "add-image": 3, + "change_within_500m": 1, + "change_within_5000m": 6, + "move:node/9166971730": "improve_accuracy" + } + } + }, + { + "id": 116010291, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.8017706, + 47.9959187 + ], + [ + 11.8435514, + 47.9959187 + ], + [ + 11.8435514, + 48.0205531 + ], + [ + 11.8017706, + 48.0205531 + ], + [ + 11.8017706, + 47.9959187 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bollyboll", + "uid": "12120321", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T06:59:13Z", + "reviewed_features": [], + "create": 13, + "modify": 1, + "delete": 0, + "area": 0.00102924493952019, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "hailhydrant", + "answer": 5, + "create": 13, + "imagery": "Mapbox", + "language": "de", + "change_over_5000m": 13, + "change_within_25m": 4, + "change_within_50m": 1 + } + } + }, + { + "id": 116005113, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9021919, + 51.1517925 + ], + [ + 4.9021919, + 51.1517925 + ], + [ + 4.9021919, + 51.1517925 + ], + [ + 4.9021919, + 51.1517925 + ], + [ + 4.9021919, + 51.1517925 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T03:23:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "food", + "answer": 2, + "imagery": "osm", + "language": "nl", + "change_within_5000m": 2 + } + } + }, + { + "id": 116003862, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6272975, + -33.4348693 + ], + [ + -70.6272096, + -33.4348693 + ], + [ + -70.6272096, + -33.4348034 + ], + [ + -70.6272975, + -33.4348034 + ], + [ + -70.6272975, + -33.4348693 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-11T01:30:31Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.79261000003686e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 3 + } + } + }, + { + "id": 116003662, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T01:16:12Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1 + } + } + }, + { + "id": 116003660, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-11T01:15:54Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "imagery": "osm", + "language": "nl", + "add-image": 1, + "change_over_5000m": 1 + } + } + }, + { + "id": 115999425, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2314676, + -39.8426803 + ], + [ + -73.2314676, + -39.8426803 + ], + [ + -73.2314676, + -39.8426803 + ], + [ + -73.2314676, + -39.8426803 + ], + [ + -73.2314676, + -39.8426803 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T21:41:45Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115996216, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.089371, + 51.2150063 + ], + [ + 4.089371, + 51.2150063 + ], + [ + 4.089371, + 51.2150063 + ], + [ + 4.089371, + 51.2150063 + ], + [ + 4.089371, + 51.2150063 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T19:56:20Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "create": 1, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 1 + } + } + }, + { + "id": 115994137, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ], + [ + 5.4704805, + 50.9594218 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T18:43:53Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 6, + "imagery": "osm", + "language": "nl", + "change_over_5000m": 6 + } + } + }, + { + "id": 115983034, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.0390272, + -36.8269941 + ], + [ + -73.0390272, + -36.8269941 + ], + [ + -73.0390272, + -36.8269941 + ], + [ + -73.0390272, + -36.8269941 + ], + [ + -73.0390272, + -36.8269941 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T13:51:55Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115980194, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.1877062, + 51.1943474 + ], + [ + 3.1995642, + 51.1943474 + ], + [ + 3.1995642, + 51.3137457 + ], + [ + 3.1877062, + 51.3137457 + ], + [ + 3.1877062, + 51.1943474 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Maarten O", + "uid": "13326535", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed_brugge", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T12:32:26Z", + "reviewed_features": [], + "create": 3, + "modify": 12, + "delete": 0, + "area": 0.00141582504140002, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed_brugge", + "answer": 16, + "create": 4, + "imagery": "AGIV", + "language": "nl", + "add-image": 9 + } + } + }, + { + "id": 115978482, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5348958, + 51.2243178 + ], + [ + 4.5348958, + 51.2243178 + ], + [ + 4.5348958, + 51.2243178 + ], + [ + 4.5348958, + 51.2243178 + ], + [ + 4.5348958, + 51.2243178 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T11:49:47Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "nl", + "change_within_25m": 1 + } + } + }, + { + "id": 115973296, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5200989, + 51.2230489 + ], + [ + 4.5351329, + 51.2230489 + ], + [ + 4.5351329, + 51.2296476 + ], + [ + 4.5200989, + 51.2296476 + ], + [ + 4.5200989, + 51.2230489 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "comments_count": 1, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T09:30:05Z", + "reviewed_features": [], + "create": 34, + "modify": 180, + "delete": 2, + "area": 0.0000992048557999676, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 8, + "theme": "https://gist.githubusercontent.com/joostschouppe/4f631b3f658b67bcfafd56b731c726dc/raw/d39021f0731179a8105531f2e4254d1fe4a6eacf/locatus.json", + "answer": 197, + "create": 34, + "imagery": "osm", + "deletion": 3, + "language": "nl", + "add-image": 55, + "change_over_5000m": 34, + "change_within_25m": 230, + "change_within_50m": 17, + "change_within_100m": 16, + "move:node/3722812205": "improve_accuracy", + "move:node/9407052255": "improve_accuracy", + "move:node/9407385530": "improve_accuracy", + "move:node/9407559577": "improve_accuracy", + "deletion:node/3722812205": "not found", + "deletion:node/7980559249": "disused" + } + } + }, + { + "id": 115972849, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5232782, + 51.2275302 + ], + [ + 4.5233198, + 51.2275302 + ], + [ + 4.5233198, + 51.2275405 + ], + [ + 4.5232782, + 51.2275405 + ], + [ + 4.5232782, + 51.2275302 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Locatus_Jori", + "uid": "14800690", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T09:15:49Z", + "reviewed_features": [], + "create": 1, + "modify": 8, + "delete": 1, + "area": 4.2848000028106e-10, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 8, + "create": 1, + "imagery": "osm", + "deletion": 1, + "language": "nl", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 10, + "deletion:node/9407051399": "duplicate" + } + } + }, + { + "id": 115962545, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2317384, + -39.842422 + ], + [ + -73.2317384, + -39.842422 + ], + [ + -73.2317384, + -39.842422 + ], + [ + -73.2317384, + -39.842422 + ], + [ + -73.2317384, + -39.842422 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #test", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-10T01:35:54Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "test", + "answer": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115962540, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2324501, + -39.8425259 + ], + [ + -73.2324501, + -39.8425259 + ], + [ + -73.2324501, + -39.8425259 + ], + [ + -73.2324501, + -39.8425259 + ], + [ + -73.2324501, + -39.8425259 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-10T01:35:21Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "cyclosm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115960136, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2324501, + -39.8426063 + ], + [ + -73.2315092, + -39.8426063 + ], + [ + -73.2315092, + -39.842422 + ], + [ + -73.2324501, + -39.842422 + ], + [ + -73.2324501, + -39.8426063 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T22:33:21Z", + "reviewed_features": [], + "create": 1, + "modify": 4, + "delete": 0, + "area": 1.73407869998755e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "create": 1, + "imagery": "osm", + "language": "en", + "add-image": 4, + "change_over_5000m": 1, + "change_within_25m": 2 + } + } + }, + { + "id": 115955282, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6867004, + 51.1457371 + ], + [ + 4.687165, + 51.1457371 + ], + [ + 4.687165, + 51.1459281 + ], + [ + 4.6867004, + 51.1459281 + ], + [ + 4.6867004, + 51.1457371 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T19:31:27Z", + "reviewed_features": [], + "create": 21, + "modify": 0, + "delete": 0, + "area": 8.87386000004228e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "import": 3, + "imagery": "osm", + "language": "nl" + } + } + }, + { + "id": 115954427, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.2934037, + 51.4646394 + ], + [ + 7.3200513, + 51.4646394 + ], + [ + 7.3200513, + 51.470511 + ], + [ + 7.2934037, + 51.470511 + ], + [ + 7.2934037, + 51.4646394 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T18:57:38Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000156464048159975, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "benches", + "answer": 7, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + } + } + }, + { + "id": 115953713, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.8697681, + 51.1489791 + ], + [ + 3.8697681, + 51.1489791 + ], + [ + 3.8697681, + 51.1489791 + ], + [ + 3.8697681, + 51.1489791 + ], + [ + 3.8697681, + 51.1489791 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T18:30:36Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 2, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115952616, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.3189929, + 51.4429005 + ], + [ + 7.320312, + 51.4429005 + ], + [ + 7.320312, + 51.444369 + ], + [ + 7.3189929, + 51.444369 + ], + [ + 7.3189929, + 51.4429005 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T17:53:33Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000193709835000305, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "cyclofix", + "answer": 4, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + } + } + }, + { + "id": 115952474, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.319, + 51.4428482 + ], + [ + 7.3203789, + 51.4428482 + ], + [ + 7.3203789, + 51.4444251 + ], + [ + 7.319, + 51.4444251 + ], + [ + 7.319, + 51.4428482 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "BS97n", + "uid": "2386081", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T17:48:27Z", + "reviewed_features": [], + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.00000217438740999453, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "answer": 8, + "imagery": "Metropole_Ruhr_RVR-DOP10", + "language": "de" + } + } + }, + { + "id": 115949555, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6558192, + -33.4643634 + ], + [ + -70.6558192, + -33.4643634 + ], + [ + -70.6558192, + -33.4643634 + ], + [ + -70.6558192, + -33.4643634 + ], + [ + -70.6558192, + -33.4643634 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T16:23:50Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "trees", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115946883, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.3928457, + -39.7804562 + ], + [ + -73.3928457, + -39.7804562 + ], + [ + -73.3928457, + -39.7804562 + ], + [ + -73.3928457, + -39.7804562 + ], + [ + -73.3928457, + -39.7804562 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T15:23:00Z", + "reviewed_features": [], + "create": 1, + "modify": 7, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "climbing", + "answer": 7, + "create": 1, + "imagery": "Mapbox", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115945379, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 37.6892182, + 55.7020891 + ], + [ + 37.6892182, + 55.7020891 + ], + [ + 37.6892182, + 55.7020891 + ], + [ + 37.6892182, + 55.7020891 + ], + [ + 37.6892182, + 55.7020891 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T14:48:38Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "charging_stations", + "create": 1, + "imagery": "CartoDB.Voyager", + "language": "en" + } + } + }, + { + "id": 115945142, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9844639, + 51.157791 + ], + [ + 4.9865429, + 51.157791 + ], + [ + 4.9865429, + 51.1585648 + ], + [ + 4.9844639, + 51.1585648 + ], + [ + 4.9844639, + 51.157791 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T14:43:57Z", + "reviewed_features": [], + "create": 16, + "modify": 34, + "delete": 4, + "area": 0.00000160873019999492, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 30, + "theme": "grb", + "delete": 4, + "import": 2, + "imagery": "osm", + "language": "nl", + "conflation": 8 + } + } + }, + { + "id": 115941891, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.277595, + 51.255429 + ], + [ + 3.277595, + 51.255429 + ], + [ + 3.277595, + 51.255429 + ], + [ + 3.277595, + 51.255429 + ], + [ + 3.277595, + 51.255429 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.14.0-alpha-2", + "comment": "Adding data with #MapComplete for theme #natuurpunt", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T13:19:03Z", + "reviewed_features": [], + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "natuurpunt", + "answer": 1, + "create": 1, + "imagery": "CartoDB.Positron", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 1 + } + } + }, + { + "id": 115938240, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.0885701, + 39.4871127 + ], + [ + -1.0884062, + 39.4871127 + ], + [ + -1.0884062, + 39.4871639 + ], + [ + -1.0885701, + 39.4871639 + ], + [ + -1.0885701, + 39.4871127 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T11:35:07Z", + "reviewed_features": [], + "create": 0, + "modify": 4, + "delete": 0, + "area": 8.39168000024103e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "answer": 10, + "imagery": "osm", + "language": "en", + "change_within_25m": 10 + } + } + }, + { + "id": 115938163, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 79.4740174, + 11.6006804 + ], + [ + 79.5484401, + 11.6006804 + ], + [ + 79.5484401, + 11.6258745 + ], + [ + 79.4740174, + 11.6258745 + ], + [ + 79.4740174, + 11.6006804 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T11:32:40Z", + "reviewed_features": [], + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.00187501294607, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 17, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115938118, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 79.4833229, + 11.6005338 + ], + [ + 79.4906016, + 11.6005338 + ], + [ + 79.4906016, + 11.6006804 + ], + [ + 79.4833229, + 11.6006804 + ], + [ + 79.4833229, + 11.6005338 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bponkishore", + "uid": "14062769", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T11:31:19Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000106705742000571, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 1, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115938100, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9848231, + 51.1572213 + ], + [ + 4.9849281, + 51.1572213 + ], + [ + 4.9849281, + 51.1573563 + ], + [ + 4.9848231, + 51.1573563 + ], + [ + 4.9848231, + 51.1572213 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T11:30:49Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.41749999993397e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "grb", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + } + } + }, + { + "id": 115936927, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.9638295, + 50.4113983 + ], + [ + 2.9955233, + 50.4113983 + ], + [ + 2.9955233, + 50.4261249 + ], + [ + 2.9638295, + 50.4261249 + ], + [ + 2.9638295, + 50.4113983 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-09T10:57:41Z", + "reviewed_features": [], + "create": 0, + "modify": 23, + "delete": 0, + "area": 0.000466741915079868, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 56, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115936202, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9847771, + 51.1572213 + ], + [ + 4.9863854, + 51.1572213 + ], + [ + 4.9863854, + 51.1579417 + ], + [ + 4.9847771, + 51.1579417 + ], + [ + 4.9847771, + 51.1572213 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T10:33:08Z", + "reviewed_features": [], + "create": 15, + "modify": 21, + "delete": 0, + "area": 0.00000115861931999797, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 9, + "theme": "grb", + "answer": 12, + "import": 4, + "imagery": "osm", + "language": "en", + "conflation": 4 + } + } + }, + { + "id": 115935514, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.062425, + 39.2304467 + ], + [ + -1.062425, + 39.2304467 + ], + [ + -1.062425, + 39.2304467 + ], + [ + -1.062425, + 39.2304467 + ], + [ + -1.062425, + 39.2304467 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T10:05:55Z", + "reviewed_features": [], + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "aed", + "answer": 6, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1, + "change_within_25m": 6 + } + } + }, + { + "id": 115933668, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9735057, + 51.1517076 + ], + [ + 4.9738521, + 51.1517076 + ], + [ + 4.9738521, + 51.1519496 + ], + [ + 4.9735057, + 51.1519496 + ], + [ + 4.9735057, + 51.1517076 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T09:00:03Z", + "reviewed_features": [], + "create": 21, + "modify": 14, + "delete": 0, + "area": 8.38288000001798e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "move": 13, + "theme": "grb", + "imagery": "osm", + "language": "en", + "conflation": 2 + } + } + }, + { + "id": 115932256, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0092833, + 51.127455 + ], + [ + 5.0113532, + 51.127455 + ], + [ + 5.0113532, + 51.1275198 + ], + [ + 5.0092833, + 51.1275198 + ], + [ + 5.0092833, + 51.127455 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-09T07:43:46Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.34129520008479e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_within_1000m": 1 + } + } + }, + { + "id": 115913950, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2336021, + 50.7343963 + ], + [ + 4.2336021, + 50.7343963 + ], + [ + 4.2336021, + 50.7343963 + ], + [ + 4.2336021, + 50.7343963 + ], + [ + 4.2336021, + 50.7343963 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.13.1", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-08T15:25:34Z", + "reviewed_features": [], + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "bookcases", + "answer": 3, + "create": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 4 + } + } + }, + { + "id": 115906261, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3345334, + 51.1346418 + ], + [ + 3.3345334, + 51.1346418 + ], + [ + 3.3345334, + 51.1346418 + ], + [ + 3.3345334, + 51.1346418 + ], + [ + 3.3345334, + 51.1346418 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-08T11:45:37Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 1, + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115901766, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.639019, + 51.7428952 + ], + [ + 14.6397485, + 51.7428952 + ], + [ + 14.6397485, + 51.7450874 + ], + [ + 14.639019, + 51.7450874 + ], + [ + 14.639019, + 51.7428952 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "sebkur", + "uid": "22917", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-08T09:07:51Z", + "reviewed_features": [], + "create": 4, + "modify": 3, + "delete": 0, + "area": 0.00000159920990000293, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 115901430, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3348884, + 51.1343081 + ], + [ + 3.3348884, + 51.1343081 + ], + [ + 3.3348884, + 51.1343081 + ], + [ + 3.3348884, + 51.1343081 + ], + [ + 3.3348884, + 51.1343081 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-08T08:50:13Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "campersite", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115893804, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6322514, + 49.8746459 + ], + [ + 8.6477783, + 49.8746459 + ], + [ + 8.6477783, + 49.8756882 + ], + [ + 8.6322514, + 49.8756882 + ], + [ + 8.6322514, + 49.8746459 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "a1k4", + "uid": "2371830", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T22:04:25Z", + "reviewed_features": [], + "create": 0, + "modify": 17, + "delete": 0, + "area": 0.0000161836878700278, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 58, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115887609, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1072272, + 38.8399887 + ], + [ + 0.1123066, + 38.8399887 + ], + [ + 0.1123066, + 38.8415088 + ], + [ + 0.1072272, + 38.8415088 + ], + [ + 0.1072272, + 38.8399887 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T18:28:37Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.0000077211959400024, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115887543, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T18:26:39Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "imagery": "osm", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115887517, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T18:25:53Z", + "reviewed_features": [], + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "language": "en", + "add-image": 1 + } + } + }, + { + "id": 115886195, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9998437, + 52.0041486 + ], + [ + 13.0022745, + 52.0041486 + ], + [ + 13.0022745, + 52.0161065 + ], + [ + 12.9998437, + 52.0161065 + ], + [ + 12.9998437, + 52.0041486 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T17:45:34Z", + "reviewed_features": [], + "create": 3, + "modify": 3, + "delete": 0, + "area": 0.000029067263320007, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 115884163, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.029942, + 51.0562571 + ], + [ + 4.0390112, + 51.0562571 + ], + [ + 4.0390112, + 51.0604808 + ], + [ + 4.029942, + 51.0604808 + ], + [ + 4.029942, + 51.0562571 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "nielsdg", + "uid": "648095", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T16:46:13Z", + "reviewed_features": [], + "create": 0, + "modify": 18, + "delete": 0, + "area": 0.0000383055800399738, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 23, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115878146, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9487598, + 51.9993197 + ], + [ + 13.0021995, + 51.9993197 + ], + [ + 13.0021995, + 52.0260164 + ], + [ + 12.9487598, + 52.0260164 + ], + [ + 12.9487598, + 51.9993197 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9399668710", + "osm_id": 9399668710, + "reasons": [ + 43 + ], + "version": 4, + "primary_tags": { + "emergency": "Zisterne" + } + } + ], + "user": "Oberfuzzi", + "uid": "14794109", + "editor": "MapComplete 0.7.2l", + "comment": "Adding data with #MapComplete for theme #waldbrand", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T13:52:24Z", + "reviewed_features": [], + "create": 3, + "modify": 8, + "delete": 0, + "area": 0.00142666363899013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + } + } + }, + { + "id": 115873248, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 37.6015105, + 55.6934216 + ], + [ + 37.6911549, + 55.6934216 + ], + [ + 37.6911549, + 55.7140255 + ], + [ + 37.6015105, + 55.7140255 + ], + [ + 37.6015105, + 55.6934216 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T11:26:53Z", + "reviewed_features": [], + "create": 3, + "modify": 29, + "delete": 0, + "area": 0.00184702425315973, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "split": 4, + "theme": "street_lighting", + "answer": 28, + "imagery": "osm", + "language": "en", + "change_over_5000m": 16, + "change_within_5000m": 6 + } + } + }, + { + "id": 115873049, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 37.6210678, + 55.7119553 + ], + [ + 37.6210678, + 55.7119553 + ], + [ + 37.6210678, + 55.7119553 + ], + [ + 37.6210678, + 55.7119553 + ], + [ + 37.6210678, + 55.7119553 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "augxcgrwxo", + "uid": "371263", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T11:21:15Z", + "reviewed_features": [], + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "entrances", + "answer": 3, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115870453, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.9501108, + 50.4053233 + ], + [ + 2.9626946, + 50.4053233 + ], + [ + 2.9626946, + 50.4203332 + ], + [ + 2.9501108, + 50.4203332 + ], + [ + 2.9501108, + 50.4053233 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "whatismoss", + "uid": "8427311", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T10:16:15Z", + "reviewed_features": [], + "create": 0, + "modify": 46, + "delete": 0, + "area": 0.00018888157962003, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 64, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115858404, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.9229867, + 40.7063598 + ], + [ + -73.9227185, + 40.7063598 + ], + [ + -73.9227185, + 40.7066288 + ], + [ + -73.9229867, + 40.7066288 + ], + [ + -73.9229867, + 40.7063598 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.14.0-alpha-1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T00:51:46Z", + "reviewed_features": [], + "create": 3, + "modify": 5, + "delete": 0, + "area": 7.21457999971703e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "pietervdvn.github.io", + "path": "mc/develop/", + "theme": "surveillance", + "answer": 12, + "create": 3, + "imagery": "osm", + "language": "en", + "add-image": 1, + "change_over_5000m": 3, + "change_within_25m": 13 + } + } + }, + { + "id": 115858321, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1002454, + 38.8377718 + ], + [ + 0.1007822, + 38.8377718 + ], + [ + 0.1007822, + 38.8387142 + ], + [ + 0.1002454, + 38.8387142 + ], + [ + 0.1002454, + 38.8377718 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-01-07T00:45:34Z", + "reviewed_features": [], + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.05880319999771e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "etymology", + "answer": 3, + "imagery": "osm", + "language": "en" + } + } + }, + { + "id": 115858222, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.8394288, + 50.8307363 + ], + [ + 3.8394288, + 50.8307363 + ], + [ + 3.8394288, + 50.8307363 + ], + [ + 3.8394288, + 50.8307363 + ], + [ + 3.8394288, + 50.8307363 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-4772501441", + "osm_id": 4772501441, + "reasons": [ + 43 + ], + "version": 8, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.13.0", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-01-07T00:37:25Z", + "reviewed_features": [], + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "mapcomplete.osm.be", + "theme": "binoculars", + "answer": 1, + "imagery": "osm", + "language": "en", + "change_over_5000m": 1 + } + } + }, { "id": 115852335, "type": "Feature", @@ -8,24 +9685,24 @@ "coordinates": [ [ [ - 4.7380407, - 51.167627 + 4.7196162, + 51.1562979 ], [ - 4.7390456, - 51.167627 + 4.9928162, + 51.1562979 ], [ - 4.7390456, - 51.170221 + 4.9928162, + 51.3701885 ], [ - 4.7380407, - 51.170221 + 4.7196162, + 51.3701885 ], [ - 4.7380407, - 51.167627 + 4.7196162, + 51.1562979 ] ] ] @@ -45,9 +9722,9 @@ "date": "2022-01-06T20:20:12Z", "reviewed_features": [], "create": 0, - "modify": 1, + "modify": 61, "delete": 0, - "area": 0.0000026067105999945, + "area": 0.0584349119199998, "is_suspect": false, "harmful": null, "checked": false, @@ -55,7 +9732,7 @@ "metadata": { "host": "mapcomplete.osm.be", "theme": "etymology", - "answer": 1, + "answer": 90, "imagery": "osm", "language": "nl" } @@ -132,23 +9809,23 @@ [ [ 12.9934294, - 52.012867 + 52.0045643 + ], + [ + 13.0039313, + 52.0045643 + ], + [ + 13.0039313, + 52.0161692 ], [ 12.9934294, - 52.012867 + 52.0161692 ], [ 12.9934294, - 52.012867 - ], - [ - 12.9934294, - 52.012867 - ], - [ - 12.9934294, - 52.012867 + 52.0045643 ] ] ] @@ -172,10 +9849,10 @@ "imagery_used": "Not reported", "date": "2022-01-06T19:49:33Z", "reviewed_features": [], - "create": 1, - "modify": 1, + "create": 3, + "modify": 5, "delete": 0, - "area": 0, + "area": 0.000121873499310013, "is_suspect": true, "harmful": null, "checked": false,