diff --git a/Docs/Tools/GenerateSeries.ts b/Docs/Tools/GenerateSeries.ts index 227196623..e85704802 100644 --- a/Docs/Tools/GenerateSeries.ts +++ b/Docs/Tools/GenerateSeries.ts @@ -97,6 +97,8 @@ class StatsDownloader { } + return [] + while (url) { ScriptUtils.erasableLog(`Downloading stats for ${year}-${month}-${day}, page ${page} ${url}`) const result = await Utils.downloadJson(url, headers) @@ -191,10 +193,7 @@ async function main(): Promise { .map(path => JSON.parse(readFileSync("Docs/Tools/stats/" + path, "utf-8")).features)); allFeatures = allFeatures.filter(f => f?.properties !== undefined && (f.properties.editor === null || f.properties.editor.toLowerCase().startsWith("mapcomplete"))) - allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "EMPTY CS") - - const noEditor = allFeatures.filter(f => f.properties.editor === null).map(f => "https://www.osm.org/changeset/" + f.id) - writeFileSync("missing_editor.json", JSON.stringify(noEditor, null, " ")); + allFeatures = allFeatures.filter(f => f.properties.metadata?.theme !== "EMPTY CS") if (process.argv.indexOf("--no-graphs") >= 0) { return diff --git a/Docs/Tools/stats/file-overview.json b/Docs/Tools/stats/file-overview.json index 0df9b8c57..7fc2aa07a 100644 --- a/Docs/Tools/stats/file-overview.json +++ b/Docs/Tools/stats/file-overview.json @@ -1 +1 @@ -["stats.2020-10-01.day.json","stats.2020-10-02.day.json","stats.2020-10-03.day.json","stats.2020-10-04.day.json","stats.2020-10-05.day.json","stats.2020-10-06.day.json","stats.2020-10-07.day.json","stats.2020-10-08.day.json","stats.2020-10-09.day.json","stats.2020-10-10.day.json","stats.2020-10-11.day.json","stats.2020-10-12.day.json","stats.2020-10-13.day.json","stats.2020-10-14.day.json","stats.2020-10-15.day.json","stats.2020-10-16.day.json","stats.2020-10-17.day.json","stats.2020-10-18.day.json","stats.2020-10-19.day.json","stats.2020-10-20.day.json","stats.2020-10-21.day.json","stats.2020-10-22.day.json","stats.2020-10-23.day.json","stats.2020-10-24.day.json","stats.2020-10-25.day.json","stats.2020-10-26.day.json","stats.2020-10-27.day.json","stats.2020-10-28.day.json","stats.2020-10-29.day.json","stats.2020-10-30.day.json","stats.2020-10-31.day.json","stats.2020-11-01.day.json","stats.2020-11-02.day.json","stats.2020-11-03.day.json","stats.2020-11-04.day.json","stats.2020-11-05.day.json","stats.2020-11-06.day.json","stats.2020-11-07.day.json","stats.2020-11-08.day.json","stats.2020-11-09.day.json","stats.2020-11-10.day.json","stats.2020-11-11.day.json","stats.2020-11-12.day.json","stats.2020-11-13.day.json","stats.2020-11-14.day.json","stats.2020-11-15.day.json","stats.2020-11-16.day.json","stats.2020-11-17.day.json","stats.2020-11-18.day.json","stats.2020-11-19.day.json","stats.2020-11-20.day.json","stats.2020-11-21.day.json","stats.2020-11-22.day.json","stats.2020-11-23.day.json","stats.2020-11-24.day.json","stats.2020-11-25.day.json","stats.2020-11-26.day.json","stats.2020-11-27.day.json","stats.2020-11-28.day.json","stats.2020-11-29.day.json","stats.2020-5-01.day.json","stats.2020-5-02.day.json","stats.2020-5-03.day.json","stats.2020-5-04.day.json","stats.2020-5-05.day.json","stats.2020-5-06.day.json","stats.2020-5-07.day.json","stats.2020-5-08.day.json","stats.2020-5-09.day.json","stats.2020-5-10.day.json","stats.2020-5-11.day.json","stats.2020-5-12.day.json","stats.2020-5-13.day.json","stats.2020-5-14.day.json","stats.2020-5-15.day.json","stats.2020-5-16.day.json","stats.2020-5-17.day.json","stats.2020-5-18.day.json","stats.2020-5-19.day.json","stats.2020-5-20.day.json","stats.2020-5-21.day.json","stats.2020-5-22.day.json","stats.2020-5-23.day.json","stats.2020-5-24.day.json","stats.2020-5-25.day.json","stats.2020-5-26.day.json","stats.2020-5-27.day.json","stats.2020-5-28.day.json","stats.2020-5-29.day.json","stats.2020-5-30.day.json","stats.2020-5-31.day.json","stats.2020-6-01.day.json","stats.2020-6-02.day.json","stats.2020-6-03.day.json","stats.2020-6-04.day.json","stats.2020-6-05.day.json","stats.2020-6-06.day.json","stats.2020-6-07.day.json","stats.2020-6-08.day.json","stats.2020-6-09.day.json","stats.2020-6-10.day.json","stats.2020-6-11.day.json","stats.2020-6-12.day.json","stats.2020-6-13.day.json","stats.2020-6-14.day.json","stats.2020-6-15.day.json","stats.2020-6-16.day.json","stats.2020-6-17.day.json","stats.2020-6-18.day.json","stats.2020-6-19.day.json","stats.2020-6-20.day.json","stats.2020-6-21.day.json","stats.2020-6-22.day.json","stats.2020-6-23.day.json","stats.2020-6-24.day.json","stats.2020-6-25.day.json","stats.2020-6-26.day.json","stats.2020-6-27.day.json","stats.2020-6-28.day.json","stats.2020-6-29.day.json","stats.2020-6-30.day.json","stats.2020-7-01.day.json","stats.2020-7-02.day.json","stats.2020-7-03.day.json","stats.2020-7-04.day.json","stats.2020-7-05.day.json","stats.2020-7-06.day.json","stats.2020-7-07.day.json","stats.2020-7-08.day.json","stats.2020-7-09.day.json","stats.2020-7-10.day.json","stats.2020-7-11.day.json","stats.2020-7-12.day.json","stats.2020-7-13.day.json","stats.2020-7-14.day.json","stats.2020-7-15.day.json","stats.2020-7-16.day.json","stats.2020-7-17.day.json","stats.2020-7-18.day.json","stats.2020-7-19.day.json","stats.2020-7-20.day.json","stats.2020-7-21.day.json","stats.2020-7-22.day.json","stats.2020-7-23.day.json","stats.2020-7-24.day.json","stats.2020-7-25.day.json","stats.2020-7-26.day.json","stats.2020-7-27.day.json","stats.2020-7-28.day.json","stats.2020-7-29.day.json","stats.2020-7-30.day.json","stats.2020-7-31.day.json","stats.2020-8-01.day.json","stats.2020-8-02.day.json","stats.2020-8-03.day.json","stats.2020-8-04.day.json","stats.2020-8-05.day.json","stats.2020-8-06.day.json","stats.2020-8-07.day.json","stats.2020-8-08.day.json","stats.2020-8-09.day.json","stats.2020-8-10.day.json","stats.2020-8-11.day.json","stats.2020-8-12.day.json","stats.2020-8-13.day.json","stats.2020-8-14.day.json","stats.2020-8-15.day.json","stats.2020-8-16.day.json","stats.2020-8-17.day.json","stats.2020-8-18.day.json","stats.2020-8-19.day.json","stats.2020-8-20.day.json","stats.2020-8-21.day.json","stats.2020-8-22.day.json","stats.2020-8-23.day.json","stats.2020-8-24.day.json","stats.2020-8-25.day.json","stats.2020-8-26.day.json","stats.2020-8-27.day.json","stats.2020-8-28.day.json","stats.2020-8-29.day.json","stats.2020-8-30.day.json","stats.2020-8-31.day.json","stats.2020-9-01.day.json","stats.2020-9-02.day.json","stats.2020-9-03.day.json","stats.2020-9-04.day.json","stats.2020-9-05.day.json","stats.2020-9-06.day.json","stats.2020-9-07.day.json","stats.2020-9-08.day.json","stats.2020-9-09.day.json","stats.2020-9-10.day.json","stats.2020-9-11.day.json","stats.2020-9-12.day.json","stats.2020-9-13.day.json","stats.2020-9-14.day.json","stats.2020-9-15.day.json","stats.2020-9-16.day.json","stats.2020-9-17.day.json","stats.2020-9-18.day.json","stats.2020-9-19.day.json","stats.2020-9-20.day.json","stats.2020-9-21.day.json","stats.2020-9-22.day.json","stats.2020-9-23.day.json","stats.2020-9-24.day.json","stats.2020-9-25.day.json","stats.2020-9-26.day.json","stats.2020-9-27.day.json","stats.2020-9-28.day.json","stats.2020-9-29.day.json","stats.2020-9-30.day.json","stats.2021-1-01.day.json","stats.2021-1-02.day.json","stats.2021-1-03.day.json","stats.2021-1-04.day.json","stats.2021-1-05.day.json","stats.2021-1-06.day.json","stats.2021-1-07.day.json","stats.2021-1-08.day.json","stats.2021-1-09.day.json","stats.2021-1-10.day.json","stats.2021-1-11.day.json","stats.2021-1-12.day.json","stats.2021-1-13.day.json","stats.2021-1-14.day.json","stats.2021-1-15.day.json","stats.2021-1-16.day.json","stats.2021-1-17.day.json","stats.2021-1-18.day.json","stats.2021-1-19.day.json","stats.2021-1-20.day.json","stats.2021-1-21.day.json","stats.2021-1-22.day.json","stats.2021-1-23.day.json","stats.2021-1-24.day.json","stats.2021-1-25.day.json","stats.2021-1-26.day.json","stats.2021-1-27.day.json","stats.2021-1-28.day.json","stats.2021-1-29.day.json","stats.2021-1-30.day.json","stats.2021-1-31.day.json","stats.2021-2-01.day.json","stats.2021-2-02.day.json","stats.2021-2-03.day.json","stats.2021-2-04.day.json","stats.2021-2-05.day.json","stats.2021-2-06.day.json","stats.2021-2-07.day.json","stats.2021-2-08.day.json","stats.2021-2-09.day.json","stats.2021-2-10.day.json","stats.2021-2-11.day.json","stats.2021-2-12.day.json","stats.2021-2-13.day.json","stats.2021-2-14.day.json","stats.2021-2-15.day.json","stats.2021-2-16.day.json","stats.2021-2-17.day.json","stats.2021-2-18.day.json","stats.2021-2-19.day.json","stats.2021-2-20.day.json","stats.2021-2-21.day.json","stats.2021-2-22.day.json","stats.2021-2-23.day.json","stats.2021-2-24.day.json","stats.2021-5-01.day.json","stats.2021-5-02.day.json","stats.2021-5-03.day.json","stats.2021-5-04.day.json","stats.2021-5-05.day.json","stats.2021-5-06.day.json","stats.2021-5-07.day.json","stats.2021-5-08.day.json","stats.2021-5-09.day.json","stats.2021-5-10.day.json","stats.2021-5-11.day.json","stats.2021-5-12.day.json","stats.2021-5-13.day.json","stats.2021-5-14.day.json","stats.2021-5-15.day.json","stats.2021-5-16.day.json","stats.2021-5-17.day.json","stats.2021-5-18.day.json","stats.2021-5-19.day.json","stats.2021-5-20.day.json","stats.2021-5-21.day.json","stats.2021-5-22.day.json","stats.2021-5-23.day.json","stats.2021-5-24.day.json","stats.2021-5-25.day.json","stats.2021-5-26.day.json","stats.2021-5-27.day.json","stats.2021-5-28.day.json","stats.2021-5-29.day.json","stats.2021-5-30.day.json","stats.2021-5-31.day.json","stats.2021-6-01.day.json","stats.2021-6-02.day.json","stats.2021-6-03.day.json","stats.2021-6-04.day.json","stats.2021-6-05.day.json","stats.2021-6-06.day.json","stats.2021-6-07.day.json","stats.2021-6-08.day.json","stats.2021-6-09.day.json","stats.2021-6-10.day.json","stats.2021-6-11.day.json","stats.2021-6-12.day.json","stats.2021-6-13.day.json","stats.2021-6-14.day.json","stats.2021-6-15.day.json","stats.2021-6-16.day.json","stats.2021-6-17.day.json","stats.2021-6-18.day.json","stats.2021-6-19.day.json","stats.2021-6-20.day.json","stats.2021-6-21.day.json","stats.2021-6-22.day.json","stats.2021-6-23.day.json","stats.2021-6-24.day.json","stats.2021-6-25.day.json","stats.2021-6-26.day.json","stats.2021-6-27.day.json","stats.2021-6-28.day.json","stats.2021-6-29.day.json","stats.2021-6-30.day.json","stats.2021-7-01.day.json","stats.2021-7-02.day.json","stats.2021-7-03.day.json","stats.2021-7-04.day.json","stats.2021-7-05.day.json","stats.2021-7-06.day.json","stats.2021-7-07.day.json","stats.2021-7-08.day.json","stats.2021-7-09.day.json","stats.2021-7-10.day.json","stats.2021-7-11.day.json","stats.2021-7-12.day.json","stats.2021-7-13.day.json","stats.2022-1-01.day.json","stats.2022-1-02.day.json","stats.2022-1-03.day.json","stats.2022-1-04.day.json","stats.2022-1-05.day.json","stats.2022-1-06.day.json","stats.2022-1-07.day.json","stats.2022-1-08.day.json","stats.2022-1-09.day.json","stats.2022-1-10.day.json","stats.2022-1-11.day.json","stats.2022-1-12.day.json","stats.2022-1-13.day.json","stats.2022-1-14.day.json","stats.2022-1-15.day.json","stats.2022-1-16.day.json","stats.2022-1-17.day.json","stats.2022-1-18.day.json","stats.2022-1-19.day.json","stats.2022-1-20.day.json","stats.2022-1-21.day.json","stats.2022-1-22.day.json","stats.2022-1-23.day.json","stats.2022-1-24.day.json","stats.2022-1-25.day.json","stats.2022-1-26.day.json","stats.2022-1-27.day.json","stats.2022-1-28.day.json","stats.2022-1-29.day.json","stats.2022-1-30.day.json","stats.2022-1-31.day.json","stats.2022-2-01.day.json","stats.2022-2-02.day.json","stats.2022-2-03.day.json","stats.2022-2-04.day.json","stats.2022-2-05.day.json","stats.2022-2-06.day.json","stats.2022-2-07.day.json","stats.2022-2-08.day.json","stats.2022-2-09.day.json","stats.2022-2-10.day.json","stats.2022-2-11.day.json","stats.2022-2-12.day.json","stats.2022-2-13.day.json","stats.2022-2-14.day.json","stats.2022-2-15.day.json","stats.2022-2-16.day.json","stats.2022-2-17.day.json","stats.2022-2-18.day.json","stats.2022-2-19.day.json","stats.2022-2-20.day.json","stats.2022-2-21.day.json","stats.2022-2-22.day.json","stats.2022-2-23.day.json","stats.2022-2-24.day.json","stats.2022-2-25.day.json","stats.2022-2-26.day.json","stats.2022-2-27.day.json","stats.2022-2-28.day.json","stats.2022-3-01.day.json","stats.2022-3-02.day.json","stats.2022-3-03.day.json","stats.2022-3-04.day.json","stats.2022-3-05.day.json","stats.2022-3-06.day.json","stats.2022-3-07.day.json","stats.2022-3-08.day.json","stats.2022-3-09.day.json","stats.2022-3-10.day.json","stats.2022-3-11.day.json","stats.2022-3-12.day.json","stats.2022-3-13.day.json","stats.2022-3-14.day.json","stats.2022-3-15.day.json","stats.2022-3-16.day.json","stats.2022-3-17.day.json","stats.2022-3-18.day.json","stats.2022-3-19.day.json","stats.2022-3-20.day.json","stats.2022-3-21.day.json","stats.2022-3-22.day.json","stats.2022-3-23.day.json","stats.2022-3-24.day.json","stats.2022-3-25.day.json","stats.2022-3-26.day.json","stats.2022-3-27.day.json","stats.2022-3-28.day.json","stats.2022-3-29.day.json","stats.2022-3-30.day.json","stats.2022-3-31.day.json","stats.2022-4-01.day.json","stats.2022-4-02.day.json","stats.2022-4-03.day.json","stats.2022-4-04.day.json","stats.2022-4-05.day.json","stats.2022-4-06.day.json","stats.2022-4-07.day.json","stats.2022-4-08.day.json","stats.2022-4-09.day.json","stats.2022-4-10.day.json","stats.2022-4-11.day.json","stats.2022-4-12.day.json","stats.2022-4-13.day.json","stats.2022-4-14.day.json","stats.2022-4-15.day.json","stats.2022-4-16.day.json","stats.2022-4-17.day.json","stats.2022-4-18.day.json","stats.2022-4-19.day.json","stats.2022-4-20.day.json","stats.2022-4-21.day.json","stats.2022-4-22.day.json","stats.2022-4-23.day.json","stats.2022-4-24.day.json","stats.2022-4-25.day.json","stats.2022-4-26.day.json","stats.2022-4-27.day.json","stats.2022-4-28.day.json","stats.2022-4-29.day.json","stats.2022-4-30.day.json","stats.2022-5-01.day.json","stats.2022-5-02.day.json","stats.2022-5-03.day.json","stats.2022-5-04.day.json","stats.2022-5-05.day.json","stats.2022-5-06.day.json","stats.2022-5-07.day.json","stats.2022-5-08.day.json","stats.2022-5-09.day.json","stats.2022-5-10.day.json","stats.2022-5-11.day.json","stats.2022-5-12.day.json","stats.2022-5-13.day.json","stats.2022-5-14.day.json","stats.2022-5-15.day.json","stats.2022-5-16.day.json","stats.2022-5-17.day.json","stats.2022-5-18.day.json","stats.2022-5-19.day.json","stats.2022-5-20.day.json","stats.2022-5-21.day.json","stats.2022-5-22.day.json","stats.2022-5-23.day.json","stats.2022-5-24.day.json","stats.2022-5-25.day.json","stats.2022-5-26.day.json","stats.2022-5-27.day.json","stats.2022-5-28.day.json","stats.2022-5-29.day.json","stats.2022-5-30.day.json","stats.2022-5-31.day.json","stats.2022-6-01.day.json","stats.2022-6-02.day.json","stats.2022-6-03.day.json","stats.2022-6-04.day.json","stats.2022-6-05.day.json","stats.2022-6-06.day.json","stats.2022-6-07.day.json","stats.2022-6-08.day.json","stats.2022-6-09.day.json","stats.2022-6-10.day.json","stats.2022-7-01.day.json","stats.2022-7-02.day.json","stats.2022-8-01.day.json","stats.2022-8-02.day.json","stats.2022-8-03.day.json","stats.2022-8-04.day.json","stats.2022-8-05.day.json","stats.2022-8-06.day.json","stats.2022-8-07.day.json","stats.2022-8-08.day.json","stats.2022-8-09.day.json","stats.2022-8-10.day.json","stats.2022-8-11.day.json","stats.2022-8-12.day.json","stats.2022-8-13.day.json","stats.2022-8-14.day.json","stats.2022-8-15.day.json","stats.2022-8-16.day.json","stats.2022-8-17.day.json","stats.2022-8-18.day.json","stats.2022-8-19.day.json"] \ No newline at end of file +["file-overview.json","missing_editor.json","stats.2020-10-01.day.json","stats.2020-10-02.day.json","stats.2020-10-03.day.json","stats.2020-10-04.day.json","stats.2020-10-05.day.json","stats.2020-10-06.day.json","stats.2020-10-07.day.json","stats.2020-10-08.day.json","stats.2020-10-09.day.json","stats.2020-10-10.day.json","stats.2020-10-11.day.json","stats.2020-10-12.day.json","stats.2020-10-13.day.json","stats.2020-10-14.day.json","stats.2020-10-15.day.json","stats.2020-10-16.day.json","stats.2020-10-17.day.json","stats.2020-10-18.day.json","stats.2020-10-19.day.json","stats.2020-10-20.day.json","stats.2020-10-21.day.json","stats.2020-10-22.day.json","stats.2020-10-23.day.json","stats.2020-10-24.day.json","stats.2020-10-25.day.json","stats.2020-10-26.day.json","stats.2020-10-27.day.json","stats.2020-10-28.day.json","stats.2020-10-29.day.json","stats.2020-10-30.day.json","stats.2020-10-31.day.json","stats.2020-10.json","stats.2020-11-01.day.json","stats.2020-11-02.day.json","stats.2020-11-03.day.json","stats.2020-11-04.day.json","stats.2020-11-05.day.json","stats.2020-11-06.day.json","stats.2020-11-07.day.json","stats.2020-11-08.day.json","stats.2020-11-09.day.json","stats.2020-11-10.day.json","stats.2020-11-11.day.json","stats.2020-11-12.day.json","stats.2020-11-13.day.json","stats.2020-11-14.day.json","stats.2020-11-15.day.json","stats.2020-11-16.day.json","stats.2020-11-17.day.json","stats.2020-11-18.day.json","stats.2020-11-19.day.json","stats.2020-11-20.day.json","stats.2020-11-21.day.json","stats.2020-11-22.day.json","stats.2020-11-23.day.json","stats.2020-11-24.day.json","stats.2020-11-25.day.json","stats.2020-11-26.day.json","stats.2020-11-27.day.json","stats.2020-11-28.day.json","stats.2020-11-29.day.json","stats.2020-11-30.day.json","stats.2020-11.json","stats.2020-12-01.day.json","stats.2020-12-02.day.json","stats.2020-12-03.day.json","stats.2020-12-04.day.json","stats.2020-12-05.day.json","stats.2020-12-06.day.json","stats.2020-12-07.day.json","stats.2020-12-08.day.json","stats.2020-12-09.day.json","stats.2020-12-10.day.json","stats.2020-12-11.day.json","stats.2020-12-12.day.json","stats.2020-12-13.day.json","stats.2020-12-14.day.json","stats.2020-12-15.day.json","stats.2020-12-16.day.json","stats.2020-12-17.day.json","stats.2020-12-18.day.json","stats.2020-12-19.day.json","stats.2020-12-20.day.json","stats.2020-12-21.day.json","stats.2020-12-22.day.json","stats.2020-12-23.day.json","stats.2020-12-24.day.json","stats.2020-12-25.day.json","stats.2020-12-26.day.json","stats.2020-12-27.day.json","stats.2020-12-28.day.json","stats.2020-12-29.day.json","stats.2020-12-30.day.json","stats.2020-12-31.day.json","stats.2020-12.json","stats.2020-5-01.day.json","stats.2020-5-02.day.json","stats.2020-5-03.day.json","stats.2020-5-04.day.json","stats.2020-5-05.day.json","stats.2020-5-06.day.json","stats.2020-5-07.day.json","stats.2020-5-08.day.json","stats.2020-5-09.day.json","stats.2020-5-10.day.json","stats.2020-5-11.day.json","stats.2020-5-12.day.json","stats.2020-5-13.day.json","stats.2020-5-14.day.json","stats.2020-5-15.day.json","stats.2020-5-16.day.json","stats.2020-5-17.day.json","stats.2020-5-18.day.json","stats.2020-5-19.day.json","stats.2020-5-20.day.json","stats.2020-5-21.day.json","stats.2020-5-22.day.json","stats.2020-5-23.day.json","stats.2020-5-24.day.json","stats.2020-5-25.day.json","stats.2020-5-26.day.json","stats.2020-5-27.day.json","stats.2020-5-28.day.json","stats.2020-5-29.day.json","stats.2020-5-30.day.json","stats.2020-5-31.day.json","stats.2020-5.json","stats.2020-6-01.day.json","stats.2020-6-02.day.json","stats.2020-6-03.day.json","stats.2020-6-04.day.json","stats.2020-6-05.day.json","stats.2020-6-06.day.json","stats.2020-6-07.day.json","stats.2020-6-08.day.json","stats.2020-6-09.day.json","stats.2020-6-10.day.json","stats.2020-6-11.day.json","stats.2020-6-12.day.json","stats.2020-6-13.day.json","stats.2020-6-14.day.json","stats.2020-6-15.day.json","stats.2020-6-16.day.json","stats.2020-6-17.day.json","stats.2020-6-18.day.json","stats.2020-6-19.day.json","stats.2020-6-20.day.json","stats.2020-6-21.day.json","stats.2020-6-22.day.json","stats.2020-6-23.day.json","stats.2020-6-24.day.json","stats.2020-6-25.day.json","stats.2020-6-26.day.json","stats.2020-6-27.day.json","stats.2020-6-28.day.json","stats.2020-6-29.day.json","stats.2020-6-30.day.json","stats.2020-6.json","stats.2020-7-01.day.json","stats.2020-7-02.day.json","stats.2020-7-03.day.json","stats.2020-7-04.day.json","stats.2020-7-05.day.json","stats.2020-7-06.day.json","stats.2020-7-07.day.json","stats.2020-7-08.day.json","stats.2020-7-09.day.json","stats.2020-7-10.day.json","stats.2020-7-11.day.json","stats.2020-7-12.day.json","stats.2020-7-13.day.json","stats.2020-7-14.day.json","stats.2020-7-15.day.json","stats.2020-7-16.day.json","stats.2020-7-17.day.json","stats.2020-7-18.day.json","stats.2020-7-19.day.json","stats.2020-7-20.day.json","stats.2020-7-21.day.json","stats.2020-7-22.day.json","stats.2020-7-23.day.json","stats.2020-7-24.day.json","stats.2020-7-25.day.json","stats.2020-7-26.day.json","stats.2020-7-27.day.json","stats.2020-7-28.day.json","stats.2020-7-29.day.json","stats.2020-7-30.day.json","stats.2020-7-31.day.json","stats.2020-7.json","stats.2020-8-01.day.json","stats.2020-8-02.day.json","stats.2020-8-03.day.json","stats.2020-8-04.day.json","stats.2020-8-05.day.json","stats.2020-8-06.day.json","stats.2020-8-07.day.json","stats.2020-8-08.day.json","stats.2020-8-09.day.json","stats.2020-8-10.day.json","stats.2020-8-11.day.json","stats.2020-8-12.day.json","stats.2020-8-13.day.json","stats.2020-8-14.day.json","stats.2020-8-15.day.json","stats.2020-8-16.day.json","stats.2020-8-17.day.json","stats.2020-8-18.day.json","stats.2020-8-19.day.json","stats.2020-8-20.day.json","stats.2020-8-21.day.json","stats.2020-8-22.day.json","stats.2020-8-23.day.json","stats.2020-8-24.day.json","stats.2020-8-25.day.json","stats.2020-8-26.day.json","stats.2020-8-27.day.json","stats.2020-8-28.day.json","stats.2020-8-29.day.json","stats.2020-8-30.day.json","stats.2020-8-31.day.json","stats.2020-8.json","stats.2020-9-01.day.json","stats.2020-9-02.day.json","stats.2020-9-03.day.json","stats.2020-9-04.day.json","stats.2020-9-05.day.json","stats.2020-9-06.day.json","stats.2020-9-07.day.json","stats.2020-9-08.day.json","stats.2020-9-09.day.json","stats.2020-9-10.day.json","stats.2020-9-11.day.json","stats.2020-9-12.day.json","stats.2020-9-13.day.json","stats.2020-9-14.day.json","stats.2020-9-15.day.json","stats.2020-9-16.day.json","stats.2020-9-17.day.json","stats.2020-9-18.day.json","stats.2020-9-19.day.json","stats.2020-9-20.day.json","stats.2020-9-21.day.json","stats.2020-9-22.day.json","stats.2020-9-23.day.json","stats.2020-9-24.day.json","stats.2020-9-25.day.json","stats.2020-9-26.day.json","stats.2020-9-27.day.json","stats.2020-9-28.day.json","stats.2020-9-29.day.json","stats.2020-9-30.day.json","stats.2020-9.json","stats.2021-1-01.day.json","stats.2021-1-02.day.json","stats.2021-1-03.day.json","stats.2021-1-04.day.json","stats.2021-1-05.day.json","stats.2021-1-06.day.json","stats.2021-1-07.day.json","stats.2021-1-08.day.json","stats.2021-1-09.day.json","stats.2021-1-10.day.json","stats.2021-1-11.day.json","stats.2021-1-12.day.json","stats.2021-1-13.day.json","stats.2021-1-14.day.json","stats.2021-1-15.day.json","stats.2021-1-16.day.json","stats.2021-1-17.day.json","stats.2021-1-18.day.json","stats.2021-1-19.day.json","stats.2021-1-20.day.json","stats.2021-1-21.day.json","stats.2021-1-22.day.json","stats.2021-1-23.day.json","stats.2021-1-24.day.json","stats.2021-1-25.day.json","stats.2021-1-26.day.json","stats.2021-1-27.day.json","stats.2021-1-28.day.json","stats.2021-1-29.day.json","stats.2021-1-30.day.json","stats.2021-1-31.day.json","stats.2021-1.json","stats.2021-10-01.day.json","stats.2021-10-02.day.json","stats.2021-10-03.day.json","stats.2021-10-04.day.json","stats.2021-10-05.day.json","stats.2021-10-06.day.json","stats.2021-10-07.day.json","stats.2021-10-08.day.json","stats.2021-10-09.day.json","stats.2021-10-10.day.json","stats.2021-10-11.day.json","stats.2021-10-12.day.json","stats.2021-10-13.day.json","stats.2021-10-14.day.json","stats.2021-10-15.day.json","stats.2021-10-16.day.json","stats.2021-10-17.day.json","stats.2021-10-18.day.json","stats.2021-10-19.day.json","stats.2021-10-20.day.json","stats.2021-10-21.day.json","stats.2021-10-22.day.json","stats.2021-10-23.day.json","stats.2021-10-24.day.json","stats.2021-10-25.day.json","stats.2021-10-26.day.json","stats.2021-10-27.day.json","stats.2021-10-28.day.json","stats.2021-10-29.day.json","stats.2021-10-30.day.json","stats.2021-10-31.day.json","stats.2021-10.json","stats.2021-11-01.day.json","stats.2021-11-02.day.json","stats.2021-11-03.day.json","stats.2021-11-04.day.json","stats.2021-11-05.day.json","stats.2021-11-06.day.json","stats.2021-11-07.day.json","stats.2021-11-08.day.json","stats.2021-11-09.day.json","stats.2021-11-10.day.json","stats.2021-11-11.day.json","stats.2021-11-12.day.json","stats.2021-11-13.day.json","stats.2021-11-14.day.json","stats.2021-11-15.day.json","stats.2021-11-16.day.json","stats.2021-11-17.day.json","stats.2021-11-18.day.json","stats.2021-11-19.day.json","stats.2021-11-20.day.json","stats.2021-11-21.day.json","stats.2021-11-22.day.json","stats.2021-11-23.day.json","stats.2021-11-24.day.json","stats.2021-11-25.day.json","stats.2021-11-26.day.json","stats.2021-11-27.day.json","stats.2021-11-28.day.json","stats.2021-11-29.day.json","stats.2021-11-30.day.json","stats.2021-11.json","stats.2021-12-01.day.json","stats.2021-12-02.day.json","stats.2021-12-03.day.json","stats.2021-12-04.day.json","stats.2021-12-05.day.json","stats.2021-12-06.day.json","stats.2021-12-07.day.json","stats.2021-12-08.day.json","stats.2021-12-09.day.json","stats.2021-12-10.day.json","stats.2021-12-11.day.json","stats.2021-12-12.day.json","stats.2021-12-13.day.json","stats.2021-12-14.day.json","stats.2021-12-15.day.json","stats.2021-12-16.day.json","stats.2021-12-17.day.json","stats.2021-12-18.day.json","stats.2021-12-19.day.json","stats.2021-12-20.day.json","stats.2021-12-21.day.json","stats.2021-12-22.day.json","stats.2021-12-23.day.json","stats.2021-12-24.day.json","stats.2021-12-25.day.json","stats.2021-12-26.day.json","stats.2021-12-27.day.json","stats.2021-12-28.day.json","stats.2021-12-29.day.json","stats.2021-12-30.day.json","stats.2021-12-31.day.json","stats.2021-12.json","stats.2021-2-01.day.json","stats.2021-2-02.day.json","stats.2021-2-03.day.json","stats.2021-2-04.day.json","stats.2021-2-05.day.json","stats.2021-2-06.day.json","stats.2021-2-07.day.json","stats.2021-2-08.day.json","stats.2021-2-09.day.json","stats.2021-2-10.day.json","stats.2021-2-11.day.json","stats.2021-2-12.day.json","stats.2021-2-13.day.json","stats.2021-2-14.day.json","stats.2021-2-15.day.json","stats.2021-2-16.day.json","stats.2021-2-17.day.json","stats.2021-2-18.day.json","stats.2021-2-19.day.json","stats.2021-2-20.day.json","stats.2021-2-21.day.json","stats.2021-2-22.day.json","stats.2021-2-23.day.json","stats.2021-2-24.day.json","stats.2021-2-25.day.json","stats.2021-2-26.day.json","stats.2021-2-27.day.json","stats.2021-2-28.day.json","stats.2021-2.json","stats.2021-3-01.day.json","stats.2021-3-02.day.json","stats.2021-3-03.day.json","stats.2021-3-04.day.json","stats.2021-3-05.day.json","stats.2021-3-06.day.json","stats.2021-3-07.day.json","stats.2021-3-08.day.json","stats.2021-3-09.day.json","stats.2021-3-10.day.json","stats.2021-3-11.day.json","stats.2021-3-12.day.json","stats.2021-3-13.day.json","stats.2021-3-14.day.json","stats.2021-3-15.day.json","stats.2021-3-16.day.json","stats.2021-3-17.day.json","stats.2021-3-18.day.json","stats.2021-3-19.day.json","stats.2021-3-20.day.json","stats.2021-3-21.day.json","stats.2021-3-22.day.json","stats.2021-3-23.day.json","stats.2021-3-24.day.json","stats.2021-3-25.day.json","stats.2021-3-26.day.json","stats.2021-3-27.day.json","stats.2021-3-28.day.json","stats.2021-3-29.day.json","stats.2021-3-30.day.json","stats.2021-3-31.day.json","stats.2021-3.json","stats.2021-4-01.day.json","stats.2021-4-02.day.json","stats.2021-4-03.day.json","stats.2021-4-04.day.json","stats.2021-4-05.day.json","stats.2021-4-06.day.json","stats.2021-4-07.day.json","stats.2021-4-08.day.json","stats.2021-4-09.day.json","stats.2021-4-10.day.json","stats.2021-4-11.day.json","stats.2021-4-12.day.json","stats.2021-4-13.day.json","stats.2021-4-14.day.json","stats.2021-4-15.day.json","stats.2021-4-16.day.json","stats.2021-4-17.day.json","stats.2021-4-18.day.json","stats.2021-4-19.day.json","stats.2021-4-20.day.json","stats.2021-4-21.day.json","stats.2021-4-22.day.json","stats.2021-4-23.day.json","stats.2021-4-24.day.json","stats.2021-4-25.day.json","stats.2021-4-26.day.json","stats.2021-4-27.day.json","stats.2021-4-28.day.json","stats.2021-4-29.day.json","stats.2021-4-30.day.json","stats.2021-4.json","stats.2021-5-01.day.json","stats.2021-5-02.day.json","stats.2021-5-03.day.json","stats.2021-5-04.day.json","stats.2021-5-05.day.json","stats.2021-5-06.day.json","stats.2021-5-07.day.json","stats.2021-5-08.day.json","stats.2021-5-09.day.json","stats.2021-5-10.day.json","stats.2021-5-11.day.json","stats.2021-5-12.day.json","stats.2021-5-13.day.json","stats.2021-5-14.day.json","stats.2021-5-15.day.json","stats.2021-5-16.day.json","stats.2021-5-17.day.json","stats.2021-5-18.day.json","stats.2021-5-19.day.json","stats.2021-5-20.day.json","stats.2021-5-21.day.json","stats.2021-5-22.day.json","stats.2021-5-23.day.json","stats.2021-5-24.day.json","stats.2021-5-25.day.json","stats.2021-5-26.day.json","stats.2021-5-27.day.json","stats.2021-5-28.day.json","stats.2021-5-29.day.json","stats.2021-5-30.day.json","stats.2021-5-31.day.json","stats.2021-5.json","stats.2021-6-01.day.json","stats.2021-6-02.day.json","stats.2021-6-03.day.json","stats.2021-6-04.day.json","stats.2021-6-05.day.json","stats.2021-6-06.day.json","stats.2021-6-07.day.json","stats.2021-6-08.day.json","stats.2021-6-09.day.json","stats.2021-6-10.day.json","stats.2021-6-11.day.json","stats.2021-6-12.day.json","stats.2021-6-13.day.json","stats.2021-6-14.day.json","stats.2021-6-15.day.json","stats.2021-6-16.day.json","stats.2021-6-17.day.json","stats.2021-6-18.day.json","stats.2021-6-19.day.json","stats.2021-6-20.day.json","stats.2021-6-21.day.json","stats.2021-6-22.day.json","stats.2021-6-23.day.json","stats.2021-6-24.day.json","stats.2021-6-25.day.json","stats.2021-6-26.day.json","stats.2021-6-27.day.json","stats.2021-6-28.day.json","stats.2021-6-29.day.json","stats.2021-6-30.day.json","stats.2021-6.json","stats.2021-7-01.day.json","stats.2021-7-02.day.json","stats.2021-7-03.day.json","stats.2021-7-04.day.json","stats.2021-7-05.day.json","stats.2021-7-06.day.json","stats.2021-7-07.day.json","stats.2021-7-08.day.json","stats.2021-7-09.day.json","stats.2021-7-10.day.json","stats.2021-7-11.day.json","stats.2021-7-12.day.json","stats.2021-7-13.day.json","stats.2021-7-14.day.json","stats.2021-7-15.day.json","stats.2021-7-16.day.json","stats.2021-7-17.day.json","stats.2021-7-18.day.json","stats.2021-7-19.day.json","stats.2021-7-20.day.json","stats.2021-7-21.day.json","stats.2021-7-22.day.json","stats.2021-7-23.day.json","stats.2021-7-24.day.json","stats.2021-7-25.day.json","stats.2021-7-26.day.json","stats.2021-7-27.day.json","stats.2021-7-28.day.json","stats.2021-7-29.day.json","stats.2021-7-30.day.json","stats.2021-7-31.day.json","stats.2021-7.json","stats.2021-8-01.day.json","stats.2021-8-02.day.json","stats.2021-8-03.day.json","stats.2021-8-04.day.json","stats.2021-8-05.day.json","stats.2021-8-06.day.json","stats.2021-8-07.day.json","stats.2021-8-08.day.json","stats.2021-8-09.day.json","stats.2021-8-10.day.json","stats.2021-8-11.day.json","stats.2021-8-12.day.json","stats.2021-8-13.day.json","stats.2021-8-14.day.json","stats.2021-8-15.day.json","stats.2021-8-16.day.json","stats.2021-8-17.day.json","stats.2021-8-18.day.json","stats.2021-8-19.day.json","stats.2021-8-20.day.json","stats.2021-8-21.day.json","stats.2021-8-22.day.json","stats.2021-8-23.day.json","stats.2021-8-24.day.json","stats.2021-8-25.day.json","stats.2021-8-26.day.json","stats.2021-8-27.day.json","stats.2021-8-28.day.json","stats.2021-8-29.day.json","stats.2021-8-30.day.json","stats.2021-8-31.day.json","stats.2021-8.json","stats.2021-9-01.day.json","stats.2021-9-02.day.json","stats.2021-9-03.day.json","stats.2021-9-04.day.json","stats.2021-9-05.day.json","stats.2021-9-06.day.json","stats.2021-9-07.day.json","stats.2021-9-08.day.json","stats.2021-9-09.day.json","stats.2021-9-10.day.json","stats.2021-9-11.day.json","stats.2021-9-12.day.json","stats.2021-9-13.day.json","stats.2021-9-14.day.json","stats.2021-9-15.day.json","stats.2021-9-16.day.json","stats.2021-9-17.day.json","stats.2021-9-18.day.json","stats.2021-9-19.day.json","stats.2021-9-20.day.json","stats.2021-9-21.day.json","stats.2021-9-22.day.json","stats.2021-9-23.day.json","stats.2021-9-24.day.json","stats.2021-9-25.day.json","stats.2021-9-26.day.json","stats.2021-9-27.day.json","stats.2021-9-28.day.json","stats.2021-9-29.day.json","stats.2021-9-30.day.json","stats.2021-9.json","stats.2022-1-01.day.json","stats.2022-1-02.day.json","stats.2022-1-03.day.json","stats.2022-1-04.day.json","stats.2022-1-05.day.json","stats.2022-1-06.day.json","stats.2022-1-07.day.json","stats.2022-1-08.day.json","stats.2022-1-09.day.json","stats.2022-1-10.day.json","stats.2022-1-11.day.json","stats.2022-1-12.day.json","stats.2022-1-13.day.json","stats.2022-1-14.day.json","stats.2022-1-15.day.json","stats.2022-1-16.day.json","stats.2022-1-17.day.json","stats.2022-1-18.day.json","stats.2022-1-19.day.json","stats.2022-1-20.day.json","stats.2022-1-21.day.json","stats.2022-1-22.day.json","stats.2022-1-23.day.json","stats.2022-1-24.day.json","stats.2022-1-25.day.json","stats.2022-1-26.day.json","stats.2022-1-27.day.json","stats.2022-1-28.day.json","stats.2022-1-29.day.json","stats.2022-1-30.day.json","stats.2022-1-31.day.json","stats.2022-1.json","stats.2022-2-01.day.json","stats.2022-2-02.day.json","stats.2022-2-03.day.json","stats.2022-2-04.day.json","stats.2022-2-05.day.json","stats.2022-2-06.day.json","stats.2022-2-07.day.json","stats.2022-2-08.day.json","stats.2022-2-09.day.json","stats.2022-2-10.day.json","stats.2022-2-11.day.json","stats.2022-2-12.day.json","stats.2022-2-13.day.json","stats.2022-2-14.day.json","stats.2022-2-15.day.json","stats.2022-2-16.day.json","stats.2022-2-17.day.json","stats.2022-2-18.day.json","stats.2022-2-19.day.json","stats.2022-2-20.day.json","stats.2022-2-21.day.json","stats.2022-2-22.day.json","stats.2022-2-23.day.json","stats.2022-2-24.day.json","stats.2022-2-25.day.json","stats.2022-2-26.day.json","stats.2022-2-27.day.json","stats.2022-2-28.day.json","stats.2022-2.json","stats.2022-3-01.day.json","stats.2022-3-02.day.json","stats.2022-3-03.day.json","stats.2022-3-04.day.json","stats.2022-3-05.day.json","stats.2022-3-06.day.json","stats.2022-3-07.day.json","stats.2022-3-08.day.json","stats.2022-3-09.day.json","stats.2022-3-10.day.json","stats.2022-3-11.day.json","stats.2022-3-12.day.json","stats.2022-3-13.day.json","stats.2022-3-14.day.json","stats.2022-3-15.day.json","stats.2022-3-16.day.json","stats.2022-3-17.day.json","stats.2022-3-18.day.json","stats.2022-3-19.day.json","stats.2022-3-20.day.json","stats.2022-3-21.day.json","stats.2022-3-22.day.json","stats.2022-3-23.day.json","stats.2022-3-24.day.json","stats.2022-3-25.day.json","stats.2022-3-26.day.json","stats.2022-3-27.day.json","stats.2022-3-28.day.json","stats.2022-3-29.day.json","stats.2022-3-30.day.json","stats.2022-3-31.day.json","stats.2022-3.json","stats.2022-4-01.day.json","stats.2022-4-02.day.json","stats.2022-4-03.day.json","stats.2022-4-04.day.json","stats.2022-4-05.day.json","stats.2022-4-06.day.json","stats.2022-4-07.day.json","stats.2022-4-08.day.json","stats.2022-4-09.day.json","stats.2022-4-10.day.json","stats.2022-4-11.day.json","stats.2022-4-12.day.json","stats.2022-4-13.day.json","stats.2022-4-14.day.json","stats.2022-4-15.day.json","stats.2022-4-16.day.json","stats.2022-4-17.day.json","stats.2022-4-18.day.json","stats.2022-4-19.day.json","stats.2022-4-20.day.json","stats.2022-4-21.day.json","stats.2022-4-22.day.json","stats.2022-4-23.day.json","stats.2022-4-24.day.json","stats.2022-4-25.day.json","stats.2022-4-26.day.json","stats.2022-4-27.day.json","stats.2022-4-28.day.json","stats.2022-4-29.day.json","stats.2022-4-30.day.json","stats.2022-4.json","stats.2022-5-01.day.json","stats.2022-5-02.day.json","stats.2022-5-03.day.json","stats.2022-5-04.day.json","stats.2022-5-05.day.json","stats.2022-5-06.day.json","stats.2022-5-07.day.json","stats.2022-5-08.day.json","stats.2022-5-09.day.json","stats.2022-5-10.day.json","stats.2022-5-11.day.json","stats.2022-5-12.day.json","stats.2022-5-13.day.json","stats.2022-5-14.day.json","stats.2022-5-15.day.json","stats.2022-5-16.day.json","stats.2022-5-17.day.json","stats.2022-5-18.day.json","stats.2022-5-19.day.json","stats.2022-5-20.day.json","stats.2022-5-21.day.json","stats.2022-5-22.day.json","stats.2022-5-23.day.json","stats.2022-5-24.day.json","stats.2022-5-25.day.json","stats.2022-5-26.day.json","stats.2022-5-27.day.json","stats.2022-5-28.day.json","stats.2022-5-29.day.json","stats.2022-5-30.day.json","stats.2022-5-31.day.json","stats.2022-5.json","stats.2022-6-01.day.json","stats.2022-6-02.day.json","stats.2022-6-03.day.json","stats.2022-6-04.day.json","stats.2022-6-05.day.json","stats.2022-6-06.day.json","stats.2022-6-07.day.json","stats.2022-6-08.day.json","stats.2022-6-09.day.json","stats.2022-6-10.day.json","stats.2022-6-11.day.json","stats.2022-6-12.day.json","stats.2022-6-13.day.json","stats.2022-6-14.day.json","stats.2022-6-15.day.json","stats.2022-6-16.day.json","stats.2022-6-17.day.json","stats.2022-6-18.day.json","stats.2022-6-19.day.json","stats.2022-6-20.day.json","stats.2022-6-21.day.json","stats.2022-6-22.day.json","stats.2022-6-23.day.json","stats.2022-6-24.day.json","stats.2022-6-25.day.json","stats.2022-6-26.day.json","stats.2022-6-27.day.json","stats.2022-6-28.day.json","stats.2022-6-29.day.json","stats.2022-6-30.day.json","stats.2022-6.json","stats.2022-7-01.day.json","stats.2022-7-02.day.json","stats.2022-7-03.day.json","stats.2022-7-04.day.json","stats.2022-7-05.day.json","stats.2022-7-06.day.json","stats.2022-7-07.day.json","stats.2022-7-08.day.json","stats.2022-7-09.day.json","stats.2022-7-10.day.json","stats.2022-7-11.day.json","stats.2022-7-12.day.json","stats.2022-7-13.day.json","stats.2022-7-14.day.json","stats.2022-7-15.day.json","stats.2022-7-16.day.json","stats.2022-7-17.day.json","stats.2022-7-18.day.json","stats.2022-7-19.day.json","stats.2022-7-20.day.json","stats.2022-7-21.day.json","stats.2022-7-22.day.json","stats.2022-7-23.day.json","stats.2022-7-24.day.json","stats.2022-7-25.day.json","stats.2022-7-26.day.json","stats.2022-7-27.day.json","stats.2022-7-28.day.json","stats.2022-7-29.day.json","stats.2022-7-30.day.json","stats.2022-7-31.day.json","stats.2022-7.json","stats.2022-8.json"] \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2020-12.json b/Docs/Tools/stats/stats.2020-12.json new file mode 100644 index 000000000..698095010 --- /dev/null +++ b/Docs/Tools/stats/stats.2020-12.json @@ -0,0 +1 @@ +{"features":[{"id":95100929,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7018776,51.0588206],[3.7018776,51.0588206],[3.7018776,51.0588206],[3.7018776,51.0588206],[3.7018776,51.0588206]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3a","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-01T14:57:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"en","theme-creator":"MapComplete","id":95100929}},{"id":95090081,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7881186,51.2622438],[4.7881186,51.2622438],[4.7881186,51.2622438],[4.7881186,51.2622438],[4.7881186,51.2622438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ben Abelshausen","uid":"137772","editor":"MapComplete 0.2.3a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-01T10:38:54Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95090081}},{"id":95178556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.7866457,48.0969079],[11.7900091,48.0969079],[11.7900091,48.1036502],[11.7866457,48.1036502],[11.7866457,48.0969079]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Felix Edelmann","uid":"2274641","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-02T21:40:04Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":8,"delete":0,"area":0.000022677051820006,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":95178556}},{"id":95149264,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8851959,51.0038347],[3.8938272,51.0038347],[3.8938272,51.0085781],[3.8851959,51.0085781],[3.8851959,51.0038347]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.2.3a","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-02T10:42:48Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":9,"delete":0,"area":0.0000409417084200218,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"surveillance","language":"nl","theme-creator":"","id":95149264}},{"id":95250503,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.2138589,39.8873342],[-0.0838341,39.8873342],[-0.0838341,40.6188277],[-0.2138589,40.6188277],[-0.2138589,39.8873342]]]},"properties":{"check_user":null,"reasons":[{"id":22,"name":"Edited a place"}],"tags":[],"features":[{"url":"node-1470838124","name":"Borriana","osm_id":1470838124,"reasons":[22],"version":14,"primary_tags":{"place":"town"}}],"user":"HomoGradiens","uid":"1946832","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #postalcode","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-03T21:48:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0951122960387999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"postalcode","language":"es","theme-creator":"","id":95250503}},{"id":95242530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1498632,41.3749641],[2.150045,41.3749641],[2.150045,41.3750707],[2.1498632,41.3750707],[2.1498632,41.3749641]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #kerbs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-03T18:04:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.9379880000417e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"kerbs","language":"en","theme-creator":"","id":95242530}},{"id":95240617,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6891478,51.0234504],[3.6891478,51.0234504],[3.6891478,51.0234504],[3.6891478,51.0234504],[3.6891478,51.0234504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-03T17:20:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"charging_stations","language":"en","theme-creator":"","id":95240617}},{"id":95236418,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7082026,51.0344391],[3.7082026,51.0344391],[3.7082026,51.0344391],[3.7082026,51.0344391],[3.7082026,51.0344391]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Elise (De Fietsambassade)","uid":"12236509","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-03T15:51:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95236418}},{"id":95228146,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7367263,51.0567966],[3.7367263,51.0567966],[3.7367263,51.0567966],[3.7367263,51.0567966],[3.7367263,51.0567966]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-6942691387","name":"Sliding Tiger","osm_id":6942691387,"reasons":[43],"version":3,"primary_tags":{"shop":"inline_skates"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-03T13:03:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":95228146}},{"id":95199073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.9065905,-33.4577948],[-70.9065905,-33.4577948],[-70.9065905,-33.4577948],[-70.9065905,-33.4577948],[-70.9065905,-33.4577948]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-03T06:26:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"ghostbikes","language":"en","theme-creator":"MapComplete","id":95199073}},{"id":95184168,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-03T01:16:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":95184168}},{"id":95315093,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319],[3.7097472,51.0506319]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-04T20:43:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":95315093}},{"id":95260980,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[122.5482876,10.7214848],[122.5482876,10.7214848],[122.5482876,10.7214848],[122.5482876,10.7214848],[122.5482876,10.7214848]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-04T03:57:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95260980}},{"id":95336723,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.0718926,-33.460611],[-71.0718926,-33.460611],[-71.0718926,-33.460611],[-71.0718926,-33.460611],[-71.0718926,-33.460611]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-05T14:44:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"ghostbikes","language":"en","theme-creator":"MapComplete","id":95336723}},{"id":95336591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.1078643,-33.4707554],[-71.1078643,-33.4707554],[-71.1078643,-33.4707554],[-71.1078643,-33.4707554],[-71.1078643,-33.4707554]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-05T14:39:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95336591}},{"id":95321733,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[122.5457744,10.7363361],[122.5596197,10.7363361],[122.5596197,10.743588],[122.5457744,10.743588],[122.5457744,10.7363361]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.2.3c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-05T03:17:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":6,"delete":0,"area":0.000100404731069999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95321733}},{"id":95320020,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2160458,51.0506319],[3.7097472,51.0506319],[3.7097472,51.219777],[3.2160458,51.219777],[3.2160458,51.0506319]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.3d","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-05T00:31:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0835071726731407,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":95320020}},{"id":95379838,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.40488,41.8277405],[-71.404836,41.8277405],[-71.404836,41.8277826],[-71.40488,41.8277826],[-71.40488,41.8277405]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"The Inning Club","uid":"5129797","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T20:15:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":1.8524000001846e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"surveillance","language":"en","theme-creator":"","id":95379838}},{"id":95378664,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.704049,51.0526508],[3.706189,51.0526508],[3.706189,51.0529391],[3.704049,51.0529391],[3.704049,51.0526508]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lit","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T19:38:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":6.1696200000249e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lit","language":"en","theme-creator":"","id":95378664}},{"id":95376444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1627885,41.3745385],[2.1659616,41.3745385],[2.1659616,41.3745706],[2.1627885,41.3745706],[2.1627885,41.3745385]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lit","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T18:19:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.0185650999536e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lit","language":"ca","theme-creator":"","id":95376444}},{"id":95375812,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.9365318,37.2667956],[-6.9260168,37.2667956],[-6.9260168,37.2731983],[-6.9365318,37.2731983],[-6.9365318,37.2667956]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ielham","uid":"462218","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lits","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T17:59:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000673243904999497,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lits","language":"en","theme-creator":"","id":95375812}},{"id":95374751,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1548465,41.3745385],[2.1661198,41.3745385],[2.1661198,41.3827824],[2.1548465,41.3827824],[2.1548465,41.3745385]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lits","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T17:29:34Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":11,"delete":0,"area":0.0000929359578700413,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lits","language":"en","theme-creator":"","id":95374751}},{"id":95369710,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.182233,51.1197075],[3.1997142,51.1197075],[3.1997142,51.1322547],[3.182233,51.1322547],[3.182233,51.1197075]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-06T15:14:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00021934011264,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":95369710}},{"id":95369636,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1848335,51.1221707],[3.1848335,51.1221707],[3.1848335,51.1221707],[3.1848335,51.1221707],[3.1848335,51.1221707]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-06T15:12:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"personal","language":"nl","theme-creator":"MapComplete","id":95369636}},{"id":95368843,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2192532,41.4434089],[2.2197354,41.4434089],[2.2197354,41.4437694],[2.2192532,41.4437694],[2.2192532,41.4434089]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-3947073865","osm_id":3947073865,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-3947073345","osm_id":3947073345,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-3448322522","osm_id":3448322522,"reasons":[43],"version":4,"primary_tags":{"natural":"tree_stump"}},{"url":"node-3947073904","osm_id":3947073904,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #arbres_llefia","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T14:53:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":1.73833099999668e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"arbres_llefia","language":"ca","theme-creator":"","id":95368843}},{"id":95368199,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1805849,51.1222842],[3.1866793,51.1222842],[3.1866793,51.1305561],[3.1805849,51.1305561],[3.1805849,51.1222842]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-06T14:35:31Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000504122673599833,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":95368199}},{"id":95367959,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.182233,51.1197075],[3.1997142,51.1197075],[3.1997142,51.1322547],[3.182233,51.1322547],[3.182233,51.1197075]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T14:29:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.00021934011264,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":95367959}},{"id":95362845,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2241441,51.2100561],[3.2241441,51.2100561],[3.2241441,51.2100561],[3.2241441,51.2100561],[3.2241441,51.2100561]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-06T11:50:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95362845}},{"id":95357564,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1658156,41.3886336],[2.1665741,41.3886336],[2.1665741,41.3891951],[2.1658156,41.3891951],[2.1658156,41.3886336]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lits","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-06T08:20:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":4.2589775000254e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lits","language":"en","theme-creator":"","id":95357564}},{"id":95441444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.220888,41.4425459],[2.2231621,41.4425459],[2.2231621,41.4432148],[2.220888,41.4432148],[2.220888,41.4425459]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-3947007315","osm_id":3947007315,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8202986695","osm_id":8202986695,"reasons":[43],"version":1,"primary_tags":{"natural":"tree_stump"}},{"url":"node-3947007384","osm_id":3947007384,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-3947006792","osm_id":3947006792,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #arbres_llefia","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-07T19:06:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0.00000152114549000207,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"arbres_llefia","language":"ca","theme-creator":"","id":95441444}},{"id":95438534,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.3983429,41.8299723],[-71.3967539,41.8299723],[-71.3967539,41.8317269],[-71.3983429,41.8317269],[-71.3983429,41.8299723]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"The Inning Club","uid":"5129797","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-07T18:10:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":17,"delete":0,"area":0.00000278805940001433,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"surveillance","language":"en","theme-creator":"","id":95438534}},{"id":95432954,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.239902,51.2126842],[3.239902,51.2126842],[3.239902,51.2126842],[3.239902,51.2126842],[3.239902,51.2126842]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-07T16:08:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95432954}},{"id":95410193,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8089679,51.132875],[5.8089679,51.132875],[5.8089679,51.132875],[5.8089679,51.132875],[5.8089679,51.132875]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-07T09:44:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"en","theme-creator":"MapComplete","id":95410193}},{"id":95408103,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9596159,42.2642],[2.9617926,42.2642],[2.9617926,42.2671038],[2.9596159,42.2671038],[2.9596159,42.2642]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"lanxana","uid":"3735848","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #lit","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-07T09:14:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000632070145999601,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"lit","language":"es","theme-creator":"","id":95408103}},{"id":95575101,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7255883,51.0406232],[3.7255883,51.0406232],[3.7255883,51.0406232],[3.7255883,51.0406232],[3.7255883,51.0406232]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4a Hotfix warning bicycle pump","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-09T20:52:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95575101}},{"id":95563399,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4765886,51.0236355],[4.482277,51.0236355],[4.482277,51.0284541],[4.4765886,51.0284541],[4.4765886,51.0236355]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"HerwinTravel","uid":"12102243","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-09T15:48:52Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.0000274101242399982,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95563399}},{"id":95558462,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9200531,51.2193741],[4.9239598,51.2193741],[4.9239598,51.2223614],[4.9200531,51.2223614],[4.9200531,51.2193741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-09T14:10:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000116704849099783,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"fietsstraten","language":"nl","theme-creator":"MapComplete","id":95558462}},{"id":95546223,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.4654649,51.0258303],[5.4654649,51.0258303],[5.4654649,51.0258303],[5.4654649,51.0258303],[5.4654649,51.0258303]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bcandrix","uid":"12270147","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-09T10:37:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95546223}},{"id":95545333,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9192062,51.2233403],[4.9192062,51.2233403],[4.9192062,51.2233403],[4.9192062,51.2233403],[4.9192062,51.2233403]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"leoleysen","uid":"12308507","editor":"MapComplete 0.2.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-09T10:25:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95545333}},{"id":95636305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.4013699,41.8261065],[-71.4013699,41.8261065],[-71.4013699,41.8261065],[-71.4013699,41.8261065],[-71.4013699,41.8261065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"The Inning Club","uid":"5129797","editor":"MapComplete 0.2.4b","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-10T18:57:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"surveillance","language":"en","theme-creator":"","id":95636305}},{"id":95627442,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7051982,51.0475375],[3.7051982,51.0475375],[3.7051982,51.0475375],[3.7051982,51.0475375],[3.7051982,51.0475375]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.4b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-10T15:49:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"personal","language":"nl","theme-creator":"MapComplete","id":95627442}},{"id":95701366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4389072,51.0817285],[3.4389072,51.0817285],[3.4389072,51.0817285],[3.4389072,51.0817285],[3.4389072,51.0817285]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-11T20:09:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"nl","theme-creator":"MapComplete","id":95701366}},{"id":95676598,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6051258,51.9665257],[4.6172146,51.9665257],[4.6172146,51.9695601],[4.6051258,51.9695601],[4.6051258,51.9665257]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.4b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-11T11:02:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0000366822547200506,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95676598}},{"id":95671310,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.514806,47.1691833],[8.514806,47.1691833],[8.514806,47.1691833],[8.514806,47.1691833],[8.514806,47.1691833]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Carabasiru","uid":"10976961","editor":"MapComplete 0.2.5-rc1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-11T09:36:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":95671310}},{"id":95652825,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7673329,-33.4887966],[-70.7673329,-33.4887966],[-70.7673329,-33.4887966],[-70.7673329,-33.4887966],[-70.7673329,-33.4887966]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.2.4b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-11T04:06:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":10,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95652825}},{"id":95724607,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4765993,51.0236468],[4.4765993,51.0236468],[4.4765993,51.0236468],[4.4765993,51.0236468],[4.4765993,51.0236468]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"HerwinTravel","uid":"12102243","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-12T14:44:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95724607}},{"id":95719098,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7756207,51.0389479],[3.7756207,51.0389479],[3.7756207,51.0389479],[3.7756207,51.0389479],[3.7756207,51.0389479]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Velo_Bart","uid":"12323897","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-12T11:34:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95719098}},{"id":95715532,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1953692,50.7782774],[3.1953692,50.7782774],[3.1953692,50.7782774],[3.1953692,50.7782774],[3.1953692,50.7782774]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-12T09:16:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":95715532}},{"id":95768699,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2157776,51.1963888],[3.2167779,51.1963888],[3.2167779,51.1970235],[3.2157776,51.1970235],[3.2157776,51.1963888]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-13T19:42:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":6.34890409999e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95768699}},{"id":95768408,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6135577,50.8403377],[3.6135577,50.8403377],[3.6135577,50.8403377],[3.6135577,50.8403377],[3.6135577,50.8403377]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Asfra","uid":"12329708","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-13T19:32:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95768408}},{"id":95758045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7474376,51.0244219],[3.7474376,51.0244219],[3.7474376,51.0244219],[3.7474376,51.0244219],[3.7474376,51.0244219]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-13T14:55:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"en","theme-creator":"MapComplete","id":95758045}},{"id":95755595,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1275065,50.9436406],[3.1275065,50.9436406],[3.1275065,50.9436406],[3.1275065,50.9436406],[3.1275065,50.9436406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-13T13:48:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95755595}},{"id":95747526,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1842233,50.7983379],[3.1842233,50.7983379],[3.1842233,50.7983379],[3.1842233,50.7983379],[3.1842233,50.7983379]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.2.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-13T09:03:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95747526}},{"id":95835460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4738978,50.7677134],[4.4738978,50.7677134],[4.4738978,50.7677134],[4.4738978,50.7677134],[4.4738978,50.7677134]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bartbix","uid":"12335281","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-14T22:10:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95835460}},{"id":95823381,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4646159,51.1538063],[4.4653174,51.1538063],[4.4653174,51.1549539],[4.4646159,51.1549539],[4.4646159,51.1538063]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"timdr","uid":"12334465","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-14T18:09:42Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":8.05041400002019e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95823381}},{"id":95810321,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6845827,51.0195406],[3.6933482,51.0195406],[3.6933482,51.0717639],[3.6845827,51.0717639],[3.6845827,51.0195406]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"HMAID","uid":"12333329","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-14T13:51:58Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":10,"delete":0,"area":0.000457763336150011,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"aed","language":"nl","theme-creator":"MapComplete","id":95810321}},{"id":95899211,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7077034,51.0730919],[3.7093556,51.0730919],[3.7093556,51.0776252],[3.7077034,51.0776252],[3.7077034,51.0730919]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dries @ Fietswinst","uid":"12338761","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T20:29:41Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000748991825999601,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95899211}},{"id":95899099,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4528854,51.2134786],[4.4528854,51.2134786],[4.4528854,51.2134786],[4.4528854,51.2134786],[4.4528854,51.2134786]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"RudigerO","uid":"2981660","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T20:26:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95899099}},{"id":95898587,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1886851,50.9685034],[4.1886851,50.9685034],[4.1886851,50.9685034],[4.1886851,50.9685034],[4.1886851,50.9685034]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Friedel Vanroy","uid":"3658306","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T20:13:49Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95898587}},{"id":95897696,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.160723,50.9669538],[4.1912904,50.9669538],[4.1912904,50.9871873],[4.160723,50.9871873],[4.160723,50.9669538]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Friedel Vanroy","uid":"3658306","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T19:49:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.000618485487900098,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"fietsstraten","language":"nl","theme-creator":"MapComplete","id":95897696}},{"id":95894829,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5723397,51.1391629],[4.5723397,51.1391629],[4.5723397,51.1391629],[4.5723397,51.1391629],[4.5723397,51.1391629]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ides Brabants","uid":"12278822","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T18:47:44Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95894829}},{"id":95893983,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7601566,51.3991387],[4.7602236,51.3991387],[4.7602236,51.3992793],[4.7601566,51.3992793],[4.7601566,51.3991387]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Geert Brosens","uid":"12340126","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T18:28:03Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":9.42020000005776e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95893983}},{"id":95890882,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.09542,50.9432529],[5.0958754,50.9432529],[5.0958754,50.943637],[5.09542,50.943637],[5.09542,50.9432529]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jan weckx","uid":"11060418","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T17:21:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.7491914000228e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"nl","theme-creator":"MapComplete","id":95890882}},{"id":95890041,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4466197,51.1555008],[4.4466197,51.1555008],[4.4466197,51.1555008],[4.4466197,51.1555008],[4.4466197,51.1555008]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Jajajajajajajajajaja","uid":"12339746","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T17:03:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95890041}},{"id":95887704,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5150563,51.0099163],[4.5159227,51.0099163],[4.5159227,51.011247],[4.5150563,51.011247],[4.5150563,51.0099163]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Malinas","uid":"12339624","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T16:20:14Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00000115291847999679,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95887704}},{"id":95887280,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3414353,50.8336425],[4.3414353,50.8336425],[4.3414353,50.8336425],[4.3414353,50.8336425],[4.3414353,50.8336425]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dries Verdoodt","uid":"7250277","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T16:12:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95887280}},{"id":95885883,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4357756,51.2418449],[4.4395682,51.2418449],[4.4395682,51.2435862],[4.4357756,51.2435862],[4.4357756,51.2418449]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hannevd","uid":"12339441","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T15:45:17Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":0,"delete":0,"area":0.00000660405438002285,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95885883}},{"id":95879791,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7244068,50.9806432],[3.7510988,50.9806432],[3.7510988,51.0448055],[3.7244068,51.0448055],[3.7244068,50.9806432]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"navisence","uid":"10132","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T13:32:35Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":13,"delete":0,"area":0.00171262011159997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95879791}},{"id":95875912,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6172146,51.9665257],[4.6172146,51.9665257],[4.6172146,51.9665257],[4.6172146,51.9665257],[4.6172146,51.9665257]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T12:16:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95875912}},{"id":95866902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.74015,50.990612],[3.7519544,50.990612],[3.7519544,51.0026612],[3.74015,51.0026612],[3.74015,50.990612]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"navisence","uid":"10132","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-15T10:16:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.000142233576479998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95866902}},{"id":95945154,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9548946,50.9625177],[3.9594124,50.9625177],[3.9594124,50.9659446],[3.9548946,50.9659446],[3.9548946,50.9625177]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Vincent Van Heghe","uid":"4624802","editor":"MapComplete 0.2.5a","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T13:37:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0000154820488200053,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":95945154}},{"id":95942831,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1279089,44.4052106],[4.1279089,44.4052106],[4.1279089,44.4052106],[4.1279089,44.4052106],[4.1279089,44.4052106]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tant0ine","uid":"1365757","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T12:51:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"aed","language":"fr","theme-creator":"MapComplete","id":95942831}},{"id":95941222,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1304383,44.4053467],[4.1304383,44.4053467],[4.1304383,44.4053467],[4.1304383,44.4053467],[4.1304383,44.4053467]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tant0ine","uid":"1365757","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T12:22:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"fr","theme-creator":"MapComplete","id":95941222}},{"id":95933427,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0379635,14.5876029],[121.0379635,14.5876029],[121.0379635,14.5876029],[121.0379635,14.5876029],[121.0379635,14.5876029]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T10:14:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95933427}},{"id":95923089,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9039812,51.1689079],[4.9894726,51.1689079],[4.9894726,51.2020213],[4.9039812,51.2020213],[4.9039812,51.1689079]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"bavh","uid":"30514","editor":"MapComplete 0.2.5a","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T07:31:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.00283091092475982,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"toilets","language":"en","theme-creator":"MapComplete","id":95923089}},{"id":95912450,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0478246,14.6016569],[121.0478246,14.6016569],[121.0478246,14.6016569],[121.0478246,14.6016569],[121.0478246,14.6016569]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.2.5b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-16T04:42:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":95912450}},{"id":95999002,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3560481,50.8379065],[4.3560481,50.8379065],[4.3560481,50.8379065],[4.3560481,50.8379065],[4.3560481,50.8379065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-17T10:47:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":95999002}},{"id":95996514,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3540058,50.838517],[4.3622965,50.838517],[4.3622965,50.8439794],[4.3540058,50.8439794],[4.3540058,50.838517]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5a","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-17T10:15:33Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":18,"delete":0,"area":0.0000452871196799908,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"surveillance","language":"nl","theme-creator":"","id":95996514}},{"id":96089062,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9757675,51.3369519],[4.9757675,51.3369519],[4.9757675,51.3369519],[4.9757675,51.3369519],[4.9757675,51.3369519]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-18T20:12:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"nl","theme-creator":"MapComplete","id":96089062}},{"id":96085989,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-38.4611039,-12.9910504],[-38.4611039,-12.9910504],[-38.4611039,-12.9910504],[-38.4611039,-12.9910504],[-38.4611039,-12.9910504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wille","uid":"360183","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-18T18:23:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":96085989}},{"id":96082820,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4500352,51.0861239],[3.4500352,51.0861239],[3.4500352,51.0861239],[3.4500352,51.0861239],[3.4500352,51.0861239]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-18T16:55:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"en","theme-creator":"MapComplete","id":96082820}},{"id":96079709,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-93.7281418,39.0644232],[-93.7281418,39.0644232],[-93.7281418,39.0644232],[-93.7281418,39.0644232],[-93.7281418,39.0644232]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"csoul","uid":"1217959","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-18T15:39:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"en","theme-creator":"MapComplete","id":96079709}},{"id":96069566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5658147,51.180928],[3.5691226,51.180928],[3.5691226,51.1855626],[3.5658147,51.1855626],[3.5658147,51.180928]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"kadecc","uid":"10026614","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-18T12:12:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.000015330793339987,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"fietsstraten","language":"nl","theme-creator":"MapComplete","id":96069566}},{"id":96119259,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.716198,51.0340851],[3.716198,51.0340851],[3.716198,51.0340851],[3.716198,51.0340851],[3.716198,51.0340851]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-19T19:07:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"toilets","language":"en","theme-creator":"MapComplete","id":96119259}},{"id":96118879,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.576957,47.794737],[3.7182686,47.794737],[3.7182686,51.0370604],[3.576957,51.0370604],[3.576957,47.794737]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-19T18:52:12Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":21,"delete":0,"area":0.45817790737144,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":96118879}},{"id":96118696,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7125135,51.0362302],[3.7138074,51.0362302],[3.7138074,51.0365891],[3.7125135,51.0365891],[3.7125135,51.0362302]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"superneuf","uid":"12344703","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-19T18:44:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.64380710002453e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96118696}},{"id":96118491,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7177118,51.0317241],[3.7177118,51.0317241],[3.7177118,51.0317241],[3.7177118,51.0317241],[3.7177118,51.0317241]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"superneuf","uid":"12344703","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-19T18:37:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"fr","theme-creator":"MapComplete","id":96118491}},{"id":96118227,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"superneuf","uid":"12344703","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-19T18:27:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"fritures","language":"fr","theme-creator":"","id":96118227}},{"id":96156366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7027162,51.0387284],[3.7027162,51.0387284],[3.7027162,51.0387284],[3.7027162,51.0387284],[3.7027162,51.0387284]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-20T22:13:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"en","theme-creator":"Christian Neumann ","id":96156366}},{"id":96140521,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1912878,50.9045228],[4.200643,50.9045228],[4.200643,50.906928],[4.1912878,50.906928],[4.1912878,50.9045228]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Rob Noort","uid":"5817148","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-20T14:01:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000225011270399863,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"fietsstraten","language":"nl","theme-creator":"MapComplete","id":96140521}},{"id":96136482,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-20T11:47:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96136482}},{"id":96134834,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414],[3.6044526,50.8963414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-20T10:46:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96134834}},{"id":96197552,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1321597,50.945512],[3.1321597,50.945512],[3.1321597,50.945512],[3.1321597,50.945512],[3.1321597,50.945512]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-21T13:05:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96197552}},{"id":96181026,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2935088,50.9923792],[3.2935088,50.9923792],[3.2935088,50.9923792],[3.2935088,50.9923792],[3.2935088,50.9923792]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-21T09:07:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"boomgaarden","language":"nl","theme-creator":"","id":96181026}},{"id":96178531,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2995643,50.9867167],[3.2997124,50.9867167],[3.2997124,50.9870099],[3.2995643,50.9870099],[3.2995643,50.9867167]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-21T08:29:48Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":13,"delete":0,"area":4.34229199992049e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"boomgaarden","language":"nl","theme-creator":"","id":96178531}},{"id":96275189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6167603,51.9655175],[4.6167603,51.9655175],[4.6167603,51.9655175],[4.6167603,51.9655175],[4.6167603,51.9655175]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #Bankjes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-22T18:07:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"Bankjes","language":"nl","theme-creator":"","id":96275189}},{"id":96271520,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7081902,51.0471195],[3.7091303,51.0471195],[3.7091303,51.0475086],[3.7081902,51.0475086],[3.7081902,51.0471195]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-22T16:38:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.65792909999525e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"shops","language":"en","theme-creator":"MapComplete","id":96271520}},{"id":96255037,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3868676,50.7797406],[3.387092,50.7797406],[3.387092,50.7798224],[3.3868676,50.7798224],[3.3868676,50.7797406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-22T11:34:00Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":14,"delete":0,"area":1.83559200008528e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"boomgaarden","language":"nl","theme-creator":"","id":96255037}},{"id":96248250,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1013029,51.0700038],[3.1069114,51.0700038],[3.1069114,51.0717064],[3.1013029,51.0717064],[3.1013029,51.0700038]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wouterverhelst","uid":"2844145","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-22T10:02:29Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000954903209996908,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"nl","theme-creator":"MapComplete","id":96248250}},{"id":96344297,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0810755,50.9426002],[3.0812346,50.9426002],[3.0812346,50.9428054],[3.0810755,50.9428054],[3.0810755,50.9426002]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sanderd17","uid":"253266","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #bakeries","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-23T19:35:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.26473199994814e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bakeries","language":"nl","theme-creator":"","id":96344297}},{"id":96343222,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0878441,52.0726528],[5.1398867,52.0726528],[5.1398867,52.0772151],[5.0878441,52.0772151],[5.0878441,52.0726528]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-23T18:57:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000237433953979811,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":96343222}},{"id":96331045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5347983,51.2698895],[4.6324978,51.2698895],[4.6324978,51.310505],[4.5347983,51.310505],[4.5347983,51.2698895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LEDfan","uid":"2742815","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-23T14:01:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00396811404225012,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96331045}},{"id":96321611,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6106646,51.9639581],[4.6106646,51.9639581],[4.6106646,51.9639581],[4.6106646,51.9639581],[4.6106646,51.9639581]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-23T11:36:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":96321611}},{"id":96311393,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6079358,51.9639581],[4.6106646,51.9639581],[4.6106646,51.9657951],[4.6079358,51.9657951],[4.6079358,51.9639581]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-23T09:34:36Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0.00000501280560000484,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":96311393}},{"id":96310585,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1046624,52.0886899],[5.1250188,52.0886899],[5.1250188,52.0994886],[5.1046624,52.0994886],[5.1046624,52.0886899]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"VincentOSM","uid":"62345","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-23T09:23:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":31,"delete":0,"area":0.000219822656680054,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96310585}},{"id":96309725,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0709044,52.064597],[5.1083846,52.064597],[5.1083846,52.099977],[5.0709044,52.099977],[5.0709044,52.064597]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"VincentOSM","uid":"62345","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-23T09:12:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.00132604947600013,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"nl","theme-creator":"Christian Neumann ","id":96309725}},{"id":96299874,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.5888296,16.2538861],[-61.5823363,16.2538861],[-61.5823363,16.2668516],[-61.5888296,16.2668516],[-61.5888296,16.2538861]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Niquarl","uid":"6051425","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-23T06:39:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.0000841888811499398,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"toilets","language":"en","theme-creator":"MapComplete","id":96299874}},{"id":96402559,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345],[3.7100248,51.0267345]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T21:09:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"fritures","language":"nl","theme-creator":"","id":96402559}},{"id":96401700,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1215186,51.3108764],[3.1350387,51.3108764],[3.1350387,51.3125686],[3.1215186,51.3125686],[3.1215186,51.3108764]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T20:24:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000022878713220011,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"nl","theme-creator":"MapComplete","id":96401700}},{"id":96399525,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2304046,51.206838],[3.2304046,51.206838],[3.2304046,51.206838],[3.2304046,51.206838],[3.2304046,51.206838]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T18:21:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"en","theme-creator":"Midgard","id":96399525}},{"id":96399228,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1217526,51.3054826],[3.1345455,51.3054826],[3.1345455,51.3072209],[3.1217526,51.3072209],[3.1217526,51.3054826]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T18:06:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0000222378980699939,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96399228}},{"id":96398801,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.397002,51.0417241],[3.397002,51.0417241],[3.397002,51.0417241],[3.397002,51.0417241],[3.397002,51.0417241]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T17:50:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"en","theme-creator":"Midgard","id":96398801}},{"id":96386796,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9779064,51.1595721],[3.9779064,51.1595721],[3.9779064,51.1595721],[3.9779064,51.1595721],[3.9779064,51.1595721]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-24T12:55:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96386796}},{"id":96351658,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1191078,51.313528],[3.1469259,51.313528],[3.1469259,51.3150704],[3.1191078,51.3150704],[3.1191078,51.313528]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T01:03:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000429066374401463,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"aed","language":"en","theme-creator":"MapComplete","id":96351658}},{"id":96351269,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.12412,51.2911858],[3.1367546,51.2911858],[3.1367546,51.3134958],[3.12412,51.3134958],[3.12412,51.2911858]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-24T00:38:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000281877925999971,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"charging_stations","language":"en","theme-creator":"","id":96351269}},{"id":96435672,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9867941,51.1845669],[3.9867941,51.1845669],[3.9867941,51.1845669],[3.9867941,51.1845669],[3.9867941,51.1845669]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5f","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-25T21:45:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":96435672}},{"id":96425274,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0672937,51.154808],[4.0683156,51.154808],[4.0683156,51.1554624],[4.0672937,51.1554624],[4.0672937,51.154808]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-25T14:51:37Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":6,"delete":0,"area":6.68731359995027e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"en","theme-creator":"MapComplete","id":96425274}},{"id":96424469,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1373286,51.2998156],[3.1470788,51.2998156],[3.1470788,51.3146741],[3.1373286,51.3146741],[3.1373286,51.2998156]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-25T14:28:48Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":10,"delete":0,"area":0.000144873346699956,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96424469}},{"id":96422689,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1399923,51.1664247],[4.1399923,51.1664247],[4.1399923,51.1664247],[4.1399923,51.1664247],[4.1399923,51.1664247]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-25T13:35:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"artworks","language":"en","theme-creator":"MapComplete","id":96422689}},{"id":96406794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7008128,51.0236],[3.7140104,51.0236],[3.7140104,51.0359581],[3.7008128,51.0359581],[3.7008128,51.0236]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-25T02:11:16Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":13,"delete":0,"area":0.00016309726056,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96406794}},{"id":96467370,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.376881,51.0883675],[3.4712163,51.0883675],[3.4712163,51.1010604],[3.376881,51.1010604],[3.376881,51.0883675]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"s8evq","uid":"3710738","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-26T21:55:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.00119738852937044,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"en","theme-creator":"Midgard","id":96467370}},{"id":96464209,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7216874,51.0423994],[3.7216874,51.0423994],[3.7216874,51.0423994],[3.7216874,51.0423994],[3.7216874,51.0423994]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-26T19:49:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96464209}},{"id":96455190,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2975479,51.1267247],[4.3310326,51.1267247],[4.3310326,51.1432305],[4.2975479,51.1432305],[4.2975479,51.1267247]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5f","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-26T15:06:23Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":6,"delete":0,"area":0.000552691761260161,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"personal","language":"en","theme-creator":"MapComplete","id":96455190}},{"id":96454086,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2523849,51.1183139],[4.2523849,51.1183139],[4.2523849,51.1183139],[4.2523849,51.1183139],[4.2523849,51.1183139]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5f","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-26T14:39:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"toilets","language":"en","theme-creator":"MapComplete","id":96454086}},{"id":96452710,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4645415,51.2361818],[4.6653016,51.2361818],[4.6653016,51.3364324],[4.4645415,51.3364324],[4.4645415,51.2361818]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LEDfan","uid":"2742815","editor":"MapComplete 0.2.5f","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-26T14:00:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":18,"delete":0,"area":0.0201263204810605,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96452710}},{"id":96497486,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1423808,51.1685305],[4.1423808,51.1685305],[4.1423808,51.1685305],[4.1423808,51.1685305],[4.1423808,51.1685305]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5f","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-27T20:17:20Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":96497486}},{"id":96487512,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3253628,51.0679494],[3.3505379,51.0679494],[3.3505379,51.0843882],[3.3253628,51.0843882],[3.3253628,51.0679494]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-27T15:05:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.000413848433879895,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96487512}},{"id":96480786,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0111865,51.1276464],[5.0114492,51.1276464],[5.0114492,51.1298247],[5.0111865,51.1298247],[5.0111865,51.1276464]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-27T11:41:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":5.72239410000089e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"fritures","language":"nl","theme-creator":"","id":96480786}},{"id":96480644,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0026423,51.1268323],[5.0027352,51.1268323],[5.0027352,51.1270149],[5.0026423,51.1270149],[5.0026423,51.1268323]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-27T11:37:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":1.69635400002613e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"en","theme-creator":"Midgard","id":96480644}},{"id":96558606,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7315237,51.1590972],[4.7465108,51.1590972],[4.7465108,51.1777396],[4.7315237,51.1777396],[4.7315237,51.1590972]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-28T20:52:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.000279395513040066,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"en","theme-creator":"Florian Edelmann","id":96558606}},{"id":96557858,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7457978,51.1595168],[4.7509801,51.1595168],[4.7509801,51.1622084],[4.7457978,51.1622084],[4.7457978,51.1595168]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-28T20:28:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000139486786799913,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96557858}},{"id":96547243,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8363254,51.1278714],[4.8961651,51.1278714],[4.8961651,51.1638948],[4.8363254,51.1638948],[4.8363254,51.1278714]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dries Vrindts","uid":"10338282","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-28T16:00:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0021556294489803,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":96547243}},{"id":96536010,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1251705,51.3108802],[3.1252684,51.3108802],[3.1252684,51.3109934],[3.1251705,51.3109934],[3.1251705,51.3108802]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-28T12:36:21Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":1.10822800001338e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96536010}},{"id":96529515,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2629364,45.4779683],[9.3043336,45.4779683],[9.3043336,45.4891744],[9.2629364,45.4891744],[9.2629364,45.4779683]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"livmilan","uid":"712033","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-28T10:58:00Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.000463901162920111,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"ghostbikes","language":"en","theme-creator":"MapComplete","id":96529515}},{"id":96529089,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8840284,51.175703],[3.9213823,51.175703],[3.9213823,51.1955576],[3.8840284,51.1955576],[3.8840284,51.175703]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-28T10:51:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.000741646742940078,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"personal","language":"nl","theme-creator":"MapComplete","id":96529089}},{"id":96526621,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9109464,51.1817121],[3.9109464,51.1817121],[3.9109464,51.1817121],[3.9109464,51.1817121],[3.9109464,51.1817121]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-28T10:12:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96526621}},{"id":96623421,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3545632,51.1723135],[4.5186067,51.1723135],[4.5186067,51.2506569],[4.3545632,51.2506569],[4.3545632,51.1723135]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-29T20:29:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0128517255379002,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"fietsstraten","language":"nl","theme-creator":"MapComplete","id":96623421}},{"id":96622577,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.6287686,43.5724116],[-79.6287686,43.5724116],[-79.6287686,43.5724116],[-79.6287686,43.5724116],[-79.6287686,43.5724116]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Meanderr","uid":"8554284","editor":"MapComplete 0.0.7k","comment":"Adding data with #MapComplete for theme #mcac_cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-29T20:04:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"mcac_cyclofix","id":96622577}},{"id":96602006,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0609639,51.2303938],[4.0991517,51.2303938],[4.0991517,51.2482648],[4.0609639,51.2482648],[4.0609639,51.2303938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"349499","uid":"7006347","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-29T12:44:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000682454173799986,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96602006}},{"id":96587062,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8945192,51.8681605],[4.9440023,51.8681605],[4.9440023,51.8880178],[4.8945192,51.8880178],[4.8945192,51.8681605]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-29T09:17:09Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":9,"delete":0,"area":0.000982600761629906,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"benches","language":"nl","theme-creator":"Florian Edelmann","id":96587062}},{"id":96687111,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1345979,51.3084992],[3.1361385,51.3084992],[3.1361385,51.3092346],[3.1345979,51.3092346],[3.1345979,51.3084992]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-30T19:15:37Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":16,"delete":0,"area":0.00000113295724000522,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96687111}},{"id":96677926,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.3411934,-33.677618],[-70.3409709,-33.677618],[-70.3409709,-33.6773162],[-70.3411934,-33.6773162],[-70.3411934,-33.677618]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-30T15:32:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":6.71504999982982e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"cyclofix","language":"en","theme-creator":"MapComplete","id":96677926}},{"id":96671133,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2653131,51.3106492],[4.2653131,51.3106492],[4.2653131,51.3106492],[4.2653131,51.3106492],[4.2653131,51.3106492]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-30T13:35:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"personal","language":"nl","theme-creator":"MapComplete","id":96671133}},{"id":96666725,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2088366,51.319858],[4.2088366,51.319858],[4.2088366,51.319858],[4.2088366,51.319858],[4.2088366,51.319858]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8273871170","osm_id":8273871170,"reasons":[43],"version":4,"primary_tags":{"tourism":"map"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2020-12-30T12:20:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"nature","language":"nl","theme-creator":"","id":96666725}},{"id":96736844,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.7905926,42.2538906],[-77.7905926,42.2538906],[-77.7905926,42.2538906],[-77.7905926,42.2538906],[-77.7905926,42.2538906]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"OSMWeekly","uid":"8610118","editor":"MapComplete 0.2.5g","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-31T13:58:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"bookcases","language":"en","theme-creator":"MapComplete","id":96736844}},{"id":96697083,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1320637,51.3042923],[3.1336436,51.3042923],[3.1336436,51.3053738],[3.1320637,51.3053738],[3.1320637,51.3042923]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.2.5e","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2020-12-31T01:32:04Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":10,"delete":0,"area":0.0000017086618499971,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"trees","language":"nl","theme-creator":"Midgard","id":96697083}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2021-11.json b/Docs/Tools/stats/stats.2021-11.json new file mode 100644 index 000000000..25b9c354c --- /dev/null +++ b/Docs/Tools/stats/stats.2021-11.json @@ -0,0 +1 @@ +{"features":[{"id":113259034,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8641211,51.0331532],[2.8641211,51.0331532],[2.8641211,51.0331532],[2.8641211,51.0331532],[2.8641211,51.0331532]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T23:30:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","imagery":"osm","language":"nl","add-image":1,"id":113259034}},{"id":113259014,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8595969,51.0339334],[2.8595969,51.0339334],[2.8595969,51.0339334],[2.8595969,51.0339334],[2.8595969,51.0339334]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T23:29:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","add-image":1,"id":113259014}},{"id":113255395,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-9.1048793,53.2627567],[-9.0978532,53.2627567],[-9.0978532,53.2710607],[-9.1048793,53.2710607],[-9.1048793,53.2627567]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cmap99","uid":"13524250","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T21:11:21Z","reviewed_features":[{"id":"node-2105271928","user":"PieterVanderVennet"}],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000583447344000255,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":3,"imagery":"osm","language":"en","id":113255395}},{"id":113251293,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.6013954,50.4284077],[30.6013954,50.4284077],[30.6013954,50.4284077],[30.6013954,50.4284077],[30.6013954,50.4284077]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"skfd","uid":"205595","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T19:18:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","imagery":"osm","deletion":1,"language":"en","deletion:node/2442953886":"disused","id":113251293}},{"id":113250793,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.5944068,50.4282522],[30.6015029,50.4282522],[30.6015029,50.4299298],[30.5944068,50.4299298],[30.5944068,50.4282522]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"skfd","uid":"205595","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T19:04:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000119044173599518,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":4,"imagery":"CartoDB.Voyager","language":"en","id":113250793}},{"id":113247252,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.615215,50.8515194],[3.615215,50.8515194],[3.615215,50.8515194],[3.615215,50.8515194],[3.615215,50.8515194]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T17:20:32Z","reviewed_features":[],"tag_changes":{},"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":4,"imagery":"osm","language":"en","id":113247252}},{"id":113246649,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1863126,50.8154877],[5.1863167,50.8154877],[5.1863167,50.8155021],[5.1863126,50.8155021],[5.1863126,50.8154877]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T17:04:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":5.90400000192051e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","move":1,"path":"mc/develop/","theme":"charging_stations","answer":6,"imagery":"CartoDB.Voyager","language":"nl","move:node/9216683715":"improve_accuracy","id":113246649}},{"id":113242289,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1853377,50.814548],[5.1853377,50.814548],[5.1853377,50.814548],[5.1853377,50.814548],[5.1853377,50.814548]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T15:24:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"shops","answer":3,"imagery":"osm","language":"en","id":113242289}},{"id":113241377,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T15:05:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"personal","imagery":"osm","language":"en","add-image":1,"id":113241377}},{"id":113241348,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T15:04:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","move":1,"path":"mc/develop/","theme":"personal","imagery":"osm","language":"en","move:node/-2":"improve_accuracy","id":113241348}},{"id":113241334,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T15:04:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"personal","answer":1,"imagery":"osm","language":"en","id":113241334}},{"id":113241037,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.186322,50.8154538],[5.1863247,50.8154538],[5.1863247,50.8154818],[5.186322,50.8154818],[5.186322,50.8154538]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T14:59:26Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":2,"delete":0,"area":7.5600000014029e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"personal","answer":7,"imagery":"osm","language":"en","add-image":1,"id":113241037}},{"id":113238301,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9102199,53.5662632],[9.9102199,53.5662632],[9.9102199,53.5662632],[9.9102199,53.5662632],[9.9102199,53.5662632]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nicolelaine","uid":"2997398","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T14:02:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"postboxes","imagery":"CartoDB.Voyager","language":"en","add-image":4,"id":113238301}},{"id":113237148,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6454153,50.7714656],[3.6454297,50.7714656],[3.6454297,50.7714869],[3.6454153,50.7714869],[3.6454153,50.7714656]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T13:39:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":3.06720000012044e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"charging_stations","answer":8,"imagery":"AGIV10cm","language":"en","move:node/9216279358":"improve_accuracy","id":113237148}},{"id":113236656,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.6818637,-34.6633769],[-58.6526531,-34.6633769],[-58.6526531,-34.655291],[-58.6818637,-34.655291],[-58.6818637,-34.6633769]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T13:27:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000236193990540127,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":2,"imagery":"osm","language":"es","id":113236656}},{"id":113234111,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.0076342,41.4572347],[2.218046,41.4572347],[2.218046,41.5701612],[2.0076342,41.5701612],[2.0076342,41.4572347]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Moisès","uid":"12884230","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T12:28:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0237610681327001,"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":4,"id":113234111}},{"id":113227669,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wright One","uid":"261189","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T10:11:28Z","reviewed_features":[],"tag_changes":{},"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":"aed","answer":1,"imagery":"osm","language":"en","id":113227669}},{"id":113225986,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9033028,53.564361],[9.9163121,53.564361],[9.9163121,53.5777046],[9.9033028,53.5777046],[9.9033028,53.564361]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nicolelaine","uid":"2997398","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T09:32:32Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":0,"delete":0,"area":0.000173590895479989,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":4,"imagery":"osm","language":"en","id":113225986}},{"id":113224286,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452],[114.1728093,22.2773452]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wright One","uid":"261189","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-01T08:51:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"aed","answer":3,"imagery":"osm","language":"en","add-image":1,"id":113224286}},{"id":113220970,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.650008,52.1132121],[11.6841875,52.1132121],[11.6841875,52.1419745],[11.650008,52.1419745],[11.650008,52.1132121]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"ClickKlack","uid":"90262","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-01T07:36:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":273,"delete":0,"area":0.000983084450800187,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":519,"imagery":"osm","language":"de","id":113220970}},{"id":113305401,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.216693,51.2146968],[3.217372,51.2146968],[3.217372,51.2152696],[3.216693,51.2152696],[3.216693,51.2146968]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-02T22:41:02Z","reviewed_features":[],"tag_changes":{},"create":28,"modify":51,"delete":0,"area":3.88931200000511e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","move":48,"theme":"grb","import":1,"imagery":"AGIVFlandersGRB","language":"nl","conflation":10,"id":113305401}},{"id":113302704,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.142372,48.6790244],[2.3736781,48.6790244],[2.3736781,48.8039911],[2.142372,48.8039911],[2.142372,48.6790244]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sukkoria","uid":"3083013","editor":"MapComplete 0.2.2a","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-02T21:04:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":30,"delete":0,"area":0.0289055600068687,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"en","theme-creator":"Christian Neumann ","id":113302704}},{"id":113300229,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.956298,48.3955135],[10.0077753,48.3955135],[10.0077753,48.4246463],[9.956298,48.4246463],[9.956298,48.3955135]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"stk_ulm","uid":"43217","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-02T19:58:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":38,"delete":0,"area":0.00149967788543997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":49,"imagery":"osm","language":"en","id":113300229}},{"id":113291887,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.1995771,44.419088],[12.1995771,44.419088],[12.1995771,44.419088],[12.1995771,44.419088],[12.1995771,44.419088]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Pablo667","uid":"13166651","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-02T16:02:36Z","reviewed_features":[],"tag_changes":{},"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":4,"imagery":"osm","language":"en","id":113291887}},{"id":113284886,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4294065,46.9520501],[7.4300408,46.9520501],[7.4300408,46.9547718],[7.4294065,46.9547718],[7.4294065,46.9520501]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-02T13:31:34Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":12,"delete":0,"area":0.0000017263743100007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"cyclofix","answer":18,"imagery":"CartoDB.Voyager","language":"en","move:node/9218593524":"improve_accuracy","id":113284886}},{"id":113284013,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3023895,50.8330165],[4.3032314,50.8330165],[4.3032314,50.8348789],[4.3023895,50.8348789],[4.3023895,50.8330165]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #https://gist.githubusercontent.com/joostschouppe/e1190515ff5f8847beec6eb9a1b788bb/raw/aa9d3ed1959529eb3fbefe1857cc8616f53b7ccf/temp.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-02T13:13:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000156795455999889,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"https://gist.githubusercontent.com/joostschouppe/e1190515ff5f8847beec6eb9a1b788bb/raw/aa9d3ed1959529eb3fbefe1857cc8616f53b7ccf/temp.json","answer":1,"imagery":"osm","language":"nl","id":113284013}},{"id":113270690,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4298432,46.947855],[7.4375363,46.947855],[7.4375363,46.9519138],[7.4298432,46.9519138],[7.4298432,46.947855]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-02T08:20:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000312247542800216,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":5,"imagery":"CartoDB.Voyager","language":"en","id":113270690}},{"id":113351309,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3499349,50.8533748],[4.3499349,50.8533748],[4.3499349,50.8533748],[4.3499349,50.8533748],[4.3499349,50.8533748]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T22:09:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":2,"imagery":"osm","language":"en","add-image":1,"id":113351309}},{"id":113351051,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6106046,48.8341666],[10.6558367,48.8341666],[10.6558367,48.848085],[10.6106046,48.848085],[10.6106046,48.8341666]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ladoga","uid":"827957","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T21:58:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.000629558460639741,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":13,"imagery":"osm","language":"de","id":113351051}},{"id":113350305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2192701,51.2156384],[3.2197739,51.2156384],[3.2197739,51.2164523],[3.2192701,51.2164523],[3.2192701,51.2156384]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T21:29:10Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":15,"delete":0,"area":4.10042819998336e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","move":13,"theme":"grb","imagery":"AGIVFlandersGRB","language":"en","conflation":4,"id":113350305}},{"id":113347810,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8604582,50.99566],[2.8604582,50.99566],[2.8604582,50.99566],[2.8604582,50.99566],[2.8604582,50.99566]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T20:06:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"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","add-image":1,"id":113347810}},{"id":113347649,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2855174,41.6075347],[2.2941506,41.6075347],[2.2941506,41.6133433],[2.2855174,41.6133433],[2.2855174,41.6075347]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Moisès","uid":"12884230","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T20:02:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000501468055199548,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":3,"imagery":"CartoDB.Voyager","language":"en","add-image":3,"id":113347649}},{"id":113339240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1775754,51.1128633],[4.1775754,51.1128633],[4.1775754,51.1128633],[4.1775754,51.1128633],[4.1775754,51.1128633]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T16:06:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"shops","answer":3,"imagery":"osm","language":"en","add-image":1,"id":113339240}},{"id":113337126,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5803687,53.2510803],[6.5803687,53.2510803],[6.5803687,53.2510803],[6.5803687,53.2510803],[6.5803687,53.2510803]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T15:11:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":2,"imagery":"CartoDB.Voyager","language":"en","add-image":1,"id":113337126}},{"id":113337023,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2041788,51.182831],[3.2041857,51.182831],[3.2041857,51.1828523],[3.2041788,51.1828523],[3.2041788,51.182831]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":6,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T15:08:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.46969999997495e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"aed","imagery":"osm","language":"nl","move:node/8771441240":"improve_accuracy","id":113337023}},{"id":113336834,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4316435,46.9458677],[7.4469459,46.9458677],[7.4469459,46.9607746],[7.4316435,46.9607746],[7.4316435,46.9458677]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T15:03:06Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":0.000228111346560001,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"cyclofix","answer":14,"imagery":"CartoDB.Voyager","language":"en","move:node/9221540197":"improve_accuracy","id":113336834}},{"id":113335939,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2393978,41.4393645],[2.2401582,41.4393645],[2.2401582,41.4397848],[2.2393978,41.4397848],[2.2393978,41.4393645]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"JBadalona","uid":"13507795","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T14:40:45Z","reviewed_features":[],"tag_changes":{},"create":13,"modify":1,"delete":0,"area":3.19596119996116e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","answer":9,"imagery":"HDM_HOT","language":"ca","id":113335939}},{"id":113334874,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.148393,51.1531118],[4.148393,51.1531118],[4.148393,51.1531118],[4.148393,51.1531118],[4.148393,51.1531118]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T14:13:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"shops","answer":2,"imagery":"osm","language":"en","add-image":1,"id":113334874}},{"id":113331345,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4453056,46.9609191],[7.4520359,46.9609191],[7.4520359,46.9650122],[7.4453056,46.9650122],[7.4453056,46.9609191]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T12:56:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.0000275477909299911,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":14,"imagery":"CartoDB.Voyager","language":"en","id":113331345}},{"id":113329273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2254811,51.2084386],[3.2254811,51.2084386],[3.2254811,51.2084386],[3.2254811,51.2084386],[3.2254811,51.2084386]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T12:06:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed_brugge","answer":7,"imagery":"HDM_HOT","language":"nl","add-image":1,"id":113329273}},{"id":113329108,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3413453,44.380366],[11.3413453,44.380366],[11.3413453,44.380366],[11.3413453,44.380366],[11.3413453,44.380366]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-03T12:03:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":5,"imagery":"CartoDB.Voyager","language":"en","id":113329108}},{"id":113329026,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6680694,52.103628],[11.6761025,52.103628],[11.6761025,52.1147279],[11.6680694,52.1147279],[11.6680694,52.103628]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ClickKlack","uid":"90262","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T12:01:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":38,"delete":0,"area":0.0000891666066899877,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":83,"imagery":"osm","language":"de","id":113329026}},{"id":113328646,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6611054,52.1117208],[11.6695121,52.1117208],[11.6695121,52.1177406],[11.6611054,52.1177406],[11.6611054,52.1117208]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ClickKlack","uid":"90262","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T11:52:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.0000506066526599765,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":11,"imagery":"osm","language":"de","id":113328646}},{"id":113328015,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1954819,51.2042282],[3.2181358,51.2042282],[3.2181358,51.256839],[3.1954819,51.256839],[3.1954819,51.2042282]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-03T11:38:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00119183980211994,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":2,"theme":"aed","imagery":"osm","language":"nl","move:node/8789200971":"improve_accuracy","move:node/8823682990":"improve_accuracy","id":113328015}},{"id":113386555,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4413531,46.9488652],[7.4432454,46.9488652],[7.4432454,46.949116],[7.4413531,46.949116],[7.4413531,46.9488652]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T21:19:11Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":5,"delete":0,"area":4.74588839993215e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":15,"imagery":"CartoDB.Voyager","language":"en","id":113386555}},{"id":113385218,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2271092,41.4472158],[2.2311097,41.4472158],[2.2311097,41.4474897],[2.2271092,41.4474897],[2.2271092,41.4472158]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Maribelens","uid":"13480216","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T20:33:11Z","reviewed_features":[],"tag_changes":{},"create":13,"modify":23,"delete":0,"area":0.00000109573694998512,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","answer":40,"imagery":"HDM_HOT","language":"ca","id":113385218}},{"id":113382487,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3925035,51.2058146],[4.3932845,51.2058146],[4.3932845,51.2083369],[4.3925035,51.2083369],[4.3925035,51.2058146]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T19:22:17Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":6,"delete":0,"area":0.00000196991630000178,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","answer":9,"imagery":"osm","language":"nl","id":113382487}},{"id":113382251,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.5015844,48.7539323],[10.5047665,48.7539323],[10.5047665,48.7555277],[10.5015844,48.7555277],[10.5015844,48.7539323]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ladoga","uid":"827957","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T19:15:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000507672233999808,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":3,"imagery":"osm","language":"de","id":113382251}},{"id":113376351,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1339296,51.1800377],[3.1367892,51.1800377],[3.1367892,51.1837119],[3.1339296,51.1837119],[3.1339296,51.1800377]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T16:12:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000105067423199965,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":2,"imagery":"osm","language":"nl","id":113376351}},{"id":113375792,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2031415,51.1837065],[3.2068126,51.1837065],[3.2068126,51.1857528],[3.2031415,51.1857528],[3.2031415,51.1837065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:56:32Z","reviewed_features":[],"tag_changes":{},"create":95,"modify":18,"delete":0,"area":0.00000751217193001292,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","move":14,"theme":"grb","import":16,"imagery":"AGIV10cm","language":"en","conflation":2,"id":113375792}},{"id":113375786,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2053807,51.183576],[3.2057722,51.183576],[3.2057722,51.1841127],[3.2053807,51.1841127],[3.2053807,51.183576]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:56:22Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":0,"delete":0,"area":2.10118049999207e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"grb","answer":1,"import":1,"imagery":"AGIV10cm","language":"en","id":113375786}},{"id":113375744,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2033105,51.1834603],[3.2050276,51.1834603],[3.2050276,51.1841974],[3.2033105,51.1841974],[3.2033105,51.1834603]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:55:06Z","reviewed_features":[],"tag_changes":{},"create":22,"modify":1,"delete":0,"area":0.00000126567441000353,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"grb","answer":2,"import":4,"imagery":"AGIV10cm","language":"en","id":113375744}},{"id":113375602,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.4793327,48.7206269],[10.4928985,48.7206269],[10.4928985,48.7297374],[10.4793327,48.7297374],[10.4793327,48.7206269]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ladoga","uid":"827957","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T15:51:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.000123591220899982,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":22,"imagery":"osm","language":"de","id":113375602}},{"id":113375570,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2185596,51.2099383],[3.230419,51.2099383],[3.230419,51.2131485],[3.2185596,51.2131485],[3.2185596,51.2099383]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T15:50:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000380710458800614,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":2,"theme":"aed","answer":2,"imagery":"osm","language":"nl","move:node/9223875638":"improve_accuracy","id":113375570}},{"id":113374469,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2026258,51.1822476],[3.2057241,51.1822476],[3.2057241,51.1836308],[3.2026258,51.1836308],[3.2026258,51.1822476]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:21:59Z","reviewed_features":[],"tag_changes":{},"create":229,"modify":22,"delete":0,"area":0.00000428556856002004,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","move":16,"theme":"grb","answer":2,"import":18,"imagery":"osm","language":"en","conflation":4,"id":113374469}},{"id":113374140,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4332193,46.9457835],[7.4768843,46.9457835],[7.4768843,46.9747147],[7.4332193,46.9747147],[7.4332193,46.9457835]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:11:15Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":4,"delete":0,"area":0.0012632808480001,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"cyclofix","answer":11,"imagery":"CartoDB.Voyager","language":"en","move:node/9223995072":"improve_accuracy","id":113374140}},{"id":113374077,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2174894,51.2146756],[3.218301,51.2146756],[3.218301,51.214947],[3.2174894,51.214947],[3.2174894,51.2146756]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #sidewalks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T15:09:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.20268240002105e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"sidewalks","answer":1,"imagery":"osm","language":"en","id":113374077}},{"id":113373022,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2185596,51.2100038],[3.230419,51.2100038],[3.230419,51.2131485],[3.2185596,51.2131485],[3.2185596,51.2100038]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T14:41:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":9,"delete":0,"area":0.0000372942551800002,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"aed_brugge","answer":14,"imagery":"HDM_HOT","language":"nl","add-image":7,"move:node/9223917538":"improve_accuracy","id":113373022}},{"id":113368653,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7642102,-34.6640938],[-58.5324473,-34.6640938],[-58.5324473,-34.6392679],[-58.7642102,-34.6392679],[-58.7642102,-34.6640938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T12:47:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.00575372257911075,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":11,"imagery":"osm","language":"es","id":113368653}},{"id":113367547,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8783306,50.7731883],[4.2893237,50.7731883],[4.2893237,50.789261],[3.8783306,50.789261],[3.8783306,50.7731883]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T12:18:50Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.00660576879837093,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","answer":1,"import":2,"imagery":"osm","language":"nl","id":113367547}},{"id":113364948,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1797695,51.1910897],[3.2177668,51.1910897],[3.2177668,51.2013444],[3.1797695,51.2013444],[3.1797695,51.1910897]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T11:00:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000389650912310169,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","answer":4,"imagery":"osm","language":"nl","id":113364948}},{"id":113364737,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4177076,46.9393474],[7.4177076,46.9393474],[7.4177076,46.9393474],[7.4177076,46.9393474],[7.4177076,46.9393474]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T10:54:30Z","reviewed_features":[],"tag_changes":{},"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":3,"imagery":"CartoDB.Voyager","language":"en","id":113364737}},{"id":113360279,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4281942,46.951999],[7.429485,46.951999],[7.429485,46.953228],[7.4281942,46.953228],[7.4281942,46.951999]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T08:23:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00000158639320000227,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":6,"imagery":"CartoDB.Voyager","language":"en","id":113360279}},{"id":113354339,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0106851,51.005699],[4.0106851,51.005699],[4.0106851,51.005699],[4.0106851,51.005699],[4.0106851,51.005699]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T01:41:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":4,"imagery":"osm","language":"en","add-image":1,"id":113354339}},{"id":113353891,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.216794,51.2144849],[3.2174567,51.2144849],[3.2174567,51.2146271],[3.216794,51.2146271],[3.216794,51.2144849]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1-beta","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-04T01:06:12Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":11,"delete":0,"area":9.42359399993855e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"grb","import":3,"imagery":"AGIVFlandersGRB","language":"nl","id":113353891}},{"id":113353572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-04T00:31:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":1,"imagery":"osm","language":"en","id":113353572}},{"id":113429453,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7280077,51.0445407],[3.7280077,51.0445407],[3.7280077,51.0445407],[3.7280077,51.0445407],[3.7280077,51.0445407]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T22:34:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"drinking_water","answer":1,"imagery":"CartoDB.Voyager","language":"en","add-image":1,"id":113429453}},{"id":113428932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6368818,44.7198549],[10.6473911,44.7198549],[10.6473911,44.7202458],[10.6368818,44.7202458],[10.6368818,44.7198549]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T22:10:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000410808536999299,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":12,"imagery":"osm","language":"it","id":113428932}},{"id":113428858,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6368944,44.7155991],[10.6436293,44.7155991],[10.6436293,44.7171254],[10.6368944,44.7171254],[10.6368944,44.7155991]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T22:07:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000102794778700148,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":5,"imagery":"osm","language":"it","id":113428858}},{"id":113428835,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6509034,44.7140631],[10.6510766,44.7140631],[10.6510766,44.7141882],[10.6509034,44.7141882],[10.6509034,44.7140631]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T22:06:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.16673200007942e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":4,"imagery":"osm","language":"it","id":113428835}},{"id":113428798,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3495687,46.4970481],[11.3576022,46.4970481],[11.3576022,46.5002866],[11.3495687,46.5002866],[11.3495687,46.4970481]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MaximusIT","uid":"132225","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T22:04:13Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":15,"delete":0,"area":0.0000260164897500148,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":33,"imagery":"osm","language":"en","id":113428798}},{"id":113428563,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.9746711,55.5979214],[12.9756195,55.5979214],[12.9756195,55.597995],[12.9746711,55.597995],[12.9746711,55.5979214]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cerritus","uid":"12919","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T21:52:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":6.98022400003523e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":8,"imagery":"osm","language":"de","id":113428563}},{"id":113428090,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6665392,44.7445564],[10.6911694,44.7445564],[10.6911694,44.7640471],[10.6665392,44.7640471],[10.6665392,44.7445564]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T21:35:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":22,"delete":0,"area":0.000480059839139946,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":28,"imagery":"osm","language":"it","id":113428090}},{"id":113426608,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3487564,46.5002575],[11.3492527,46.5002575],[11.3492527,46.5003478],[11.3487564,46.5003478],[11.3487564,46.5002575]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MaximusIT","uid":"132225","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T20:45:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.48158900018126e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":4,"imagery":"osm","language":"en","id":113426608}},{"id":113421595,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.9669906,55.5962],[12.9957467,55.5962],[12.9957467,55.6126643],[12.9669906,55.6126643],[12.9669906,55.5962]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cerritus","uid":"12919","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T18:24:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":21,"delete":0,"area":0.000473449057229855,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":24,"imagery":"CartoDB.Voyager","language":"en","id":113421595}},{"id":113418491,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.9677728,55.5984981],[12.9741669,55.5984981],[12.9741669,55.6032872],[12.9677728,55.6032872],[12.9677728,55.5984981]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cerritus","uid":"12919","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T17:00:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000306219843099754,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":5,"imagery":"CartoDB.Voyager","language":"en","id":113418491}},{"id":113413987,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[88.3509729,22.5620033],[88.3571625,22.5620033],[88.3571625,22.5855414],[88.3509729,22.5855414],[88.3509729,22.5620033]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Bodhisattwa","uid":"2876061","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T15:22:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000145691423759975,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":2,"imagery":"osm","language":"en","id":113413987}},{"id":113412065,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5494963,53.0001853],[6.5494963,53.0001853],[6.5494963,53.0001853],[6.5494963,53.0001853],[6.5494963,53.0001853]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T14:30:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"street_lighting","answer":7,"imagery":"osm","language":"en","id":113412065}},{"id":113411796,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4299429,46.9471541],[7.4392904,46.9471541],[7.4392904,46.9512033],[7.4299429,46.9512033],[7.4299429,46.9471541]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T14:22:58Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":3,"delete":0,"area":0.0000378498970000387,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":14,"imagery":"CartoDB.Voyager","language":"en","id":113411796}},{"id":113410685,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.0497048,52.3891526],[13.0805059,52.3891526],[13.0805059,52.402249],[13.0497048,52.402249],[13.0497048,52.3891526]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hfs","uid":"9607","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T13:55:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":68,"delete":0,"area":0.000403383526039839,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":115,"imagery":"osm","language":"en","id":113410685}},{"id":113410204,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.597413,-34.6450639],[-58.5969946,-34.6450639],[-58.5969946,-34.6450606],[-58.597413,-34.6450606],[-58.597413,-34.6450639]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T13:44:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":1.38071999830083e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":2,"imagery":"osm","language":"es","id":113410204}},{"id":113409895,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9134751,51.2275968],[2.9134751,51.2275968],[2.9134751,51.2275968],[2.9134751,51.2275968],[2.9134751,51.2275968]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tom Callens","uid":"14405801","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T13:37:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":6,"imagery":"osm","language":"nl","add-image":1,"id":113409895}},{"id":113409798,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T13:35:20Z","reviewed_features":[],"tag_changes":{},"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":"toilets","answer":6,"imagery":"osm","language":"en","id":113409798}},{"id":113409011,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5640763,53.0198777],[6.5640763,53.0198777],[6.5640763,53.0198777],[6.5640763,53.0198777],[6.5640763,53.0198777]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T13:15:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"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","add-image":2,"id":113409011}},{"id":113407314,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4219758,46.9305649],[7.4260552,46.9305649],[7.4260552,46.9477524],[7.4219758,46.9477524],[7.4219758,46.9305649]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T12:31:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0.0000701146874999973,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"cyclofix","answer":7,"imagery":"CartoDB.Voyager","language":"en","move:node/4568201391":"improve_accuracy","id":113407314}},{"id":113405992,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8108884,41.9797913],[2.8234898,41.9797913],[2.8234898,41.9841272],[2.8108884,41.9841272],[2.8108884,41.9797913]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"quelgir","uid":"13293058","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T11:53:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000546384102600114,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":6,"imagery":"osm","language":"en","id":113405992}},{"id":113404377,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6381426,45.498189],[9.6447824,45.498189],[9.6447824,45.5074108],[9.6381426,45.5074108],[9.6381426,45.498189]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mannivu","uid":"1950277","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T11:15:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":41,"delete":0,"area":0.0000612309076399951,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":64,"imagery":"osm","language":"en","id":113404377}},{"id":113404365,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.7391136,48.7976723],[10.7630421,48.7976723],[10.7630421,48.8240201],[10.7391136,48.8240201],[10.7391136,48.7976723]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ladoga","uid":"827957","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T11:14:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00063046333229992,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":10,"imagery":"osm","language":"de","id":113404365}},{"id":113403407,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9132451,51.2274674],[2.9132451,51.2274674],[2.9132451,51.2274674],[2.9132451,51.2274674],[2.9132451,51.2274674]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tom Callens","uid":"14405801","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T10:51:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":5,"imagery":"osm","language":"nl","add-image":1,"id":113403407}},{"id":113401156,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6284641,44.6969162],[10.6489178,44.6969162],[10.6489178,44.719423],[10.6284641,44.719423],[10.6284641,44.6969162]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-05T09:58:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":81,"delete":0,"area":0.000460347335160025,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":131,"imagery":"osm","language":"it","id":113401156}},{"id":113400546,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9319354,44.4054811],[8.9399769,44.4054811],[8.9399769,44.4083162],[8.9319354,44.4083162],[8.9319354,44.4054811]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sabas88","uid":"454589","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T09:39:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":32,"delete":0,"area":0.0000227984566499867,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":46,"imagery":"osm","language":"it","id":113400546}},{"id":113399744,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2303788,51.2099501],[3.2304331,51.2099501],[3.2304331,51.2099693],[3.2303788,51.2099693],[3.2303788,51.2099501]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T09:12:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":1.04255999983614e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"aed","answer":1,"imagery":"osm","language":"nl","move:node/9223875638":"improve_accuracy","id":113399744}},{"id":113397481,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2245134,50.961555],[4.2286112,50.961555],[4.2286112,50.9640391],[4.2245134,50.9640391],[4.2245134,50.961555]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"kobevandeweerdt","uid":"14408432","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":3,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-05T08:06:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000101793449800139,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclestreets","answer":2,"imagery":"osm","language":"nl","id":113397481}},{"id":113463623,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3507974,46.4987505],[11.3569209,46.4987505],[11.3569209,46.4997625],[11.3507974,46.4997625],[11.3507974,46.4987505]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MaximusIT","uid":"132225","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T22:49:13Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":29,"delete":0,"area":0.00000619698200001883,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":42,"imagery":"osm","language":"en","id":113463623}},{"id":113463553,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9920731,48.4988367],[8.9924969,48.4988367],[8.9924969,48.4988847],[8.9920731,48.4988847],[8.9920731,48.4988367]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T22:46:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":2.03423999998362e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":6,"imagery":"osm","language":"en","id":113463553}},{"id":113463449,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9908201,48.4997284],[9.0012241,48.4997284],[9.0012241,48.503771],[8.9908201,48.503771],[8.9908201,48.4997284]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T22:39:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0000420592103999792,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":5,"imagery":"CartoDB.Voyager","language":"en","id":113463449}},{"id":113450975,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5389581,51.2419872],[4.5389581,51.2419872],[4.5389581,51.2419872],[4.5389581,51.2419872],[4.5389581,51.2419872]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pi11","uid":"12066190","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T15:29:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":1,"imagery":"osm","language":"nl","id":113450975}},{"id":113450551,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.6865183,42.1972861],[2.7431912,42.1972861],[2.7431912,42.2230003],[2.6865183,42.2230003],[2.6865183,42.1972861]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"quelgir","uid":"13293058","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T15:17:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":13,"delete":0,"area":0.00145729828518017,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":14,"imagery":"osm","language":"en","id":113450551}},{"id":113448373,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5614855,53.0029268],[6.5614855,53.0029268],[6.5614855,53.0029268],[6.5614855,53.0029268],[6.5614855,53.0029268]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-06T14:30:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":11,"imagery":"CartoDB.Voyager","language":"en","add-image":1,"id":113448373}},{"id":113444561,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6692221,44.7605103],[10.6741377,44.7605103],[10.6741377,44.7689517],[10.6692221,44.7689517],[10.6692221,44.7605103]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-06T12:46:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000414945458399997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":9,"imagery":"osm","language":"it","id":113444561}},{"id":113442152,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.9679002,55.5981608],[12.9967072,55.5981608],[12.9967072,55.6145033],[12.9679002,55.6145033],[12.9679002,55.5981608]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cerritus","uid":"12919","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T11:27:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":0.000470778397499989,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":19,"imagery":"CartoDB.Voyager","language":"en","id":113442152}},{"id":113438716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.9896861,55.6099415],[12.9949835,55.6099415],[12.9949835,55.6123863],[12.9896861,55.6123863],[12.9896861,55.6099415]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cerritus","uid":"12919","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-06T09:37:57Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.0000129510835199958,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":3,"imagery":"CartoDB.Voyager","language":"en","id":113438716}},{"id":113438500,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.2377422,40.9166827],[14.2802702,40.9166827],[14.2802702,40.9460374],[14.2377422,40.9460374],[14.2377422,40.9166827]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Acheloo","uid":"11366923","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-06T09:30:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":83,"delete":0,"area":0.00124839668159998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":121,"imagery":"osm","language":"en","id":113438500}},{"id":113499377,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.6966002,26.5307092],[-78.6966002,26.5307092],[-78.6966002,26.5307092],[-78.6966002,26.5307092],[-78.6966002,26.5307092]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"InsertUser","uid":"89098","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T23:22:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":1,"imagery":"osm","language":"en","id":113499377}},{"id":113498268,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-42.8143327,-5.0923526],[-42.8143327,-5.0923526],[-42.8143327,-5.0923526],[-42.8143327,-5.0923526],[-42.8143327,-5.0923526]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PlayzinhoAgro","uid":"10460642","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T22:18:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":1,"imagery":"osm","language":"en","id":113498268}},{"id":113498240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-42.8404302,-5.0966517],[-42.8404302,-5.0966517],[-42.8404302,-5.0966517],[-42.8404302,-5.0966517],[-42.8404302,-5.0966517]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PlayzinhoAgro","uid":"10460642","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T22:17:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":1,"imagery":"osm","language":"en","id":113498240}},{"id":113493880,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.3573847,51.6720755],[14.3732768,51.6720755],[14.3732768,51.6779043],[14.3573847,51.6779043],[14.3573847,51.6720755]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"zepelindererste","uid":"504008","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T19:40:58Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":5,"delete":0,"area":0.0000926318724800438,"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","id":113493880}},{"id":113493657,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6537454,50.9009087],[3.6537454,50.9009087],[3.6537454,50.9009087],[3.6537454,50.9009087],[3.6537454,50.9009087]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T19:32:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","add-image":1,"id":113493657}},{"id":113492944,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7195112,50.8516306],[3.7195112,50.8516306],[3.7195112,50.8516306],[3.7195112,50.8516306],[3.7195112,50.8516306]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T19:07:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"postboxes","imagery":"CartoDB.Voyager","language":"en","add-image":1,"id":113492944}},{"id":113491702,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5463604,53.0115865],[6.5463604,53.0115865],[6.5463604,53.0115865],[6.5463604,53.0115865],[6.5463604,53.0115865]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T18:29:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":2,"imagery":"CartoDB.Voyager","language":"en","id":113491702}},{"id":113491295,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5454001,53.0104826],[6.5481828,53.0104826],[6.5481828,53.013161],[6.5454001,53.013161],[6.5454001,53.0104826]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #street_lighting_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T18:16:06Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":17,"delete":0,"area":0.00000745318367998207,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"street_lighting_assen","answer":61,"imagery":"osm","language":"en","move:node/-1":"improve_accuracy","id":113491295}},{"id":113491238,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5486318,53.0134666],[6.5486318,53.0134666],[6.5486318,53.0134666],[6.5486318,53.0134666],[6.5486318,53.0134666]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T18:14:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":8,"imagery":"osm","language":"en","id":113491238}},{"id":113489356,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3435891,50.8314757],[4.3435891,50.8314757],[4.3435891,50.8314757],[4.3435891,50.8314757],[4.3435891,50.8314757]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.1","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T17:18:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"ghostbikes","answer":2,"imagery":"CartoDB.Positron","language":"nl","id":113489356}},{"id":113489134,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7124507,50.8657342],[3.7124507,50.8657342],[3.7124507,50.8657342],[3.7124507,50.8657342],[3.7124507,50.8657342]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.0","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T17:13:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","imagery":"osm","language":"en","add-image":1,"id":113489134}},{"id":113488340,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062],[4.1439541,51.1716062]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T16:51:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"toilets","answer":2,"imagery":"osm","language":"nl","id":113488340}},{"id":113481936,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5628899,53.0090367],[6.590133,53.0090367],[6.590133,53.0243704],[6.5628899,53.0243704],[6.5628899,53.0090367]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T14:14:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":13,"delete":0,"area":0.000417737522469978,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/post-partner/","theme":"postboxes","answer":19,"imagery":"CartoDB.Voyager","language":"en","id":113481936}},{"id":113480631,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5695252,53.017952],[6.5695252,53.017952],[6.5695252,53.017952],[6.5695252,53.017952],[6.5695252,53.017952]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T13:43:15Z","reviewed_features":[],"tag_changes":{},"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":"cycle_infra","answer":1,"imagery":"CartoDB.Voyager","language":"en","id":113480631}},{"id":113480016,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0323045,49.0182418],[-0.0322911,49.0182418],[-0.0322911,49.0182676],[-0.0323045,49.0182676],[-0.0323045,49.0182418]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"gtaro","uid":"2973154","editor":"MapComplete 0.11.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-07T13:26:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":3.45720000041099e-10,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"toilets","answer":5,"imagery":"osm","language":"fr","move:node/9233019525":"improve_accuracy","id":113480016}},{"id":113477074,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.717778,44.3513939],[11.7177824,44.3513939],[11.7177824,44.3518562],[11.717778,44.3518562],[11.717778,44.3513939]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Danysan95","uid":"4425563","editor":"MapComplete 0.11.4","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T12:05:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.03412000078743e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":1,"imagery":"osm","language":"en","id":113477074}},{"id":113472305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2334872,50.7377122],[4.2334872,50.7377122],[4.2334872,50.7377122],[4.2334872,50.7377122],[4.2334872,50.7377122]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.11.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T09:43:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":6,"imagery":"CartoDB.Voyager","language":"nl","add-image":1,"id":113472305}},{"id":113465263,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.20747,51.2193065],[3.2093845,51.2193065],[3.2093845,51.2208645],[3.20747,51.2208645],[3.20747,51.2193065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.11.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-07T01:09:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":14,"delete":0,"area":0.00000298279099999223,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":24,"imagery":"osm","language":"en","id":113465263}},{"id":113541988,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2823267,41.5993252],[2.2911677,41.5993252],[2.2911677,41.6045054],[2.2823267,41.6045054],[2.2823267,41.5993252]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Moisès","uid":"12884230","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T22:52:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0000457981481999824,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":8,"imagery":"CartoDB.Voyager","language":"en","add-image":2,"id":113541988}},{"id":113536549,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.226315,51.2200811],[3.2266078,51.2200811],[3.2266078,51.2202087],[3.226315,51.2202087],[3.226315,51.2200811]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.2-beta","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T19:53:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.73612799997067e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/post-partner/","theme":"postboxes","answer":1,"imagery":"CartoDB.Voyager","language":"en","id":113536549}},{"id":113531693,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.8141441,43.3810326],[-3.8141441,43.3810326],[-3.8141441,43.3810326],[-3.8141441,43.3810326],[-3.8141441,43.3810326]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T17:32:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","answer":1,"imagery":"osm","language":"en","add-image":2,"id":113531693}},{"id":113524257,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6541279,52.0111969],[14.6541279,52.0111969],[14.6541279,52.0111969],[14.6541279,52.0111969],[14.6541279,52.0111969]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"PaulSembten","uid":"13999064","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T14:09:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"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","id":113524257}},{"id":113520538,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4326037,46.9454155],[7.4326184,46.9454155],[7.4326184,46.9454869],[7.4326037,46.9454869],[7.4326037,46.9454155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T12:26:23Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":5,"delete":0,"area":1.04957999996664e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":7,"imagery":"CartoDB.Voyager","language":"en","id":113520538}},{"id":113519157,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6455965,50.0688335],[8.6455965,50.0688335],[8.6455965,50.0688335],[8.6455965,50.0688335],[8.6455965,50.0688335]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:51:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","answer":6,"imagery":"osm","language":"de","id":113519157}},{"id":113518984,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6758072,50.09824],[8.6766922,50.09824],[8.6766922,50.0987642],[8.6758072,50.0987642],[8.6758072,50.09824]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:46:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":4.63917000000991e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":1,"imagery":"osm","language":"de","id":113518984}},{"id":113518889,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7027381,50.122315],[8.7027381,50.122315],[8.7027381,50.122315],[8.7027381,50.122315],[8.7027381,50.122315]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:44:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":5,"imagery":"osm","language":"de","id":113518889}},{"id":113518734,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7113511,50.0889888],[8.7113592,50.0889888],[8.7113592,50.0890384],[8.7113511,50.0890384],[8.7113511,50.0889888]]]},"properties":{"check_user":"joost schouppe","reasons":[{"id":40,"name":"New mapper"}],"tags":[{"id":9,"name":"Resolved"}],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #observation_towers","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:41:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":4.01760000000901e-10,"is_suspect":true,"harmful":true,"checked":true,"check_date":"2021-11-11T14:20:49.197781Z","host":"mapcomplete.osm.be","move":1,"theme":"observation_towers","answer":1,"imagery":"osm","language":"de","move:node/9235173348":"improve_accuracy","id":113518734}},{"id":113518718,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6910141,50.1280909],[8.6927086,50.1280909],[8.6927086,50.1284644],[8.6910141,50.1284644],[8.6910141,50.1280909]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:40:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":6.32895750003157e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":14,"imagery":"osm","language":"de","id":113518718}},{"id":113518617,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6541474,50.0905519],[8.6655092,50.0905519],[8.6655092,50.09229],[8.6541474,50.09229],[8.6541474,50.0905519]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:38:27Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":6,"delete":0,"area":0.0000197479445799703,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","answer":10,"imagery":"osm","language":"de","id":113518617}},{"id":113518508,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6641896,50.1069909],[8.6641896,50.1069909],[8.6641896,50.1069909],[8.6641896,50.1069909],[8.6641896,50.1069909]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:36:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":5,"imagery":"CartoDB.Voyager","language":"de","id":113518508}},{"id":113518425,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.711375,50.0890135],[8.711375,50.0890135],[8.711375,50.0890135],[8.711375,50.0890135],[8.711375,50.0890135]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #binoculars","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:34:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"binoculars","answer":1,"imagery":"osm","language":"de","id":113518425}},{"id":113518262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6702977,50.0975883],[8.6919746,50.0975883],[8.6919746,50.1304932],[8.6702977,50.1304932],[8.6702977,50.0975883]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:31:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000713276226809939,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"waste_basket","answer":1,"imagery":"osm","language":"de","move:node/9235095153":"improve_accuracy","id":113518262}},{"id":113518197,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7093633,50.0884215],[8.71097,50.0884215],[8.71097,50.0896846],[8.7093633,50.0896846],[8.7093633,50.0884215]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:30:13Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":1,"delete":0,"area":0.00000202942276999293,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"parkings","imagery":"osm","language":"de","move:node/9235138165":"improve_accuracy","id":113518197}},{"id":113518084,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6722684,50.0889888],[8.7113592,50.0889888],[8.7113592,50.1123982],[8.6722684,50.1123982],[8.6722684,50.0889888]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #observation_towers","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:27:40Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.000915092173519948,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"observation_towers","answer":8,"imagery":"osm","language":"de","id":113518084}},{"id":113518040,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.665123,50.0951668],[8.69446,50.0951668],[8.69446,50.1296125],[8.665123,50.1296125],[8.665123,50.0951668]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:26:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00101053350089997,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113518040}},{"id":113517912,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6773708,50.1120637],[8.6773708,50.1120637],[8.6773708,50.1120637],[8.6773708,50.1120637],[8.6773708,50.1120637]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:22:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":7,"imagery":"CartoDB.Voyager","language":"de","id":113517912}},{"id":113517804,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6634813,50.1017892],[8.7051516,50.1017892],[8.7051516,50.1304263],[8.6634813,50.1304263],[8.6634813,50.1017892]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:19:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.00119331654813018,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":15,"imagery":"osm","language":"de","id":113517804}},{"id":113517769,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6920363,50.130672],[8.6921167,50.130672],[8.6921167,50.1306772],[8.6920363,50.1306772],[8.6920363,50.130672]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:18:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":4.18080000314834e-10,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"trees","answer":2,"imagery":"osm","language":"de","move:node/9235112785":"improve_accuracy","id":113517769}},{"id":113517620,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6866933,50.1351904],[8.6866933,50.1351904],[8.6866933,50.1351904],[8.6866933,50.1351904],[8.6866933,50.1351904]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:15:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"de","id":113517620}},{"id":113517349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6919947,50.1286955],[8.6936456,50.1286955],[8.6936456,50.1300083],[8.6919947,50.1300083],[8.6919947,50.1286955]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:09:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000021673015200009,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":4,"imagery":"osm","language":"de","id":113517349}},{"id":113517323,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6980666,50.1287091],[8.6980666,50.1287091],[8.6980666,50.1287091],[8.6980666,50.1287091],[8.6980666,50.1287091]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:09:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":1,"imagery":"osm","language":"de","id":113517323}},{"id":113517015,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6712277,50.0973694],[8.6905262,50.0973694],[8.6905262,50.1289062],[8.6712277,50.1289062],[8.6712277,50.0973694]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T11:01:02Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":15,"delete":0,"area":0.00060861293480014,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":27,"imagery":"osm","language":"de","id":113517015}},{"id":113516933,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6972467,50.1261847],[8.6972467,50.1261847],[8.6972467,50.1261847],[8.6972467,50.1261847],[8.6972467,50.1261847]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T10:58:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":2,"imagery":"CartoDB.Voyager","language":"de","id":113516933}},{"id":113516869,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6919746,50.1304932],[8.6919746,50.1304932],[8.6919746,50.1304932],[8.6919746,50.1304932],[8.6919746,50.1304932]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T10:57:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"de","id":113516869}},{"id":113516857,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4303868,46.9522689],[7.4303868,46.9522689],[7.4303868,46.9522689],[7.4303868,46.9522689],[7.4303868,46.9522689]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T10:57:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","deletion":1,"language":"en","deletion:node/9235082800":"testing point","id":113516857}},{"id":113516827,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2865697,55.8504352],[-4.281947,55.8504352],[-4.281947,55.8904911],[-4.2865697,55.8904911],[-4.2865697,55.8504352]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"oliverhawes","uid":"665469","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T10:56:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":14,"delete":0,"area":0.000185166408930015,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","answer":24,"imagery":"osm","language":"en","id":113516827}},{"id":113516557,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6887285,50.128598],[8.6887285,50.128598],[8.6887285,50.128598],[8.6887285,50.128598],[8.6887285,50.128598]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T10:50:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":1,"imagery":"osm","language":"de","id":113516557}},{"id":113514618,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6883402,50.127577],[8.6883402,50.127577],[8.6883402,50.127577],[8.6883402,50.127577],[8.6883402,50.127577]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T10:01:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","imagery":"osm","language":"de","id":113514618}},{"id":113514495,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6870742,50.1287029],[8.6920966,50.1287029],[8.6920966,50.131705],[8.6870742,50.131705],[8.6870742,50.1287029]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"paulderstadtführer","uid":"14423380","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T09:58:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00001507774703998,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":7,"imagery":"CartoDB.Voyager","language":"en","id":113514495}},{"id":113514247,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5848631,51.1774379],[5.5856545,51.1774379],[5.5856545,51.1776615],[5.5848631,51.1776615],[5.5848631,51.1774379]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-08T09:52:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.76957039998735e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","answer":1,"imagery":"osm","language":"nl","id":113514247}},{"id":113513805,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6886929,50.1287807],[8.6886929,50.1287807],[8.6886929,50.1287807],[8.6886929,50.1287807],[8.6886929,50.1287807]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"katarina ugljevarević","uid":"14420839","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T09:42:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":3,"imagery":"CartoDB.Voyager","language":"de","id":113513805}},{"id":113511570,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8948699,51.0112697],[3.9325976,51.0112697],[3.9325976,51.0185431],[3.8948699,51.0185431],[3.8948699,51.0112697]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.12.2","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-08T08:49:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.000274408653180093,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclestreets","answer":6,"imagery":"osm","language":"en","add-image":1,"id":113511570}},{"id":113586229,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.87728,37.1193653],[-7.6271302,37.1193653],[-7.6271302,37.1523195],[-7.87728,37.1523195],[-7.87728,37.1193653]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Alexmol","uid":"347293","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T22:46:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00824348653915973,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":5,"imagery":"osm","language":"pt","add-image":1,"id":113586229}},{"id":113585788,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.4623911,5.0312873],[-75.4623911,5.0312873],[-75.4623911,5.0312873],[-75.4623911,5.0312873],[-75.4623911,5.0312873]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"afgb1977","uid":"10218404","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T22:26:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","add-image":1,"id":113585788}},{"id":113584728,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5436714,50.1587717],[8.5467343,50.1587717],[8.5467343,50.1628883],[8.5436714,50.1628883],[8.5436714,50.1587717]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T21:40:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000126087341399945,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","answer":6,"imagery":"osm","language":"en","id":113584728}},{"id":113584605,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5514026,50.159433],[8.5514026,50.159433],[8.5514026,50.159433],[8.5514026,50.159433],[8.5514026,50.159433]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T21:35:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":1,"imagery":"CartoDB.Voyager","language":"en","id":113584605}},{"id":113584481,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.550188,50.1588121],[8.550188,50.1588121],[8.550188,50.1588121],[8.550188,50.1588121],[8.550188,50.1588121]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T21:30:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":4,"imagery":"osm","language":"en","id":113584481}},{"id":113584409,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5436044,50.1591901],[8.5513383,50.1591901],[8.5513383,50.163221],[8.5436044,50.163221],[8.5436044,50.1591901]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T21:27:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0.0000311745775100273,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":8,"imagery":"CartoDB.Voyager","language":"en","id":113584409}},{"id":113584246,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5437074,50.1572741],[8.5462582,50.1572741],[8.5462582,50.1631027],[8.5437074,50.1631027],[8.5437074,50.1572741]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T21:21:16Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.0000148675928800016,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":11,"imagery":"osm","language":"en","id":113584246}},{"id":113581830,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.19017,50.2015224],[9.1923972,50.2015224],[9.1923972,50.2018717],[9.19017,50.2018717],[9.19017,50.2015224]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T20:00:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":7.77960959991867e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":3,"imagery":"osm","language":"en","id":113581830}},{"id":113581380,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6656541,50.1017954],[9.1979682,50.1017954],[9.1979682,50.2000032],[8.6656541,50.2000032],[8.6656541,50.1017954]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T19:46:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0522773966699786,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","answer":12,"imagery":"osm","language":"en","id":113581380}},{"id":113581306,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1912618,50.1995815],[9.1938219,50.1995815],[9.1938219,50.1995967],[9.1912618,50.1995967],[9.1912618,50.1995815]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T19:44:42Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":3.89135199999847e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":6,"imagery":"osm","language":"en","id":113581306}},{"id":113581221,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.545416,50.1595767],[8.545416,50.1595767],[8.545416,50.1595767],[8.545416,50.1595767],[8.545416,50.1595767]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T19:42:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":5,"imagery":"osm","language":"en","id":113581221}},{"id":113581039,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5464031,50.1614016],[8.5464031,50.1614016],[8.5464031,50.1614016],[8.5464031,50.1614016],[8.5464031,50.1614016]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T19:37:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","add-image":1,"id":113581039}},{"id":113580922,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.191764,50.1966291],[9.1936921,50.1966291],[9.1936921,50.200307],[9.191764,50.200307],[9.191764,50.1966291]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T19:34:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.00000709135899000157,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":16,"imagery":"CartoDB.Voyager","language":"en","id":113580922}},{"id":113580637,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5449777,50.160892],[8.552491,50.160892],[8.552491,50.1677104],[8.5449777,50.1677104],[8.5449777,50.160892]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T19:26:27Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":18,"delete":0,"area":0.0000512286847199975,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":34,"imagery":"osm","language":"en","id":113580637}},{"id":113568845,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6788216,50.1260216],[8.6788216,50.1260216],[8.6788216,50.1260216],[8.6788216,50.1260216],[8.6788216,50.1260216]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:51:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":2,"imagery":"osm","language":"de","id":113568845}},{"id":113568571,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6791831,50.125971],[8.6791831,50.125971],[8.6791831,50.125971],[8.6791831,50.125971],[8.6791831,50.125971]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:44:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"de","id":113568571}},{"id":113568433,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6773196,50.1264761],[8.6786143,50.1264761],[8.6786143,50.1272138],[8.6773196,50.1272138],[8.6773196,50.1264761]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:40:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":9.55100190001775e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":3,"imagery":"osm","language":"de","id":113568433}},{"id":113568103,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6805457,50.1275839],[8.6805457,50.1275839],[8.6805457,50.1275839],[8.6805457,50.1275839],[8.6805457,50.1275839]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:30:20Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":3,"imagery":"osm","language":"en","id":113568103}},{"id":113567768,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6814415,50.1276836],[8.6814415,50.1276836],[8.6814415,50.1276836],[8.6814415,50.1276836],[8.6814415,50.1276836]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:20:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"HDM_HOT","language":"de","id":113567768}},{"id":113567505,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6816034,50.127716],[8.6816034,50.127716],[8.6816034,50.127716],[8.6816034,50.127716],[8.6816034,50.127716]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T14:13:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":1,"imagery":"CartoDB.Voyager","language":"de","id":113567505}},{"id":113566980,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.677804,50.1272677],[8.6832608,50.1272677],[8.6832608,50.128004],[8.677804,50.128004],[8.677804,50.1272677]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T13:59:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000401784183999837,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":7,"imagery":"CartoDB.Voyager","language":"de","id":113566980}},{"id":113566589,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6830723,50.1281668],[8.6833969,50.1281668],[8.6833969,50.1282614],[8.6830723,50.1282614],[8.6830723,50.1281668]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T13:48:13Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":3.07071599991194e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":7,"imagery":"osm","language":"de","id":113566589}},{"id":113565479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7307992,-34.6640056],[-58.6459731,-34.6640056],[-58.6459731,-34.6532638],[-58.7307992,-34.6532638],[-58.7307992,-34.6640056]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T13:15:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000911185000980453,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":2,"imagery":"osm","language":"es","id":113565479}},{"id":113565126,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6887671,50.1320047],[8.6895061,50.1320047],[8.6895061,50.1350897],[8.6887671,50.1350897],[8.6887671,50.1320047]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T13:05:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0000022798149999971,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":11,"imagery":"osm","language":"de","id":113565126}},{"id":113565062,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2189687,51.1964308],[3.2255441,51.1964308],[3.2255441,51.2079706],[3.2189687,51.2079706],[3.2189687,51.1964308]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T13:04:07Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":11,"delete":0,"area":0.0000758788009200088,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"aed_brugge","answer":20,"imagery":"HDM_HOT","language":"nl","add-image":7,"move:node/9238133163":"improve_accuracy","id":113565062}},{"id":113564788,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6922009,50.1269567],[8.6943614,50.1269567],[8.6943614,50.1304687],[8.6922009,50.1304687],[8.6922009,50.1269567]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T12:57:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000758767600000295,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":7,"imagery":"osm","language":"de","id":113564788}},{"id":113563735,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6898982,50.127193],[8.6901807,50.127193],[8.6901807,50.1280856],[8.6898982,50.1280856],[8.6898982,50.127193]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T12:28:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.52159500000829e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":2,"imagery":"osm","language":"en","id":113563735}},{"id":113561665,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3922232,51.2052979],[4.3944557,51.2052979],[4.3944557,51.2122168],[4.3922232,51.2122168],[4.3922232,51.2052979]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.12.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-09T11:31:36Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":5,"delete":0,"area":0.0000154464442500041,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","answer":15,"imagery":"osm","language":"nl","id":113561665}},{"id":113561089,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5617588,50.5852711],[5.5617588,50.5852711],[5.5617588,50.5852711],[5.5617588,50.5852711],[5.5617588,50.5852711]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"plicploc","uid":"75871","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T11:15:36Z","reviewed_features":[],"tag_changes":{},"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":5,"imagery":"osm","language":"en","id":113561089}},{"id":113558406,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1960519,51.201325],[3.2086958,51.201325],[3.2086958,51.2031535],[3.1960519,51.2031535],[3.1960519,51.201325]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T10:09:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":11,"delete":0,"area":0.0000231193711500255,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":3,"theme":"aed_brugge","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","id":113558406}},{"id":113554894,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2578433,51.2068582],[3.290868,51.2068582],[3.290868,51.2122487],[3.2578433,51.2122487],[3.2578433,51.2068582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T08:42:20Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":10,"delete":0,"area":0.000178019645350141,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed_brugge","answer":15,"imagery":"HDM_HOT","language":"nl","add-image":5,"id":113554894}},{"id":113544129,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2194673,51.1996415],[3.2400909,51.1996415],[3.2400909,51.2146216],[3.2194673,51.2146216],[3.2194673,51.1996415]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-09T00:41:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.000308943590360058,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"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","id":113544129}},{"id":113621156,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9317936,50.2634229],[8.9599762,50.2634229],[8.9599762,50.2984981],[8.9317936,50.2984981],[8.9317936,50.2634229]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T18:25:43Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":21,"delete":0,"area":0.000988510331520011,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"benches","answer":62,"imagery":"osm","language":"de","move:node/9241346070":"improve_accuracy","id":113621156}},{"id":113617351,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5497558,50.1005473],[8.5497558,50.1005473],[8.5497558,50.1005473],[8.5497558,50.1005473],[8.5497558,50.1005473]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:57:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":1,"imagery":"osm","language":"de","change_within_25m":1,"id":113617351}},{"id":113616982,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:50:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":1,"imagery":"osm","language":"de","change_within_25m":1,"id":113616982}},{"id":113616486,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5468376,50.1026135],[8.54702,50.1026135],[8.54702,50.1026342],[8.5468376,50.1026342],[8.5468376,50.1026135]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:38:55Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":3.77568000005621e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"de","id":113616486}},{"id":113616350,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.547079,50.1025774],[8.5473579,50.1025774],[8.5473579,50.1027924],[8.547079,50.1027924],[8.547079,50.1025774]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:36:14Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":5.99634999991383e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":3,"imagery":"osm","language":"de","change_within_25m":3,"id":113616350}},{"id":113616285,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1895475,51.1964409],[3.290868,51.1964409],[3.290868,51.2122487],[3.1895475,51.2122487],[3.1895475,51.1964409]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:34:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.00160165419990046,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed_brugge","answer":6,"imagery":"HDM_HOT","language":"nl","add-image":3,"change_within_25m":8,"change_within_5000m":1,"id":113616285}},{"id":113615451,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5418648,50.1063398],[8.5430771,50.1063398],[8.5430771,50.1075818],[8.5418648,50.1075818],[8.5418648,50.1063398]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:15:02Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":0.00000150567659999582,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":4,"imagery":"osm","language":"de","add-image":1,"change_within_25m":5,"id":113615451}},{"id":113615348,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5412881,50.1018256],[8.5483021,50.1018256],[8.5483021,50.1080101],[8.5412881,50.1080101],[8.5412881,50.1018256]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:12:27Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":0.0000433780830000337,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"waste_basket","answer":4,"imagery":"osm","language":"de","change_within_25m":5,"move:node/9241010777":"improve_accuracy","id":113615348}},{"id":113614934,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5389358,50.1006832],[8.5498255,50.1006832],[8.5498255,50.1104889],[8.5389358,50.1104889],[8.5389358,50.1006832]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T16:01:43Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":3,"delete":0,"area":0.000106781131290011,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":4,"imagery":"osm","language":"de","add-image":2,"change_within_25m":6,"id":113614934}},{"id":113614812,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6937454,50.1296435],[8.6937454,50.1296435],[8.6937454,50.1296435],[8.6937454,50.1296435],[8.6937454,50.1296435]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"K-Pete","uid":"9038981","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T15:58:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":2,"imagery":"CartoDB.Voyager","language":"de","id":113614812}},{"id":113614651,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5340783,50.1146463],[8.5340783,50.1146463],[8.5340783,50.1146463],[8.5340783,50.1146463],[8.5340783,50.1146463]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:54:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":3,"imagery":"osm","language":"de","change_within_500m":3,"id":113614651}},{"id":113614079,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5350841,50.1016157],[8.5485891,50.1016157],[8.5485891,50.1139892],[8.5350841,50.1139892],[8.5350841,50.1016157]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tamara Zafirova","uid":"14422734","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:40:51Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":3,"delete":0,"area":0.00016710411749992,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113614079}},{"id":113613656,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9749181,50.0442803],[8.9749181,50.0442803],[8.9749181,50.0442803],[8.9749181,50.0442803],[8.9749181,50.0442803]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:30:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"en","change_within_25m":1,"id":113613656}},{"id":113613643,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9749449,50.0443302],[8.9749449,50.0443302],[8.9749449,50.0443302],[8.9749449,50.0443302],[8.9749449,50.0443302]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:30:05Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"en","change_within_25m":1,"id":113613643}},{"id":113613642,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:30:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"en","change_within_100m":1,"id":113613642}},{"id":113613487,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9753392,50.0429848],[8.9757305,50.0429848],[8.9757305,50.0437136],[8.9753392,50.0437136],[8.9753392,50.0429848]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:25:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":2.85179439998008e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":2,"imagery":"osm","language":"en","add-image":1,"change_within_25m":3,"id":113613487}},{"id":113613486,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9755726,50.0434363],[8.9756235,50.0434363],[8.9756235,50.0435241],[8.9755726,50.0435241],[8.9755726,50.0434363]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:25:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":4.46901999976122e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":2,"imagery":"osm","language":"en","change_within_25m":2,"id":113613486}},{"id":113613375,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9752365,50.0429953],[8.975873,50.0429953],[8.975873,50.0437471],[8.9752365,50.0437471],[8.9752365,50.0429953]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:23:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":4.78520699998025e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":2,"imagery":"osm","language":"en","change_within_25m":2,"id":113613375}},{"id":113613114,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9757305,50.0421064],[8.9765791,50.0421064],[8.9765791,50.0429848],[8.9757305,50.0429848],[8.9757305,50.0421064]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:16:42Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":7.45410239999122e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"parkings","imagery":"osm","language":"en","move:node/-1":"improve_accuracy","change_within_25m":1,"id":113613114}},{"id":113612599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9758193,50.0414312],[8.978633,50.0414312],[8.978633,50.0430039],[8.9758193,50.0430039],[8.9758193,50.0414312]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:05:44Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":2,"delete":0,"area":0.00000442510599001278,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":7,"imagery":"osm","language":"en","change_within_25m":6,"change_within_50m":1,"id":113612599}},{"id":113612509,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.975578,50.0408625],[8.9790626,50.0408625],[8.9790626,50.0433761],[8.975578,50.0433761],[8.975578,50.0408625]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T15:03:51Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00000875889056000161,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","split":3,"theme":"cyclestreets","answer":2,"imagery":"osm","language":"en","change_within_25m":4,"change_within_100m":1,"id":113612509}},{"id":113612102,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9763264,50.0414157],[8.9801055,50.0414157],[8.9801055,50.0421839],[8.9763264,50.0421839],[8.9763264,50.0414157]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T14:55:02Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":4,"delete":0,"area":0.00000290310461998559,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","split":2,"theme":"street_lighting","answer":18,"imagery":"osm","language":"en","relation-fix":1,"change_within_25m":20,"id":113612102}},{"id":113611794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9751381,50.0410677],[8.981334,50.0410677],[8.981334,50.043984],[8.9751381,50.043984],[8.9751381,50.0410677]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T14:49:41Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.0000180691031700152,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":9,"imagery":"osm","language":"en","change_within_25m":9,"id":113611794}},{"id":113611786,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9813273,50.0409669],[8.9813273,50.0409669],[8.9813273,50.0409669],[8.9813273,50.0409669],[8.9813273,50.0409669]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T14:49:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"de","id":113611786}},{"id":113611335,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sualko","uid":"11086971","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T14:40:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"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":"de","add-image":1,"id":113611335}},{"id":113607510,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6381339,50.1232861],[8.6381339,50.1232861],[8.6381339,50.1232861],[8.6381339,50.1232861],[8.6381339,50.1232861]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T13:05:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":6,"imagery":"osm","language":"de","change_within_25m":6,"id":113607510}},{"id":113607198,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.644698,50.1229582],[8.644698,50.1229582],[8.644698,50.1229582],[8.644698,50.1229582],[8.644698,50.1229582]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:54:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":5,"imagery":"osm","language":"de","change_within_25m":5,"id":113607198}},{"id":113607073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.5969843,-34.6450966],[-58.4826,-34.6450966],[-58.4826,-34.6329199],[-58.5969843,-34.6329199],[-58.5969843,-34.6450966]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:51:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00139282330581061,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","answer":4,"imagery":"osm","language":"es","change_within_25m":1,"change_within_500m":3,"id":113607073}},{"id":113606918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6430378,50.1235416],[8.6430378,50.1235416],[8.6430378,50.1235416],[8.6430378,50.1235416],[8.6430378,50.1235416]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9240517718","name":"Call a bike station","osm_id":9240517718,"reasons":[43],"version":4,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #bicyclelib","comments_count":1,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:46:44Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bicyclelib","answer":5,"imagery":"osm","language":"de","change_within_25m":5,"id":113606918}},{"id":113606449,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7243481,-34.6650174],[-58.4244061,-34.6650174],[-58.4244061,-34.6110649],[-58.7243481,-34.6110649],[-58.7243481,-34.6650174]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:33:21Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":1,"delete":0,"area":0.0161826207550004,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":15,"imagery":"EsriWorldImageryClarity","language":"es","change_within_25m":12,"change_within_1000m":3,"id":113606449}},{"id":113606018,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6429062,50.1239728],[8.6429062,50.1239728],[8.6429062,50.1239728],[8.6429062,50.1239728],[8.6429062,50.1239728]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:22:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":5,"imagery":"osm","language":"de","change_within_25m":5,"id":113606018}},{"id":113605823,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6428607,50.1240037],[8.6428607,50.1240037],[8.6428607,50.1240037],[8.6428607,50.1240037],[8.6428607,50.1240037]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:16:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113605823}},{"id":113605661,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6422106,50.1236032],[8.6423457,50.1236032],[8.6423457,50.1237441],[8.6422106,50.1237441],[8.6422106,50.1236032]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T12:11:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":1.903559000065e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"benches","answer":5,"imagery":"osm","language":"de","change_within_25m":6,"move:node/9240371801":"improve_accuracy","id":113605661}},{"id":113605548,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6413559,50.1237561],[8.6413559,50.1237561],[8.6413559,50.1237561],[8.6413559,50.1237561],[8.6413559,50.1237561]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T12:07:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113605548}},{"id":113605291,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2578433,51.2068582],[3.2578433,51.2068582],[3.2578433,51.2068582],[3.2578433,51.2068582],[3.2578433,51.2068582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T12:02:10Z","reviewed_features":[],"tag_changes":{},"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","id":113605291}},{"id":113605210,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6404319,50.1237762],[8.6404319,50.1237762],[8.6404319,50.1237762],[8.6404319,50.1237762],[8.6404319,50.1237762]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T11:59:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"test","answer":9,"imagery":"osm","language":"de","change_within_25m":9,"id":113605210}},{"id":113605176,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6406317,50.1236633],[8.6406317,50.1236633],[8.6406317,50.1236633],[8.6406317,50.1236633],[8.6406317,50.1236633]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:58:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":8,"imagery":"osm","language":"de","id":113605176}},{"id":113604837,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6392477,50.1246641],[8.6392477,50.1246641],[8.6392477,50.1246641],[8.6392477,50.1246641],[8.6392477,50.1246641]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:48:20Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":5,"imagery":"osm","language":"de","id":113604837}},{"id":113604805,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6388749,50.1249341],[8.6388749,50.1249341],[8.6388749,50.1249341],[8.6388749,50.1249341],[8.6388749,50.1249341]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T11:47:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"CartoDB.Voyager","deletion":1,"language":"de","change_within_25m":1,"deletion:node/9240394592":"testing point","id":113604805}},{"id":113604564,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6351493,50.1237286],[8.6351493,50.1237286],[8.6351493,50.1237286],[8.6351493,50.1237286],[8.6351493,50.1237286]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:39:47Z","reviewed_features":[],"tag_changes":{},"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":"CartoDB.Voyager","language":"de","id":113604564}},{"id":113604148,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6379924,50.1219195],[8.6380716,50.1219195],[8.6380716,50.1219333],[8.6379924,50.1219333],[8.6379924,50.1219195]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:28:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":1.09296000039273e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"trees","answer":1,"imagery":"osm","language":"de","move:node/9240321658":"improve_accuracy","id":113604148}},{"id":113603891,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6367827,50.1210349],[8.643044,50.1210349],[8.643044,50.1246934],[8.6367827,50.1246934],[8.6367827,50.1210349]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:20:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":13,"delete":0,"area":0.0000229069660500024,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":16,"imagery":"osm","language":"de","add-image":2,"id":113603891}},{"id":113603838,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6376545,50.1215962],[8.6376545,50.1215962],[8.6376545,50.1215962],[8.6376545,50.1215962],[8.6376545,50.1215962]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T11:19:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":1,"imagery":"osm","language":"de","change_within_25m":1,"id":113603838}},{"id":113603802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6375512,50.1214672],[8.6375512,50.1214672],[8.6375512,50.1214672],[8.6375512,50.1214672],[8.6375512,50.1214672]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AliceKaufmann","uid":"14437368","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T11:18:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"de","id":113603802}},{"id":113603783,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T11:17:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"de","id":113603783}},{"id":113603188,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806],[8.1704841,48.7253806]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sualko","uid":"11086971","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T11:02:18Z","reviewed_features":[],"tag_changes":{},"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":5,"imagery":"osm","language":"de","change_within_25m":5,"id":113603188}},{"id":113602685,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6838555,50.1261567],[8.6847219,50.1261567],[8.6847219,50.1262753],[8.6838555,50.1262753],[8.6838555,50.1261567]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:51:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.0275504000031e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"postboxes","answer":3,"imagery":"CartoDB.Voyager","language":"de","id":113602685}},{"id":113602684,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6838555,50.1261567],[8.6838555,50.1261567],[8.6838555,50.1261567],[8.6838555,50.1261567],[8.6838555,50.1261567]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:51:06Z","reviewed_features":[],"tag_changes":{},"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":"CartoDB.Voyager","language":"de","id":113602684}},{"id":113602296,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6847219,50.1262753],[8.685438,50.1262753],[8.685438,50.1266743],[8.6847219,50.1266743],[8.6847219,50.1262753]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9240236465","name":"Schiller Apotheke","osm_id":9240236465,"reasons":[43],"version":2,"primary_tags":{"shop":"Medizin"}}],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:40:41Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":2.85723899996051e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","answer":7,"imagery":"osm","language":"de","add-image":1,"id":113602296}},{"id":113602222,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6395025,50.1252144],[8.6409364,50.1252144],[8.6409364,50.1261446],[8.6395025,50.1261446],[8.6395025,50.1252144]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:39:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0.00000133381378000755,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"test","answer":3,"imagery":"osm","language":"de","add-image":1,"id":113602222}},{"id":113602123,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6862373,50.12659],[8.6862373,50.12659],[8.6862373,50.12659],[8.6862373,50.12659],[8.6862373,50.12659]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:36:36Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":5,"imagery":"osm","language":"de","add-image":1,"id":113602123}},{"id":113601902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6867228,50.1266571],[8.686924,50.1266571],[8.686924,50.1268136],[8.6867228,50.1268136],[8.6867228,50.1266571]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:31:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":3.14877999990273e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":2,"imagery":"osm","language":"de","id":113601902}},{"id":113601645,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6855105,50.1265058],[8.6878842,50.1265058],[8.6878842,50.1269081],[8.6855105,50.1269081],[8.6855105,50.1265058]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:25:11Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":6,"delete":0,"area":9.54939510010869e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"benches","answer":11,"imagery":"osm","language":"de","add-image":1,"move:node/9240267570":"improve_accuracy","id":113601645}},{"id":113601430,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6407429,50.1272733],[8.6407429,50.1272733],[8.6407429,50.1272733],[8.6407429,50.1272733],[8.6407429,50.1272733]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 6","uid":"14427130","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:19:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":2,"imagery":"CartoDB.Voyager","language":"de","id":113601430}},{"id":113601332,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6880489,50.1268278],[8.6902519,50.1268278],[8.6902519,50.1272378],[8.6880489,50.1272378],[8.6880489,50.1268278]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:17:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":9.03230000004829e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","add-image":3,"id":113601332}},{"id":113601079,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6897011,50.1273803],[8.6897011,50.1273803],[8.6897011,50.1273803],[8.6897011,50.1273803],[8.6897011,50.1273803]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T10:10:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":4,"imagery":"osm","language":"de","id":113601079}},{"id":113599699,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6976991,50.1101676],[8.7011651,50.1101676],[8.7011651,50.1155784],[8.6976991,50.1155784],[8.6976991,50.1101676]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T09:30:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000187538328000068,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":9,"imagery":"CartoDB.Voyager","language":"de","id":113599699}},{"id":113598666,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5578254,53.0147615],[6.5611218,53.0147615],[6.5611218,53.0181677],[6.5578254,53.0181677],[6.5578254,53.0147615]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #street_lighting_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T09:02:13Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":0.0000112281976800018,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting_assen","answer":6,"imagery":"Actueel_ortho25_WMS","language":"en","change_within_500m":6,"id":113598666}},{"id":113598512,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T08:57:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","add-image":3,"id":113598512}},{"id":113598511,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3871451,50.8668183],[4.3871451,50.8668183],[4.3871451,50.8668183],[4.3871451,50.8668183],[4.3871451,50.8668183]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T08:57:48Z","reviewed_features":[],"tag_changes":{},"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","id":113598511}},{"id":113598373,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6865352,50.1146383],[8.6866772,50.1146383],[8.6866772,50.1147499],[8.6865352,50.1147499],[8.6865352,50.1146383]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T08:53:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.58471999995757e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":6,"imagery":"osm","language":"de","id":113598373}},{"id":113598091,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6913852,50.1254286],[8.7073213,50.1254286],[8.7073213,50.1366191],[8.6913852,50.1366191],[8.6913852,50.1254286]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T08:45:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000178332927049979,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":22,"imagery":"osm","language":"de","id":113598091}},{"id":113594709,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.5615195,50.6803824],[12.5624364,50.6803824],[12.5624364,50.6836183],[12.5615195,50.6836183],[12.5615195,50.6803824]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Blacky98","uid":"14326205","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-10T07:02:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000296699670999996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":1,"imagery":"osmfr-basque","language":"de","id":113594709}},{"id":113588296,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2285422,51.2059455],[3.2292317,51.2059455],[3.2292317,51.2062845],[3.2285422,51.2062845],[3.2285422,51.2059455]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-10T00:55:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.33740500002667e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":1,"imagery":"osm","language":"nl","change_within_100m":1,"id":113588296}},{"id":113666227,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1453725,49.8400929],[9.1466868,49.8400929],[9.1466868,49.840764],[9.1453725,49.840764],[9.1453725,49.8400929]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T19:37:56Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":8.82026729996815e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","imagery":"osm","language":"en","id":113666227}},{"id":113666128,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1488433,49.8067305],[9.1488433,49.8067305],[9.1488433,49.8067305],[9.1488433,49.8067305],[9.1488433,49.8067305]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T19:34:58Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"en","id":113666128}},{"id":113666127,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T19:34:58Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","imagery":"osm","language":"en","id":113666127}},{"id":113666007,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2376243,50.7366011],[4.2376243,50.7366011],[4.2376243,50.7366011],[4.2376243,50.7366011],[4.2376243,50.7366011]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T19:30:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":5,"imagery":"osm","language":"en","change_within_25m":5,"id":113666007}},{"id":113664697,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T18:48:26Z","reviewed_features":[],"tag_changes":{},"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":"food","answer":1,"imagery":"CartoDB.Voyager","language":"en","change_within_5000m":1,"id":113664697}},{"id":113664639,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T18:47:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"food","answer":1,"imagery":"osm","language":"en","change_within_5000m":1,"id":113664639}},{"id":113664294,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.150458,49.803303],[9.1600496,49.803303],[9.1600496,49.8063012],[9.150458,49.8063012],[9.150458,49.803303]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T18:37:02Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":0,"delete":0,"area":0.0000287575351200046,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"en","id":113664294}},{"id":113663618,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1550151,49.8000414],[9.1677395,49.8000414],[9.1677395,49.8046567],[9.1550151,49.8046567],[9.1550151,49.8000414]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T18:14:52Z","reviewed_features":[],"tag_changes":{},"create":13,"modify":0,"delete":0,"area":0.000058726923320058,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":9,"imagery":"osm","language":"en","id":113663618}},{"id":113663060,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1600871,49.8019059],[9.1624957,49.8019059],[9.1624957,49.8027542],[9.1600871,49.8027542],[9.1600871,49.8019059]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:59:20Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":0,"delete":0,"area":0.00000204321538000214,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","id":113663060}},{"id":113663005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1612217,49.8024287],[9.1612217,49.8024287],[9.1612217,49.8024287],[9.1612217,49.8024287],[9.1612217,49.8024287]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #facadegardens","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:57:52Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"facadegardens","answer":3,"imagery":"osm","language":"en","id":113663005}},{"id":113662582,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1548836,49.8025516],[9.1629303,49.8025516],[9.1629303,49.8093996],[9.1548836,49.8093996],[9.1548836,49.8025516]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:47:21Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":0,"delete":0,"area":0.0000551038015999803,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":1,"imagery":"osm","language":"en","id":113662582}},{"id":113662208,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1593575,49.8010351],[9.1612324,49.8010351],[9.1612324,49.8017726],[9.1593575,49.8017726],[9.1593575,49.8010351]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:36:39Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":0,"delete":0,"area":0.00000138273874999847,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","id":113662208}},{"id":113661631,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1536176,49.8020911],[9.166342,49.8020911],[9.166342,49.8118402],[9.1536176,49.8118402],[9.1536176,49.8020911]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:21:18Z","reviewed_features":[],"tag_changes":{},"create":13,"modify":1,"delete":0,"area":0.000124051448040004,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":3,"imagery":"osm","language":"en","id":113661631}},{"id":113661608,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424],[3.2263353,51.2096424]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T17:20:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":7,"imagery":"osm","language":"en","change_within_1000m":7,"id":113661608}},{"id":113661606,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9852071,50.0386577],[8.9852071,50.0386577],[8.9852071,50.0386577],[8.9852071,50.0386577],[8.9852071,50.0386577]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T17:20:29Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","id":113661606}},{"id":113661550,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9855129,50.0382822],[8.98606,50.0382822],[8.98606,50.0385716],[8.9855129,50.0385716],[8.9855129,50.0382822]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T17:18:30Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":1.58330739999979e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":7,"imagery":"osm","language":"en","change_within_50m":4,"change_within_100m":3,"id":113661550}},{"id":113661212,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9840189,50.0397068],[8.9840189,50.0397068],[8.9840189,50.0397068],[8.9840189,50.0397068],[8.9840189,50.0397068]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:09:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"de","id":113661212}},{"id":113661169,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9843253,50.0391539],[8.9843253,50.0391539],[8.9843253,50.0391539],[8.9843253,50.0391539],[8.9843253,50.0391539]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:08:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":4,"imagery":"osm","language":"de","id":113661169}},{"id":113660924,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9808529,50.0367802],[8.9881991,50.0367802],[8.9881991,50.0413525],[8.9808529,50.0413525],[8.9808529,50.0367802]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T17:01:00Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":5,"delete":0,"area":0.0000335890302599913,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":8,"imagery":"CartoDB.Voyager","language":"de","id":113660924}},{"id":113660783,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9813849,50.0410488],[8.9813849,50.0410488],[8.9813849,50.0410488],[8.9813849,50.0410488],[8.9813849,50.0410488]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:57:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"de","id":113660783}},{"id":113660696,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.981173,50.0423011],[8.981173,50.0423011],[8.981173,50.0423011],[8.981173,50.0423011],[8.981173,50.0423011]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:55:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":4,"imagery":"osm","language":"de","id":113660696}},{"id":113660668,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9811918,50.0423183],[8.9811918,50.0423183],[8.9811918,50.0423183],[8.9811918,50.0423183],[8.9811918,50.0423183]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:53:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"de","id":113660668}},{"id":113660337,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1607603,49.8024633],[9.1607603,49.8024633],[9.1607603,49.8024633],[9.1607603,49.8024633],[9.1607603,49.8024633]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:44:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"en","add-image":1,"change_within_25m":2,"id":113660337}},{"id":113660317,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9819241,50.0414725],[8.9819241,50.0414725],[8.9819241,50.0414725],[8.9819241,50.0414725],[8.9819241,50.0414725]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gncatr","uid":"14423389","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:43:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":8,"imagery":"CartoDB.Voyager","language":"de","id":113660317}},{"id":113660174,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1590598,49.8026295],[9.1590598,49.8026295],[9.1590598,49.8026295],[9.1590598,49.8026295],[9.1590598,49.8026295]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:39:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","id":113660174}},{"id":113659748,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1593146,49.8026849],[9.1602722,49.8026849],[9.1602722,49.8063566],[9.1593146,49.8063566],[9.1593146,49.8026849]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:27:38Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000351601991999663,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","imagery":"osm","language":"en","id":113659748}},{"id":113659643,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1562247,49.8027299],[9.1604358,49.8027299],[9.1604358,49.8030519],[9.1562247,49.8030519],[9.1562247,49.8027299]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:24:35Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":9,"delete":0,"area":0.00000135597419998786,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":25,"imagery":"osm","language":"en","change_within_25m":24,"change_within_50m":1,"id":113659643}},{"id":113659591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1557634,49.8024356],[9.1608784,49.8024356],[9.1608784,49.8031437],[9.1557634,49.8031437],[9.1557634,49.8024356]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:23:17Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":1,"delete":0,"area":0.00000362193149998517,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113659591}},{"id":113659569,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.160189,49.8029775],[9.160189,49.8029775],[9.160189,49.8029775],[9.160189,49.8029775],[9.160189,49.8029775]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:22:40Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","answer":1,"imagery":"HDM_HOT","language":"en","id":113659569}},{"id":113659450,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1554201,49.8025914],[9.1585878,49.8025914],[9.1585878,49.8031835],[9.1554201,49.8031835],[9.1554201,49.8025914]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:19:29Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":0,"delete":0,"area":0.00000187559517001751,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","id":113659450}},{"id":113659366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1788948,49.7538018],[9.1788948,49.7538018],[9.1788948,49.7538018],[9.1788948,49.7538018],[9.1788948,49.7538018]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:17:13Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","id":113659366}},{"id":113659288,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1656822,49.7933756],[9.1656822,49.7933756],[9.1656822,49.7933756],[9.1656822,49.7933756],[9.1656822,49.7933756]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:14:55Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","id":113659288}},{"id":113659287,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:14:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","id":113659287}},{"id":113659179,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1553235,49.8025187],[9.1601729,49.8025187],[9.1601729,49.803232],[9.1553235,49.803232],[9.1553235,49.8025187]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:12:11Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":5,"delete":0,"area":0.00000345907702000459,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":26,"imagery":"osm","language":"en","change_within_25m":20,"change_within_50m":6,"id":113659179}},{"id":113659027,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1554067,49.8028009],[9.1573647,49.8028009],[9.1573647,49.8033358],[9.1554067,49.8033358],[9.1554067,49.8028009]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9243903292","osm_id":9243903292,"reasons":[43],"version":1,"primary_tags":{"shop":"digitale Medien"}},{"url":"node-9243925011","osm_id":9243925011,"reasons":[43],"version":1,"primary_tags":{"shop":"Versicherungen"}}],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:09:16Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000104733419999638,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":3,"imagery":"osm","language":"de","change_within_25m":3,"id":113659027}},{"id":113659015,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1579735,49.801326],[9.1579735,49.801326],[9.1579735,49.801326],[9.1579735,49.801326],[9.1579735,49.801326]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:08:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":113659015}},{"id":113658838,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1626325,49.8023629],[9.1626325,49.8023629],[9.1626325,49.8023629],[9.1626325,49.8023629],[9.1626325,49.8023629]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:05:18Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","imagery":"osm","language":"en","id":113658838}},{"id":113658681,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1552243,49.8030952],[9.1552243,49.8030952],[9.1552243,49.8030952],[9.1552243,49.8030952],[9.1552243,49.8030952]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Selin Yel","uid":"14423396","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T16:01:43Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":6,"imagery":"osm","language":"de","change_within_25m":5,"change_within_50m":1,"id":113658681}},{"id":113658667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1624957,49.8021708],[9.1648002,49.8021708],[9.1648002,49.8054218],[9.1624957,49.8054218],[9.1624957,49.8021708]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T16:01:19Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":2,"delete":0,"area":0.00000749192950000058,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":5,"imagery":"osm","language":"en","id":113658667}},{"id":113658548,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:57:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":1,"imagery":"osm","language":"de","id":113658548}},{"id":113658469,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2539012,50.7255232],[4.2539655,50.7255232],[4.2539655,50.7260375],[4.2539012,50.7260375],[4.2539012,50.7255232]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-11T15:55:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":3.30694899999425e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":6,"imagery":"AGIV10cm","language":"en","add-image":2,"change_within_25m":8,"id":113658469}},{"id":113657967,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1671735,49.7998942],[9.1671735,49.7998942],[9.1671735,49.7998942],[9.1671735,49.7998942],[9.1671735,49.7998942]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:43:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":1,"imagery":"osm","language":"de","id":113657967}},{"id":113657736,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1557714,49.8001193],[9.1637,49.8001193],[9.1637,49.802169],[9.1557714,49.802169],[9.1557714,49.8001193]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:37:39Z","reviewed_features":[],"tag_changes":{},"create":16,"modify":0,"delete":0,"area":0.000016251251420004,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"de","id":113657736}},{"id":113657620,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1573727,49.7998648],[9.1583464,49.7998648],[9.1583464,49.8005772],[9.1573727,49.8005772],[9.1573727,49.7998648]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:34:22Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":6.93663879997258e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":5,"imagery":"osm","language":"de","id":113657620}},{"id":113657566,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:32:49Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"de","id":113657566}},{"id":113657565,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:32:49Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":2,"imagery":"osm","language":"de","id":113657565}},{"id":113657564,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1585287,49.7999063],[9.1585314,49.7999063],[9.1585314,49.7999167],[9.1585287,49.7999167],[9.1585287,49.7999063]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:32:49Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":2.80799999784335e-11,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":1,"imagery":"osm","language":"de","id":113657564}},{"id":113657450,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1557597,49.7999067],[9.1584233,49.7999067],[9.1584233,49.8009873],[9.1557597,49.8009873],[9.1557597,49.7999067]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:29:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000287828616000439,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":5,"imagery":"CartoDB.Voyager","language":"de","id":113657450}},{"id":113657347,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1613719,49.8009139],[9.1641238,49.8009139],[9.1641238,49.8016445],[9.1613719,49.8016445],[9.1613719,49.8009139]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:26:14Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000201053814001154,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","imagery":"osm","language":"en","id":113657347}},{"id":113657213,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:23:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"de","id":113657213}},{"id":113657212,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1606718,49.8018436],[9.1606718,49.8018436],[9.1606718,49.8018436],[9.1606718,49.8018436],[9.1606718,49.8018436]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:23:16Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"de","id":113657212}},{"id":113657009,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1603956,49.8024062],[9.1614953,49.8024062],[9.1614953,49.802581],[9.1603956,49.802581],[9.1603956,49.8024062]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:17:29Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":1,"delete":0,"area":1.92227560003999e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","answer":4,"imagery":"osm","language":"de","id":113657009}},{"id":113656795,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1637403,49.802453],[9.1637403,49.802453],[9.1637403,49.802453],[9.1637403,49.802453],[9.1637403,49.802453]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:12:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113656795}},{"id":113656695,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.162371,49.8030623],[9.162371,49.8030623],[9.162371,49.8030623],[9.162371,49.8030623],[9.162371,49.8030623]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Yanxg","uid":"14436337","editor":"MapComplete 0.12.6","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T15:08:43Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"postboxes","answer":1,"imagery":"CartoDB.Voyager","language":"de","id":113656695}},{"id":113649599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2484543,-39.8131879],[-73.2484543,-39.8131879],[-73.2484543,-39.8131879],[-73.2484543,-39.8131879],[-73.2484543,-39.8131879]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.12.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T12:10:27Z","reviewed_features":[],"tag_changes":{},"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,"id":113649599}},{"id":113648617,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.7573156,53.1583887],[12.7606721,53.1583887],[12.7606721,53.1603466],[12.7573156,53.1603466],[12.7573156,53.1583887]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Wesomat87","uid":"14348684","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-11T11:48:20Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":2,"delete":0,"area":0.00000657169134997989,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":113648617}},{"id":113712667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6826565,50.1152351],[8.6866937,50.1152351],[8.6866937,50.1163799],[8.6826565,50.1163799],[8.6826565,50.1152351]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T21:15:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000462178655999379,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":6,"imagery":"osm","language":"de","id":113712667}},{"id":113712485,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6802386,50.111226],[8.6879447,50.111226],[8.6879447,50.1145223],[8.6802386,50.1145223],[8.6802386,50.111226]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T21:09:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000254016174299636,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":13,"imagery":"osm","language":"de","id":113712485}},{"id":113712262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6731979,50.1071069],[8.6817649,50.1071069],[8.6817649,50.1152736],[8.6731979,50.1152736],[8.6731979,50.1071069]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T21:03:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0000699641189000275,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":31,"imagery":"osm","language":"de","id":113712262}},{"id":113711932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6823812,50.1143259],[8.692774,50.1143259],[8.692774,50.1156896],[8.6823812,50.1156896],[8.6823812,50.1143259]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T20:54:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":0.0000141726613600619,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":32,"imagery":"osm","language":"de","id":113711932}},{"id":113705603,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8527772,52.1633635],[12.8737986,52.1633635],[12.8737986,52.1921229],[12.8527772,52.1921229],[12.8527772,52.1633635]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T17:30:27Z","reviewed_features":[],"tag_changes":{},"create":20,"modify":12,"delete":0,"area":0.000604562851159979,"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","id":113705603}},{"id":113704380,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6917978,50.1152513],[8.6917978,50.1152513],[8.6917978,50.1152513],[8.6917978,50.1152513],[8.6917978,50.1152513]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T16:52:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":8,"imagery":"osm","language":"de","id":113704380}},{"id":113703818,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6868891,50.1137075],[8.6868891,50.1137075],[8.6868891,50.1137075],[8.6868891,50.1137075],[8.6868891,50.1137075]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T16:35:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":6,"imagery":"osm","language":"de","id":113703818}},{"id":113703612,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4581663,51.1707405],[3.4581663,51.1707405],[3.4581663,51.1707405],[3.4581663,51.1707405],[3.4581663,51.1707405]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T16:28:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","add-image":1,"id":113703612}},{"id":113702505,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.9710503,45.4293967],[10.9831731,45.4293967],[10.9831731,45.4432882],[10.9710503,45.4432882],[10.9710503,45.4293967]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tresho","uid":"6178157","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:59:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0001684038762,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","answer":3,"imagery":"osm","language":"it","id":113702505}},{"id":113702444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1879292,50.1966201],[9.1906575,50.1966201],[9.1906575,50.1995693],[9.1879292,50.1995693],[9.1879292,50.1966201]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:57:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000804630236001237,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":6,"imagery":"CartoDB.Voyager","language":"en","id":113702444}},{"id":113702124,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1906575,50.1995693],[9.1906575,50.1995693],[9.1906575,50.1995693],[9.1906575,50.1995693],[9.1906575,50.1995693]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:51:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":4,"imagery":"osm","language":"en","id":113702124}},{"id":113702050,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6832145,50.1116981],[8.6832145,50.1116981],[8.6832145,50.1116981],[8.6832145,50.1116981],[8.6832145,50.1116981]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:49:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","answer":1,"imagery":"osm","language":"en","id":113702050}},{"id":113701784,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1897112,50.1967617],[9.1940317,50.1967617],[9.1940317,50.1996965],[9.1897112,50.1996965],[9.1897112,50.1967617]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:42:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0000126798033999945,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":14,"imagery":"osm","language":"en","id":113701784}},{"id":113701706,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1854334,50.199891],[9.1854334,50.199891],[9.1854334,50.199891],[9.1854334,50.199891],[9.1854334,50.199891]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:40:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":8,"imagery":"osm","language":"en","id":113701706}},{"id":113701360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6838824,50.1115399],[8.6838824,50.1115399],[8.6838824,50.1115399],[8.6838824,50.1115399],[8.6838824,50.1115399]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T15:30:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":17,"imagery":"osm","language":"en","id":113701360}},{"id":113700003,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2011437,51.2002594],[3.2011437,51.2002594],[3.2011437,51.2002594],[3.2011437,51.2002594],[3.2011437,51.2002594]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #aed","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T14:54:28Z","reviewed_features":[],"tag_changes":{},"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":1,"imagery":"osm","language":"nl","id":113700003}},{"id":113699070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1509005,48.7299946],[9.1509005,48.7299946],[9.1509005,48.7299946],[9.1509005,48.7299946],[9.1509005,48.7299946]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ze0zohk1","uid":"4565074","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T14:29:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":1,"imagery":"osm","language":"de","id":113699070}},{"id":113698480,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4502941,49.4742454],[8.4502941,49.4742454],[8.4502941,49.4742454],[8.4502941,49.4742454],[8.4502941,49.4742454]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T14:14:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":2,"imagery":"osm","language":"de","id":113698480}},{"id":113698337,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4500581,49.4733809],[8.4500876,49.4733809],[8.4500876,49.473496],[8.4500581,49.473496],[8.4500581,49.4733809]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T14:10:21Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":3.39544999986822e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":2,"imagery":"osm","language":"de","id":113698337}},{"id":113698278,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4499562,49.4732868],[8.4499562,49.4732868],[8.4499562,49.4732868],[8.4499562,49.4732868],[8.4499562,49.4732868]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T14:08:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":6,"imagery":"osm","language":"de","id":113698278}},{"id":113697689,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4480947,49.4760771],[8.4480947,49.4760771],[8.4480947,49.4760771],[8.4480947,49.4760771],[8.4480947,49.4760771]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T13:54:13Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"de","id":113697689}},{"id":113697517,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4485105,49.4769189],[8.4485105,49.4769189],[8.4485105,49.4769189],[8.4485105,49.4769189],[8.4485105,49.4769189]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T13:48:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":7,"imagery":"osm","language":"de","id":113697517}},{"id":113697242,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2532747,50.7435566],[4.2532747,50.7435566],[4.2532747,50.7435566],[4.2532747,50.7435566],[4.2532747,50.7435566]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T13:40:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":7,"imagery":"CartoDB.Voyager","language":"nl","change_within_1000m":7,"id":113697242}},{"id":113697189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2238342,51.2079706],[3.2238342,51.2079706],[3.2238342,51.2079706],[3.2238342,51.2079706],[3.2238342,51.2079706]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T13:38:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed_brugge","answer":1,"imagery":"HDM_HOT","language":"nl","change_within_1000m":1,"id":113697189}},{"id":113696848,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.0631437,52.0389766],[14.0631437,52.0389766],[14.0631437,52.0389766],[14.0631437,52.0389766],[14.0631437,52.0389766]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"LFFMH","uid":"14449743","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T13:29:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":113696848}},{"id":113696506,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6898369,50.1276097],[8.6898369,50.1276097],[8.6898369,50.1276097],[8.6898369,50.1276097],[8.6898369,50.1276097]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Abir-Reza Alauddin","uid":"14423423","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T13:22:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"de","add-image":1,"id":113696506}},{"id":113695360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.248831,50.741326],[4.248831,50.741326],[4.248831,50.741326],[4.248831,50.741326],[4.248831,50.741326]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T12:52:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","answer":2,"imagery":"osm","language":"en","change_within_1000m":2,"id":113695360}},{"id":113692952,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.669955,50.1448601],[8.669955,50.1448601],[8.669955,50.1448601],[8.669955,50.1448601],[8.669955,50.1448601]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T11:49:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","answer":1,"imagery":"osm","language":"en","add-image":1,"change_within_25m":2,"id":113692952}},{"id":113692745,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.668921,50.1439577],[8.668921,50.1439577],[8.668921,50.1439577],[8.668921,50.1439577],[8.668921,50.1439577]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T11:43:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":6,"imagery":"osm","language":"en","add-image":1,"change_within_25m":2,"change_within_50m":5,"id":113692745}},{"id":113692652,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6690082,50.1426101],[8.6695942,50.1426101],[8.6695942,50.1444287],[8.6690082,50.1444287],[8.6690082,50.1426101]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T11:40:42Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00000106569960000036,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":3,"imagery":"osm","language":"en","change_within_25m":3,"id":113692652}},{"id":113691415,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6864519,50.1152875],[8.6865402,50.1152875],[8.6865402,50.1153497],[8.6864519,50.1153497],[8.6864519,50.1152875]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Grxzzly_","uid":"14423678","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-12T11:07:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":5.49226000017609e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":10,"imagery":"CartoDB.Voyager","language":"en","add-image":1,"change_within_25m":11,"id":113691415}},{"id":113684745,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.3042905,47.0730967],[7.3043823,47.0730967],[7.3043823,47.0731573],[7.3042905,47.0731573],[7.3042905,47.0730967]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ReTroll","uid":"4909451","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T08:26:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":5.56307999982847e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":1,"imagery":"osm","language":"en","id":113684745}},{"id":113680426,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.3005668,47.1155427],[7.3042051,47.1155427],[7.3042051,47.1289114],[7.3005668,47.1289114],[7.3005668,47.1155427]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ReTroll","uid":"4909451","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-12T06:44:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000486393412099971,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","answer":4,"imagery":"osm","language":"en","id":113680426}},{"id":113747585,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6773092,50.107802],[8.6773092,50.107802],[8.6773092,50.107802],[8.6773092,50.107802],[8.6773092,50.107802]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T22:54:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":5,"imagery":"osm","language":"de","id":113747585}},{"id":113747362,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6950746,50.1136518],[8.6953135,50.1136518],[8.6953135,50.113839],[8.6950746,50.113839],[8.6950746,50.1136518]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T22:43:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":4.47220799996838e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":8,"imagery":"osm","language":"de","id":113747362}},{"id":113747067,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6795769,50.1146506],[8.6976991,50.1146506],[8.6976991,50.1155784],[8.6795769,50.1155784],[8.6795769,50.1146506]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T22:25:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0000168137771599894,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":17,"imagery":"CartoDB.Voyager","language":"de","id":113747067}},{"id":113746594,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6829767,50.1132982],[8.6843893,50.1132982],[8.6843893,50.115188],[8.6829767,50.115188],[8.6829767,50.1132982]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T21:59:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000026695314800012,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":9,"imagery":"osm","language":"de","id":113746594}},{"id":113746256,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6692036,50.1161267],[8.6995177,50.1161267],[8.6995177,50.1285241],[8.6692036,50.1285241],[8.6692036,50.1161267]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T21:47:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000375816023339926,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":12,"imagery":"osm","language":"de","id":113746256}},{"id":113744063,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7551521,50.3320633],[8.7604527,50.3320633],[8.7604527,50.3333546],[8.7551521,50.3333546],[8.7551521,50.3320633]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tharwatblabla","uid":"14423401","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T20:19:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":26,"delete":0,"area":0.00000684466477999113,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":36,"imagery":"CartoDB.Voyager","language":"de","id":113744063}},{"id":113744040,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6528492,50.1091454],[8.6528492,50.1091454],[8.6528492,50.1091454],[8.6528492,50.1091454],[8.6528492,50.1091454]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T20:17:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":9,"imagery":"osm","language":"de","id":113744040}},{"id":113743952,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6830898,50.1148656],[8.6830898,50.1148656],[8.6830898,50.1148656],[8.6830898,50.1148656],[8.6830898,50.1148656]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T20:14:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":2,"imagery":"CartoDB.Voyager","language":"de","id":113743952}},{"id":113741375,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5315977,52.9840172],[6.5342219,52.9840172],[6.5342219,52.9866249],[6.5315977,52.9866249],[6.5315977,52.9840172]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T18:40:46Z","reviewed_features":[],"tag_changes":{},"create":39,"modify":48,"delete":0,"area":0.00000684312634001648,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"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,"id":113741375}},{"id":113741225,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5700432,53.0198683],[6.570805,53.0198683],[6.570805,53.0213749],[6.5700432,53.0213749],[6.5700432,53.0198683]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T18:35:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000114772787999964,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"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,"id":113741225}},{"id":113740818,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6484741,44.7288908],[10.6520212,44.7288908],[10.6520212,44.7327329],[10.6484741,44.7327329],[10.6484741,44.7288908]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NonnEmilia","uid":"683102","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T18:22:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000136283129100017,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":3,"imagery":"osm","language":"en","change_within_5000m":3,"id":113740818}},{"id":113740545,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.677804,50.1272677],[8.677804,50.1272677],[8.677804,50.1272677],[8.677804,50.1272677],[8.677804,50.1272677]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MaximilianList","uid":"14423402","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T18:12:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":1,"imagery":"CartoDB.Voyager","language":"de","id":113740545}},{"id":113735110,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T15:42:46Z","reviewed_features":[],"tag_changes":{},"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":"toilets","answer":1,"imagery":"osm","language":"en","change_within_25m":1,"id":113735110}},{"id":113733740,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6839434,50.1146583],[8.6839434,50.1146583],[8.6839434,50.1146583],[8.6839434,50.1146583],[8.6839434,50.1146583]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T15:02:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":3,"imagery":"CartoDB.Voyager","language":"de","id":113733740}},{"id":113733520,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6942851,50.1149525],[8.7015384,50.1149525],[8.7015384,50.1177679],[8.6942851,50.1177679],[8.6942851,50.1149525]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T14:56:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000204209408199706,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":15,"imagery":"osm","language":"de","id":113733520}},{"id":113733331,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.680197,50.1137452],[8.6863743,50.1137452],[8.6863743,50.114865],[8.680197,50.114865],[8.680197,50.1137452]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T14:51:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000691734054003194,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":1,"imagery":"osm","language":"en","id":113733331}},{"id":113733222,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6803981,50.1162235],[8.681797,50.1162235],[8.681797,50.1164709],[8.6803981,50.1164709],[8.6803981,50.1162235]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T14:48:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":3.46087860008833e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":6,"imagery":"osm","language":"de","id":113733222}},{"id":113732652,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7348232,51.0400456],[3.7348366,51.0400456],[3.7348366,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0400456]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T14:29:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":9.36659999984568e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"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","id":113732652}},{"id":113731799,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6894075,50.1131043],[8.6921141,50.1131043],[8.6921141,50.1146992],[8.6894075,50.1146992],[8.6894075,50.1131043]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T14:03:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.0000043167563399821,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":23,"imagery":"osm","language":"de","id":113731799}},{"id":113730627,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1993715,50.7445529],[4.1993715,50.7445529],[4.1993715,50.7445529],[4.1993715,50.7445529],[4.1993715,50.7445529]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T13:25:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","answer":4,"imagery":"AGIV10cm","language":"nl","add-image":1,"change_within_25m":5,"id":113730627}},{"id":113728526,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6815079,50.1146139],[8.6844133,50.1146139],[8.6844133,50.1146226],[8.6815079,50.1146226],[8.6815079,50.1146139]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T12:20:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":2.52769799857233e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":20,"imagery":"osm","language":"de","id":113728526}},{"id":113728191,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4499186,49.4759151],[8.4499186,49.4759151],[8.4499186,49.4759151],[8.4499186,49.4759151],[8.4499186,49.4759151]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe61","uid":"14437392","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T12:08:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":6,"imagery":"osm","language":"de","add-image":1,"id":113728191}},{"id":113728066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.2041098,51.5014559],[-3.2041098,51.5014559],[-3.2041098,51.5014559],[-3.2041098,51.5014559],[-3.2041098,51.5014559]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pfiers","uid":"3797928","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-13T12:03:24Z","reviewed_features":[],"tag_changes":{},"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":"nl","id":113728066}},{"id":113721207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6830332,50.1144372],[8.6832001,50.1144372],[8.6832001,50.1145446],[8.6830332,50.1145446],[8.6830332,50.1144372]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-13T07:36:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.79250600007531e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":1,"imagery":"osm","language":"de","id":113721207}},{"id":113781509,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.145652,59.7546967],[10.1525307,59.7546967],[10.1525307,59.7555982],[10.145652,59.7555982],[10.145652,59.7546967]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"FennecusZerda","uid":"665677","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T22:40:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000620114805003255,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":1,"imagery":"osm","language":"en","id":113781509}},{"id":113781375,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.000776,49.2300122],[7.0057425,49.2300122],[7.0057425,49.2339686],[7.000776,49.2339686],[7.000776,49.2300122]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"nw520","uid":"6895624","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T22:33:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0000196494605999997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","answer":10,"imagery":"CartoDB.Voyager","language":"en","id":113781375}},{"id":113780467,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7276412,51.0411273],[3.7276412,51.0411273],[3.7276412,51.0411273],[3.7276412,51.0411273],[3.7276412,51.0411273]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T21:55:12Z","reviewed_features":[],"tag_changes":{},"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":"food","answer":1,"imagery":"osm","language":"en","change_within_500m":1,"id":113780467}},{"id":113777162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4593271,50.8517236],[3.6941035,50.8517236],[3.6941035,51.1674808],[3.4593271,51.1674808],[3.4593271,50.8517236]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.8","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":"2021-11-14T20:00:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0741323386900802,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/walkingnodenetworks/walkingnodenetworks.json","answer":2,"imagery":"osm","language":"en","add-image":2,"id":113777162}},{"id":113773473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834],[4.3507453,50.8536834]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T18:04:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/toilets-at-amenity/","theme":"toilets","answer":1,"imagery":"osm","language":"en","id":113773473}},{"id":113772524,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1389436,50.6991844],[3.1423715,50.6991844],[3.1423715,50.7037627],[3.1389436,50.7037627],[3.1389436,50.6991844]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eiryelio","uid":"831652","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T17:38:50Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":8,"delete":0,"area":0.0000156939545699938,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","answer":17,"imagery":"osm","language":"fr","id":113772524}},{"id":113770114,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8734797,43.6141494],[3.8806726,43.6141494],[3.8806726,43.6153729],[3.8734797,43.6153729],[3.8734797,43.6141494]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"daviddelon","uid":"1241","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T16:28:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000880051314996219,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":6,"imagery":"osm","language":"en","id":113770114}},{"id":113767259,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.734693,51.0398522],[3.7350335,51.0398522],[3.7350335,51.0401023],[3.734693,51.0401023],[3.734693,51.0398522]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T15:21:41Z","reviewed_features":[],"tag_changes":{},"create":43,"modify":4,"delete":0,"area":8.51590500008236e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"grb","import":2,"imagery":"AGIVFlandersGRB","language":"en","change_within_500m":2,"id":113767259}},{"id":113767040,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9470339,50.2713631],[8.9660501,50.2713631],[8.9660501,50.2873993],[8.9470339,50.2873993],[8.9470339,50.2713631]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T15:16:25Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.000304947586439922,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"parkings","imagery":"osm","language":"de","move:node/-1":"improve_accuracy","id":113767040}},{"id":113767012,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155],[3.7348232,51.0401155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T15:15:59Z","reviewed_features":[],"tag_changes":{},"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":"toilets","imagery":"osm","language":"en","add-image":2,"change_within_500m":2,"id":113767012}},{"id":113766752,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9554667,50.2558042],[8.9652112,50.2558042],[8.9652112,50.2686128],[8.9554667,50.2686128],[8.9554667,50.2558042]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T15:10:32Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.000124813402699997,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":2,"theme":"artwork","answer":1,"imagery":"osm","language":"de","move:node/-1":"improve_accuracy","move:node/-2":"improve_accuracy","id":113766752}},{"id":113766100,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5615174,50.0278258],[8.6849432,50.0278258],[8.6849432,50.1125193],[8.5615174,50.1125193],[8.5615174,50.0278258]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #observation_towers","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:56:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0104533629923,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"observation_towers","answer":6,"imagery":"osm","language":"de","move:node/1719597181":"improve_accuracy","id":113766100}},{"id":113765933,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.941943,50.2664182],[8.9699721,50.2664182],[8.9699721,50.2886126],[8.941943,50.2886126],[8.941943,50.2664182]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:52:17Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":2,"delete":0,"area":0.000622089057040089,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","answer":5,"imagery":"osm","language":"de","id":113765933}},{"id":113765601,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6775202,50.1404711],[8.6820871,50.1404711],[8.6820871,50.1418396],[8.6775202,50.1418396],[8.6775202,50.1404711]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:43:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000624980264999187,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":2,"theme":"shops","imagery":"osm","language":"de","move:node/267286858":"improve_accuracy","move:node/322806285":"relocated","id":113765601}},{"id":113765369,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9477634,50.272717],[8.9477634,50.272717],[8.9477634,50.272717],[8.9477634,50.272717],[8.9477634,50.272717]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:39:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":1,"imagery":"osm","language":"de","id":113765369}},{"id":113765275,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6851779,50.1265431],[8.700107,50.1265431],[8.700107,50.1311449],[8.6851779,50.1311449],[8.6851779,50.1265431]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:37:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":14,"delete":0,"area":0.000068700732380047,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113765275}},{"id":113765274,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6867148,50.1269821],[8.6867148,50.1269821],[8.6867148,50.1269821],[8.6867148,50.1269821],[8.6867148,50.1269821]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:37:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113765274}},{"id":113765121,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6833164,50.1262289],[8.6891422,50.1262289],[8.6891422,50.1288116],[8.6833164,50.1288116],[8.6833164,50.1262289]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:34:30Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.0000150462936599833,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113765121}},{"id":113764730,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6423108,50.070061],[8.6423108,50.070061],[8.6423108,50.070061],[8.6423108,50.070061],[8.6423108,50.070061]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StegoStadtführer","uid":"14423387","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T14:26:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"de","id":113764730}},{"id":113762865,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6021268,47.7684001],[9.6093953,47.7684001],[9.6093953,47.7744565],[9.6021268,47.7744565],[9.6021268,47.7684001]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"koilebeit","uid":"10355146","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T13:32:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000440209433999806,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":4,"imagery":"osm","language":"en","id":113762865}},{"id":113762052,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3031168,50.9391221],[5.3031168,50.9391221],[5.3031168,50.9391221],[5.3031168,50.9391221],[5.3031168,50.9391221]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn79","uid":"14458086","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T13:07:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"ghostbikes","imagery":"CartoDB.Positron","language":"nl","add-image":1,"id":113762052}},{"id":113761796,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9753714,50.2599729],[8.9781395,50.2599729],[8.9781395,50.2600741],[8.9753714,50.2600741],[8.9753714,50.2599729]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:59:38Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":2.80131719988906e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":2,"theme":"parkings","imagery":"osm","language":"de","move:node/-3":"improve_accuracy","move:node/9250298364":"improve_accuracy","id":113761796}},{"id":113761638,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9454735,50.2734404],[8.9493138,50.2734404],[8.9493138,50.2740952],[8.9454735,50.2740952],[8.9454735,50.2734404]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:54:45Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00000251462843999828,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113761638}},{"id":113761593,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.1734222,45.3641281],[8.1781742,45.3641281],[8.1781742,45.3679542],[8.1734222,45.3679542],[8.1734222,45.3641281]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Andrea Musuruane","uid":"90379","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:52:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000181816271999955,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":3,"imagery":"osm","language":"it","id":113761593}},{"id":113761534,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9660253,50.2622817],[8.9660253,50.2622817],[8.9660253,50.2622817],[8.9660253,50.2622817],[8.9660253,50.2622817]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:50:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","answer":3,"imagery":"osm","language":"de","id":113761534}},{"id":113760996,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5442707,50.1581591],[8.5442707,50.1581591],[8.5442707,50.1581591],[8.5442707,50.1581591],[8.5442707,50.1581591]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T12:31:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":2,"imagery":"osm","language":"en","change_within_50m":2,"id":113760996}},{"id":113760883,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9941227,50.2423472],[8.9941227,50.2423472],[8.9941227,50.2423472],[8.9941227,50.2423472],[8.9941227,50.2423472]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:27:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","answer":7,"imagery":"CartoDB.Voyager","language":"de","id":113760883}},{"id":113760658,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9416748,50.2578723],[8.9798212,50.2578723],[8.9798212,50.2853496],[8.9416748,50.2853496],[8.9416748,50.2578723]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:18:01Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":2,"delete":0,"area":0.00104816007672005,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"postboxes","answer":4,"imagery":"CartoDB.Voyager","language":"en","id":113760658}},{"id":113760489,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9448526,50.2687181],[8.954151,50.2687181],[8.954151,50.2861825],[8.9448526,50.2861825],[8.9448526,50.2687181]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:10:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":10,"delete":0,"area":0.000162390976959991,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"street_lighting","answer":13,"imagery":"osm","language":"en","id":113760489}},{"id":113760328,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9384441,50.2726013],[8.9499456,50.2726013],[8.9499456,50.2757177],[8.9384441,50.2757177],[8.9384441,50.2726013]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T12:03:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000035843274600036,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","answer":4,"imagery":"osm","language":"de","id":113760328}},{"id":113760141,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5429227,50.1579597],[8.5451666,50.1579597],[8.5451666,50.1641456],[8.5429227,50.1641456],[8.5429227,50.1579597]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:56:13Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":3,"delete":0,"area":0.0000138805410099955,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113760141}},{"id":113759711,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5438791,50.1587227],[8.5468456,50.1587227],[8.5468456,50.1649721],[8.5438791,50.1649721],[8.5438791,50.1587227]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:41:18Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":6,"delete":0,"area":0.0000185388451000009,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113759711}},{"id":113759556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5429403,50.1607401],[8.5474089,50.1607401],[8.5474089,50.1648896],[8.5429403,50.1648896],[8.5429403,50.1607401]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:36:38Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":16,"delete":0,"area":0.0000185424557000219,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113759556}},{"id":113759501,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.543289,50.1602984],[8.5474116,50.1602984],[8.5474116,50.1635305],[8.543289,50.1635305],[8.543289,50.1602984]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:35:14Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":1,"delete":0,"area":0.0000133246554599942,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":7,"imagery":"osm","language":"en","change_within_25m":6,"change_within_50m":1,"id":113759501}},{"id":113759289,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5435706,50.1586488],[8.5469908,50.1586488],[8.5469908,50.1628828],[8.5435706,50.1628828],[8.5435706,50.1586488]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:27:05Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":13,"delete":0,"area":0.0000144811267999846,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113759289}},{"id":113759055,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3721397,50.8610766],[4.3759515,50.8610766],[4.3759515,50.8617983],[4.3721397,50.8617983],[4.3721397,50.8610766]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T11:20:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000275097605999909,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":1,"imagery":"osm","language":"en","id":113759055}},{"id":113758800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5460034,50.159276],[8.5460034,50.159276],[8.5460034,50.159276],[8.5460034,50.159276],[8.5460034,50.159276]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:12:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":5,"imagery":"osm","language":"en","change_within_100m":5,"id":113758800}},{"id":113758504,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5640962,52.9950848],[6.5640962,52.9950848],[6.5640962,52.9950848],[6.5640962,52.9950848],[6.5640962,52.9950848]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T11:03:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/post-partner/","theme":"postboxes","answer":4,"imagery":"CartoDB.Voyager","language":"en","change_within_5000m":4,"id":113758504}},{"id":113758185,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9622554,50.2739478],[8.9725553,50.2739478],[8.9725553,50.2757368],[8.9622554,50.2757368],[8.9622554,50.2739478]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T10:55:30Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.0000184265210999496,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":2,"imagery":"CartoDB.Voyager","language":"de","id":113758185}},{"id":113758182,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5349845,52.9836736],[6.5407695,52.9836736],[6.5407695,53.0072061],[6.5349845,53.0072061],[6.5349845,52.9836736]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:55:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000136135512499957,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/post-partner/","theme":"postboxes","answer":11,"imagery":"CartoDB.Voyager","language":"en","change_within_5000m":11,"id":113758182}},{"id":113757575,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5453597,50.1588516],[8.5480097,50.1588516],[8.5480097,50.1600665],[8.5453597,50.1600665],[8.5453597,50.1588516]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:38:10Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":17,"delete":0,"area":0.00000321948500000108,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113757575}},{"id":113757473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5482162,50.1588138],[8.5482377,50.1588138],[8.5482377,50.1588413],[8.5482162,50.1588413],[8.5482162,50.1588138]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:35:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":5.91250000007636e-10,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":6,"imagery":"osm","language":"de","add-image":1,"change_within_25m":6,"change_within_50m":1,"id":113757473}},{"id":113757237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7493419,50.331409],[8.7598251,50.331409],[8.7598251,50.3374334],[8.7493419,50.3374334],[8.7493419,50.331409]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tharwatblabla","uid":"14423401","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T10:27:58Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":18,"delete":0,"area":0.0000631549900800196,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","split":3,"theme":"cycle_infra","answer":37,"imagery":"CartoDB.Voyager","language":"de","relation-fix":3,"id":113757237}},{"id":113757122,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5488975,50.157769],[8.5502064,50.157769],[8.5502064,50.1587107],[8.5488975,50.1587107],[8.5488975,50.157769]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:23:42Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":11,"delete":0,"area":0.00000123259112999777,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","answer":21,"imagery":"osm","language":"de","add-image":4,"change_within_25m":22,"change_within_50m":3,"id":113757122}},{"id":113756938,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5482162,50.1572878],[8.5516119,50.1572878],[8.5516119,50.1588413],[8.5482162,50.1588413],[8.5482162,50.1572878]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:16:41Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":4,"delete":0,"area":0.00000527521994999788,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":24,"imagery":"osm","language":"de","change_within_25m":6,"change_within_50m":17,"change_within_100m":1,"id":113756938}},{"id":113756828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5453731,50.1582158],[8.550598,50.1582158],[8.550598,50.1595974],[8.5453731,50.1595974],[8.5453731,50.1582158]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:12:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00000721872184001032,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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","id":113756828}},{"id":113756815,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:12:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","imagery":"osm","language":"de","id":113756815}},{"id":113756814,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.550598,50.1582158],[8.550598,50.1582158],[8.550598,50.1582158],[8.550598,50.1582158],[8.550598,50.1582158]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:12:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"waste_basket","answer":1,"imagery":"osm","language":"de","change_within_25m":1,"id":113756814}},{"id":113756772,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5506839,50.1586076],[8.5506839,50.1586076],[8.5506839,50.1586076],[8.5506839,50.1586076],[8.5506839,50.1586076]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:10:58Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"HDM_HOT","language":"de","add-image":1,"change_within_25m":1,"id":113756772}},{"id":113756676,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5486132,50.1572088],[8.5511667,50.1572088],[8.5511667,50.1593808],[8.5486132,50.1593808],[8.5486132,50.1572088]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:08:09Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":2,"delete":0,"area":0.00000554620200000289,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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,"id":113756676}},{"id":113756593,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5477495,50.1592846],[8.5477495,50.1592846],[8.5477495,50.1592846],[8.5477495,50.1592846],[8.5477495,50.1592846]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:05:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"de","id":113756593}},{"id":113756494,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5459042,50.1575387],[8.5516119,50.1575387],[8.5516119,50.1594015],[8.5459042,50.1594015],[8.5459042,50.1575387]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Niklas0404","uid":"14423368","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T10:02:10Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":4,"delete":0,"area":0.0000106323035599849,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"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,"id":113756494}},{"id":113756026,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2468668,52.77192],[13.2513166,52.77192],[13.2513166,52.7729617],[13.2468668,52.7729617],[13.2468668,52.77192]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Michael 3","uid":"13922389","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-14T09:44:18Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":0.00000463535666000777,"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","id":113756026}},{"id":113754874,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9456606,50.3058153],[8.9456606,50.3058153],[8.9456606,50.3058153],[8.9456606,50.3058153],[8.9456606,50.3058153]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #openwindpowermap","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T09:00:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"openwindpowermap","answer":4,"imagery":"CartoDB.Voyager","language":"de","id":113754874}},{"id":113754698,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:52:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":10,"imagery":"osm","language":"de","id":113754698}},{"id":113754541,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359],[8.941353,50.2853359]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Lea Ziegle","uid":"14423363","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:45:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":4,"imagery":"osm","language":"de","id":113754541}},{"id":113754500,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6862027,50.114882],[8.6862027,50.114882],[8.6862027,50.114882],[8.6862027,50.114882],[8.6862027,50.114882]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:44:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":7,"imagery":"osm","language":"de","id":113754500}},{"id":113754433,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6853782,50.1165911],[8.6853782,50.1165911],[8.6853782,50.1165911],[8.6853782,50.1165911],[8.6853782,50.1165911]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:40:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":4,"imagery":"osm","language":"de","id":113754433}},{"id":113754188,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6865377,50.1033471],[8.7046486,50.1033471],[8.7046486,50.1156341],[8.6865377,50.1156341],[8.6865377,50.1033471]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:29:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00022252862830001,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","answer":13,"imagery":"osm","language":"de","id":113754188}},{"id":113754116,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6596031,50.1048042],[8.6602939,50.1048042],[8.6602939,50.1062718],[8.6596031,50.1062718],[8.6596031,50.1048042]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Saputro16","uid":"14423472","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:26:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000101381808000238,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":8,"imagery":"osm","language":"de","id":113754116}},{"id":113754045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7472936,50.3274769],[8.7607976,50.3274769],[8.7607976,50.336471],[8.7472936,50.336471],[8.7472936,50.3274769]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tharwatblabla","uid":"14423401","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T08:23:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":41,"delete":0,"area":0.000121456326400027,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cycle_infra","answer":59,"imagery":"CartoDB.Voyager","language":"de","id":113754045}},{"id":113752071,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.7648557,53.1549069],[12.772336,53.1549069],[12.772336,53.1594006],[12.7648557,53.1594006],[12.7648557,53.1549069]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Wesomat87","uid":"14348684","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T06:00:23Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":2,"delete":0,"area":0.0000336142241099786,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":113752071}},{"id":113749418,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[174.702026,-36.8765078],[174.702026,-36.8765078],[174.702026,-36.8765078],[174.702026,-36.8765078],[174.702026,-36.8765078]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ralley","uid":"670820","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-14T00:43:32Z","reviewed_features":[],"tag_changes":{},"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":"aed","answer":1,"imagery":"osm","language":"en","add-image":1,"id":113749418}},{"id":113827490,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2188848,51.1786741],[3.2939733,51.1786741],[3.2939733,51.2070787],[3.2188848,51.2070787],[3.2188848,51.1786741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.8","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":"2021-11-15T22:30:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":93,"delete":0,"area":0.0021328588070996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/walkingnodenetworks/walkingnodenetworks.json","answer":78,"imagery":"osm","language":"en","add-image":20,"id":113827490}},{"id":113823101,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2510191,51.217258],[4.2539695,51.217258],[4.2539695,51.2192363],[4.2510191,51.2192363],[4.2510191,51.217258]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T20:48:06Z","reviewed_features":[],"tag_changes":{},"create":167,"modify":0,"delete":0,"area":0.00000583677631999368,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","import":15,"imagery":"AGIVFlandersGRB","language":"en","id":113823101}},{"id":113821970,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2560141,51.2072066],[4.2597828,51.2072066],[4.2597828,51.2080006],[4.2560141,51.2080006],[4.2560141,51.2072066]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T20:24:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000299234779999665,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cyclestreets","answer":2,"imagery":"osm","language":"en","change_within_100m":1,"change_within_500m":1,"id":113821970}},{"id":113820175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4378851,51.1219544],[4.7921996,51.1219544],[4.7921996,51.2002326],[4.4378851,51.2002326],[4.4378851,51.1219544]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dampee","uid":"2175714","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T19:33:29Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.0277351012938999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","answer":2,"imagery":"osm","language":"en","id":113820175}},{"id":113819738,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7366492,51.0369387],[3.7475684,51.0369387],[3.7475684,51.0455459],[3.7366492,51.0455459],[3.7366492,51.0369387]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"lebeno","uid":"1710114","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T19:20:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0000939837382400018,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"food","answer":7,"imagery":"osm","language":"nl","id":113819738}},{"id":113815150,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5377353,44.3833395],[7.5444499,44.3833395],[7.5444499,44.3887997],[7.5377353,44.3887997],[7.5377353,44.3833395]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"francians","uid":"9006927","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T17:19:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000366630589200139,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":10,"imagery":"osm","language":"en","change_within_5000m":10,"id":113815150}},{"id":113811125,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8527772,52.1633635],[12.8554237,52.1633635],[12.8554237,52.1667237],[12.8527772,52.1667237],[12.8527772,52.1633635]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T15:41:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000889276929998622,"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","id":113811125}},{"id":113810342,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5578748,50.6241078],[5.5579906,50.6241078],[5.5579906,50.6243372],[5.5578748,50.6243372],[5.5578748,50.6241078]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"plicploc","uid":"75871","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T15:21:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":2.65645200003639e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","move":1,"theme":"aed","answer":8,"imagery":"osm","language":"en","change_within_25m":9,"move:node/9247814726":"improve_accuracy","id":113810342}},{"id":113810139,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.937799,50.3954474],[2.9888053,50.3954474],[2.9888053,50.44117],[2.937799,50.44117],[2.937799,50.3954474]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"whatismoss","uid":"8427311","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T15:16:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":269,"delete":0,"area":0.00233214065237989,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":447,"imagery":"osm","language":"en","id":113810139}},{"id":113810072,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2118652,51.2048584],[3.2118652,51.2048584],[3.2118652,51.2048584],[3.2118652,51.2048584],[3.2118652,51.2048584]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T15:14:31Z","reviewed_features":[],"tag_changes":{},"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":1,"imagery":"osm","language":"nl","id":113810072}},{"id":113807773,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5770942,48.7140974],[4.6098018,48.7140974],[4.6098018,48.736801],[4.5770942,48.736801],[4.5770942,48.7140974]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"},{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Simon M","uid":"517839","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T14:21:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":231,"delete":0,"area":0.000742580267359978,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":324,"imagery":"osm","language":"en","id":113807773}},{"id":113806724,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2388733,51.2106197],[3.2398295,51.2106197],[3.2398295,51.2110498],[3.2388733,51.2110498],[3.2388733,51.2106197]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #aed_brugge","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T13:52:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":4.11261619995775e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed_brugge","imagery":"HDM_HOT","language":"nl","add-image":8,"change_within_1000m":8,"id":113806724}},{"id":113806349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9404997,44.7285832],[10.6542506,44.7285832],[10.6542506,59.7566369],[2.9404997,59.7566369],[2.9404997,44.7285832]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.12.8","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T13:42:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":34,"delete":0,"area":115.922662753623,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"etymology","answer":53,"imagery":"osm","language":"nl","change_over_5000m":53,"id":113806349}},{"id":113800961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2378674,51.1882105],[3.2383348,51.1882105],[3.2383348,51.1884612],[3.2378674,51.1884612],[3.2378674,51.1882105]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T11:27:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.17177180001118e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","add-image":1,"change_within_25m":1,"id":113800961}},{"id":113800605,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9474383,50.4083068],[2.953131,50.4083068],[2.953131,50.427142],[2.9474383,50.427142],[2.9474383,50.4083068]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whatismoss","uid":"8427311","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T11:19:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000107223143040029,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":4,"imagery":"osm","language":"en","id":113800605}},{"id":113799603,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.558774,13.9634156],[121.5587816,13.9634156],[121.5587816,13.9637699],[121.558774,13.9637699],[121.558774,13.9634156]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nickrds09","uid":"966535","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #streetlamps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T10:50:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.69268000126868e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"streetlamps","answer":3,"imagery":"osm","language":"en","change_within_25m":1,"change_within_50m":2,"id":113799603}},{"id":113795722,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.27121,51.2003253],[3.2714774,51.2003253],[3.2714774,51.2004465],[3.27121,51.2004465],[3.27121,51.2003253]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T09:17:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.24088799987655e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","add-image":1,"change_within_25m":1,"id":113795722}},{"id":113795604,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2706079,51.1800623],[3.2805041,51.1800623],[3.2805041,51.2004432],[3.2706079,51.2004432],[3.2706079,51.1800623]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #test","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T09:15:24Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":7,"delete":0,"area":0.000201693462579993,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"test","answer":1,"imagery":"osm","language":"nl","add-image":6,"change_within_25m":7,"id":113795604}},{"id":113793660,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2301942,51.2096014],[3.2350681,51.2096014],[3.2350681,51.2135828],[3.2301942,51.2135828],[3.2301942,51.2096014]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maarten O","uid":"13326535","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T08:25:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000194049454600024,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","answer":2,"imagery":"osm","language":"nl","id":113793660}},{"id":113787479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1683047,52.177249],[10.1777805,52.177249],[10.1777805,52.1802094],[10.1683047,52.1802094],[10.1683047,52.177249]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"danielhaniel","uid":"2608278","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-11-15T05:21:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0000280521583199941,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"etymology","answer":5,"imagery":"osm","language":"en","id":113787479}},{"id":113783093,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9824694,51.1500361],[4.9824694,51.1500361],[4.9824694,51.1500361],[4.9824694,51.1500361],[4.9824694,51.1500361]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.12.7","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-11-15T00:48:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cafes_and_pubs","answer":3,"imagery":"osm","language":"nl","change_within_5000m":3,"id":113783093}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2021-2.json b/Docs/Tools/stats/stats.2021-2.json new file mode 100644 index 000000000..09b731f21 --- /dev/null +++ b/Docs/Tools/stats/stats.2021-2.json @@ -0,0 +1 @@ +{"features":[{"id":98530962,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9614821,43.0922626],[2.9628847,43.0922626],[2.9628847,43.0940439],[2.9614821,43.0940439],[2.9614821,43.0922626]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-01T19:28:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000249845138000658,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","id":98530962}},{"id":98529536,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4247319,51.0182201],[3.762333,51.0182201],[3.762333,51.1420131],[3.4247319,51.1420131],[3.4247319,51.0182201]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-01T18:45:43Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":24,"delete":0,"area":0.0417926529722997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98529536}},{"id":98519285,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1249256,52.0723886],[5.1249256,52.0723886],[5.1249256,52.0723886],[5.1249256,52.0723886],[5.1249256,52.0723886]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-01T15:00:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98519285}},{"id":98519021,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6856499,50.4803465],[5.6856499,50.4803465],[5.6856499,50.4803465],[5.6856499,50.4803465],[5.6856499,50.4803465]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-01T14:54:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":98519021}},{"id":98517414,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1289433,52.0751935],[5.1289433,52.0751935],[5.1289433,52.0751935],[5.1289433,52.0751935],[5.1289433,52.0751935]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-01T14:21:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98517414}},{"id":98512905,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9011496,51.0901087],[4.9011496,51.0901087],[4.9011496,51.0901087],[4.9011496,51.0901087],[4.9011496,51.0901087]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-01T12:53:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":98512905}},{"id":98502118,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7549933,51.1682088],[4.7549933,51.1682088],[4.7549933,51.1682088],[4.7549933,51.1682088],[4.7549933,51.1682088]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-01T10:24:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":98502118}},{"id":98603682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0036505,51.2636486],[4.7857046,51.2636486],[4.7857046,51.5622435],[-0.0036505,51.5622435],[-0.0036505,51.2636486]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jorieke V","uid":"378610","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T22:00:09Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":8,"delete":0,"area":1.43007700714898,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98603682}},{"id":98592602,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.8458316,47.9957557],[7.8458316,47.9957557],[7.8458316,47.9957557],[7.8458316,47.9957557],[7.8458316,47.9957557]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"schoschi","uid":"231006","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #openinghourscovid19","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T17:25:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"openinghourscovid19","imagery":"osm","language":"es","id":98592602}},{"id":98587768,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T15:39:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98587768}},{"id":98587566,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T15:35:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98587566}},{"id":98585917,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T15:01:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98585917}},{"id":98585631,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T14:56:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98585631}},{"id":98585501,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T14:53:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98585501}},{"id":98576734,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T11:58:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98576734}},{"id":98576584,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T11:56:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98576584}},{"id":98569828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8655851,50.4656655],[4.8655851,50.4656655],[4.8655851,50.4656655],[4.8655851,50.4656655],[4.8655851,50.4656655]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T10:24:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98569828}},{"id":98568686,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7434571,50.4684935],[5.7434571,50.4684935],[5.7434571,50.4684935],[5.7434571,50.4684935],[5.7434571,50.4684935]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T10:08:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":98568686}},{"id":98566470,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6952149,51.0429887],[4.6952149,51.0429887],[4.6952149,51.0429887],[4.6952149,51.0429887],[4.6952149,51.0429887]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Filipvdl","uid":"1930844","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T09:36:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":98566470}},{"id":98566286,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Filipvdl","uid":"1930844","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T09:33:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":98566286}},{"id":98565848,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7170431,51.0453548],[4.7297169,51.0453548],[4.7297169,51.1029107],[4.7170431,51.1029107],[4.7170431,51.0453548]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Filipvdl","uid":"1930844","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-02T09:27:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.00072945196542005,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"nl","theme-creator":"Midgard","id":98565848}},{"id":98559761,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.231886,51.1979163],[3.2340203,51.1979163],[3.2340203,51.199055],[3.231886,51.199055],[3.231886,51.1979163]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wiki-User-joost_schouppe-geveltuintjes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-02T08:00:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000243032740999708,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wiki-User-joost_schouppe-geveltuintjes","imagery":"osm","language":"nl","id":98559761}},{"id":98665284,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2198417,51.2156931],[3.2198417,51.2156931],[3.2198417,51.2156931],[3.2198417,51.2156931],[3.2198417,51.2156931]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-03T20:20:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":98665284}},{"id":98663251,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2243352,51.2043211],[3.2243352,51.2043211],[3.2243352,51.2043211],[3.2243352,51.2043211],[3.2243352,51.2043211]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T19:21:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98663251}},{"id":98663183,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2244503,51.2051514],[3.225731,51.2051514],[3.225731,51.2053642],[3.2244503,51.2053642],[3.2244503,51.2051514]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T19:19:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.72532959999903e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98663183}},{"id":98663172,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2244503,51.2051514],[3.2244503,51.2051514],[3.2244503,51.2051514],[3.2244503,51.2051514],[3.2244503,51.2051514]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T19:18:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98663172}},{"id":98659703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.542557,51.9728518],[4.5559085,51.9728518],[4.5559085,52.0132582],[4.542557,52.0132582],[4.542557,51.9728518]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T17:50:20Z","reviewed_features":[],"tag_changes":{},"create":15,"modify":21,"delete":0,"area":0.000539486049600016,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98659703}},{"id":98656940,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5480679,51.9716756],[4.5480679,51.9716756],[4.5480679,51.9716756],[4.5480679,51.9716756],[4.5480679,51.9716756]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T16:48:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98656940}},{"id":98655231,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5441378,51.9728984],[4.5562251,51.9728984],[4.5562251,52.0149646],[4.5441378,52.0149646],[4.5441378,51.9728984]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T16:12:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":13,"delete":0,"area":0.000508466779260014,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98655231}},{"id":98644606,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6375207,50.9306339],[3.6375207,50.9306339],[3.6375207,50.9306339],[3.6375207,50.9306339],[3.6375207,50.9306339]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-03T12:29:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98644606}},{"id":98640403,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7787793,50.2859246],[2.7908733,50.2859246],[2.7908733,50.2910032],[2.7787793,50.2910032],[2.7787793,50.2859246]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Nicolas Janssoone","uid":"12598029","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-03T11:14:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":10,"delete":0,"area":0.0000614205883999674,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fritures","imagery":"osm","language":"fr","id":98640403}},{"id":98634108,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8717445,50.3763515],[5.8717445,50.3763515],[5.8717445,50.3763515],[5.8717445,50.3763515],[5.8717445,50.3763515]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T09:31:13Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":98634108}},{"id":98632402,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5441378,51.9725041],[4.5490537,51.9725041],[4.5490537,51.9880645],[4.5441378,51.9880645],[4.5441378,51.9725041]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T09:05:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000764933703599962,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98632402}},{"id":98631263,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8759797,50.393442],[5.8759797,50.393442],[5.8759797,50.393442],[5.8759797,50.393442],[5.8759797,50.393442]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-03T08:48:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98631263}},{"id":98626175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.063949,50.9178564],[4.063949,50.9178564],[4.063949,50.9178564],[4.063949,50.9178564],[4.063949,50.9178564]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NimdaBE","uid":"657676","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-03T07:25:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"vaccination_centres","imagery":"osm","language":"nl","id":98626175}},{"id":98726086,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6656658,-33.4408377],[-70.6653087,-33.4408377],[-70.6653087,-33.4404972],[-70.6656658,-33.4404972],[-70.6656658,-33.4408377]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-04T20:32:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.21592550000783e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":98726086}},{"id":98725717,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6649823,-33.44123],[-70.6649823,-33.44123],[-70.6649823,-33.44123],[-70.6649823,-33.44123],[-70.6649823,-33.44123]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-04T20:20:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98725717}},{"id":98713865,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2327756,50.710189],[4.2339745,50.710189],[4.2339745,50.7109713],[4.2327756,50.7109713],[4.2327756,50.710189]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #paden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-04T15:27:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":9.37899469997084e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"paden","imagery":"osm","language":"nl","id":98713865}},{"id":98709530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4937944,50.8055185],[4.4937944,50.8055185],[4.4937944,50.8055185],[4.4937944,50.8055185],[4.4937944,50.8055185]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-04T13:53:55Z","reviewed_features":[],"tag_changes":{},"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":"AGIV","language":"nl","theme-creator":"Midgard","id":98709530}},{"id":98705104,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.419711,46.932459],[7.419711,46.932459],[7.419711,46.932459],[7.419711,46.932459],[7.419711,46.932459]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-04T12:20:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98705104}},{"id":98672493,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9427891,10.3279113],[123.9427891,10.3279113],[123.9427891,10.3279113],[123.9427891,10.3279113],[123.9427891,10.3279113]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-04T01:50:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CyclOSM","language":"en","theme-creator":"MapComplete","id":98672493}},{"id":98670888,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.212412,51.1812564],[3.212412,51.1812564],[3.212412,51.1812564],[3.212412,51.1812564],[3.212412,51.1812564]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-04T00:16:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"vaccination_centres","imagery":"osm","language":"nl","id":98670888}},{"id":98777544,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6264324,51.9577978],[4.6420047,51.9577978],[4.6420047,51.9648939],[4.6264324,51.9648939],[4.6264324,51.9577978]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-05T15:41:55Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":7,"delete":0,"area":0.000110502598029977,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98777544}},{"id":98775172,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6179772,51.9491391],[4.6421739,51.9491391],[4.6421739,51.9718186],[4.6179772,51.9718186],[4.6179772,51.9491391]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-05T14:49:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":0.00054876905765006,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98775172}},{"id":98774403,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2471988,-39.8127249],[-73.2438245,-39.8127249],[-73.2438245,-39.810943],[-73.2471988,-39.810943],[-73.2471988,-39.8127249]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-05T14:32:34Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":1,"delete":0,"area":0.0000060126651699992,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":98774403}},{"id":98770620,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6314213,51.9586447],[4.6314213,51.9586447],[4.6314213,51.9586447],[4.6314213,51.9586447],[4.6314213,51.9586447]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-05T13:11:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":98770620}},{"id":98758800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2644413,51.9566396],[6.2644413,51.9566396],[6.2644413,51.9566396],[6.2644413,51.9566396],[6.2644413,51.9566396]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nienke_Meeuwissen","uid":"10628914","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-05T10:01:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98758800}},{"id":98740296,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.666665,-33.4405009],[-70.666665,-33.4405009],[-70.666665,-33.4405009],[-70.666665,-33.4405009],[-70.666665,-33.4405009]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-05T05:16:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":98740296}},{"id":98833004,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.7815682,48.095611],[11.7819679,48.095611],[11.7819679,48.0975152],[11.7815682,48.0975152],[11.7815682,48.095611]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"flo2154","uid":"348648","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-06T22:55:53Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":7.61108739997702e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"EsriWorldImagery","language":"de","theme-creator":"Florian Edelmann","id":98833004}},{"id":98824212,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1574925,41.4362807],[2.1606272,41.4362807],[2.1606272,41.4380538],[2.1574925,41.4380538],[2.1574925,41.4362807]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-06T18:09:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000555813657000362,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"ca","id":98824212}},{"id":98823177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.0187215,38.2405954],[-6.0168841,38.2405954],[-6.0168841,38.2410094],[-6.0187215,38.2410094],[-6.0187215,38.2405954]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"mtaborda","uid":"358284","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #containeronvas","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-06T17:39:00Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":7.6068360001144e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"containeronvas","imagery":"osm","language":"es","id":98823177}},{"id":98808335,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"nlehuby","uid":"1424448","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-06T11:09:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"aed","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":98808335}},{"id":98808325,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129],[2.1850213,48.9201129]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"nlehuby","uid":"1424448","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-06T11:08:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"aed","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":98808325}},{"id":98858480,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4155033,46.9354862],[7.4155033,46.9354862],[7.4155033,46.9354862],[7.4155033,46.9354862],[7.4155033,46.9354862]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-07T17:20:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98858480}},{"id":98855499,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1240626,52.0733029],[5.1240626,52.0733029],[5.1240626,52.0733029],[5.1240626,52.0733029],[5.1240626,52.0733029]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-07T16:00:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98855499}},{"id":98855258,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-07T15:54:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98855258}},{"id":98915231,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9192733,51.2994693],[4.970446,51.2994693],[4.970446,51.4024757],[4.9192733,51.4024757],[4.9192733,51.2994693]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-08T14:12:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00527111560527986,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"vaccination_centres","imagery":"AGIV","language":"nl","id":98915231}},{"id":98910316,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9689829,51.4017441],[4.970446,51.4017441],[4.970446,51.4024757],[4.9689829,51.4024757],[4.9689829,51.4017441]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-08T12:33:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000107040395999183,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"vaccination_centres","imagery":"osm","language":"nl","id":98910316}},{"id":98908195,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1240626,52.0733029],[5.1254283,52.0733029],[5.1254283,52.0800196],[5.1240626,52.0800196],[5.1240626,52.0733029]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-08T12:00:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000917299718999792,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98908195}},{"id":98908194,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-08T12:00:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98908194}},{"id":98908156,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1254283,52.0800196],[5.1254283,52.0800196],[5.1254283,52.0800196],[5.1254283,52.0800196],[5.1254283,52.0800196]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-08T11:59:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":98908156}},{"id":98890818,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9689829,51.4017441],[4.970446,51.4017441],[4.970446,51.4024757],[4.9689829,51.4024757],[4.9689829,51.4017441]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-08T08:00:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000107040395999183,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"vaccination_centres","imagery":"osm","language":"nl","id":98890818}},{"id":98870697,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6703281,-33.4378348],[-70.6703281,-33.4378348],[-70.6703281,-33.4378348],[-70.6703281,-33.4378348],[-70.6703281,-33.4378348]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-08T01:26:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":98870697}},{"id":98870223,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6650885,-33.4414107],[-70.6650756,-33.4414107],[-70.6650756,-33.4412221],[-70.6650885,-33.4412221],[-70.6650885,-33.4414107]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-08T00:57:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":2.43294000030679e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":98870223}},{"id":99003014,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.8782964,41.6271045],[-0.8627146,41.6271045],[-0.8627146,41.6407065],[-0.8782964,41.6407065],[-0.8782964,41.6271045]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alejandroscf","uid":"31829","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-09T22:46:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.000211943643599981,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"es","id":99003014}},{"id":98988313,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5705244,-33.591813],[-70.5705244,-33.591813],[-70.5705244,-33.591813],[-70.5705244,-33.591813],[-70.5705244,-33.591813]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-09T16:08:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":98988313}},{"id":98985394,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2936882,50.7900105],[4.2936882,50.7900105],[4.2936882,50.7900105],[4.2936882,50.7900105],[4.2936882,50.7900105]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-09T15:10:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":98985394}},{"id":98983488,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.689931,51.0679906],[3.6924738,51.0679906],[3.6924738,51.0696523],[3.689931,51.0696523],[3.689931,51.0679906]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #picnictable","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-09T14:30:27Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00000422537075999923,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"picnictable","imagery":"osm","language":"en","id":98983488}},{"id":99062508,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7511256,51.1837616],[4.7511256,51.1837616],[4.7511256,51.1837616],[4.7511256,51.1837616],[4.7511256,51.1837616]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #vaccination_centres","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-10T20:14:44Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"vaccination_centres","imagery":"osm","language":"nl","id":99062508}},{"id":99062399,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5700547,-33.5921539],[-70.5700547,-33.5921539],[-70.5700547,-33.5921539],[-70.5700547,-33.5921539],[-70.5700547,-33.5921539]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-10T20:10:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":99062399}},{"id":99129884,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.6298409,-33.044419],[-71.6298409,-33.044419],[-71.6298409,-33.044419],[-71.6298409,-33.044419],[-71.6298409,-33.044419]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-11T19:05:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99129884}},{"id":99117277,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.1549186,46.3511896],[7.1549186,46.3511896],[7.1549186,46.3511896],[7.1549186,46.3511896],[7.1549186,46.3511896]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eginhard","uid":"12637224","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-11T15:36:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99117277}},{"id":99199529,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.0180568,41.3102945],[2.0224052,41.3102945],[2.0224052,41.3134927],[2.0180568,41.3134927],[2.0180568,41.3102945]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #1roadAlllanes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-12T23:45:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000139070528799998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"1roadAlllanes","imagery":"EsriWorldImageryClarity","language":"es","id":99199529}},{"id":99199139,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1768435,41.4300466],[2.1836411,41.4300466],[2.1836411,41.4329886],[2.1768435,41.4329886],[2.1768435,41.4300466]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #crossingtime","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-12T23:17:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":71,"delete":0,"area":0.0000199985392000304,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"crossingtime","imagery":"osm","language":"ca","id":99199139}},{"id":99198918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1783346,41.4315121],[2.1783346,41.4315121],[2.1783346,41.4315121],[2.1783346,41.4315121],[2.1783346,41.4315121]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #restaurants","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-12T23:04:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"restaurants","imagery":"osm","language":"ca","id":99198918}},{"id":99198737,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1790404,41.4303222],[2.180873,41.4303222],[2.180873,41.4308877],[2.1790404,41.4308877],[2.1790404,41.4303222]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-12T22:55:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00000103633530000091,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"en","id":99198737}},{"id":99160858,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.9446624,53.0660188],[5.9541735,53.0660188],[5.9541735,53.0965772],[5.9446624,53.0965772],[5.9446624,53.0660188]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CordeB","uid":"5794153","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-12T08:47:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.000290643998239945,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":99160858}},{"id":99142059,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.6323415,-33.0487834],[-71.6323415,-33.0487834],[-71.6323415,-33.0487834],[-71.6323415,-33.0487834],[-71.6323415,-33.0487834]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-12T03:27:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99142059}},{"id":99231088,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.935646,37.2644681],[-6.9283905,37.2644681],[-6.9283905,37.2719866],[-6.935646,37.2719866],[-6.935646,37.2644681]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ielham","uid":"462218","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #1roadAlllanes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-13T21:35:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000545504767499748,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"1roadAlllanes","imagery":"osm","language":"es","id":99231088}},{"id":99333909,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6067814,52.0607209],[4.6522996,52.0607209],[4.6522996,52.0742674],[4.6067814,52.0742674],[4.6067814,52.0607209]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-6040165027","osm_id":6040165027,"reasons":[42],"version":3,"primary_tags":{"leisure":"picnic_table"}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-15T21:49:19Z","reviewed_features":[],"tag_changes":{},"create":18,"modify":24,"delete":0,"area":0.000616612296299855,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":99333909}},{"id":99333011,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6069569,52.043783],[4.6594241,52.043783],[4.6594241,52.0859855],[4.6069569,52.0859855],[4.6069569,52.043783]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-15T21:19:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":26,"delete":0,"area":0.00221424700800009,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":99333011}},{"id":99320724,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5003356,50.8024306],[4.5003356,50.8024306],[4.5003356,50.8024306],[4.5003356,50.8024306],[4.5003356,50.8024306]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-15T15:54:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":99320724}},{"id":99316602,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.331597,-27.3667738],[-70.331597,-27.3667738],[-70.331597,-27.3667738],[-70.331597,-27.3667738],[-70.331597,-27.3667738]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-15T14:31:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99316602}},{"id":99400869,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9783645,51.4469767],[6.9783645,51.4469767],[6.9783645,51.4469767],[6.9783645,51.4469767],[6.9783645,51.4469767]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T18:56:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99400869}},{"id":99400802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9776831,51.4467987],[6.9776831,51.4467987],[6.9776831,51.4467987],[6.9776831,51.4467987],[6.9776831,51.4467987]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T18:55:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99400802}},{"id":99400332,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.973136,51.4473616],[6.9777222,51.4473616],[6.9777222,51.4495519],[6.973136,51.4495519],[6.973136,51.4473616]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T18:42:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0.0000100451538600093,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99400332}},{"id":99399352,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7685697,-33.4852773],[-70.7685697,-33.4852773],[-70.7685697,-33.4852773],[-70.7685697,-33.4852773],[-70.7685697,-33.4852773]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T18:15:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":99399352}},{"id":99398917,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6361571,50.8671482],[3.6361571,50.8671482],[3.6361571,50.8671482],[3.6361571,50.8671482],[3.6361571,50.8671482]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T18:04:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99398917}},{"id":99398824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7686301,-33.4853954],[-70.7683192,-33.4853954],[-70.7683192,-33.4851879],[-70.7686301,-33.4851879],[-70.7686301,-33.4853954]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T18:02:52Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":16,"delete":0,"area":6.45117500010796e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":99398824}},{"id":99398790,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9784762,51.4496466],[6.9818518,51.4496466],[6.9818518,51.4534716],[6.9784762,51.4534716],[6.9784762,51.4496466]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T18:02:10Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":50,"delete":0,"area":0.000012911669999997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":99398790}},{"id":99385395,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6776224,51.0531321],[3.6776251,51.0531321],[3.6776251,51.0531894],[3.6776224,51.0531894],[3.6776224,51.0531321]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T13:26:43Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":1.54710000005867e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":99385395}},{"id":99383785,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6923423,51.0522571],[3.6923423,51.0522571],[3.6923423,51.0522571],[3.6923423,51.0522571],[3.6923423,51.0522571]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T13:01:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":99383785}},{"id":99383257,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.677507,51.0509504],[3.6972213,51.0509504],[3.6972213,51.0529198],[3.677507,51.0529198],[3.677507,51.0509504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-16T12:53:45Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":0,"delete":0,"area":0.0000388253424200023,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":99383257}},{"id":99369933,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.8836749,51.3929233],[6.8836749,51.3929233],[6.8836749,51.3929233],[6.8836749,51.3929233],[6.8836749,51.3929233]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8428431653","osm_id":8428431653,"reasons":[43],"version":3,"primary_tags":{"tourism":"map"}}],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T10:12:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99369933}},{"id":99342577,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7686669,-33.4856223],[-70.7684668,-33.4856223],[-70.7684668,-33.4855645],[-70.7686669,-33.4855645],[-70.7686669,-33.4856223]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T04:02:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":9,"delete":0,"area":1.15657800001288e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":99342577}},{"id":99342326,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7686711,-33.4855645],[-70.7682037,-33.4855645],[-70.7682037,-33.4853663],[-70.7686711,-33.4853663],[-70.7686711,-33.4855645]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-16T03:56:45Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":15,"delete":0,"area":9.26386800009272e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":99342326}},{"id":99467653,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.77087,-33.4847322],[-70.7703547,-33.4847322],[-70.7703547,-33.4845189],[-70.77087,-33.4845189],[-70.77087,-33.4847322]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-17T17:05:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":1.09913490003717e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99467653}},{"id":99466463,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.730679,51.0570573],[3.730679,51.0570573],[3.730679,51.0570573],[3.730679,51.0570573],[3.730679,51.0570573]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-17T16:43:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99466463}},{"id":99457652,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3189133,50.7844049],[4.3189133,50.7844049],[4.3189133,50.7844049],[4.3189133,50.7844049],[4.3189133,50.7844049]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-17T13:52:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CyclOSM","language":"en","theme-creator":"MapComplete","id":99457652}},{"id":99548215,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1169699,51.1853225],[5.1169699,51.1853225],[5.1169699,51.1853225],[5.1169699,51.1853225],[5.1169699,51.1853225]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-18T20:52:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":99548215}},{"id":99527340,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0784276,50.9282274],[4.0784276,50.9282274],[4.0784276,50.9282274],[4.0784276,50.9282274],[4.0784276,50.9282274]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-18T13:18:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99527340}},{"id":99527268,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.718829,51.9723273],[6.718829,51.9723273],[6.718829,51.9723273],[6.718829,51.9723273],[6.718829,51.9723273]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CartoKees","uid":"927112","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-18T13:16:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"Actueel_ortho25_WMS","language":"en","theme-creator":"Florian Edelmann","id":99527268}},{"id":99615501,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #geveltuintjes","comments_count":2,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T20:05:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"geveltuintjes","imagery":"osm","language":"nl","id":99615501}},{"id":99615186,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[151.1473668,-33.877031],[151.1473668,-33.877031],[151.1473668,-33.877031],[151.1473668,-33.877031],[151.1473668,-33.877031]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"rfa31","uid":"1963468","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T19:56:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"NSW_LPI_Imagery","language":"en","theme-creator":"MapComplete","id":99615186}},{"id":99606292,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9437802,51.4145483],[6.9437802,51.4145483],[6.9437802,51.4145483],[6.9437802,51.4145483],[6.9437802,51.4145483]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8438616231","osm_id":8438616231,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}}],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-19T16:16:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99606292}},{"id":99606276,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4861886,51.0302155],[4.4861886,51.0302155],[4.4861886,51.0302155],[4.4861886,51.0302155],[4.4861886,51.0302155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #geveltuintjes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-19T16:16:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"geveltuintjes","imagery":"osm","language":"nl","id":99606276}},{"id":99601546,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.96777,51.1985414],[2.9678448,51.1985414],[2.9678448,51.1985953],[2.96777,51.1985953],[2.96777,51.1985414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-19T14:42:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.03171999982104e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":99601546}},{"id":99599094,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2305511,50.7368853],[4.2909041,50.7368853],[4.2909041,50.8105552],[4.2305511,50.8105552],[4.2305511,50.7368853]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-19T13:53:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.00444619947470036,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"charging_stations","imagery":"osm","language":"en","id":99599094}},{"id":99598899,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4485697,51.0836764],[3.4503636,51.0836764],[3.4503636,51.0929136],[3.4485697,51.0929136],[3.4485697,51.0836764]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T13:50:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000165706130800022,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"charging_stations","imagery":"osm","language":"en","id":99598899}},{"id":99578370,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4476318,51.0836246],[3.4486015,51.0836246],[3.4486015,51.0865948],[3.4476318,51.0865948],[3.4476318,51.0836246]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T09:00:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000288020294000058,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99578370}},{"id":99569813,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1487347,10.3023581],[123.8946944,10.3023581],[123.8946944,14.5382952],[121.1487347,14.5382952],[121.1487347,10.3023581]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"n1kn0k","uid":"867701","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T06:56:54Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":18,"delete":0,"area":11.6317125683349,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"Mapbox","language":"en","theme-creator":"MapComplete","id":99569813}},{"id":99563927,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5916481,-33.6048667],[-70.5916481,-33.6048667],[-70.5916481,-33.6048667],[-70.5916481,-33.6048667],[-70.5916481,-33.6048667]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-19T05:34:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99563927}},{"id":99554379,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6809309,51.0533349],[3.6809309,51.0533349],[3.6809309,51.0533349],[3.6809309,51.0533349],[3.6809309,51.0533349]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-19T01:10:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":99554379}},{"id":99656265,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8816997,52.0487934],[4.9432807,52.0487934],[4.9432807,52.1052146],[4.8816997,52.1052146],[4.8816997,52.0487934]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-20T18:54:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":51,"delete":0,"area":0.00347447391719969,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":99656265}},{"id":99644899,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4122499,50.9198635],[4.4122499,50.9198635],[4.4122499,50.9198635],[4.4122499,50.9198635],[4.4122499,50.9198635]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"milenasonneveld","uid":"8177639","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #klimbomen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-20T14:38:29Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"klimbomen","imagery":"osm","language":"nl","id":99644899}},{"id":99622784,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7043881,51.0527373],[3.7043881,51.0527373],[3.7043881,51.0527373],[3.7043881,51.0527373],[3.7043881,51.0527373]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.0-rc2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-20T01:12:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99622784}},{"id":99697887,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4834706,51.1263994],[4.4834706,51.1263994],[4.4834706,51.1263994],[4.4834706,51.1263994],[4.4834706,51.1263994]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-21T20:31:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99697887}},{"id":99676146,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2198444,51.2156765],[3.2198444,51.2156765],[3.2198444,51.2156765],[3.2198444,51.2156765],[3.2198444,51.2156765]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-21T11:36:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":99676146}},{"id":99675091,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9781808,51.4519865],[6.9787542,51.4519865],[6.9787542,51.4523228],[6.9781808,51.4523228],[6.9781808,51.4519865]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-21T10:52:44Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":21,"delete":0,"area":1.92834420000552e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":99675091}},{"id":99673436,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9790241,51.4497432],[6.9834418,51.4497432],[6.9834418,51.4511778],[6.9790241,51.4511778],[6.9790241,51.4497432]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-21T10:04:40Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":20,"delete":0,"area":0.00000633763242001317,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":99673436}},{"id":99665427,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3500467,47.6504853],[-122.350046,47.6504853],[-122.350046,47.6504853],[-122.3500467,47.6504853],[-122.3500467,47.6504853]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wim L","uid":"223681","editor":"MapComplete 0.5.0c","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-21T01:52:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99665427}},{"id":99778046,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.3968369,43.0758836],[-89.393625,43.0758836],[-89.393625,43.0759208],[-89.3968369,43.0759208],[-89.3968369,43.0758836]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Seaviator","uid":"9649188","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T23:27:07Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":1.19482680004023e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"Stadia.AlidadeSmoothDark","language":"en","id":99778046}},{"id":99771721,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4931266,51.0240137],[4.4931266,51.0240137],[4.4931266,51.0240137],[4.4931266,51.0240137],[4.4931266,51.0240137]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.0-rc5","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T20:55:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"climbing","imagery":"osm","language":"nl","theme-creator":"Christian Neumann ","id":99771721}},{"id":99770205,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6100709,51.9644565],[4.6100709,51.9644565],[4.6100709,51.9644565],[4.6100709,51.9644565],[4.6100709,51.9644565]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-22T20:23:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":99770205}},{"id":99767714,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #geveltuintjes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-22T19:29:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"geveltuintjes","imagery":"osm","language":"nl","id":99767714}},{"id":99766646,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5790945,-33.5983521],[-70.56949,-33.5983521],[-70.56949,-33.5904447],[-70.5790945,-33.5904447],[-70.5790945,-33.5983521]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T19:02:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":14,"delete":0,"area":0.0000759466232999634,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":99766646}},{"id":99764594,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #geveltuintjes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-22T18:12:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"geveltuintjes","imagery":"osm","language":"nl","id":99764594}},{"id":99760617,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.4683707,38.0246363],[-78.4683707,38.0246363],[-78.4683707,38.0246363],[-78.4683707,38.0246363],[-78.4683707,38.0246363]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"alibama","uid":"11038799","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T16:46:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99760617}},{"id":99759346,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3459252,44.5016229],[11.3459252,44.5016229],[11.3459252,44.5016229],[11.3459252,44.5016229],[11.3459252,44.5016229]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T16:22:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99759346}},{"id":99757412,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7684019,-33.4860963],[-70.7681582,-33.4860963],[-70.7681582,-33.4854396],[-70.7684019,-33.4854396],[-70.7684019,-33.4860963]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T15:46:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":1.60037789999195e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":99757412}},{"id":99738539,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5968305,50.6004888],[5.6284744,50.6004888],[5.6284744,50.6067056],[5.5968305,50.6067056],[5.5968305,50.6004888]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"fpiette","uid":"11779834","editor":"MapComplete 0.5.2","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T10:50:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.000196723797519908,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":99738539}},{"id":99736106,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6039661,50.5217799],[5.6039661,50.5217799],[5.6039661,50.5217799],[5.6039661,50.5217799],[5.6039661,50.5217799]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"fpiette","uid":"11779834","editor":"MapComplete 0.5.2","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-22T10:21:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":99736106}},{"id":99726454,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.232254,50.0042881],[8.2323056,50.0042881],[8.2323056,50.0043238],[8.232254,50.0043238],[8.232254,50.0042881]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mfbehrens99","uid":"9645335","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-22T08:23:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":1.84212000029126e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":99726454}},{"id":99723129,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8973677,52.0601757],[4.9227108,52.0601757],[4.9227108,52.0939944],[4.8973677,52.0939944],[4.8973677,52.0601757]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-4488407036","osm_id":4488407036,"reasons":[42],"version":2,"primary_tags":{"leisure":"picnic_table"}},{"url":"node-1951606094","osm_id":1951606094,"reasons":[42],"version":3,"primary_tags":{"leisure":"picnic_table"}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.5.2","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-22T07:36:38Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":11,"delete":0,"area":0.000857070695969931,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":99723129}},{"id":99855005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.7989668,51.2352485],[6.7989668,51.2352485],[6.7989668,51.2352485],[6.7989668,51.2352485],[6.7989668,51.2352485]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"micheltz","uid":"10155250","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-23T21:06:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99855005}},{"id":99835912,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3876739,50.814662],[4.3876739,50.814662],[4.3876739,50.814662],[4.3876739,50.814662],[4.3876739,50.814662]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"StanislasGueniffey687163843","uid":"11495987","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-23T14:42:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fritures","imagery":"osm","language":"fr","id":99835912}},{"id":99832025,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.0417253,48.5106315],[9.0417253,48.5106315],[9.0417253,48.5106315],[9.0417253,48.5106315],[9.0417253,48.5106315]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tiger10","uid":"155318","editor":"MapComplete 0.2.2a","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-23T13:45:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"de","theme-creator":"Christian Neumann ","id":99832025}},{"id":99820220,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7042041,51.0502646],[3.7050874,51.0502646],[3.7050874,51.0508656],[3.7042041,51.0508656],[3.7042041,51.0502646]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-23T11:14:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":5.30863300002763e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"buurtnatuur","imagery":"osm","language":"nl","theme-creator":"Pieter Vander Vennet","id":99820220}},{"id":99779479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3557941,47.6522841],[-122.355794,47.6522841],[-122.355794,47.6522841],[-122.3557941,47.6522841],[-122.3557941,47.6522841]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wim L","uid":"223681","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-23T01:01:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"Stamen.Watercolor","language":"en","theme-creator":"MapComplete","id":99779479}},{"id":99924541,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3311382,44.5064686],[11.3311382,44.5064686],[11.3311382,44.5064686],[11.3311382,44.5064686],[11.3311382,44.5064686]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-24T18:24:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99924541}},{"id":99914037,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2987561,44.4912213],[11.2987561,44.4912213],[11.2987561,44.4912213],[11.2987561,44.4912213],[11.2987561,44.4912213]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-24T15:07:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99914037}},{"id":99910020,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.304569,44.4936399],[11.3699374,44.4936399],[11.3699374,44.5319522],[11.304569,44.5319522],[11.304569,44.4936399]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.2a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-24T13:52:28Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":0,"delete":0,"area":0.00250441375132003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99910020}},{"id":100005066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3093426,47.5717359],[-122.309342,47.5717359],[-122.309342,47.5717359],[-122.3093426,47.5717359],[-122.3093426,47.5717359]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"rsmb","uid":"2195609","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T21:40:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"EsriWorldImagery","language":"en","theme-creator":"Florian Edelmann","id":100005066}},{"id":100005004,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3103645,47.5737862],[-122.310364,47.5737862],[-122.310364,47.5737862],[-122.3103645,47.5737862],[-122.3103645,47.5737862]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"rsmb","uid":"2195609","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T21:38:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100005004}},{"id":100004851,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3277379,47.5689129],[-122.284814,47.5689129],[-122.284814,47.6393933],[-122.3277379,47.6393933],[-122.3277379,47.5689129]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"rsmb","uid":"2195609","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T21:33:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":23,"delete":0,"area":0.00302529364156041,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100004851}},{"id":100001332,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.9871108,-34.592627],[-70.9871108,-34.592627],[-70.9871108,-34.592627],[-70.9871108,-34.592627],[-70.9871108,-34.592627]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T19:57:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100001332}},{"id":99995841,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5834972,51.128417],[4.5834972,51.128417],[4.5834972,51.128417],[4.5834972,51.128417],[4.5834972,51.128417]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ljanssens","uid":"959076","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T18:05:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"nl","id":99995841}},{"id":99990530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2663029,50.6493925],[4.2663029,50.6493925],[4.2663029,50.6493925],[4.2663029,50.6493925],[4.2663029,50.6493925]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8458401093","osm_id":8458401093,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}}],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-25T16:27:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"maps","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":99990530}},{"id":99976196,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1585628,51.1181747],[4.1585628,51.1181747],[4.1585628,51.1181747],[4.1585628,51.1181747],[4.1585628,51.1181747]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T12:18:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":99976196}},{"id":99966566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2512738,50.7623324],[4.2710333,50.7623324],[4.2710333,50.7770447],[4.2512738,50.7770447],[4.2512738,50.7623324]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-25T10:08:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000290707691849989,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":99966566}},{"id":99953165,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3565851,50.3915335],[4.3993105,50.3915335],[4.3993105,50.7874187],[4.3565851,50.7874187],[4.3565851,50.3915335]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"anderld","uid":"285718","editor":"MapComplete 0.2.2a","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T07:11:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0169143535240801,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"de","theme-creator":"Christian Neumann ","id":99953165}},{"id":99936680,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7093556,51.025956],[3.713482,51.025956],[3.713482,51.0730919],[3.7093556,51.0730919],[3.7093556,51.025956]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.2b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-25T01:32:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000194501577760007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"192.168.1.191:1234","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":99936680}},{"id":100077413,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.4966095,38.0292344],[-78.4966095,38.0292344],[-78.4966095,38.0292344],[-78.4966095,38.0292344],[-78.4966095,38.0292344]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alibama","uid":"11038799","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T22:30:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100077413}},{"id":100076620,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.4964685,38.0293527],[-78.4963536,38.0293527],[-78.4963536,38.0296752],[-78.4964685,38.0296752],[-78.4964685,38.0293527]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alibama","uid":"11038799","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T22:04:08Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":3.70552500002698e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":100076620}},{"id":100074776,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7454996,50.8815857],[4.746999,50.8815857],[4.746999,50.8825866],[4.7454996,50.8825866],[4.7454996,50.8815857]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DIY","uid":"208508","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T21:04:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.00000150074946000177,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"AGIV","language":"nl","theme-creator":"Midgard","id":100074776}},{"id":100073938,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3107016,48.8996671],[2.3128983,48.8996671],[2.3128983,48.905295],[2.3107016,48.905295],[2.3107016,48.8996671]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-26T20:40:26Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":5,"delete":0,"area":0.0000123628079300023,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":100073938}},{"id":100070322,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-43.9619181,-19.8680519],[-43.9531258,-19.8680519],[-43.9531258,-19.8662483],[-43.9619181,-19.8662483],[-43.9619181,-19.8680519]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"karmickoala","uid":"12749531","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T18:55:31Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000158577922800136,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":100070322}},{"id":100069116,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2785507,51.0602815],[4.2785507,51.0602815],[4.2785507,51.0602815],[4.2785507,51.0602815],[4.2785507,51.0602815]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Rienux","uid":"11911273","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T18:24:59Z","reviewed_features":[],"tag_changes":{},"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":"nl","theme-creator":"Midgard","id":100069116}},{"id":100060787,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5900031,51.9658611],[7.5908415,51.9658611],[7.5908415,51.9665624],[7.5900031,51.9665624],[7.5900031,51.9658611]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-26T15:45:21Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":48,"delete":0,"area":5.87969920002523e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100060787}},{"id":100058257,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7541618,50.8881994],[4.7541618,50.8881994],[4.7541618,50.8881994],[4.7541618,50.8881994],[4.7541618,50.8881994]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DIY","uid":"208508","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T14:51:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"nl","id":100058257}},{"id":100057814,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5933867,51.9655788],[7.5933867,51.9655788],[7.5933867,51.9655788],[7.5933867,51.9655788],[7.5933867,51.9655788]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-26T14:42:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100057814}},{"id":100057703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CordeB","uid":"5794153","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-26T14:40:21Z","reviewed_features":[],"tag_changes":{},"create":1,"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","theme-creator":"Florian Edelmann","id":100057703}},{"id":100054794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8588967,51.1406772],[4.9189847,51.1406772],[4.9189847,51.1866246],[4.8588967,51.1866246],[4.8588967,51.1406772]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lokaal bestuur Olen","uid":"12279833","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:43:42Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":2,"delete":0,"area":0.00276088737120019,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100054794}},{"id":100053936,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8420487,50.8816233],[4.8420487,50.8816233],[4.8420487,50.8816233],[4.8420487,50.8816233],[4.8420487,50.8816233]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koenraad Van Coppenolle","uid":"12352906","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:26:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100053936}},{"id":100053568,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8579108,51.141004],[4.9033785,51.141004],[4.9033785,51.1678477],[4.8579108,51.1678477],[4.8579108,51.141004]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lokaal bestuur Olen","uid":"12279833","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #aed","comments_count":5,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:18:46Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00122052129849002,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100053568}},{"id":100053202,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.3277199,49.7047654],[7.3277199,49.7047654],[7.3277199,49.7047654],[7.3277199,49.7047654],[7.3277199,49.7047654]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8461197945","name":"August Veeck","osm_id":8461197945,"reasons":[43],"version":4,"primary_tags":{"shop":"jewels and gems"}}],"user":"Melanie Veeck","uid":"12741541","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:11:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100053202}},{"id":100052822,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8415804,50.8810941],[4.8415804,50.8810941],[4.8415804,50.8810941],[4.8415804,50.8810941],[4.8415804,50.8810941]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koenraad Van Coppenolle","uid":"12352906","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:04:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100052822}},{"id":100052686,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3337069,50.9213363],[3.3337069,50.9213363],[3.3337069,50.9213363],[3.3337069,50.9213363],[3.3337069,50.9213363]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"gemeente Oostrozebeke","uid":"3986953","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T13:02:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":100052686}},{"id":100052329,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.4676368,50.7789634],[5.4676368,50.7789634],[5.4676368,50.7789634],[5.4676368,50.7789634],[5.4676368,50.7789634]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"gis3700","uid":"8370509","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T12:55:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"nl","theme-creator":"Midgard","id":100052329}},{"id":100050884,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6862591,50.9186731],[3.6862591,50.9186731],[3.6862591,50.9186731],[3.6862591,50.9186731],[3.6862591,50.9186731]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Melanie Veeck","uid":"12741541","editor":"MapComplete 0.5.2c","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T12:31:13Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"nl","id":100050884}},{"id":100035223,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.6619207,40.5548316],[-3.6619207,40.5548316],[-3.6619207,40.5548316],[-3.6619207,40.5548316],[-3.6619207,40.5548316]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"radnaj","uid":"13135","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-26T09:06:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"Stadia.AlidadeSmoothDark","language":"en","id":100035223}},{"id":100117757,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3460637,50.8181966],[4.3460637,50.8181966],[4.3460637,50.8181966],[4.3460637,50.8181966],[4.3460637,50.8181966]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T22:04:42Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"ghostbikes","imagery":"CartoDB.Positron","language":"nl","theme-creator":"MapComplete","id":100117757}},{"id":100117566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6661284,-33.4410426],[-70.6661284,-33.4410426],[-70.6661284,-33.4410426],[-70.6661284,-33.4410426],[-70.6661284,-33.4410426]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T21:56:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100117566}},{"id":100116843,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6662356,-33.4405524],[-70.6662356,-33.4405524],[-70.6662356,-33.4405524],[-70.6662356,-33.4405524],[-70.6662356,-33.4405524]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T21:27:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100116843}},{"id":100116383,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.2b","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T21:12:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","id":100116383}},{"id":100113908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2324803,51.1870806],[3.2324803,51.1870806],[3.2324803,51.1870806],[3.2324803,51.1870806],[3.2324803,51.1870806]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-27T19:48:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100113908}},{"id":100104366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.10732,51.0191728],[4.10732,51.0191728],[4.10732,51.0191728],[4.10732,51.0191728],[4.10732,51.0191728]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-27T16:06:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100104366}},{"id":100104020,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.9626046,51.5099059],[6.9627561,51.5099059],[6.9627561,51.5102522],[6.9626046,51.5102522],[6.9626046,51.5099059]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-27T15:59:03Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":8,"delete":0,"area":5.24644499996208e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100104020}},{"id":100103957,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6679583,-33.4403528],[-70.6664268,-33.4403528],[-70.6664268,-33.4401056],[-70.6679583,-33.4401056],[-70.6679583,-33.4403528]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T15:57:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":3.78586799994919e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100103957}},{"id":100102164,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3120827,52.0952965],[6.3120827,52.0952965],[6.3120827,52.0952965],[6.3120827,52.0952965],[6.3120827,52.0952965]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Commodoortje","uid":"1771198","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T15:17:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100102164}},{"id":100101616,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086],[6.0831776,53.0514086]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CordeB","uid":"5794153","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-27T15:03:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":100101616}},{"id":100081609,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[174.6376345,-36.9080008],[174.6376345,-36.9080008],[174.6376345,-36.9080008],[174.6376345,-36.9080008],[174.6376345,-36.9080008]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ralley","uid":"670820","editor":"MapComplete 0.5.3","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-27T03:23:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":100081609}},{"id":100158849,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3388758,51.1265656],[3.3693851,51.1265656],[3.3693851,51.1323359],[3.3388758,51.1323359],[3.3388758,51.1265656]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T22:20:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000176047813790056,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":100158849}},{"id":100158594,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2198273,51.1821166],[3.2199931,51.1821166],[3.2199931,51.1821841],[3.2198273,51.1821841],[3.2198273,51.1821166]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #allotments","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T22:11:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.11915000000177e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"allotments","imagery":"osm","language":"en","id":100158594}},{"id":100157822,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4733506,51.0203947],[4.5483264,51.0203947],[4.5483264,51.0338428],[4.4733506,51.0338428],[4.4733506,51.0203947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.2b","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T21:46:40Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":19,"delete":0,"area":0.00100828205598038,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","id":100157822}},{"id":100153982,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3451778,50.8755003],[4.3455295,50.8755003],[4.3455295,50.8757309],[4.3451778,50.8757309],[4.3451778,50.8755003]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #allotments","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T19:47:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":8.11020200005403e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"allotments","imagery":"osm","language":"en","id":100153982}},{"id":100153839,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3451778,50.8755003],[4.3455295,50.8755003],[4.3455295,50.8757309],[4.3451778,50.8757309],[4.3451778,50.8755003]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #allotments","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T19:43:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":8.11020200005403e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"allotments","imagery":"osm","language":"en","id":100153839}},{"id":100152747,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.2197793,50.0550399],[10.2197793,50.0550399],[10.2197793,50.0550399],[10.2197793,50.0550399],[10.2197793,50.0550399]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Craecker2","uid":"11233815","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T19:15:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"ghostbikes","imagery":"CartoDB.Positron","language":"en","theme-creator":"MapComplete","id":100152747}},{"id":100152683,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1656045,50.0599135],[10.1656546,50.0599135],[10.1656546,50.0599464],[10.1656045,50.0599464],[10.1656045,50.0599135]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Craecker2","uid":"11233815","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T19:14:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.64829000001523e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100152683}},{"id":100151338,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2995657,48.7356271],[9.3017826,48.7356271],[9.3017826,48.7394008],[9.2995657,48.7394008],[9.2995657,48.7356271]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"okilimu","uid":"212111","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T18:39:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000836591552998737,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":100151338}},{"id":100149067,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1369903,51.2911958],[3.1370454,51.2911958],[3.1370454,51.2912516],[3.1369903,51.2912516],[3.1369903,51.2911958]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-02-28T17:53:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.0745800003011e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100149067}},{"id":100141367,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1780986,48.7380722],[9.3078661,48.7380722],[9.3078661,48.7711442],[9.1780986,48.7711442],[9.1780986,48.7380722]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"okilimu","uid":"212111","editor":"MapComplete 0.5.4a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T15:12:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00429167076000054,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100141367}},{"id":100140075,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2871762,52.6322618],[13.2919707,52.6322618],[13.2919707,52.6339943],[13.2871762,52.6339943],[13.2871762,52.6322618]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cyton","uid":"11146797","editor":"MapComplete 0.5.4a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T14:46:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":14,"delete":0,"area":0.00000830647124998096,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100140075}},{"id":100126368,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1522336,45.1799458],[9.1522336,45.1799458],[9.1522336,45.1799458],[9.1522336,45.1799458],[9.1522336,45.1799458]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"straynic","uid":"718977","editor":"MapComplete 0.5.4a","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T08:25:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100126368}},{"id":100126236,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"straynic","uid":"718977","editor":"MapComplete 0.5.4a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-02-28T08:20:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100126236}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2021-3.json b/Docs/Tools/stats/stats.2021-3.json new file mode 100644 index 000000000..71d574c88 --- /dev/null +++ b/Docs/Tools/stats/stats.2021-3.json @@ -0,0 +1 @@ +{"features":[{"id":100234767,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-01T23:44:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100234767}},{"id":100228941,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2865425,51.4663193],[7.3080533,51.4663193],[7.3080533,51.4720384],[7.2865425,51.4720384],[7.2865425,51.4663193]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dodado","uid":"12742734","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T20:17:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000123022416280005,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"Metropole_Ruhr_RVR-DOP10","language":"de","theme-creator":"Florian Edelmann","id":100228941}},{"id":100228867,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.706322,51.0513358],[3.706322,51.0513358],[3.706322,51.0513358],[3.706322,51.0513358],[3.706322,51.0513358]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T20:15:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100228867}},{"id":100222646,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.1625554,51.5120398],[-0.1625554,51.5120398],[-0.1625554,51.5120398],[-0.1625554,51.5120398],[-0.1625554,51.5120398]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gmartin314","uid":"12760932","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T17:40:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":100222646}},{"id":100221069,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.714256,51.052328],[3.714256,51.052328],[3.714256,51.052328],[3.714256,51.052328],[3.714256,51.052328]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-01T17:08:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100221069}},{"id":100220460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3704151,44.5026081],[11.3704151,44.5026081],[11.3704151,44.5026081],[11.3704151,44.5026081],[11.3704151,44.5026081]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Solieri Luciano","uid":"3436247","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T16:58:44Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100220460}},{"id":100218886,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6661052,-33.440818],[-70.6660201,-33.440818],[-70.6660201,-33.4405783],[-70.6661052,-33.4405783],[-70.6661052,-33.440818]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T16:27:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":2.03984700017755e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100218886}},{"id":100217759,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1184193,51.028489],[4.1184193,51.028489],[4.1184193,51.028489],[4.1184193,51.028489],[4.1184193,51.028489]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T16:07:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIV10cm","language":"en","theme-creator":"Florian Edelmann","id":100217759}},{"id":100209616,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.116008,51.0235646],[4.1163003,51.0235646],[4.1163003,51.0236034],[4.116008,51.0236034],[4.116008,51.0235646]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T13:28:23Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":1.13412399996088e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIVFlandersGRB","language":"en","theme-creator":"Florian Edelmann","id":100209616}},{"id":100182404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3522822,52.1307702],[4.3522822,52.1307702],[4.3522822,52.1307702],[4.3522822,52.1307702],[4.3522822,52.1307702]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-01T07:45:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":100182404}},{"id":100178688,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8704463,51.141004],[4.9033785,51.141004],[4.9033785,51.1678477],[4.8704463,51.1678477],[4.8704463,51.141004]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lokaal bestuur Olen","uid":"12279833","editor":"MapComplete 0.5.4c","comment":"Adding data with #MapComplete for theme #aed","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T07:05:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000884022097140003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100178688}},{"id":100167174,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6662343,-33.4410426],[-70.6661284,-33.4410426],[-70.6661284,-33.440835],[-70.6662343,-33.440835],[-70.6662343,-33.4410426]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T04:25:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.19848399991033e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":100167174}},{"id":100163727,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6666377,-33.440967],[-70.6652313,-33.440967],[-70.6652313,-33.4400983],[-70.6666377,-33.4400983],[-70.6666377,-33.440967]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T02:40:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000122173967999151,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100163727}},{"id":100162468,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6668742,-33.4412091],[-70.665759,-33.4412091],[-70.665759,-33.4401983],[-70.6668742,-33.4401983],[-70.6668742,-33.4412091]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-01T01:43:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.00000112724416000444,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100162468}},{"id":100308444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6753948,-33.4420027],[-70.665063,-33.4420027],[-70.665063,-33.4382954],[-70.6753948,-33.4382954],[-70.6753948,-33.4420027]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-02T23:51:44Z","reviewed_features":[],"tag_changes":{},"create":37,"modify":31,"delete":0,"area":0.0000383030821400326,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":100308444}},{"id":100302384,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3555574,50.847501],[4.3555574,50.847501],[4.3555574,50.847501],[4.3555574,50.847501],[4.3555574,50.847501]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Vucod","uid":"7814237","editor":"MapComplete 0.5.2b","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-02T20:01:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"Stadia.AlidadeSmoothDark","language":"en","id":100302384}},{"id":100297422,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3283818,44.5137276],[11.3287762,44.5137276],[11.3287762,44.5149765],[11.3283818,44.5149765],[11.3283818,44.5137276]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-02T17:57:18Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":11,"delete":0,"area":4.92566159999276e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100297422}},{"id":100291986,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3540877,44.5008503],[11.3587392,44.5008503],[11.3587392,44.5019347],[11.3540877,44.5019347],[11.3540877,44.5008503]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-02T16:09:50Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":7,"delete":0,"area":0.00000504408659998437,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100291986}},{"id":100279509,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3486129,44.4999583],[11.3497027,44.4999583],[11.3497027,44.5010125],[11.3486129,44.5010125],[11.3486129,44.4999583]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-02T12:22:35Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":0.0000011488671599994,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100279509}},{"id":100378312,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3703377,47.6819544],[-122.370337,47.6819544],[-122.370337,47.6819544],[-122.3703377,47.6819544],[-122.3703377,47.6819544]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wim L","uid":"223681","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-03T23:28:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100378312}},{"id":100377781,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1252716,41.3789287],[2.1267001,41.3789287],[2.1267001,41.3799584],[2.1252716,41.3799584],[2.1252716,41.3789287]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T23:00:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000147092644999494,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"es","id":100377781}},{"id":100375035,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.923514,48.6254402],[8.923514,48.6254402],[8.923514,48.6254402],[8.923514,48.6254402],[8.923514,48.6254402]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"fx99","uid":"130472","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T21:13:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100375035}},{"id":100374476,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.57132,-33.591366],[-70.571125,-33.591366],[-70.571125,-33.5902747],[-70.57132,-33.5902747],[-70.57132,-33.591366]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T20:54:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":2.12803500005279e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100374476}},{"id":100372177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3700067,50.9213056],[4.3932456,50.9213056],[4.3932456,50.9406798],[4.3700067,50.9406798],[4.3700067,50.9213056]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tom Ameye","uid":"12652421","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T19:46:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":30,"delete":0,"area":0.000450235096380033,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"nl","theme-creator":"Midgard","id":100372177}},{"id":100372173,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.8987566,48.6421418],[8.9005016,48.6421418],[8.9005016,48.6787414],[8.8987566,48.6787414],[8.8987566,48.6421418]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"fx99","uid":"130472","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T19:45:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000638663019999919,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100372173}},{"id":100371897,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.900295,48.6033601],[8.9084296,48.6033601],[8.9084296,48.6419419],[8.900295,48.6419419],[8.900295,48.6033601]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"fx99","uid":"130472","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T19:36:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000313847510279965,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":100371897}},{"id":100369859,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3744705,50.9360497],[4.3777963,50.9360497],[4.3777963,50.936897],[4.3744705,50.936897],[4.3744705,50.9360497]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tom Ameye","uid":"12652421","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T18:38:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000281795034001239,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"AGIV","language":"nl","theme-creator":"Midgard","id":100369859}},{"id":100368458,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.36818,50.9206002],[4.4008365,50.9206002],[4.4008365,50.936897],[4.36818,50.936897],[4.36818,50.9206002]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tom Ameye","uid":"12652421","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T18:05:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.000532196449199972,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"nl","theme-creator":"Midgard","id":100368458}},{"id":100357540,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"karmickoala","uid":"12749531","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T14:21:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":100357540}},{"id":100357539,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-43.9619181,-19.8680519],[-43.9619181,-19.8680519],[-43.9619181,-19.8680519],[-43.9619181,-19.8680519],[-43.9619181,-19.8680519]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"karmickoala","uid":"12749531","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T14:21:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":100357539}},{"id":100351890,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851],[3.7196875,51.0458851]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-03T12:44:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":100351890}},{"id":100320533,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5712297,-33.5905869],[-70.5712297,-33.5905869],[-70.5712297,-33.5905869],[-70.5712297,-33.5905869],[-70.5712297,-33.5905869]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-03T05:54:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100320533}},{"id":100440532,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3217388,51.5843333],[4.3217388,51.5843333],[4.3217388,51.5843333],[4.3217388,51.5843333],[4.3217388,51.5843333]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Geojuffie","uid":"11680114","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T18:44:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100440532}},{"id":100440346,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3145478,51.5796281],[4.3179461,51.5796281],[4.3179461,51.5876897],[4.3145478,51.5876897],[4.3145478,51.5796281]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Geojuffie","uid":"11680114","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T18:39:36Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":4,"delete":0,"area":0.0000273957352799976,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fritures","imagery":"osm","language":"nl","id":100440346}},{"id":100440258,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3290022,51.577778],[4.3290022,51.577778],[4.3290022,51.577778],[4.3290022,51.577778],[4.3290022,51.577778]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Geojuffie","uid":"11680114","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T18:38:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100440258}},{"id":100439729,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3170395,51.5678357],[4.3415549,51.5678357],[4.3415549,51.5871631],[4.3170395,51.5871631],[4.3170395,51.5678357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Geojuffie","uid":"11680114","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T18:23:39Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":4,"delete":0,"area":0.000473818941959872,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100439729}},{"id":100436673,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.570069,-33.5922666],[-70.5699325,-33.5922666],[-70.5699325,-33.5922407],[-70.570069,-33.5922407],[-70.570069,-33.5922666]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T17:10:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":3.53535000085466e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100436673}},{"id":100435050,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.6782291,37.095724],[-7.6782291,37.095724],[-7.6782291,37.095724],[-7.6782291,37.095724],[-7.6782291,37.095724]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Reino Baptista","uid":"2820801","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T16:35:40Z","reviewed_features":[],"tag_changes":{},"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","theme-creator":"Midgard","id":100435050}},{"id":100428850,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6666959,-33.4410356],[-70.6666959,-33.4410356],[-70.6666959,-33.4410356],[-70.6666959,-33.4410356],[-70.6666959,-33.4410356]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T14:24:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CyclOSM","language":"en","theme-creator":"MapComplete","id":100428850}},{"id":100414702,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9329197,50.8072454],[4.9329197,50.8072454],[4.9329197,50.8072454],[4.9329197,50.8072454],[4.9329197,50.8072454]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-04T10:41:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100414702}},{"id":100516584,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2237536,-39.842491],[-70.6647921,-39.842491],[-70.6647921,-33.4391859],[-73.2237536,-33.4391859],[-73.2237536,-39.842491]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-05T22:12:32Z","reviewed_features":[],"tag_changes":{},"create":11,"modify":4,"delete":0,"area":16.3858112236536,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100516584}},{"id":100513175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.3657907,-34.646802],[-70.7533962,-34.646802],[-70.7533962,-33.4888743],[-71.3657907,-33.4888743],[-71.3657907,-34.646802]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-05T20:19:03Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":2,"delete":0,"area":0.70910855487766,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":100513175}},{"id":100509237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3181252,50.8249964],[4.3351759,50.8249964],[4.3351759,50.9337047],[4.3181252,50.9337047],[4.3181252,50.8249964]]]},"properties":{"check_user":null,"reasons":[{"id":44,"name":"Park added by new user"}],"tags":[],"features":[{"url":"node-8489877043","osm_id":8489877043,"reasons":[44],"version":1,"primary_tags":{"leisure":"nature_reserve"}}],"user":"LePirlouit","uid":"369248","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-05T18:27:07Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.00185355261080998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":100509237}},{"id":100507908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2421657,50.7423639],[4.2421657,50.7423639],[4.2421657,50.7423639],[4.2421657,50.7423639],[4.2421657,50.7423639]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-05T17:57:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":100507908}},{"id":100503768,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6667742,-33.4409553],[-70.6667635,-33.4409553],[-70.6667635,-33.4408226],[-70.6667742,-33.4408226],[-70.6667742,-33.4409553]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-05T16:32:25Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":1.41989000058269e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":100503768}},{"id":100500229,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003],[9.1884112,45.1594003]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"straynic","uid":"718977","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-05T15:18:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100500229}},{"id":100478531,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9615555,51.0704267],[2.9615555,51.0704267],[2.9615555,51.0704267],[2.9615555,51.0704267],[2.9615555,51.0704267]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-05T09:26:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"AGIV","language":"en","theme-creator":"MapComplete","id":100478531}},{"id":100555952,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2142827,-39.8393394],[-73.2142827,-39.8393394],[-73.2142827,-39.8393394],[-73.2142827,-39.8393394],[-73.2142827,-39.8393394]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-06T22:29:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImagery","language":"en","theme-creator":"Midgard","id":100555952}},{"id":100554125,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7067909,51.0292802],[3.7075634,51.0292802],[3.7075634,51.0297638],[3.7067909,51.0297638],[3.7067909,51.0292802]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-06T21:13:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.73580999996537e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","id":100554125}},{"id":100549103,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3440987,50.8460372],[4.3750732,50.8460372],[4.3750732,50.868175],[4.3440987,50.868175],[4.3440987,50.8460372]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-06T18:35:59Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":24,"delete":0,"area":0.000685707286100095,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100549103}},{"id":100541478,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2263631,45.4844916],[9.2263631,45.4844916],[9.2263631,45.4844916],[9.2263631,45.4844916],[9.2263631,45.4844916]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-06T15:40:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100541478}},{"id":100540347,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2525253,51.1538874],[3.2597849,51.1538874],[3.2597849,51.1610842],[3.2525253,51.1610842],[3.2525253,51.1538874]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-06T15:13:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.0000522458892799696,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":100540347}},{"id":100590572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9275671,52.1005135],[4.9863853,52.1005135],[4.9863853,52.1388563],[4.9275671,52.1388563],[4.9275671,52.1005135]]]},"properties":{"check_user":"joost schouppe","reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[{"id":9,"name":"Resolved"}],"features":[{"url":"node-747272797","osm_id":747272797,"reasons":[42],"version":2,"primary_tags":{}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":2,"source":"survey","imagery_used":"Not reported","date":"2021-03-07T20:17:17Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":14,"delete":0,"area":0.00225525447896014,"is_suspect":false,"harmful":false,"checked":true,"check_date":"2021-03-17T09:58:48.181432Z","host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":100590572}},{"id":100590212,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9118286,52.0916732],[4.9967526,52.0916732],[4.9967526,52.168608],[4.9118286,52.168608],[4.9118286,52.0916732]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-07T20:06:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":67,"delete":0,"area":0.00653361095519971,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":100590212}},{"id":100573127,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2099739,51.1986843],[3.2100651,51.1986843],[3.2100651,51.1987767],[3.2099739,51.1987767],[3.2099739,51.1986843]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-07T12:55:01Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":8.4268800006232e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100573127}},{"id":100654596,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3390213,44.5073116],[11.3456473,44.5073116],[11.3456473,44.5095872],[11.3390213,44.5095872],[11.3390213,44.5073116]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-08T17:56:06Z","reviewed_features":[],"tag_changes":{},"create":18,"modify":38,"delete":0,"area":0.0000150781255999794,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100654596}},{"id":100649005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0084137,50.8830418],[6.0138586,50.8830418],[6.0138586,50.8863619],[6.0084137,50.8863619],[6.0084137,50.8830418]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whturner","uid":"3667103","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-08T15:53:19Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":9,"delete":0,"area":0.0000180776124899785,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100649005}},{"id":100633150,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1075938,52.095016],[5.107999,52.095016],[5.107999,52.0964862],[5.1075938,52.0964862],[5.1075938,52.095016]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-08T11:27:41Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":5.95725040000472e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100633150}},{"id":100621555,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8418701,51.0087669],[4.7477165,51.0087669],[4.7477165,51.1611812],[3.8418701,51.1611812],[3.8418701,51.0087669]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-08T09:06:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":15,"delete":0,"area":0.138063944963523,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":100621555}},{"id":100608902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.0356957,-12.1281742],[-77.0356957,-12.1281742],[-77.0356957,-12.1281742],[-77.0356957,-12.1281742],[-77.0356957,-12.1281742]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"murghdo","uid":"2418845","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-08T06:14:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100608902}},{"id":100608285,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.0459241,-12.1263273],[-77.0366083,-12.1263273],[-77.0366083,-12.1174622],[-77.0459241,-12.1174622],[-77.0459241,-12.1263273]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"murghdo","uid":"2418845","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-08T06:04:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.0000825854985799599,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100608285}},{"id":100732356,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.7932998,37.0985676],[-7.608539,37.0985676],[-7.608539,37.1519232],[-7.7932998,37.1519232],[-7.7932998,37.0985676]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Alexmol","uid":"347293","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-09T20:34:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00985802334047926,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100732356}},{"id":100724260,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3497003,44.5076872],[11.3661767,44.5076872],[11.3661767,44.5131385],[11.3497003,44.5131385],[11.3497003,44.5076872]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-09T17:07:48Z","reviewed_features":[],"tag_changes":{},"create":38,"modify":51,"delete":0,"area":0.0000898177993199541,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100724260}},{"id":100719899,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0148054,50.8910064],[6.0151353,50.8910064],[6.0151353,50.8915123],[6.0148054,50.8915123],[6.0148054,50.8910064]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whturner","uid":"3667103","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-09T15:33:24Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":12,"delete":0,"area":1.66896409999921e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100719899}},{"id":100710537,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3577801,44.5081431],[11.3578191,44.5081431],[11.3578191,44.5082534],[11.3577801,44.5082534],[11.3577801,44.5081431]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-09T12:26:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":4.30170000022433e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100710537}},{"id":100688874,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7792621,39.647828],[2.7820247,39.647828],[2.7820247,39.6480655],[2.7792621,39.6480655],[2.7792621,39.647828]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8499095699","osm_id":8499095699,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}},{"url":"node-8499121603","osm_id":8499121603,"reasons":[43],"version":2,"primary_tags":{"tourism":"map"}}],"user":"benetj","uid":"2353661","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-09T07:56:07Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":6.5611750001198e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100688874}},{"id":100687881,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7710304,39.6473055],[2.7747326,39.6473055],[2.7747326,39.6487185],[2.7710304,39.6487185],[2.7710304,39.6473055]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"benetj","uid":"2353661","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-09T07:44:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.00000523120859999823,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"ca","theme-creator":"MapComplete","id":100687881}},{"id":100687422,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7713394,39.647514],[2.7774962,39.647514],[2.7774962,39.6502397],[2.7713394,39.6502397],[2.7713394,39.647514]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"benetj","uid":"2353661","editor":"MapComplete 0.5.5","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-09T07:39:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000167815897599945,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100687422}},{"id":100802530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T21:32:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","id":100802530}},{"id":100801897,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4733506,51.0203947],[4.4776314,51.0203947],[4.4776314,51.0320371],[4.4733506,51.0320371],[4.4733506,51.0203947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T21:12:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":8,"delete":0,"area":0.0000498387859199988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","id":100801897}},{"id":100797468,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T19:25:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","id":100797468}},{"id":100794576,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.9977143,37.097959],[-7.9977143,37.097959],[-7.9977143,37.097959],[-7.9977143,37.097959],[-7.9977143,37.097959]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Alexmol","uid":"347293","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T18:06:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100794576}},{"id":100789874,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3154966,44.5017016],[11.3424806,44.5017016],[11.3424806,44.5232843],[11.3154966,44.5232843],[11.3154966,44.5017016]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-10T16:16:53Z","reviewed_features":[],"tag_changes":{},"create":11,"modify":14,"delete":0,"area":0.000582387576800101,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100789874}},{"id":100763657,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.1790775,37.2334741],[-8.1790775,37.2334741],[-8.1790775,37.2334741],[-8.1790775,37.2334741],[-8.1790775,37.2334741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Alexmol","uid":"347293","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T08:52:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":100763657}},{"id":100748361,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6663595,-33.44051],[-70.6653372,-33.44051],[-70.6653372,-33.4400308],[-70.6663595,-33.4400308],[-70.6663595,-33.44051]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-10T05:15:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":4.89886160002107e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100748361}},{"id":100865857,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6653146,-33.4405225],[-70.6653146,-33.4405225],[-70.6653146,-33.4405225],[-70.6653146,-33.4405225],[-70.6653146,-33.4405225]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-11T21:42:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100865857}},{"id":100863722,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.666647,-33.4411425],[-70.6653731,-33.4411425],[-70.6653731,-33.4405572],[-70.666647,-33.4405572],[-70.666647,-33.4411425]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.4.9","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-11T20:36:45Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":37,"delete":0,"area":7.45613669997234e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":100863722}},{"id":100842093,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3357767,44.5212958],[11.3364,44.5212958],[11.3364,44.5219431],[11.3357767,44.5219431],[11.3357767,44.5212958]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-11T12:25:08Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":16,"delete":0,"area":4.03462090002061e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100842093}},{"id":100837457,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2162699,51.2135767],[3.2169645,51.2135767],[3.2169645,51.214016],[3.2162699,51.214016],[3.2162699,51.2135767]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-11T11:12:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.05137780002534e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"buurtnatuur","imagery":"osm","language":"nl","theme-creator":"Pieter Vander Vennet","id":100837457}},{"id":100836888,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0153177,50.8911283],[6.0153794,50.8911283],[6.0153794,50.8911841],[6.0153177,50.8911841],[6.0153177,50.8911283]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whturner","uid":"3667103","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-11T11:03:57Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":3.44285999989094e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100836888}},{"id":100835527,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1245476,52.0749423],[5.1261397,52.0749423],[5.1261397,52.0753999],[5.1245476,52.0753999],[5.1245476,52.0749423]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-11T10:43:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":7.28544960007158e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100835527}},{"id":100834775,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1230192,52.0753999],[5.1245476,52.0753999],[5.1245476,52.0789521],[5.1230192,52.0789521],[5.1230192,52.0753999]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-11T10:32:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0.00000542918248000137,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100834775}},{"id":100834132,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1234536,52.0802511],[5.1238427,52.0802511],[5.1238427,52.0823233],[5.1234536,52.0823233],[5.1234536,52.0802511]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-11T10:23:18Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":8.06293019999391e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100834132}},{"id":100920070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7089667,51.0339914],[3.7089667,51.0339914],[3.7089667,51.0339914],[3.7089667,51.0339914],[3.7089667,51.0339914]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-12T16:29:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100920070}},{"id":100919638,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7040289,51.0406965],[3.7040289,51.0406965],[3.7040289,51.0406965],[3.7040289,51.0406965],[3.7040289,51.0406965]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-12T16:21:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100919638}},{"id":100896599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0805629,53.0480419],[6.0834502,53.0480419],[6.0834502,53.0522931],[6.0805629,53.0522931],[6.0805629,53.0480419]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CordeB","uid":"5794153","editor":"MapComplete 0.5.6","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-12T09:42:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000122744897599938,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":100896599}},{"id":100958601,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7288407,51.0483444],[3.7288407,51.0483444],[3.7288407,51.0483444],[3.7288407,51.0483444],[3.7288407,51.0483444]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-13T15:48:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100958601}},{"id":100951681,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2896939,50.7282592],[4.2896939,50.7282592],[4.2896939,50.7282592],[4.2896939,50.7282592],[4.2896939,50.7282592]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":2,"source":"survey","imagery_used":"Not reported","date":"2021-03-13T12:33:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":100951681}},{"id":101003973,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2829442,50.7023665],[4.2829442,50.7023665],[4.2829442,50.7023665],[4.2829442,50.7023665],[4.2829442,50.7023665]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-14T18:56:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101003973}},{"id":100993948,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0144755,50.889641],[6.0155565,50.889641],[6.0155565,50.8915902],[6.0144755,50.8915902],[6.0144755,50.889641]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whturner","uid":"3667103","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-14T15:18:00Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":8,"delete":0,"area":0.00000210708520000632,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":100993948}},{"id":100993328,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2179757,51.2186362],[3.2184773,51.2186362],[3.2184773,51.2189604],[3.2179757,51.2189604],[3.2179757,51.2186362]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.10","comment":"Adding data with #MapComplete for theme #speelplekken","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-14T15:02:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.62618720000647e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"speelplekken","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":100993328}},{"id":100992716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1174573,45.4932035],[9.1174573,45.4932035],[9.1174573,45.4932035],[9.1174573,45.4932035],[9.1174573,45.4932035]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-14T14:48:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":100992716}},{"id":100983734,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1313689,52.082803],[5.1327847,52.082803],[5.1327847,52.085217],[5.1313689,52.085217],[5.1313689,52.082803]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-14T10:43:42Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.00000341774120000285,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":100983734}},{"id":100975031,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3763446,51.1887107],[4.3766058,51.1887107],[4.3766058,51.1888741],[4.3763446,51.1888741],[4.3763446,51.1887107]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.10","comment":"Adding data with #MapComplete for theme #speelplekken","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-14T01:32:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":4.26800799994738e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"speelplekken","imagery":"AGIV10cm","language":"nl","theme-creator":"MapComplete","id":100975031}},{"id":101069649,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5516082,44.3049275],[4.5527897,44.3049275],[4.5527897,44.3056137],[4.5516082,44.3056137],[4.5516082,44.3049275]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-15T18:31:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":8.10745300004477e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101069649}},{"id":101068744,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4776314,51.0320371],[4.4776314,51.0320371],[4.4776314,51.0320371],[4.4776314,51.0320371],[4.4776314,51.0320371]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-15T18:14:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","theme-creator":"joost schouppe","id":101068744}},{"id":101061414,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3342748,44.505662],[11.3428538,44.505662],[11.3428538,44.5059894],[11.3342748,44.5059894],[11.3342748,44.505662]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.9","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-15T15:35:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000280876459996775,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101061414}},{"id":101035070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9336575,50.8821512],[3.9343843,50.8821512],[3.9343843,50.8843851],[3.9336575,50.8843851],[3.9336575,50.8821512]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.5.10","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-15T08:46:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.00000162359852000073,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101035070}},{"id":101012269,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3352705,50.83106],[4.3405411,50.83106],[4.3405411,50.8352866],[4.3352705,50.8352866],[4.3352705,50.83106]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Technopolice_newBiE","uid":"12219485","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":3,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-15T00:35:23Z","reviewed_features":[],"tag_changes":{},"create":68,"modify":36,"delete":0,"area":0.0000222767179600149,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"Stadia.AlidadeSmoothDark","language":"en","id":101012269}},{"id":101147703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.505823,38.3639638],[-0.4610376,38.3639638],[-0.4610376,38.3751435],[-0.505823,38.3751435],[-0.505823,38.3639638]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jemily1","uid":"11155676","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #crossingtime","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T23:01:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.000500687336379981,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"crossingtime","imagery":"osm","language":"es","id":101147703}},{"id":101142626,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1781891,41.4326157],[2.1781891,41.4326157],[2.1781891,41.4326157],[2.1781891,41.4326157],[2.1781891,41.4326157]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T20:09:13Z","reviewed_features":[],"tag_changes":{},"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","theme-creator":"Florian Edelmann","id":101142626}},{"id":101142493,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.544343,52.9864598],[10.544343,52.9864598],[10.544343,52.9864598],[10.544343,52.9864598],[10.544343,52.9864598]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"OPerivar","uid":"51324","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T20:04:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":101142493}},{"id":101142390,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1774845,41.4314042],[2.180788,41.4314042],[2.180788,41.4323177],[2.1774845,41.4323177],[2.1774845,41.4314042]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T20:01:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.00000301774724998642,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"ca","id":101142390}},{"id":101142389,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9818392,51.3173752],[4.9818392,51.3173752],[4.9818392,51.3173752],[4.9818392,51.3173752],[4.9818392,51.3173752]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T20:01:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101142389}},{"id":101141686,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5569267,51.1851613],[3.5569267,51.1851613],[3.5569267,51.1851613],[3.5569267,51.1851613],[3.5569267,51.1851613]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T19:44:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101141686}},{"id":101136189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.2131447,47.6794179],[-122.2125412,47.6794179],[-122.2125412,47.6797331],[-122.2131447,47.6797331],[-122.2131447,47.6794179]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"bryceco","uid":"624323","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T17:30:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.90223200000731e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101136189}},{"id":101135663,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3164676,44.506155],[11.3164676,44.506155],[11.3164676,44.506155],[11.3164676,44.506155],[11.3164676,44.506155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T17:20:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101135663}},{"id":101127309,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1365871,52.0626422],[5.1365871,52.0626422],[5.1365871,52.0626422],[5.1365871,52.0626422],[5.1365871,52.0626422]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T14:22:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101127309}},{"id":101125548,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4286446,51.1647235],[4.4379325,51.1647235],[4.4379325,51.1666487],[4.4286446,51.1666487],[4.4286446,51.1647235]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #speelplekken","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T13:50:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.0000178810650800202,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"speelplekken","imagery":"CartoDB.Positron","language":"nl","theme-creator":"MapComplete","id":101125548}},{"id":101122448,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7021512,51.0558547],[3.7052212,51.0558547],[3.7052212,51.0585154],[3.7021512,51.0585154],[3.7021512,51.0558547]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-16T12:50:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00000816834899999988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"nl","id":101122448}},{"id":101095488,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6673348,-33.439976],[-70.6668842,-33.439976],[-70.6668842,-33.4390964],[-70.6673348,-33.4390964],[-70.6673348,-33.439976]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T06:45:24Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":3.963477600089e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":101095488}},{"id":101082113,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6682743,-33.439181],[-70.6681324,-33.439181],[-70.6681324,-33.4391635],[-70.6682743,-33.4391635],[-70.6682743,-33.439181]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-16T02:35:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":2.48324999957839e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101082113}},{"id":101216733,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7089318,51.0506301],[3.7089318,51.0506301],[3.7089318,51.0506301],[3.7089318,51.0506301],[3.7089318,51.0506301]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T22:48:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":101216733}},{"id":101213106,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.0541458,29.9774995],[-90.0541458,29.9774995],[-90.0541458,29.9774995],[-90.0541458,29.9774995],[-90.0541458,29.9774995]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GettyYetty21","uid":"12869632","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-17T20:44:50Z","reviewed_features":[],"tag_changes":{},"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":"CartoDB.Voyager","language":"en","id":101213106}},{"id":101198354,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3186153,44.5109408],[11.3286956,44.5109408],[11.3286956,44.5144855],[11.3186153,44.5144855],[11.3186153,44.5109408]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T15:06:26Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":18,"delete":0,"area":0.0000357316394099915,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101198354}},{"id":101192583,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.666804,-33.4402386],[-70.666804,-33.4402386],[-70.666804,-33.4402386],[-70.666804,-33.4402386],[-70.666804,-33.4402386]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-17T13:27:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":101192583}},{"id":101178103,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T09:59:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101178103}},{"id":101177425,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2067844,51.0517847],[4.218857,51.0517847],[4.218857,51.0596125],[4.2067844,51.0596125],[4.2067844,51.0517847]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T09:50:45Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":17,"delete":0,"area":0.0000945018982800122,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101177425}},{"id":101177218,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.553424,50.9413953],[3.6628139,50.9413953],[3.6628139,50.9710133],[3.553424,50.9710133],[3.553424,50.9413953]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Overmja","uid":"11334578","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-17T09:48:19Z","reviewed_features":[],"tag_changes":{},"create":55,"modify":82,"delete":0,"area":0.00323991005819992,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIV","language":"en","theme-creator":"Florian Edelmann","id":101177218}},{"id":101171670,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2008889,51.0566202],[4.2008889,51.0566202],[4.2008889,51.0566202],[4.2008889,51.0566202],[4.2008889,51.0566202]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T08:37:29Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101171670}},{"id":101166909,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1886178,51.0433721],[4.2062667,51.0433721],[4.2062667,51.0593664],[4.1886178,51.0593664],[4.1886178,51.0433721]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.12","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-17T07:32:01Z","reviewed_features":[],"tag_changes":{},"create":24,"modify":46,"delete":0,"area":0.000282281801270036,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101166909}},{"id":101285518,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2020501,51.0593644],[4.2843853,51.0593644],[4.2843853,51.074806],[4.2020501,51.074806],[4.2020501,51.0593644]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-18T21:05:26Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":0.00127138722432022,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101285518}},{"id":101284366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4733506,51.0203947],[4.4733506,51.0203947],[4.4733506,51.0203947],[4.4733506,51.0203947],[4.4733506,51.0203947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-18T20:31:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","theme-creator":"joost schouppe","id":101284366}},{"id":101263817,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5700655,-33.5929528],[-70.5695718,-33.5929528],[-70.5695718,-33.5919339],[-70.5700655,-33.5919339],[-70.5700655,-33.5929528]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-18T13:31:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":5.03030929991721e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101263817}},{"id":101243945,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1524921,52.0273061],[5.1524921,52.0273061],[5.1524921,52.0273061],[5.1524921,52.0273061],[5.1524921,52.0273061]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-18T09:14:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101243945}},{"id":101226298,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5695014,-33.5932112],[-70.5694689,-33.5932112],[-70.5694689,-33.5929632],[-70.5695014,-33.5929632],[-70.5695014,-33.5932112]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-18T05:05:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":8.05999999724389e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":101226298}},{"id":101219521,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.4816701,43.2975656],[-72.4816435,43.2975656],[-72.4816435,43.2975673],[-72.4816701,43.2975673],[-72.4816701,43.2975656]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Necessarycoot72","uid":"10882995","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-18T01:52:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.52199999583916e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101219521}},{"id":101348816,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.1488974,37.3021427],[-7.1488974,37.3021427],[-7.1488974,37.3021427],[-7.1488974,37.3021427],[-7.1488974,37.3021427]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"MojoMax","uid":"12883471","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T19:22:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101348816}},{"id":101330064,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4743376,51.0301001],[4.4861886,51.0301001],[4.4861886,51.0338428],[4.4743376,51.0338428],[4.4743376,51.0301001]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.5-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T12:35:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0000443547377000435,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","theme-creator":"joost schouppe","id":101330064}},{"id":101314914,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2492109,46.4635196],[11.2492109,46.4635196],[11.2492109,46.4635196],[11.2492109,46.4635196],[11.2492109,46.4635196]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tyr_asd","uid":"115612","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T09:30:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":101314914}},{"id":101312750,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6704093,46.4398614],[11.2819506,46.4398614],[11.2819506,49.3916675],[8.6704093,49.3916675],[8.6704093,46.4398614]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tyr_asd","uid":"115612","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T09:00:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":7.70876353974193,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101312750}},{"id":101294518,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6660433,-33.4407233],[-70.6660433,-33.4407233],[-70.6660433,-33.4407233],[-70.6660433,-33.4407233],[-70.6660433,-33.4407233]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T03:54:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101294518}},{"id":101294343,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6666115,-33.4410701],[-70.6666115,-33.4410701],[-70.6666115,-33.4410701],[-70.6666115,-33.4410701],[-70.6666115,-33.4410701]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T03:48:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101294343}},{"id":101290552,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5606231,-33.5923823],[-70.5606231,-33.5923823],[-70.5606231,-33.5923823],[-70.5606231,-33.5923823],[-70.5606231,-33.5923823]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-19T00:21:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImagery","language":"en","theme-creator":"Midgard","id":101290552}},{"id":101416023,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0084192,51.0455108],[4.0084192,51.0455108],[4.0084192,51.0455108],[4.0084192,51.0455108],[4.0084192,51.0455108]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-20T19:58:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":101416023}},{"id":101393058,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2301736,51.2136117],[3.2301736,51.2136117],[3.2301736,51.2136117],[3.2301736,51.2136117],[3.2301736,51.2136117]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-20T16:03:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101393058}},{"id":101392787,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132],[4.5483264,51.0209132]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #geveltuintjes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-20T15:57:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"geveltuintjes","imagery":"osm","language":"nl","id":101392787}},{"id":101392509,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2435444,51.2101554],[3.2436115,51.2101554],[3.2436115,51.2101823],[3.2435444,51.2101823],[3.2435444,51.2101554]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-20T15:51:11Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":1.80499000011188e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"nl","id":101392509}},{"id":101391692,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2834952,44.5162159],[11.2957152,44.5162159],[11.2957152,44.5164817],[11.2834952,44.5164817],[11.2834952,44.5162159]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-20T15:31:50Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":0.00000324807600001315,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101391692}},{"id":101389783,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9154402,42.681313],[2.938537,42.681313],[2.938537,42.6896442],[2.9154402,42.6896442],[2.9154402,42.681313]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LySioS","uid":"11579673","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-20T14:42:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000192424060159853,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"fr","theme-creator":"MapComplete","id":101389783}},{"id":101382253,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3393901,44.49533],[11.3409508,44.49533],[11.3409508,44.4971479],[11.3393901,44.4971479],[11.3393901,44.49533]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-20T11:03:03Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":7,"delete":0,"area":0.00000283719652999949,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101382253}},{"id":101375598,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6649128,-33.4397615],[-70.6649128,-33.4397615],[-70.6649128,-33.4397615],[-70.6649128,-33.4397615],[-70.6649128,-33.4397615]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-20T05:48:36Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"EsriWorldImageryClarity","language":"en","theme-creator":"Midgard","id":101375598}},{"id":101459868,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6662422,-33.4405212],[-70.665349,-33.4405212],[-70.665349,-33.4403057],[-70.6662422,-33.4403057],[-70.6662422,-33.4405212]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.5.14","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-21T22:34:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":1.92484599994863e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101459868}},{"id":101455414,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1405745,51.318785],[3.1772441,51.318785],[3.1772441,51.3280346],[3.1405745,51.3280346],[3.1405745,51.318785]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.15","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-21T19:57:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000339179132160143,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":101455414}},{"id":101449724,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2097266,51.2123991],[3.2131179,51.2123991],[3.2131179,51.2149003],[3.2097266,51.2149003],[3.2097266,51.2123991]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-21T17:18:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000848231955999079,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"grb","imagery":"osm","language":"nl","id":101449724}},{"id":101443809,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2413718,51.2033866],[3.2413718,51.2033866],[3.2413718,51.2033866],[3.2413718,51.2033866],[3.2413718,51.2033866]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.15","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-21T15:13:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101443809}},{"id":101438434,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2191517,51.2148075],[3.2237785,51.2148075],[3.2237785,51.2182165],[3.2191517,51.2182165],[3.2191517,51.2148075]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.15","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-21T13:06:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":20,"delete":0,"area":0.0000157727611999898,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":101438434}},{"id":101508098,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2202945,51.205806],[3.2333531,51.205806],[3.2333531,51.2123268],[3.2202945,51.2123268],[3.2202945,51.205806]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-22T13:25:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.0000851525188799603,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":101508098}},{"id":101506285,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926],[3.1165435,50.7941926]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-22T12:54:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101506285}},{"id":101488654,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0017191,51.0972734],[4.0017191,51.0972734],[4.0017191,51.0972734],[4.0017191,51.0972734],[4.0017191,51.0972734]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-22T09:18:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101488654}},{"id":101462703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6665444,-33.4402128],[-70.6665444,-33.4402128],[-70.6665444,-33.4402128],[-70.6665444,-33.4402128],[-70.6665444,-33.4402128]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-22T01:30:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101462703}},{"id":101462501,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6955575,51.0545833],[3.697382,51.0545833],[3.697382,51.0554402],[3.6955575,51.0554402],[3.6955575,51.0545833]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.5.15","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-22T01:14:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000156341405000424,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":101462501}},{"id":101599503,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6656069,-33.4402674],[-70.6656069,-33.4402674],[-70.6656069,-33.4402674],[-70.6656069,-33.4402674],[-70.6656069,-33.4402674]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.0a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T21:26:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101599503}},{"id":101597611,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6676265,-33.4411056],[-70.6662796,-33.4411056],[-70.6662796,-33.4408733],[-70.6676265,-33.4408733],[-70.6676265,-33.4411056]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.0a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T20:32:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":3.12884870000893e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101597611}},{"id":101596541,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4733506,51.0203947],[4.5483264,51.0203947],[4.5483264,51.0334719],[4.4733506,51.0334719],[4.4733506,51.0203947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.6.0a-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T20:01:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000980473531760373,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","theme-creator":"joost schouppe; stla","id":101596541}},{"id":101595539,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3460846,44.4968805],[11.3460846,44.4968805],[11.3460846,44.4968805],[11.3460846,44.4968805],[11.3460846,44.4968805]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-23T19:35:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101595539}},{"id":101593442,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6658312,-33.4408942],[-70.6653122,-33.4408942],[-70.6653122,-33.440098],[-70.6658312,-33.440098],[-70.6658312,-33.4408942]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.0a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T18:34:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":4.1322779999945e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101593442}},{"id":101570350,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9421284,10.3242634],[123.9440987,10.3242634],[123.9440987,10.3325899],[123.9421284,10.3325899],[123.9421284,10.3242634]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T11:31:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000164057029499718,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","id":101570350}},{"id":101569443,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6804257,51.0730638],[3.6805844,51.0730638],[3.6805844,51.07312],[3.6804257,51.07312],[3.6804257,51.0730638]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"frank vanhyfte","uid":"1026732","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-23T11:18:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":8.91894000048929e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101569443}},{"id":101565776,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2229832,51.216373],[3.2299785,51.216373],[3.2299785,51.2204828],[3.2229832,51.2204828],[3.2229832,51.216373]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-23T10:30:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.0000287492839400146,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":101565776}},{"id":101559560,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3628355,50.9308665],[5.3628355,50.9308665],[5.3628355,50.9308665],[5.3628355,50.9308665],[5.3628355,50.9308665]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-23T09:07:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101559560}},{"id":101554176,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1263906,52.0566217],[5.1268269,52.0566217],[5.1268269,52.0567796],[5.1263906,52.0567796],[5.1263906,52.0566217]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-23T07:50:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":6.88917699991294e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":101554176}},{"id":101676357,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7139395,51.0418714],[3.7139395,51.0418714],[3.7139395,51.0418714],[3.7139395,51.0418714],[3.7139395,51.0418714]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T22:13:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":101676357}},{"id":101675962,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T21:57:30Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":101675962}},{"id":101673428,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-49.2777519,-16.6017274],[-49.2617098,-16.6017274],[-49.2617098,-16.5985463],[-49.2777519,-16.5985463],[-49.2777519,-16.6017274]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Túllio","uid":"1206082","editor":"MapComplete 0.6.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T20:45:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.0000510315243100416,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101673428}},{"id":101670098,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428],[4.4784087,51.0338428]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"steven lauwers","uid":"6799245","editor":"MapComplete 0.6.0a-unlocked","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-24T19:22:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/geveltuinen/geveltuinen.json","imagery":"osm","language":"nl","theme-creator":"joost schouppe; stla","id":101670098}},{"id":101668002,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6666095,-33.4403079],[-70.66588,-33.4403079],[-70.66588,-33.4402255],[-70.6666095,-33.4402255],[-70.6666095,-33.4403079]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-24T18:28:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":6.01108000031619e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":101668002}},{"id":101666752,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7232309,51.0422215],[3.7232309,51.0422215],[3.7232309,51.0422215],[3.7232309,51.0422215],[3.7232309,51.0422215]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T18:02:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":101666752}},{"id":101664459,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2024063,51.4720844],[7.3239098,51.4720844],[7.3239098,51.5460869],[7.2024063,51.5460869],[7.2024063,51.4720844]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-24T17:24:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.00899156275874988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":101664459}},{"id":101662824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3313426,44.5151128],[11.3313426,44.5151128],[11.3313426,44.5151128],[11.3313426,44.5151128],[11.3313426,44.5151128]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T16:55:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101662824}},{"id":101662737,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3313454,44.5151362],[11.339867,44.5151362],[11.339867,44.5207958],[11.3313454,44.5207958],[11.3313454,44.5151362]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T16:53:20Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":9,"delete":0,"area":0.0000482288473600107,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101662737}},{"id":101659153,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2150797,51.4832055],[7.2217754,51.4832055],[7.2217754,51.4878886],[7.2150797,51.4878886],[7.2150797,51.4832055]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-24T15:45:52Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":49,"delete":0,"area":0.0000313566326700071,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"nrw_dtm_wms","language":"en","theme-creator":"Midgard","id":101659153}},{"id":101658081,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2157283,51.4788628],[7.2220545,51.4788628],[7.2220545,51.4847493],[7.2157283,51.4847493],[7.2157283,51.4788628]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-24T15:24:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.0000372391762999671,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":101658081}},{"id":101657473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2319966,50.7326219],[4.2369434,50.7326219],[4.2369434,50.7333809],[4.2319966,50.7333809],[4.2319966,50.7326219]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T15:14:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.00000375462120001069,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101657473}},{"id":101653974,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2165796,51.1966576],[3.2165796,51.1966576],[3.2165796,51.1966576],[3.2165796,51.1966576],[3.2165796,51.1966576]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-24T14:21:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101653974}},{"id":101741727,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6087241,51.9660999],[4.7225218,51.9660999],[4.7225218,52.0754395],[4.6087241,52.0754395],[4.6087241,51.9660999]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-25T19:31:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0124425949989198,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":101741727}},{"id":101690921,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3953575,52.1045726],[5.3953575,52.1045726],[5.3953575,52.1045726],[5.3953575,52.1045726],[5.3953575,52.1045726]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PeeWee32","uid":"353766","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-25T06:09:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":101690921}},{"id":101689560,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3775823,52.1116123],[5.3775823,52.1116123],[5.3775823,52.1116123],[5.3775823,52.1116123],[5.3775823,52.1116123]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PeeWee32","uid":"353766","editor":"MapComplete 0.6.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-25T05:48:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101689560}},{"id":101818728,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6880694,51.1635983],[4.6897969,51.1635983],[4.6897969,51.1641977],[4.6880694,51.1641977],[4.6880694,51.1635983]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T21:38:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000103546350001022,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"nl","id":101818728}},{"id":101813152,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3853565,51.1826524],[4.3853565,51.1826524],[4.3853565,51.1826524],[4.3853565,51.1826524],[4.3853565,51.1826524]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jayjay420","uid":"12932140","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T19:19:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":101813152}},{"id":101805447,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2520414,51.4665735],[7.2922171,51.4665735],[7.2922171,51.4975411],[7.2520414,51.4975411],[7.2520414,51.4665735]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8564837988","osm_id":8564837988,"reasons":[43],"version":2,"primary_tags":{"tourism":"map"}}],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T16:48:43Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00124414500731986,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101805447}},{"id":101805410,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T16:48:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":101805410}},{"id":101799330,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7208301,51.0541539],[3.7208301,51.0541539],[3.7208301,51.0541539],[3.7208301,51.0541539],[3.7208301,51.0541539]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T14:55:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"nl","id":101799330}},{"id":101795137,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7219512,51.0594005],[3.7219512,51.0594005],[3.7219512,51.0594005],[3.7219512,51.0594005],[3.7219512,51.0594005]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T13:35:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101795137}},{"id":101794174,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7285361,51.0564621],[3.7286165,51.0564621],[3.7286165,51.0565834],[3.7285361,51.0565834],[3.7285361,51.0564621]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T13:15:34Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":9.75252000026907e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"nl","id":101794174}},{"id":101793666,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304],[3.7197948,51.0466304]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-26T13:06:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":101793666}},{"id":101792066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.8342255,40.3419644],[-3.8310635,40.3419644],[-3.8310635,40.3443635],[-3.8342255,40.3443635],[-3.8342255,40.3419644]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"adrigrillo","uid":"8553087","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #1roadAlllanes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T12:35:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000758595419999425,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"1roadAlllanes","imagery":"osm","language":"es","id":101792066}},{"id":101785908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1236408,52.0750625],[5.1276425,52.0750625],[5.1276425,52.0778072],[5.1236408,52.0778072],[5.1236408,52.0750625]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T11:05:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000109834659900034,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101785908}},{"id":101785278,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3606411,52.1064452],[5.4024393,52.1064452],[5.4024393,52.1218391],[5.3606411,52.1218391],[5.3606411,52.1064452]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PeeWee32","uid":"353766","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #benchesandpicnictables","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T10:57:07Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0.000643437310979984,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benchesandpicnictables","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":101785278}},{"id":101780104,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.127792,52.0844943],[5.127792,52.0844943],[5.127792,52.0844943],[5.127792,52.0844943],[5.127792,52.0844943]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T09:43:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101780104}},{"id":101776584,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8825673,51.0015189],[3.8825673,51.0015189],[3.8825673,51.0015189],[3.8825673,51.0015189],[3.8825673,51.0015189]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T08:57:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"nl","id":101776584}},{"id":101775201,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8675796,51.0016858],[3.8929346,51.0016858],[3.8929346,51.0101288],[3.8675796,51.0101288],[3.8675796,51.0016858]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Kinjkajh","uid":"12107222","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T08:40:08Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":21,"delete":0,"area":0.000214072264999992,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"nl","id":101775201}},{"id":101772453,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3879867,51.0084068],[4.4489291,51.0084068],[4.4489291,51.015135],[4.3879867,51.015135],[4.3879867,51.0084068]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T08:01:57Z","reviewed_features":[],"tag_changes":{},"create":11,"modify":31,"delete":0,"area":0.000410032655679863,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":101772453}},{"id":101751716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9419389,10.328426],[123.9419389,10.328426],[123.9419389,10.328426],[123.9419389,10.328426],[123.9419389,10.328426]]]},"properties":{"check_user":"GOwin","reasons":[],"tags":[],"features":[],"user":"n1kn0k","uid":"867701","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-26T02:11:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":false,"checked":true,"check_date":"2021-03-31T08:35:11.939748Z","host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"Mapbox","language":"en","theme-creator":"MapComplete","id":101751716}},{"id":101852349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6707891,-33.435642],[-70.6707891,-33.435642],[-70.6707891,-33.435642],[-70.6707891,-33.435642],[-70.6707891,-33.435642]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-27T19:57:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101852349}},{"id":101844159,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.473981,51.0323917],[4.473981,51.0323917],[4.473981,51.0323917],[4.473981,51.0323917],[4.473981,51.0323917]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"klimaanvzw","uid":"6799245","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #facadegardens","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-27T16:25:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"facadegardens","imagery":"osm","language":"nl","theme-creator":"joost schouppe; stla","id":101844159}},{"id":101841292,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2111698,51.5101707],[7.2113705,51.5101707],[7.2113705,51.5136333],[7.2111698,51.5136333],[7.2111698,51.5101707]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-27T15:22:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":6.94943819998806e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"de","theme-creator":"MapComplete","id":101841292}},{"id":101834425,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.3384026,51.4612635],[7.3465521,51.4612635],[7.3465521,51.4797084],[7.3384026,51.4797084],[7.3384026,51.4612635]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-27T11:55:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00015031671254999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101834425}},{"id":101833538,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1234536,52.0823233],[5.1234536,52.0823233],[5.1234536,52.0823233],[5.1234536,52.0823233],[5.1234536,52.0823233]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-27T11:24:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101833538}},{"id":101829358,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1300506,50.9986117],[4.131679,50.9986117],[4.131679,50.9990543],[4.1300506,50.9990543],[4.1300506,50.9986117]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-27T09:10:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":7.20729839999396e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101829358}},{"id":101829031,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1150048,52.0926006],[5.1164129,52.0926006],[5.1164129,52.0927094],[5.1150048,52.0927094],[5.1150048,52.0926006]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-27T08:58:17Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":9,"delete":0,"area":1.53201279999393e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101829031}},{"id":101892733,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3716345,47.6802721],[-122.371634,47.6802721],[-122.371634,47.6802721],[-122.3716345,47.6802721],[-122.3716345,47.6802721]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wim L","uid":"223681","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T23:41:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101892733}},{"id":101892444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1751423,51.0178144],[4.1768931,51.0178144],[4.1768931,51.0179113],[4.1751423,51.0179113],[4.1751423,51.0178144]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T23:26:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.69652520004581e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101892444}},{"id":101892297,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.9604736,40.5828006],[-73.9209982,40.5828006],[-73.9209982,40.5913089],[-73.9604736,40.5913089],[-73.9604736,40.5828006]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MxxCon","uid":"384667","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T23:18:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000335868545820107,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101892297}},{"id":101891909,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.457116,51.1779098],[4.4647489,51.1779098],[4.4647489,51.180808],[4.457116,51.180808],[4.457116,51.1779098]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Michel Stuyts","uid":"62284","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T22:55:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.0000221216707799775,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":101891909}},{"id":101890254,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[148.0752161,-42.1237047],[148.0752161,-42.1237047],[148.0752161,-42.1237047],[148.0752161,-42.1237047],[148.0752161,-42.1237047]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tastrax","uid":"712752","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T21:30:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":101890254}},{"id":101889954,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1546715,51.0189521],[4.15759,51.0189521],[4.15759,51.0192184],[4.1546715,51.0192184],[4.1546715,51.0189521]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T21:16:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":7.77196549999459e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":101889954}},{"id":101889823,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.1755806,41.4278428],[2.1835748,41.4278428],[2.1835748,41.4393301],[2.1755806,41.4393301],[2.1755806,41.4278428]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sharwin_F","uid":"147555","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #wherethesidewalkshavenoname","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T21:09:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":98,"delete":0,"area":0.0000918317736599929,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wherethesidewalkshavenoname","imagery":"osm","language":"en","id":101889823}},{"id":101885043,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.163357,51.1860935],[4.163357,51.1860935],[4.163357,51.1860935],[4.163357,51.1860935],[4.163357,51.1860935]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakka","uid":"2403313","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T18:27:58Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"ghostbikes","imagery":"CartoDB.Positron","language":"nl","theme-creator":"MapComplete","id":101885043}},{"id":101884979,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.7136074,34.0915651],[-118.712607,34.0915651],[-118.712607,34.0944986],[-118.7136074,34.0944986],[-118.7136074,34.0915651]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Devolved","uid":"663717","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T18:25:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000293467339999062,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":101884979}},{"id":101881241,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.6572492,45.5734327],[-73.6572492,45.5734327],[-73.6572492,45.5734327],[-73.6572492,45.5734327],[-73.6572492,45.5734327]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"bbigras","uid":"7226","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T16:34:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101881241}},{"id":101880355,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9090659,53.6083805],[9.9092305,53.6083805],[9.9092305,53.608483],[9.9090659,53.608483],[9.9090659,53.6083805]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T16:12:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.68714999994805e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101880355}},{"id":101879051,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-80.2696517,27.1695582],[-80.2696517,27.1695582],[-80.2696517,27.1695582],[-80.2696517,27.1695582],[-80.2696517,27.1695582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"grouper","uid":"369983","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T15:37:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":101879051}},{"id":101878531,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1264121,51.0238028],[4.1268872,51.0238028],[4.1268872,51.024185],[4.1264121,51.024185],[4.1264121,51.0238028]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T15:25:26Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":5,"delete":0,"area":1.81583220002028e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101878531}},{"id":101876634,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1779045,45.437886],[9.2145247,45.437886],[9.2145247,45.4677957],[9.1779045,45.4677957],[9.1779045,45.437886]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T14:41:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00109529919594016,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101876634}},{"id":101873402,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.138522,48.5536256],[12.1646685,48.5536256],[12.1646685,48.5644841],[12.138522,48.5644841],[12.138522,48.5536256]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"schoka","uid":"818053","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T13:23:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.000283911770250118,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":101873402}},{"id":101873159,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1102693,45.4307345],[9.1102693,45.4307345],[9.1102693,45.4307345],[9.1102693,45.4307345],[9.1102693,45.4307345]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T13:16:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101873159}},{"id":101872302,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.9139572,56.1184677],[-3.9139572,56.1184677],[-3.9139572,56.1184677],[-3.9139572,56.1184677],[-3.9139572,56.1184677]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"JackGilmore","uid":"11412261","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T12:54:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101872302}},{"id":101871590,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9504943,51.2173278],[2.9698828,51.2173278],[2.9698828,51.2210943],[2.9504943,51.2210943],[2.9504943,51.2173278]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ptjamp","uid":"12828211","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T12:35:14Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":0.0000730267852499537,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":101871590}},{"id":101870926,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2234761,51.2097992],[3.2241118,51.2097992],[3.2241118,51.2100278],[3.2234761,51.2100278],[3.2234761,51.2097992]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T12:18:38Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":9,"delete":0,"area":1.45321019999903e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"nl","id":101870926}},{"id":101870809,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1896709,51.199113],[3.2244705,51.199113],[3.2244705,51.2124188],[3.1896709,51.2124188],[3.1896709,51.199113]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-28T12:16:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.000463036517680166,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":101870809}},{"id":101868814,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.1412286,50.8416757],[-0.1374243,50.8416757],[-0.1374243,50.8425217],[-0.1412286,50.8425217],[-0.1412286,50.8416757]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jez Nicholson","uid":"7329","editor":"MapComplete 0.6.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T11:16:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":25,"delete":0,"area":0.00000321843779998359,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101868814}},{"id":101865315,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9083461,51.2149659],[2.9391646,51.2149659],[2.9391646,51.2345946],[2.9083461,51.2345946],[2.9083461,51.2149659]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ptjamp","uid":"12828211","editor":"MapComplete 0.6.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-28T09:15:16Z","reviewed_features":[],"tag_changes":{},"create":39,"modify":67,"delete":0,"area":0.000604927090949943,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":101865315}},{"id":101942872,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8812487,50.9428726],[4.0565622,50.9428726],[4.0565622,51.0074926],[3.8812487,51.0074926],[3.8812487,50.9428726]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Kinjkajh","uid":"12107222","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-29T22:31:56Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":14,"delete":0,"area":0.0113287583699996,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"nl","id":101942872}},{"id":101930669,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3484902,44.5312221],[11.3587932,44.5312221],[11.3587932,44.5465393],[11.3484902,44.5465393],[11.3484902,44.5312221]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-29T17:00:43Z","reviewed_features":[],"tag_changes":{},"create":21,"modify":27,"delete":0,"area":0.000157813111599962,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101930669}},{"id":101919443,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0956068,50.9956718],[3.0960444,50.9956718],[3.0960444,50.9968581],[3.0956068,50.9968581],[3.0956068,50.9956718]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-29T13:03:34Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":8,"delete":0,"area":5.19124879999881e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":101919443}},{"id":101918321,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0928207,50.9945133],[3.0976564,50.9945133],[3.0976564,50.9971053],[3.0928207,50.9971053],[3.0928207,50.9945133]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-29T12:43:02Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000125341343999999,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","id":101918321}},{"id":102007350,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8825673,51.0015189],[3.8938272,51.0015189],[3.8938272,51.0038347],[3.8825673,51.0038347],[3.8825673,51.0015189]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Kinjkajh","uid":"12107222","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-30T20:11:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000026075676419979,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"nl","id":102007350}},{"id":101996119,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.310816,44.4956116],[11.310816,44.4956116],[11.310816,44.4956116],[11.310816,44.4956116],[11.310816,44.4956116]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.3b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-30T15:40:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101996119}},{"id":101995576,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.297307,44.4936399],[11.3271781,44.4936399],[11.3271781,44.5058042],[11.297307,44.5058042],[11.297307,44.4936399]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.3b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-30T15:29:35Z","reviewed_features":[],"tag_changes":{},"create":25,"modify":30,"delete":0,"area":0.000363361021730053,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101995576}},{"id":101993159,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8574926839","name":"SELIM - Banco de Bicicletas","osm_id":8574926839,"reasons":[43],"version":7,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.3b","comment":"Adding data with #MapComplete for theme #bicyclelib","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-30T14:43:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bicyclelib","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101993159}},{"id":101981953,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-9.1420259,38.7209127],[-9.1347544,38.7209127],[-9.1347544,38.7238195],[-9.1420259,38.7238195],[-9.1420259,38.7209127]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"R Felix","uid":"11207593","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-30T11:40:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":0.0000211367961999858,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":101981953}},{"id":101981404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593],[-9.1330343,38.7351593]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8574926839","name":"SELIM - Banco de Bicicletas","osm_id":8574926839,"reasons":[43],"version":6,"primary_tags":{"amenity":"bicycle_library"}}],"user":"R Felix","uid":"11207593","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #bicyclelib","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-30T11:33:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bicyclelib","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101981404}},{"id":101973779,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1266858,52.0797566],[5.1478844,52.0797566],[5.1478844,52.0903765],[5.1266858,52.0903765],[5.1266858,52.0797566]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.3a","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-30T09:51:57Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":23,"delete":0,"area":0.000225127012139887,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":101973779}},{"id":102082219,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2314527,-39.8450065],[-73.2305664,-39.8450065],[-73.2305664,-39.8449581],[-73.2314527,-39.8449581],[-73.2314527,-39.8450065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T23:01:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":4.28969199977257e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":102082219}},{"id":102081437,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3452181,44.4918527],[11.3452181,44.4918527],[11.3452181,44.4918527],[11.3452181,44.4918527],[11.3452181,44.4918527]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T22:23:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102081437}},{"id":102070461,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.478824,51.1636222],[4.4792639,51.1636222],[4.4792639,51.1641],[4.478824,51.1641],[4.478824,51.1636222]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #speelplekken","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T17:17:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.10184219999421e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"speelplekken","imagery":"CartoDB.Positron","language":"nl","theme-creator":"MapComplete","id":102070461}},{"id":102066153,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3301696,44.4815382],[11.3557652,44.4815382],[11.3557652,44.4995701],[11.3301696,44.4995701],[11.3301696,44.4815382]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T15:45:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":10,"delete":0,"area":0.000461537299639935,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102066153}},{"id":102065964,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3308821,44.479943],[11.3551763,44.479943],[11.3551763,44.5000664],[11.3308821,44.5000664],[11.3308821,44.479943]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T15:41:05Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":10,"delete":0,"area":0.000488881904280066,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102065964}},{"id":102061652,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2375047,50.7354977],[4.2381958,50.7354977],[4.2381958,50.7358041],[4.2375047,50.7358041],[4.2375047,50.7354977]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T14:20:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":2.11753039999661e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102061652}},{"id":102059060,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6991739,51.0368914],[3.7455601,51.0368914],[3.7455601,51.0836267],[3.6991739,51.0836267],[3.6991739,51.0368914]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8578720479","name":"Op Wielekes Muide-Meulestede","osm_id":8578720479,"reasons":[43],"version":6,"primary_tags":{"amenity":"bicycle_library"}},{"url":"node-8578970267","name":"Op Wielekes Muide-Buurtloods","osm_id":8578970267,"reasons":[43],"version":6,"primary_tags":{"amenity":"bicycle_library"}},{"url":"node-8578716211","name":"Op Wielekes Brugse Poort","osm_id":8578716211,"reasons":[43],"version":5,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T13:30:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00216787297286009,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102059060}},{"id":102053164,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6992061,51.014323],[3.7526148,51.014323],[3.7526148,51.0742722],[3.6992061,51.0742722],[3.6992061,51.014323]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8578982212","name":"Op Wielekes Heilig Hart","osm_id":8578982212,"reasons":[43],"version":5,"primary_tags":{"amenity":"bicycle_library"}},{"url":"node-8578989106","name":"Op Wielekes Ledeberg","osm_id":8578989106,"reasons":[43],"version":5,"primary_tags":{"amenity":"bicycle_library"}},{"url":"node-8578970267","name":"Op Wielekes Muide-Buurtloods","osm_id":8578970267,"reasons":[43],"version":5,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Eva Fietsambassade","uid":"12967061","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T11:46:57Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":21,"delete":0,"area":0.00320180883804028,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102053164}},{"id":102051867,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3286231,44.4962299],[11.3379889,44.4962299],[11.3379889,44.5024655],[11.3286231,44.5024655],[11.3286231,44.4962299]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T11:26:23Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":11,"delete":0,"area":0.0000584013824799643,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102051867}},{"id":102050957,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3300606,44.5013109],[11.3393455,44.5013109],[11.3393455,44.5042446],[11.3300606,44.5042446],[11.3300606,44.5013109]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T11:12:41Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":5,"delete":0,"area":0.0000272391111300007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102050957}},{"id":102050912,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3382193,44.5048172],[11.3382193,44.5048172],[11.3382193,44.5048172],[11.3382193,44.5048172],[11.3382193,44.5048172]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T11:12:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102050912}},{"id":102049993,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.7202466,41.2190053],[1.7233809,41.2190053],[1.7233809,41.2211463],[1.7202466,41.2211463],[1.7202466,41.2190053]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #localrevision","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T10:59:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":33,"delete":0,"area":0.00000671053630000524,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"localrevision","imagery":"osm","language":"es","id":102049993}},{"id":102049972,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4498481,51.1744195],[4.4570976,51.1744195],[4.4570976,51.1869372],[4.4498481,51.1869372],[4.4498481,51.1744195]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Maarten Vrebos","uid":"2359612","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T10:58:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000907470661500307,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102049972}},{"id":102048412,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6808947,51.0407841],[3.6911702,51.0407841],[3.6911702,51.0452996],[3.6808947,51.0452996],[3.6808947,51.0407841]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #fitness_station","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-03-31T10:37:50Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":14,"delete":0,"area":0.0000463990202499652,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fitness_station","imagery":"osm","language":"en","id":102048412}},{"id":102046524,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6991739,51.0587016],[3.7268168,51.0587016],[3.7268168,51.0836267],[3.6991739,51.0836267],[3.6991739,51.0587016]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8578720479","osm_id":8578720479,"reasons":[43],"version":1,"primary_tags":{"amenity":"bicycle_library"}},{"url":"node-8578716211","name":"Op Wielekes Brugse Poort","osm_id":8578716211,"reasons":[43],"version":4,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Eva Fietsambassade","uid":"12967061","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-03-31T10:11:48Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":8,"delete":0,"area":0.000689002046790121,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102046524}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2021-4.json b/Docs/Tools/stats/stats.2021-4.json new file mode 100644 index 000000000..3de22c6bf --- /dev/null +++ b/Docs/Tools/stats/stats.2021-4.json @@ -0,0 +1 @@ +{"features":[{"id":102149904,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.9743066,42.3045529],[-1.9743066,42.3045529],[-1.9743066,42.3045529],[-1.9743066,42.3045529],[-1.9743066,42.3045529]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T21:50:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102149904}},{"id":102146104,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5063496,47.1435815],[8.5097829,47.1435815],[8.5097829,47.1730349],[8.5063496,47.1730349],[8.5063496,47.1435815]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"landscapemapper","uid":"220206","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #pingpong","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T19:37:32Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00010112235821996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"pingpong","imagery":"osm","language":"nl","id":102146104}},{"id":102145840,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7106482,50.860715],[4.7350296,50.860715],[4.7350296,50.8900515],[4.7106482,50.8900515],[4.7106482,50.860715]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T19:28:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.000715264941099993,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102145840}},{"id":102142262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3255042,44.4894455],[11.3418042,44.4894455],[11.3418042,44.5008816],[11.3255042,44.5008816],[11.3255042,44.4894455]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T17:43:41Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":5,"delete":0,"area":0.00018640842999997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102142262}},{"id":102142242,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3257737,44.4891669],[11.3294522,44.4891669],[11.3294522,44.4896056],[11.3257737,44.4896056],[11.3257737,44.4891669]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T17:43:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00000161375794998794,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102142242}},{"id":102137022,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5084176,47.1428351],[8.5106063,47.1428351],[8.5106063,47.1453021],[8.5084176,47.1453021],[8.5084176,47.1428351]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"landscapemapper","uid":"220206","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #pingpong","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T15:40:27Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000539952290000532,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"pingpong","imagery":"osm","language":"nl","id":102137022}},{"id":102136102,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7250126,50.8831611],[4.7350296,50.8831611],[4.7350296,50.8900515],[4.7250126,50.8900515],[4.7250126,50.8831611]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T15:21:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.0000690211367999573,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102136102}},{"id":102123964,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9132375,51.22716],[2.916786,51.22716],[2.916786,51.2277915],[2.9132375,51.2277915],[2.9132375,51.22716]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T11:54:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000224087775001536,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102123964}},{"id":102123961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.4439233,52.3300255],[5.4902456,52.3300255],[5.4902456,52.3378746],[5.4439233,52.3378746],[5.4439233,52.3300255]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PeeWee32","uid":"353766","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T11:54:10Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":0.000363588364930064,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102123961}},{"id":102108527,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5285826,51.9567061],[6.5285845,51.9567061],[6.5285845,51.9567353],[6.5285826,51.9567353],[6.5285826,51.9567061]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"guido-vh","uid":"12749743","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-01T08:43:28Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":5.54800000003041e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102108527}},{"id":102086552,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2320799,-39.8444689],[-73.2293439,-39.8444689],[-73.2293439,-39.8423528],[-73.2320799,-39.8423528],[-73.2320799,-39.8444689]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T03:17:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000578964960000298,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":102086552}},{"id":102085289,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2372803,-39.845244],[-73.2372803,-39.845244],[-73.2372803,-39.845244],[-73.2372803,-39.845244],[-73.2372803,-39.845244]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.4","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-01T02:27:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":102085289}},{"id":102211506,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3780276,50.8603775],[4.3780276,50.8603775],[4.3780276,50.8603775],[4.3780276,50.8603775],[4.3780276,50.8603775]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T18:47:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102211506}},{"id":102208373,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2541768,51.9564364],[6.2543391,51.9564364],[6.2543391,51.9564728],[6.2541768,51.9564728],[6.2541768,51.9564364]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"guido-vh","uid":"12749743","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T17:20:14Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":4,"delete":0,"area":5.90771999985983e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102208373}},{"id":102206649,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.804531,50.6994104],[5.8116952,50.6994104],[5.8116952,50.7486504],[5.804531,50.7486504],[5.804531,50.6994104]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T16:43:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000352765208000036,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102206649}},{"id":102199776,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6996004,51.05936],[3.6996004,51.05936],[3.6996004,51.05936],[3.6996004,51.05936],[3.6996004,51.05936]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #basketswings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T14:27:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"basketswings","imagery":"osm","language":"nl","id":102199776}},{"id":102198663,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1114651,52.0689979],[5.1211795,52.0689979],[5.1211795,52.0772345],[5.1114651,52.0772345],[5.1114651,52.0689979]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T14:05:45Z","reviewed_features":[],"tag_changes":{},"create":19,"modify":39,"delete":0,"area":0.000080013627040035,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102198663}},{"id":102198108,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6944899,50.8626759],[4.7284952,50.8626759],[4.7284952,50.9004907],[4.6944899,50.9004907],[4.6944899,50.8626759]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T13:53:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00128590361844,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102198108}},{"id":102198052,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7105625,52.6003287],[4.7105625,52.6003287],[4.7105625,52.6003287],[4.7105625,52.6003287],[4.7105625,52.6003287]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T13:52:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102198052}},{"id":102197860,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.6601248,49.9349566],[6.6624451,49.9349566],[6.6624451,49.9372217],[6.6601248,49.9372217],[6.6601248,49.9349566]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T13:48:19Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.00000525571153000583,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102197860}},{"id":102194677,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4446054,51.1900344],[4.4446054,51.1900344],[4.4446054,51.1900344],[4.4446054,51.1900344],[4.4446054,51.1900344]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Michel Stuyts","uid":"62284","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T12:47:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":102194677}},{"id":102193207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8238922,50.7372484],[5.8242762,50.7372484],[5.8242762,50.7374465],[5.8238922,50.7374465],[5.8238922,50.7372484]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T12:25:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":7.60703999993804e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102193207}},{"id":102193059,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8236044,50.7375385],[5.8236044,50.7375385],[5.8236044,50.7375385],[5.8236044,50.7375385],[5.8236044,50.7375385]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T12:23:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102193059}},{"id":102190068,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4425597,51.1886036],[4.4451569,51.1886036],[4.4451569,51.1902579],[4.4425597,51.1902579],[4.4425597,51.1886036]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Michel Stuyts","uid":"62284","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T11:41:25Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":13,"delete":0,"area":0.00000429654795999498,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIV","language":"en","theme-creator":"Florian Edelmann","id":102190068}},{"id":102189327,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8116952,50.7486504],[5.8116952,50.7486504],[5.8116952,50.7486504],[5.8116952,50.7486504],[5.8116952,50.7486504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T11:30:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102189327}},{"id":102175932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.804531,50.6994104],[5.804531,50.6994104],[5.804531,50.6994104],[5.804531,50.6994104],[5.804531,50.6994104]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-02T08:37:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":102175932}},{"id":102174721,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.2002511,50.9860252],[5.2012461,50.9860252],[5.2012461,50.9864071],[5.2002511,50.9864071],[5.2002511,50.9860252]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WandelenMetKinderen","uid":"12727758","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T08:21:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":3.79990500000569e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","id":102174721}},{"id":102172588,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.268695,50.986261],[5.268695,50.986261],[5.268695,50.986261],[5.268695,50.986261],[5.268695,50.986261]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"WandelenMetKinderen","uid":"12727758","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-02T07:50:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":102172588}},{"id":102248624,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3422572,51.2470648],[3.3422572,51.2470648],[3.3422572,51.2470648],[3.3422572,51.2470648],[3.3422572,51.2470648]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T19:17:44Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102248624}},{"id":102242966,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2585537,45.4646341],[9.2617569,45.4646341],[9.2617569,45.4707557],[9.2585537,45.4707557],[9.2585537,45.4646341]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T16:14:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.000019608709119999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102242966}},{"id":102242557,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7105625,52.6003287],[4.7610497,52.6003287],[4.7610497,52.6398929],[4.7105625,52.6398929],[4.7105625,52.6003287]]]},"properties":{"check_user":null,"reasons":[{"id":96,"name":"Feature with very long name"}],"tags":[],"features":[{"url":"node-8590039107","name":"Frans Grünwald;Else Ada Grünwald-Frankenberg;Leonard David Grünwald;Jetty Cecile Grünwald;Cäcilie Frankenberg-Wolf","osm_id":8590039107,"reasons":[96],"version":4,"primary_tags":{"historic":"memorial"}},{"url":"node-5872864559","name":"Elias den Hartog;Rebecca Annegien den Hartog-Lermer;Cornelia den Hartog;Engeltje den Hartog;Jacob Aron den Hartog;Aron den Hartog","osm_id":5872864559,"reasons":[96],"version":5,"primary_tags":{"historic":"memorial"}},{"url":"node-5872305429","name":"Leon Salomon Kannewasser;Maartje Salomon Kannewasser;Aron Salomon Kannewasser;Jacomina Kannewasser-Oudkerk","osm_id":5872305429,"reasons":[96],"version":4,"primary_tags":{"historic":"memorial"}},{"url":"node-8590319083","name":"Elisabeth Polak-Polak;Hartog Philip Benedictus;Jacob Benedictus;Judith Benedictus;Mathilda Benedictus;Roosje Benedictus","osm_id":8590319083,"reasons":[96],"version":4,"primary_tags":{"historic":"memorial"}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":3,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T16:03:50Z","reviewed_features":[],"tag_changes":{},"create":37,"modify":142,"delete":0,"area":0.00199748567824005,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102242557}},{"id":102235750,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7371298,52.6216167],[4.7501627,52.6216167],[4.7501627,52.6330596],[4.7371298,52.6330596],[4.7371298,52.6216167]]]},"properties":{"check_user":null,"reasons":[{"id":45,"name":"Profanity tag"},{"id":96,"name":"Feature with very long name"}],"tags":[],"features":[{"url":"node-8589489988","name":"Elisabeth Polak-Polak;Hartog Philip Benedictus;Jacob Benedictus;Judith Benedictus;Mathilda Benedictus;Roosje Benedictus","osm_id":8589489988,"reasons":[96],"version":6,"primary_tags":{"historic":"memorial"}},{"url":"node-5871326494","name":"Salomon Prins;Vrouwtje Prins;Rosette van Praag;Helena Bouman","osm_id":5871326494,"reasons":[45],"version":5,"primary_tags":{"historic":"memorial"}},{"url":"node-5872333350","name":"Mozes de Jongh;Berendina de Jongh-le Grand;Abraham de Jongh;Sara de Jongh;Henriëtte de Jongh","osm_id":5872333350,"reasons":[96],"version":5,"primary_tags":{"historic":"memorial"}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T13:14:58Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":61,"delete":0,"area":0.000149134171410073,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102235750}},{"id":102235445,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3871787,49.8844236],[6.3873387,49.8844236],[6.3873387,49.8848692],[6.3871787,49.8848692],[6.3871787,49.8844236]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hke2912","uid":"5154951","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T13:06:47Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":9,"delete":0,"area":7.12959999999188e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102235445}},{"id":102235227,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T13:00:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":102235227}},{"id":102229797,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9963894,43.2895279],[-2.9958745,43.2895279],[-2.9958745,43.2906393],[-2.9963894,43.2906393],[-2.9963894,43.2895279]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jhuanjho","uid":"1008854","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T10:16:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":5.72259859999328e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102229797}},{"id":102227975,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.90308,53.6078142],[9.9058252,53.6078142],[9.9058252,53.60786],[9.90308,53.60786],[9.90308,53.6078142]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T09:20:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":1.25730160006425e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":102227975}},{"id":102227748,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9147818,53.6087386],[9.9147987,53.6087386],[9.9147987,53.6088183],[9.9147818,53.6088183],[9.9147818,53.6087386]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T09:12:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":1.34693000003511e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102227748}},{"id":102226307,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1187339,52.0797351],[5.1283875,52.0797351],[5.1283875,52.0909862],[5.1187339,52.0909862],[5.1187339,52.0797351]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T08:22:22Z","reviewed_features":[],"tag_changes":{},"create":8,"modify":28,"delete":0,"area":0.000108613618960026,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102226307}},{"id":102225592,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0601749,14.5726238],[121.0649264,14.5726238],[121.0649264,14.5761256],[121.0601749,14.5761256],[121.0601749,14.5726238]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-6501420012","osm_id":6501420012,"reasons":[42],"version":2,"primary_tags":{}}],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T07:57:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000166388026999852,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":102225592}},{"id":102225336,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7105625,52.6003287],[4.7551033,52.6003287],[4.7551033,52.6322921],[4.7105625,52.6322921],[4.7105625,52.6003287]]]},"properties":{"check_user":null,"reasons":[{"id":45,"name":"Profanity tag"}],"tags":[],"features":[{"url":"node-8588979324","name":"Isaak Prins;Rosette Prins-Vlessing;Aron Prins","osm_id":8588979324,"reasons":[45],"version":4,"primary_tags":{"historic":"memorial"}}],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T07:48:21Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":20,"delete":0,"area":0.0014236754067201,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102225336}},{"id":102225188,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291],[121.0669408,14.572291]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T07:40:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":102225188}},{"id":102225012,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8643487,51.008557],[3.8774351,51.008557],[3.8774351,51.0245493],[3.8643487,51.0245493],[3.8643487,51.008557]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kinjkajh","uid":"12107222","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-03T07:30:39Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":17,"delete":0,"area":0.000209281634719918,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"nl","id":102225012}},{"id":102220748,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T01:46:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":102220748}},{"id":102220729,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239],[-70.7674406,-33.4874239]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T01:44:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osmfr","language":"en","theme-creator":"Midgard","id":102220729}},{"id":102220671,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7674595,-33.4874413],[-70.7674595,-33.4874413],[-70.7674595,-33.4874413],[-70.7674595,-33.4874413],[-70.7674595,-33.4874413]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MAGONA","uid":"3087858","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-03T01:37:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":102220671}},{"id":102282803,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1319752,51.2838332],[3.1319752,51.2838332],[3.1319752,51.2838332],[3.1319752,51.2838332],[3.1319752,51.2838332]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #fire","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T18:10:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.braindeaddev.com","theme":"fire","imagery":"HDM_HOT","language":"nl","theme-creator":"Midgard","id":102282803}},{"id":102282189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5935479,51.1852562],[4.5935479,51.1852562],[4.5935479,51.1852562],[4.5935479,51.1852562],[4.5935479,51.1852562]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.6.5","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T17:52:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102282189}},{"id":102278803,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1698273,52.9012462],[10.1698273,52.9012462],[10.1698273,52.9012462],[10.1698273,52.9012462],[10.1698273,52.9012462]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-04T16:19:13Z","reviewed_features":[],"tag_changes":{},"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","theme-creator":"Florian Edelmann","id":102278803}},{"id":102273824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1167767,50.9928367],[3.1167767,50.9928367],[3.1167767,50.9928367],[3.1167767,50.9928367],[3.1167767,50.9928367]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T14:22:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"ghostbikes","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102273824}},{"id":102273630,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0940768,50.996498],[3.097392,50.996498],[3.097392,50.99716],[3.0940768,50.99716],[3.0940768,50.996498]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T14:18:45Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00000219466239999485,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIV10cm","language":"en","theme-creator":"Florian Edelmann","id":102273630}},{"id":102271836,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2014294,45.3565504],[9.2014294,45.3565504],[9.2014294,45.3565504],[9.2014294,45.3565504],[9.2014294,45.3565504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-04T13:39:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102271836}},{"id":102271360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.224726,51.2021413],[3.224726,51.2021413],[3.224726,51.2021413],[3.224726,51.2021413],[3.224726,51.2021413]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-04T13:28:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"nl","id":102271360}},{"id":102266136,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5965995,51.9497286],[4.5965995,51.9497286],[4.5965995,51.9497286],[4.5965995,51.9497286],[4.5965995,51.9497286]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-04T11:12:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102266136}},{"id":102265697,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3572122,50.8987261],[4.3606496,50.8987261],[4.3606496,50.9010398],[4.3572122,50.9010398],[4.3572122,50.8987261]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"JuanjoMC","uid":"9414587","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T10:58:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000795311238000712,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102265697}},{"id":102265111,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1306891,51.3128653],[3.1313798,51.3128653],[3.1313798,51.3131076],[3.1306891,51.3131076],[3.1306891,51.3128653]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #fire","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T10:38:42Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":1.6735661000243e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.braindeaddev.com","theme":"fire","imagery":"HDM_HOT","language":"nl","theme-creator":"Midgard","id":102265111}},{"id":102257369,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3613298,50.8685423],[4.37291,50.8685423],[4.37291,50.875017],[4.3613298,50.875017],[4.3613298,50.8685423]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T05:14:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0.0000749783209399803,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102257369}},{"id":102255313,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9496529,10.3386576],[123.9547384,10.3386576],[123.9547384,10.3405732],[123.9496529,10.3405732],[123.9496529,10.3386576]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.4a","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-04T01:17:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000974178379998733,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":102255313}},{"id":102358828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7324476,-33.407209],[-70.7324476,-33.407209],[-70.7324476,-33.407209],[-70.7324476,-33.407209],[-70.7324476,-33.407209]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.5c","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T22:04:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102358828}},{"id":102358109,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2995993,52.5213147],[13.2995993,52.5213147],[13.2995993,52.5213147],[13.2995993,52.5213147],[13.2995993,52.5213147]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SuSanne Grittner","uid":"13007801","editor":"MapComplete 0.6.5c","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T21:33:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"ghostbikes","imagery":"osm","language":"de","theme-creator":"MapComplete","id":102358109}},{"id":102356016,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3418849,50.8380985],[4.3502507,50.8380985],[4.3502507,50.8449429],[4.3418849,50.8449429],[4.3418849,50.8380985]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Technopolice_newBiE","uid":"12219485","editor":"MapComplete 0.6.4-unlocked","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T20:19:19Z","reviewed_features":[],"tag_changes":{},"create":92,"modify":139,"delete":0,"area":0.0000572588815199876,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102356016}},{"id":102355554,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1900152,45.4656144],[9.1900152,45.4656144],[9.1900152,45.4656144],[9.1900152,45.4656144],[9.1900152,45.4656144]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8596316025","osm_id":8596316025,"reasons":[43],"version":2,"primary_tags":{"natural":"fossil"}}],"user":"dmlu","uid":"5229804","editor":"MapComplete 0.6.4c","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T20:04:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json","imagery":"osm","language":"en","id":102355554}},{"id":102352301,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1288913,51.3133442],[3.1444545,51.3133442],[3.1444545,51.3181009],[3.1288913,51.3181009],[3.1288913,51.3133442]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"M!dgard","uid":"763799","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T18:31:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000740294734399144,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.braindeaddev.com","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102352301}},{"id":102351482,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2169588,51.2117524],[3.2175271,51.2117524],[3.2175271,51.212269],[3.2169588,51.212269],[3.2169588,51.2117524]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T18:11:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":8,"delete":0,"area":2.93583779998462e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":102351482}},{"id":102350088,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9933496,51.163066],[4.9933496,51.163066],[4.9933496,51.163066],[4.9933496,51.163066],[4.9933496,51.163066]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.6.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T17:36:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"AGIV10cm","language":"nl","theme-creator":"MapComplete","id":102350088}},{"id":102350006,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9933022,51.1630655],[4.9933496,51.1630655],[4.9933496,51.163066],[4.9933022,51.163066],[4.9933022,51.1630655]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.6.5","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T17:35:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":2.36999999404562e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102350006}},{"id":102346405,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947],[4.4892502,51.9009947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #stolpersteine","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T16:15:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"stolpersteine","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102346405}},{"id":102343955,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8856546,50.6829334],[2.8856546,50.6829334],[2.8856546,50.6829334],[2.8856546,50.6829334],[2.8856546,50.6829334]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"antonbundle","uid":"1734201","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T15:25:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102343955}},{"id":102343682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5303126,50.6037899],[4.5303126,50.6037899],[4.5303126,50.6037899],[4.5303126,50.6037899],[4.5303126,50.6037899]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Michel Stuyts","uid":"62284","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T15:19:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102343682}},{"id":102339517,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1757848,45.4635752],[9.1757848,45.4635752],[9.1757848,45.4635752],[9.1757848,45.4635752],[9.1757848,45.4635752]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T14:01:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102339517}},{"id":102337939,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.554868,50.5942339],[4.554868,50.5942339],[4.554868,50.5942339],[4.554868,50.5942339],[4.554868,50.5942339]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Michel Stuyts","uid":"62284","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T13:33:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102337939}},{"id":102333160,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1296252,50.9503817],[3.1306575,50.9503817],[3.1306575,50.9522906],[3.1296252,50.9522906],[3.1296252,50.9503817]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T12:19:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.0000019705574699962,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102333160}},{"id":102331957,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0846523,50.981768],[3.1260207,50.981768],[3.1260207,50.9923464],[3.0846523,50.9923464],[3.0846523,50.981768]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T12:04:09Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00043761148256,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"AGIV10cm","language":"en","id":102331957}},{"id":102331552,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0929177,50.9946582],[3.0929177,50.9946582],[3.0929177,50.9946582],[3.0929177,50.9946582],[3.0929177,50.9946582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #basketswings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T11:58:49Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"basketswings","imagery":"osm","language":"nl","id":102331552}},{"id":102327643,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0963689,50.9969895],[3.0964781,50.9969895],[3.0964781,50.9970739],[3.0963689,50.9970739],[3.0963689,50.9969895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T11:08:22Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":9.21647999987422e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":102327643}},{"id":102327546,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0844047,50.9817082],[3.1117644,50.9817082],[3.1117644,50.9932758],[3.0844047,50.9932758],[3.0844047,50.9817082]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T11:06:58Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":0.000316486065719986,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102327546}},{"id":102312791,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.173402,48.4843167],[2.2323406,48.4843167],[2.2323406,48.5179127],[2.173402,48.5179127],[2.173402,48.4843167]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"lunaticstraydog","uid":"8577239","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-05T08:07:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":9,"delete":0,"area":0.00198010120559976,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":102312791}},{"id":102305143,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1183711,50.9641453],[3.1183711,50.9641453],[3.1183711,50.9641453],[3.1183711,50.9641453],[3.1183711,50.9641453]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Tim Couwelier","uid":"7246683","editor":"MapComplete 0.6.5","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-05T06:26:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102305143}},{"id":102422572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2549248,51.4478858],[7.2550777,51.4478858],[7.2550777,51.4480831],[7.2549248,51.4480831],[7.2549248,51.4478858]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"BS97n","uid":"2386081","editor":"MapComplete 0.6.4d","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-06T16:55:38Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":3.01671699994085e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":102422572}},{"id":102398005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2200536,51.2157723],[3.2200536,51.2157723],[3.2200536,51.2157723],[3.2200536,51.2157723],[3.2200536,51.2157723]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8598664388","osm_id":8598664388,"reasons":[43],"version":2,"primary_tags":{"natural":"fossil"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.4c","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-06T10:21:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/osmbe/play/master/mapcomplete/urban_fossils/urban_fossils.json","imagery":"osm","language":"en","id":102398005}},{"id":102510085,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.3684558,47.6796484],[-122.368455,47.6796484],[-122.368455,47.6796484],[-122.3684558,47.6796484],[-122.3684558,47.6796484]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wim L","uid":"223681","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T23:27:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102510085}},{"id":102496039,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1436508,51.1713439],[4.1436508,51.1713439],[4.1436508,51.1713439],[4.1436508,51.1713439],[4.1436508,51.1713439]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T16:23:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102496039}},{"id":102493349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4484924,51.096333],[3.453696,51.096333],[3.453696,51.0965326],[3.4484924,51.0965326],[3.4484924,51.096333]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T15:24:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000103863856001017,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102493349}},{"id":102493261,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4350897,51.0797864],[3.4504916,51.0797864],[3.4504916,51.111325],[3.4350897,51.111325],[3.4350897,51.0797864]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T15:22:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.000485754363339964,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":102493261}},{"id":102492943,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4468089,51.090752],[3.4468089,51.090752],[3.4468089,51.090752],[3.4468089,51.090752],[3.4468089,51.090752]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T15:15:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102492943}},{"id":102488784,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9179748,53.6180798],[9.922269,53.6180798],[9.922269,53.619631],[9.9179748,53.619631],[9.9179748,53.6180798]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T14:00:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00000666116304000712,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102488784}},{"id":102485188,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7507582,51.0442895],[3.7507582,51.0442895],[3.7507582,51.0442895],[3.7507582,51.0442895],[3.7507582,51.0442895]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bvrslypp","uid":"6043705","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T13:02:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":102485188}},{"id":102482959,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8628745,51.1327033],[3.8628745,51.1327033],[3.8628745,51.1327033],[3.8628745,51.1327033],[3.8628745,51.1327033]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ttt1234","uid":"13021769","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T12:28:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"fritures","imagery":"osm","language":"nl","id":102482959}},{"id":102482612,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7505865,51.0442895],[3.7520885,51.0442895],[3.7520885,51.0450567],[3.7505865,51.0450567],[3.7505865,51.0442895]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ttt1234","uid":"13021769","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-07T12:23:13Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":31,"delete":0,"area":0.00000115233440000871,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"AGIV","language":"en","id":102482612}},{"id":102476144,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1440102,51.1724743],[4.1440102,51.1724743],[4.1440102,51.1724743],[4.1440102,51.1724743],[4.1440102,51.1724743]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T11:00:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102476144}},{"id":102474193,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.716965,51.0341386],[3.716965,51.0341386],[3.716965,51.0341386],[3.716965,51.0341386],[3.716965,51.0341386]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T10:37:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"AGIV10cm","language":"en","theme-creator":"Florian Edelmann","id":102474193}},{"id":102461994,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8239271,50.7374363],[5.8239271,50.7374363],[5.8239271,50.7374363],[5.8239271,50.7374363],[5.8239271,50.7374363]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T08:26:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102461994}},{"id":102459404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2362217,50.735992],[4.2362217,50.735992],[4.2362217,50.735992],[4.2362217,50.735992],[4.2362217,50.735992]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.6a","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-07T07:58:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102459404}},{"id":102589454,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4077894,51.9209483],[4.4077894,51.9209483],[4.4077894,51.9209483],[4.4077894,51.9209483],[4.4077894,51.9209483]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"boute002","uid":"2140799","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T20:43:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102589454}},{"id":102588517,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.9076323,53.6095981],[9.9077628,53.6095981],[9.9077628,53.6096079],[9.9076323,53.6096079],[9.9076323,53.6095981]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T20:17:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":1.27890000011825e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102588517}},{"id":102587984,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3960204,50.8241743],[4.4039619,50.8241743],[4.4039619,50.826972],[4.3960204,50.826972],[4.3960204,50.8241743]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Edlocks","uid":"7336654","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-08T20:01:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":9,"delete":0,"area":0.0000222179345499587,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102587984}},{"id":102577817,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7475748,51.0455389],[3.7475748,51.0455389],[3.7475748,51.0455389],[3.7475748,51.0455389],[3.7475748,51.0455389]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bvrslypp","uid":"6043705","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T16:12:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102577817}},{"id":102575704,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3521712,51.3059343],[3.3526459,51.3059343],[3.3526459,51.305961],[3.3521712,51.305961],[3.3521712,51.3059343]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T15:28:16Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":5,"delete":0,"area":1.26744900030859e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":102575704}},{"id":102574932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2671744,50.6997255],[4.2673087,50.6997255],[4.2673087,50.6997671],[4.2671744,50.6997671],[4.2671744,50.6997255]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T15:13:20Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":5.58688000040053e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102574932}},{"id":102567817,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1102168,51.0214354],[4.1102168,51.0214354],[4.1102168,51.0214354],[4.1102168,51.0214354],[4.1102168,51.0214354]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T13:20:07Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":102567817}},{"id":102567651,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2237611,51.3255875],[3.2385465,51.3255875],[3.2385465,51.3463588],[3.2237611,51.3463588],[3.2237611,51.3255875]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"way-551382276","osm_id":551382276,"reasons":[42],"version":5,"primary_tags":{"leisure":"bird_hide"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T13:17:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0.000307111979019999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":102567651}},{"id":102567179,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1102517,51.0212644],[4.110437,51.0212644],[4.110437,51.02165],[4.1102517,51.02165],[4.1102517,51.0212644]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sjokomoeske","uid":"10187049","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T13:08:41Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":4,"delete":0,"area":7.14516800002654e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102567179}},{"id":102558508,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7476733,51.0383769],[3.7502751,51.0383769],[3.7502751,51.0443537],[3.7476733,51.0443537],[3.7476733,51.0383769]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bvrslypp","uid":"6043705","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-08T11:15:26Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":0.000015550438239997,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102558508}},{"id":102558206,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7509003,51.0446436],[3.7525311,51.0446436],[3.7525311,51.0449185],[3.7509003,51.0449185],[3.7509003,51.0446436]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ttt1234","uid":"13021769","editor":"MapComplete 0.6.6","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-08T11:12:00Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":6,"delete":0,"area":4.48306920001406e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102558206}},{"id":102555125,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1127464,52.0807406],[5.115096,52.0807406],[5.115096,52.0820393],[5.1127464,52.0820393],[5.1127464,52.0807406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-08T10:36:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000305142551999958,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102555125}},{"id":102535749,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1086372,52.0791287],[5.1163786,52.0791287],[5.1163786,52.0844246],[5.1086372,52.0844246],[5.1086372,52.0791287]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.6.6b","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-08T07:31:37Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":12,"delete":0,"area":0.0000409976802599987,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102535749}},{"id":102530987,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8467021,50.9815837],[3.8971894,50.9815837],[3.8971894,51.0188731],[3.8467021,51.0188731],[3.8467021,50.9815837]]]},"properties":{"check_user":"Pieter Vander Vennet","reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.6.4b","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-08T06:47:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":13,"delete":0,"area":0.00188264112461994,"is_suspect":false,"harmful":false,"checked":true,"check_date":"2021-04-08T08:25:12.264507Z","host":"mapcomplete.braindeaddev.com","theme":"playgrounds","imagery":"osm","language":"nl","id":102530987}},{"id":102669411,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4071903,51.921117],[4.4074979,51.921117],[4.4074979,51.9212112],[4.4071903,51.9212112],[4.4071903,51.921117]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"boute002","uid":"2140799","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T20:29:49Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":2.89759199998603e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"nl","theme-creator":"Midgard","id":102669411}},{"id":102669097,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4074693,51.9210321],[4.4076902,51.9210321],[4.4076902,51.9211914],[4.4074693,51.9211914],[4.4074693,51.9210321]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"boute002","uid":"2140799","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T20:22:41Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":10,"delete":0,"area":3.51893700000598e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102669097}},{"id":102668943,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4081759,51.9212422],[4.4081759,51.9212422],[4.4081759,51.9212422],[4.4081759,51.9212422],[4.4081759,51.9212422]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"boute002","uid":"2140799","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T20:19:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102668943}},{"id":102667263,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4087415,51.8870399],[4.4886187,51.8870399],[4.4886187,51.9217769],[4.4087415,51.9217769],[4.4087415,51.8870399]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"boute002","uid":"2140799","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T19:41:12Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00277469429639999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102667263}},{"id":102666164,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.441575,-33.0500485],[-71.441575,-33.0500485],[-71.441575,-33.0500485],[-71.441575,-33.0500485],[-71.441575,-33.0500485]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cserpell","uid":"1714449","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T19:17:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":102666164}},{"id":102661524,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0046157,50.8964051],[6.0046157,50.8964051],[6.0046157,50.8964051],[6.0046157,50.8964051],[6.0046157,50.8964051]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whturner","uid":"3667103","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T17:38:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102661524}},{"id":102660494,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T17:18:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102660494}},{"id":102659150,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3345859,44.4947034],[11.3421502,44.4947034],[11.3421502,44.503221],[11.3345859,44.503221],[11.3345859,44.4947034]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-09T16:53:36Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":14,"delete":0,"area":0.0000644296816800379,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102659150}},{"id":102656676,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8337423,50.9843479],[4.8383409,50.9843479],[4.8383409,50.987755],[4.8337423,50.987755],[4.8337423,50.9843479]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"fietsersbond aarschot","uid":"13040125","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T16:08:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000156678900599872,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102656676}},{"id":102620070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2310185,50.883426],[3.2450882,50.883426],[3.2450882,50.8871335],[3.2310185,50.8871335],[3.2310185,50.883426]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T07:59:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":0.0000521634127499633,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"nl","id":102620070}},{"id":102597132,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9404717,10.3292374],[123.9404717,10.3292374],[123.9404717,10.3292374],[123.9404717,10.3292374],[123.9404717,10.3292374]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"n1kn0k","uid":"867701","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T02:32:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102597132}},{"id":102595572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.8919452,10.3094937],[123.9520267,10.3094937],[123.9520267,10.3668768],[123.8919452,10.3668768],[123.8919452,10.3094937]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"n1kn0k","uid":"867701","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-09T01:23:26Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":17,"delete":0,"area":0.0034476627226505,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":102595572}},{"id":102710972,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8323217,50.983323],[4.840809,50.983323],[4.840809,50.9913609],[4.8323217,50.9913609],[4.8323217,50.983323]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"fietsersbond aarschot","uid":"13040125","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-10T18:30:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":36,"delete":0,"area":0.0000682200686699867,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102710972}},{"id":102709715,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7229838,52.2222789],[4.7229892,52.2222789],[4.7229892,52.2222838],[4.7229838,52.2222838],[4.7229838,52.2222789]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"rjvdboon","uid":"614203","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":5,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-10T17:51:13Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":2.64600000024765e-11,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":102709715}},{"id":102703590,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8310294,50.9838903],[4.8419777,50.9838903],[4.8419777,50.9891339],[4.8310294,50.9891339],[4.8310294,50.9838903]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"fietsersbond aarschot","uid":"13040125","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-10T15:21:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":21,"delete":0,"area":0.0000574085058799997,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102703590}},{"id":102700597,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.343316,44.5103167],[11.3468786,44.5103167],[11.3468786,44.5112799],[11.343316,44.5112799],[11.343316,44.5103167]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-10T14:14:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.00000343149632000415,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102700597}},{"id":102759468,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2050638,51.2215244],[3.2280621,51.2215244],[3.2280621,51.2672936],[3.2050638,51.2672936],[3.2050638,51.2215244]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #HailHydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T23:12:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00105261379236004,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"HailHydrant","imagery":"HDM_HOT","language":"en","id":102759468}},{"id":102757073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2087731,51.1922869],[3.2093849,51.1922869],[3.2093849,51.1927907],[3.2087731,51.1927907],[3.2087731,51.1922869]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.8-rc1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-11T21:11:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":3.08224840002404e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":102757073}},{"id":102755841,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7229865,52.2222822],[4.7320819,52.2222822],[4.7320819,52.2267085],[4.7229865,52.2267085],[4.7229865,52.2222822]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"rjvdboon","uid":"614203","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-11T20:24:39Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000402589690199862,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":102755841}},{"id":102754248,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7286476,51.0500297],[3.7305554,51.0500297],[3.7305554,51.0515971],[3.7286476,51.0515971],[3.7286476,51.0500297]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bvrslypp","uid":"6043705","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T19:40:55Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":9,"delete":0,"area":0.00000299028571999828,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102754248}},{"id":102751407,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7035066,51.0539818],[3.7076418,51.0539818],[3.7076418,51.0577246],[3.7035066,51.0577246],[3.7035066,51.0539818]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bvrslypp","uid":"6043705","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T18:29:29Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000154772265599918,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"surveillance","imagery":"osm","language":"en","id":102751407}},{"id":102750676,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7323076,52.2236969],[4.735263,52.2236969],[4.735263,52.2269451],[4.7323076,52.2269451],[4.7323076,52.2236969]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T18:08:10Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":6,"delete":0,"area":0.0000095997302800027,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102750676}},{"id":102750134,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6043096,50.8529614],[3.6043096,50.8529614],[3.6043096,50.8529614],[3.6043096,50.8529614],[3.6043096,50.8529614]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T17:52:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102750134}},{"id":102740799,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.198081,51.201627],[3.198081,51.201627],[3.198081,51.201627],[3.198081,51.201627],[3.198081,51.201627]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T14:04:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":102740799}},{"id":102739472,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1973138,51.2008153],[3.1973138,51.2008153],[3.1973138,51.2008153],[3.1973138,51.2008153],[3.1973138,51.2008153]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8617584052","name":"Fietsbieb Brugge","osm_id":8617584052,"reasons":[43],"version":6,"primary_tags":{"amenity":"bicycle_library"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T13:33:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":102739472}},{"id":102737684,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1971344,51.2007707],[3.2188391,51.2007707],[3.2188391,51.2116685],[3.1971344,51.2116685],[3.1971344,51.2007707]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.6c","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-11T12:57:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":33,"delete":0,"area":0.000236533479660046,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"grb","imagery":"AGIVFlandersGRB","language":"nl","id":102737684}},{"id":102816405,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7322572,-33.4072292],[-70.7322572,-33.4072292],[-70.7322572,-33.4072292],[-70.7322572,-33.4072292],[-70.7322572,-33.4072292]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.8a","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-12T16:21:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102816405}},{"id":102813868,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7842133,52.2289741],[4.7845808,52.2289741],[4.7845808,52.2290513],[4.7842133,52.2290513],[4.7842133,52.2289741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"rjvdboon","uid":"614203","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-12T15:26:38Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":5,"delete":0,"area":2.83709999998727e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":102813868}},{"id":102806889,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6100038,51.9647292],[4.6100038,51.9647292],[4.6100038,51.9647292],[4.6100038,51.9647292],[4.6100038,51.9647292]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peter Elderson","uid":"7103674","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-12T13:15:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"en","theme-creator":"Peter Elderson","id":102806889}},{"id":102806691,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332],[11.3425459,44.5032332]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-12T13:12:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":102806691}},{"id":102801419,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7320819,52.2143386],[4.7425318,52.2143386],[4.7425318,52.2267085],[4.7320819,52.2267085],[4.7320819,52.2143386]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"rjvdboon","uid":"614203","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #wandelknooppunten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-12T11:52:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.000129264218010035,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"wandelknooppunten","imagery":"osm","language":"nl","theme-creator":"Peter Elderson","id":102801419}},{"id":102799932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3456652,50.8350219],[4.3456652,50.8350219],[4.3456652,50.8350219],[4.3456652,50.8350219],[4.3456652,50.8350219]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-12T11:31:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":102799932}},{"id":102799192,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0930476,50.9946599],[3.0974571,50.9946599],[3.0974571,50.9972208],[3.0930476,50.9972208],[3.0930476,50.9946599]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fauranië","uid":"12949754","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-12T11:21:27Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":5,"delete":0,"area":0.000011292288549996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102799192}},{"id":102783422,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.783392,50.9687057],[4.8051443,50.9687057],[4.8051443,50.980026],[4.783392,50.980026],[4.783392,50.9687057]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Kr_gr","uid":"13059466","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-12T07:58:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00024624256169003,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":102783422}},{"id":102883707,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.9145579,50.5179022],[5.9145579,50.5179022],[5.9145579,50.5179022],[5.9145579,50.5179022],[5.9145579,50.5179022]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-13T18:43:19Z","reviewed_features":[],"tag_changes":{},"create":1,"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","theme-creator":"Florian Edelmann","id":102883707}},{"id":102882576,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.9145799,50.5181073],[5.9145799,50.5181073],[5.9145799,50.5181073],[5.9145799,50.5181073],[5.9145799,50.5181073]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-13T18:11:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fritures","imagery":"osm","language":"nl","id":102882576}},{"id":102871643,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8694332,50.3725031],[5.8700394,50.3725031],[5.8700394,50.3729753],[5.8694332,50.3729753],[5.8694332,50.3725031]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-04-13T14:22:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.86247639998338e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":102871643}},{"id":102866363,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[17.4726391,49.0704289],[17.4726391,49.0704289],[17.4726391,49.0704289],[17.4726391,49.0704289],[17.4726391,49.0704289]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jakub Trojan","uid":"273212","editor":"MapComplete 0.6.8","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-13T12:32:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":102866363}},{"id":102842331,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2244466,-39.8271305],[-73.2244466,-39.8271305],[-73.2244466,-39.8271305],[-73.2244466,-39.8271305],[-73.2244466,-39.8271305]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.6.8a","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-13T05:41:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":102842331}},{"id":102837072,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.9426402,10.3281186],[123.9479842,10.3281186],[123.9479842,10.3305202],[123.9426402,10.3305202],[123.9426402,10.3281186]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.6.8a","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-04-13T03:06:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000128341503999887,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","id":102837072}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2021-8.json b/Docs/Tools/stats/stats.2021-8.json new file mode 100644 index 000000000..cbfd78c70 --- /dev/null +++ b/Docs/Tools/stats/stats.2021-8.json @@ -0,0 +1 @@ +{"features":[{"id":108990193,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.5279709,41.0917357],[-81.5187183,41.0917357],[-81.5187183,41.1283529],[-81.5279709,41.1283529],[-81.5279709,41.0917357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alzyee","uid":"1219882","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T23:29:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000338804304719887,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":108990193}},{"id":108983488,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3796182,50.8694293],[4.3796182,50.8694293],[4.3796182,50.8694293],[4.3796182,50.8694293],[4.3796182,50.8694293]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T18:11:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":108983488}},{"id":108978595,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.0331913,47.7212103],[13.1060189,47.7212103],[13.1060189,47.825783],[13.0331913,47.825783],[13.0331913,47.7212103]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brachyxanthia","uid":"10755639","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T15:35:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":27,"delete":0,"area":0.0076157787665199,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"de","theme-creator":"Christian Neumann ","id":108978595}},{"id":108972902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3879984,52.1348582],[5.3879984,52.1348582],[5.3879984,52.1348582],[5.3879984,52.1348582],[5.3879984,52.1348582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"PeeWee32","uid":"353766","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-01T12:48:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":108972902}},{"id":108970609,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4724542,51.1629091],[13.4724542,51.1629091],[13.4724542,51.1629091],[13.4724542,51.1629091],[13.4724542,51.1629091]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mondstern","uid":"7071866","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T11:35:11Z","reviewed_features":[],"tag_changes":{},"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":"benches","imagery":"osm","language":"de","theme-creator":"Florian Edelmann","id":108970609}},{"id":108970381,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.77924,52.8347819],[13.7965831,52.8347819],[13.7965831,52.8397448],[13.77924,52.8397448],[13.77924,52.8347819]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-01T11:28:33Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":5,"delete":0,"area":0.0000860720709899176,"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","id":108970381}},{"id":108969867,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6171613,48.6082865],[11.6173915,48.6082865],[11.6173915,48.6084025],[11.6171613,48.6084025],[11.6171613,48.6082865]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peda","uid":"13010","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T11:12:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":2.67031999997287e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":108969867}},{"id":108969694,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6289436,48.5965685],[11.6293746,48.5965685],[11.6293746,48.596843],[11.6289436,48.596843],[11.6289436,48.5965685]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Peda","uid":"13010","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T11:07:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.18309500001618e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"en","id":108969694}},{"id":108968481,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.4924607,38.3765763],[-0.4872552,38.3765763],[-0.4872552,38.3770075],[-0.4924607,38.3770075],[-0.4924607,38.3765763]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jemily1","uid":"11155676","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #crossingtime","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T10:25:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000224461159996975,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"crossingtime","imagery":"osm","language":"es","id":108968481}},{"id":108964821,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.6247168,43.8497082],[7.6247168,43.8497082],[7.6247168,43.8497082],[7.6247168,43.8497082],[7.6247168,43.8497082]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-01T08:09:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":108964821}},{"id":108962112,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7896411,-34.6507206],[-58.5269578,-34.6507206],[-58.5269578,-34.6389412],[-58.7896411,-34.6389412],[-58.7896411,-34.6507206]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-01T05:15:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00309425166402045,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":108962112}},{"id":108961087,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9495935,56.4636093],[84.9598027,56.4636093],[84.9598027,56.4746957],[84.9495935,56.4746957],[84.9495935,56.4636093]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexander_mart","uid":"458554","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-01T02:50:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0.000113183274879867,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":108961087}},{"id":109054243,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3900144,50.870384],[4.3900144,50.870384],[4.3900144,50.870384],[4.3900144,50.870384],[4.3900144,50.870384]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T23:08:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"UrbISOrtho2019","language":"en","theme-creator":"MapComplete","id":109054243}},{"id":109054185,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3963069,50.8748135],[4.3963069,50.8748135],[4.3963069,50.8748135],[4.3963069,50.8748135],[4.3963069,50.8748135]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T23:04:28Z","reviewed_features":[],"tag_changes":{},"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":"en","theme-creator":"MapComplete","id":109054185}},{"id":109053407,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.963832,59.7381015],[10.2018154,59.7381015],[10.2018154,59.7670814],[9.963832,59.7670814],[9.963832,59.7381015]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"FennecusZerda","uid":"665677","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T22:10:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.0068967351336607,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109053407}},{"id":109046140,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.1027225,49.6495494],[12.1027225,49.6495494],[12.1027225,49.6495494],[12.1027225,49.6495494],[12.1027225,49.6495494]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"maggot27","uid":"118021","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T17:51:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"de","theme-creator":"Florian Edelmann","id":109046140}},{"id":109044243,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.0042686,47.7764933],[13.0663469,47.7764933],[13.0663469,47.8452906],[13.0042686,47.8452906],[13.0042686,47.7764933]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brachyxanthia","uid":"10755639","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T16:58:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":31,"delete":0,"area":0.00427081942858997,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"en","id":109044243}},{"id":109037200,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0605868,14.5882173],[121.0605868,14.5882173],[121.0605868,14.5882173],[121.0605868,14.5882173],[121.0605868,14.5882173]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ronx Ronquillo","uid":"401767","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T14:13:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109037200}},{"id":109026047,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.2957055,52.7059387],[7.2957055,52.7059387],[7.2957055,52.7059387],[7.2957055,52.7059387],[7.2957055,52.7059387]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-02T11:12:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109026047}},{"id":109024703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[152.9884387,-27.2001138],[152.9884387,-27.2001138],[152.9884387,-27.2001138],[152.9884387,-27.2001138],[152.9884387,-27.2001138]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scottie0001","uid":"12732126","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T10:55:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109024703}},{"id":109018389,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5609273,52.9922524],[6.5708974,52.9922524],[6.5708974,53.0167037],[6.5609273,53.0167037],[6.5609273,52.9922524]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-02T09:33:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.000243781906130012,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109018389}},{"id":109016197,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.449049,45.39521],[4.9057233,45.39521],[4.9057233,45.5014396],[4.449049,45.5014396],[4.449049,45.39521]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"chris38","uid":"368199","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-02T09:05:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.0485123282192796,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"fr","theme-creator":"Christian Neumann ","id":109016197}},{"id":109116613,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4452003,-34.6199983],[-58.4452003,-34.6199983],[-58.4452003,-34.6199983],[-58.4452003,-34.6199983],[-58.4452003,-34.6199983]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T23:12:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109116613}},{"id":109116513,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.409932,-34.6087404],[-58.409932,-34.6087404],[-58.409932,-34.6087404],[-58.409932,-34.6087404],[-58.409932,-34.6087404]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T23:04:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"osm","language":"en","id":109116513}},{"id":109115418,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3158309,44.4888676],[11.3160465,44.4888676],[11.3160465,44.4889296],[11.3158309,44.4889296],[11.3158309,44.4888676]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T22:03:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":1.33671999999937e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109115418}},{"id":109110460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.230833,43.7779542],[11.2987561,43.7779542],[11.2987561,44.4912213],[11.230833,44.4912213],[11.230833,43.7779542]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T19:19:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0484473125600096,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109110460}},{"id":109109528,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2342151,41.4282286],[2.2381869,41.4282286],[2.2381869,41.4396739],[2.2342151,41.4396739],[2.2342151,41.4282286]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8812920905","osm_id":8812920905,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920906","osm_id":8812920906,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920904","osm_id":8812920904,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956585","osm_id":8812956585,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920916","osm_id":8812920916,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920907","osm_id":8812920907,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956541","osm_id":8812956541,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956540","osm_id":8812956540,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956542","osm_id":8812956542,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956531","osm_id":8812956531,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956543","osm_id":8812956543,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956537","osm_id":8812956537,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956529","osm_id":8812956529,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956544","osm_id":8812956544,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956524","osm_id":8812956524,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956530","osm_id":8812956530,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956526","osm_id":8812956526,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956522","osm_id":8812956522,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956528","osm_id":8812956528,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956539","osm_id":8812956539,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956538","osm_id":8812956538,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956532","osm_id":8812956532,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956525","osm_id":8812956525,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956520","osm_id":8812956520,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920895","osm_id":8812920895,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956523","osm_id":8812956523,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920897","osm_id":8812920897,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896327","osm_id":8812896327,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920898","osm_id":8812920898,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896325","osm_id":8812896325,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896326","osm_id":8812896326,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956545","osm_id":8812956545,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896329","osm_id":8812896329,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920860","osm_id":8812920860,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896342","osm_id":8812896342,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956519","osm_id":8812956519,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8864395419","osm_id":8864395419,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956549","osm_id":8812956549,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956550","osm_id":8812956550,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812920889","osm_id":8812920889,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896328","osm_id":8812896328,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956556","osm_id":8812956556,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956555","osm_id":8812956555,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956553","osm_id":8812956553,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956536","osm_id":8812956536,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896341","osm_id":8812896341,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956535","osm_id":8812956535,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896340","osm_id":8812896340,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896349","osm_id":8812896349,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896324","osm_id":8812896324,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896363","osm_id":8812896363,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956547","osm_id":8812956547,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896361","osm_id":8812896361,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896364","osm_id":8812896364,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896362","osm_id":8812896362,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956548","osm_id":8812956548,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896347","osm_id":8812896347,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896348","osm_id":8812896348,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896339","osm_id":8812896339,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812956552","osm_id":8812956552,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8978040251","osm_id":8978040251,"reasons":[43],"version":1,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896365","osm_id":8812896365,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896338","osm_id":8812896338,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896343","osm_id":8812896343,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:51:45Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":81,"delete":0,"area":0.0000454584425400212,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","imagery":"HDM_HOT","language":"ca","id":109109528}},{"id":109109424,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.483388,-34.6331262],[-58.4101674,-34.6331262],[-58.4101674,-34.6088482],[-58.483388,-34.6088482],[-58.483388,-34.6331262]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:48:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":17,"delete":0,"area":0.00177764972680016,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109109424}},{"id":109109420,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4886727,-34.6343825],[-58.4833537,-34.6343825],[-58.4833537,-34.6331641],[-58.4886727,-34.6331641],[-58.4886727,-34.6343825]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:48:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000648066959999511,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109109420}},{"id":109109418,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:47:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109109418}},{"id":109109376,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4969216,-34.635507],[-58.4886309,-34.635507],[-58.4886309,-34.6343825],[-58.4969216,-34.6343825],[-58.4969216,-34.635507]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:46:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.00000932289214997049,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109109376}},{"id":109109209,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8764212,51.0845439],[4.8772953,51.0845439],[4.8772953,51.0855661],[4.8764212,51.0855661],[4.8764212,51.0845439]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T18:40:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":8.93505020001016e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":109109209}},{"id":109096769,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4997713,-34.6359734],[-58.4142317,-34.6359734],[-58.4142317,-34.6086968],[-58.4997713,-34.6086968],[-58.4997713,-34.6359734]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T13:35:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":32,"delete":0,"area":0.00233322945335996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109096769}},{"id":109092220,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7085368,51.0746516],[3.7125362,51.0746516],[3.7125362,51.0766641],[3.7085368,51.0766641],[3.7085368,51.0746516]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Claudia De Pus","uid":"10236139","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T12:10:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00000804879249999742,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109092220}},{"id":109082473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6050256,51.3874125],[4.6051249,51.3874125],[4.6051249,51.3876929],[4.6050256,51.3876929],[4.6050256,51.3874125]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"OSM_paurafi","uid":"10180559","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-03T09:51:21Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":7,"delete":0,"area":2.78437199992939e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"trees","imagery":"AGIV","language":"nl","theme-creator":"Midgard","id":109082473}},{"id":109081577,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7087206,51.0746516],[3.7087206,51.0746516],[3.7087206,51.0746516],[3.7087206,51.0746516],[3.7087206,51.0746516]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Claudia De Pus","uid":"10236139","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T09:38:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109081577}},{"id":109081330,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5676183,51.3015585],[4.5694998,51.3015585],[4.5694998,51.302429],[4.5676183,51.302429],[4.5676183,51.3015585]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"OSM_paurafi","uid":"10180559","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-03T09:34:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000163784574999551,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"cycle_infra","imagery":"AGIV10cm","language":"nl","id":109081330}},{"id":109067333,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1603472,59.7438582],[10.1606824,59.7438582],[10.1606824,59.7439569],[10.1603472,59.7439569],[10.1603472,59.7438582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"FennecusZerda","uid":"665677","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-03T06:14:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.30842400008148e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109067333}},{"id":109056486,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.4089352,49.0141028],[31.04692,49.0141028],[31.04692,50.4364806],[30.4089352,50.4364806],[30.4089352,49.0141028]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"student_ua","uid":"12104017","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-03T02:23:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.907455416257442,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109056486}},{"id":109165544,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4054748,51.1833975],[4.4219099,51.1833975],[4.4219099,51.1982368],[4.4054748,51.1982368],[4.4054748,51.1833975]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T21:41:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.000243885379429972,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"en","id":109165544}},{"id":109163865,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T20:36:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109163865}},{"id":109162810,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2350458,43.6722582],[4.2350458,43.6722582],[4.2350458,43.6722582],[4.2350458,43.6722582],[4.2350458,43.6722582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T19:58:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109162810}},{"id":109160449,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8137511,45.342389],[5.8137511,45.342389],[5.8137511,45.342389],[5.8137511,45.342389],[5.8137511,45.342389]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T18:37:21Z","reviewed_features":[],"tag_changes":{},"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":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109160449}},{"id":109153910,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.548554,53.0014414],[6.548554,53.0014414],[6.548554,53.0014414],[6.548554,53.0014414],[6.548554,53.0014414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-04T15:49:01Z","reviewed_features":[],"tag_changes":{},"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":"osm","language":"nl","id":109153910}},{"id":109147562,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.661894,51.0729908],[2.6624599,51.0729908],[2.6624599,51.073038],[2.661894,51.073038],[2.661894,51.0729908]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-04T13:18:53Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":3,"delete":0,"area":2.67104799984962e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109147562}},{"id":109147248,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.5953227,53.9269634],[27.5965512,53.9269634],[27.5965512,53.9281258],[27.5953227,53.9281258],[27.5953227,53.9269634]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ivan Sveshnikov","uid":"7627423","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T13:10:29Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.00000142800839999779,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109147248}},{"id":109143500,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6340836,51.7419502],[14.6340836,51.7419502],[14.6340836,51.7419502],[14.6340836,51.7419502],[14.6340836,51.7419502]]]},"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":"2021-08-04T11:55:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"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","id":109143500}},{"id":109142066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.6822103,51.1160817],[2.6822103,51.1160817],[2.6822103,51.1160817],[2.6822103,51.1160817],[2.6822103,51.1160817]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-04T11:27:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109142066}},{"id":109141902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.6627119,51.1172865],[2.6628891,51.1172865],[2.6628891,51.1174361],[2.6627119,51.1174361],[2.6627119,51.1172865]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-04T11:23:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":2.65091200000523e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":109141902}},{"id":109136266,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8540178,50.4451494],[4.8540178,50.4451494],[4.8540178,50.4451494],[4.8540178,50.4451494],[4.8540178,50.4451494]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Michel Durighello","uid":"373549","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-04T09:45:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"fr","theme-creator":"MapComplete","id":109136266}},{"id":109135509,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2380858,41.4296721],[2.2382156,41.4296721],[2.2382156,41.4298224],[2.2380858,41.4298224],[2.2380858,41.4296721]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8812896366","osm_id":8812896366,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896367","osm_id":8812896367,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896370","osm_id":8812896370,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896369","osm_id":8812896369,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8812896368","osm_id":8812896368,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-04T09:31:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":1.95089400002228e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","imagery":"HDM_HOT","language":"ca","id":109135509}},{"id":109125644,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6296288,51.743342],[14.6296288,51.743342],[14.6296288,51.743342],[14.6296288,51.743342],[14.6296288,51.743342]]]},"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":"2021-08-04T06:11:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"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","id":109125644}},{"id":109224067,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4069524,51.1817194],[4.4137105,51.1817194],[4.4137105,51.1842781],[4.4069524,51.1842781],[4.4069524,51.1817194]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T22:15:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.0000172919504700104,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109224067}},{"id":109220346,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4044258,51.1858791],[4.4247034,51.1858791],[4.4247034,51.1908241],[4.4044258,51.1908241],[4.4044258,51.1858791]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T20:14:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":38,"delete":0,"area":0.000100272731999986,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109220346}},{"id":109217920,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T19:01:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109217920}},{"id":109217705,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:55:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109217705}},{"id":109217700,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:55:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109217700}},{"id":109216480,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:25:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216480}},{"id":109216410,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:22:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216410}},{"id":109216405,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:22:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216405}},{"id":109216402,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:22:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216402}},{"id":109216383,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:21:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216383}},{"id":109216372,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:21:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216372}},{"id":109216345,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:20:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216345}},{"id":109216339,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.8537764,45.2328598],[5.8761173,45.2328598],[5.8761173,45.2404864],[5.8537764,45.2404864],[5.8537764,45.2328598]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"raspbeguy","uid":"3398417","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T18:20:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.000170385107940038,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":109216339}},{"id":109216290,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:18:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216290}},{"id":109216277,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:18:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216277}},{"id":109216270,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:18:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216270}},{"id":109216263,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:17:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216263}},{"id":109216254,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:17:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109216254}},{"id":109216183,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T18:16:32Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109216183}},{"id":109209899,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T15:38:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109209899}},{"id":109209833,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T15:36:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109209833}},{"id":109204092,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0739747,51.1881988],[5.4235677,51.1881988],[5.4235677,51.215566],[5.0739747,51.215566],[5.0739747,51.1881988]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T13:24:09Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.00956738154960018,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109204092}},{"id":109200627,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4635305,-34.6270406],[-58.4137162,-34.6270406],[-58.4137162,-34.608505],[-58.4635305,-34.608505],[-58.4635305,-34.6270406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-05T12:18:25Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":12,"delete":0,"area":0.000923337939079886,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109200627}},{"id":109190875,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4076605,51.1878496],[4.4247034,51.1878496],[4.4247034,51.1974625],[4.4076605,51.1974625],[4.4076605,51.1878496]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":7,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T09:38:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":25,"delete":0,"area":0.000163831693410007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"en","id":109190875}},{"id":109182555,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895],[4.1546506,44.9050895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-05T07:13:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109182555}},{"id":109284325,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4159365,51.1858546],[4.4214756,51.1858546],[4.4214756,51.1961458],[4.4159365,51.1961458],[4.4159365,51.1858546]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-06T20:58:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":30,"delete":0,"area":0.0000570039859199864,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109284325}},{"id":109283794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.9486934,47.5418606],[18.9653099,47.5418606],[18.9653099,47.5584958],[18.9486934,47.5584958],[18.9486934,47.5418606]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"sugarbotond","uid":"10225780","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-06T20:44:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":0,"area":0.000276418800800076,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","theme-creator":"Erwin Olario","id":109283794}},{"id":109265918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.9757313,48.9797998],[1.9757313,48.9797998],[1.9757313,48.9797998],[1.9757313,48.9797998],[1.9757313,48.9797998]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jval78","uid":"13885678","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-06T14:20:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":109265918}},{"id":109260914,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0839556,50.8055852],[5.5796546,50.8055852],[5.5796546,51.3970264],[3.0839556,51.3970264],[3.0839556,50.8055852]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-06T12:40:44Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":15,"delete":0,"area":1.4760592113988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109260914}},{"id":109248444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3880595,51.1722301],[4.3940039,51.1722301],[4.3940039,51.1725352],[4.3880595,51.1725352],[4.3880595,51.1722301]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-06T09:33:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0000018136364399913,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109248444}},{"id":109245495,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.8927514,53.2878815],[7.8927514,53.2878815],[7.8927514,53.2878815],[7.8927514,53.2878815],[7.8927514,53.2878815]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-06T08:50:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"nl","id":109245495}},{"id":109241800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4004722,51.18871],[4.4057968,51.18871],[4.4057968,51.1904294],[4.4004722,51.1904294],[4.4004722,51.18871]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-06T07:43:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":0.00000915511723999393,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109241800}},{"id":109326660,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4238564,51.1821339],[4.4245757,51.1821339],[4.4245757,51.1831935],[4.4238564,51.1831935],[4.4238564,51.1821339]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-07T21:41:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":7.62170280003644e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":109326660}},{"id":109323074,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.4202396,51.2096933],[5.4202396,51.2096933],[5.4202396,51.2096933],[5.4202396,51.2096933],[5.4202396,51.2096933]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-07T19:20:32Z","reviewed_features":[],"tag_changes":{},"create":1,"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","theme-creator":"Florian Edelmann","id":109323074}},{"id":109322899,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.216397,51.2097473],[3.2180282,51.2097473],[3.2180282,51.2103584],[3.216397,51.2103584],[3.216397,51.2097473]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0-rc1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T19:14:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":9.96826320000582e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"cycle_infra","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109322899}},{"id":109322556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1536965,51.1020483],[3.1536965,51.1020483],[3.1536965,51.1020483],[3.1536965,51.1020483],[3.1536965,51.1020483]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0-rc1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T19:04:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"127.0.0.1:1234","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109322556}},{"id":109309764,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-07T12:59:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"AGIV","language":"en","theme-creator":"MapComplete","id":109309764}},{"id":109309188,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4870278,-34.6340685],[-58.4619639,-34.6340685],[-58.4619639,-34.6265829],[-58.4870278,-34.6265829],[-58.4870278,-34.6340685]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:42:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.00018761832983988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309188}},{"id":109309162,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:41:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309162}},{"id":109309156,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:41:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309156}},{"id":109309155,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:40:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309155}},{"id":109309152,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:40:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309152}},{"id":109309146,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:40:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309146}},{"id":109309143,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4924724,-34.634956],[-58.4870134,-34.634956],[-58.4870134,-34.6340685],[-58.4924724,-34.6340685],[-58.4924724,-34.634956]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:40:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000484486250002043,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109309143}},{"id":109308576,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:24:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308576}},{"id":109308541,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:23:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308541}},{"id":109308492,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:22:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308492}},{"id":109308479,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:22:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308479}},{"id":109308239,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:15:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308239}},{"id":109308234,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:15:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308234}},{"id":109308200,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:15:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308200}},{"id":109308101,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:12:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308101}},{"id":109308091,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:12:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109308091}},{"id":109308012,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:09:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109308012}},{"id":109307979,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T12:08:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109307979}},{"id":109307647,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7353322,-34.6647016],[-58.4136441,-34.6647016],[-58.4136441,-34.6087448],[-58.7353322,-34.6087448],[-58.7353322,-34.6647016]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T11:59:02Z","reviewed_features":[],"tag_changes":{},"create":14,"modify":6,"delete":0,"area":0.0180006366740815,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"en","id":109307647}},{"id":109294761,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T06:26:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109294761}},{"id":109294748,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T06:25:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109294748}},{"id":109294741,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-07T06:25:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109294741}},{"id":109364340,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.427251,51.184372],[4.427251,51.184372],[4.427251,51.184372],[4.427251,51.184372],[4.427251,51.184372]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"H4N5-antw","uid":"10846743","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T21:38:59Z","reviewed_features":[],"tag_changes":{},"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":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":109364340}},{"id":109360825,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.287091,50.8832415],[-0.2844632,50.8832415],[-0.2844632,50.8845235],[-0.287091,50.8845235],[-0.287091,50.8832415]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MarshMello___","uid":"13844594","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T19:49:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000336883960000871,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"en","theme-creator":"joost schouppe","id":109360825}},{"id":109360393,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:36:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"en","id":109360393}},{"id":109360380,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:36:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109360380}},{"id":109360378,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:35:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109360378}},{"id":109360358,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:35:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109360358}},{"id":109360353,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:35:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109360353}},{"id":109359928,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:22:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109359928}},{"id":109359902,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:22:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109359902}},{"id":109359900,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:22:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109359900}},{"id":109359899,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:22:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109359899}},{"id":109359895,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:22:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109359895}},{"id":109359809,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T19:19:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109359809}},{"id":109357280,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221],[4.152942,50.7576221]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T18:01:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109357280}},{"id":109354762,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.1384507,50.8423129],[-0.1384507,50.8423129],[-0.1384507,50.8423129],[-0.1384507,50.8423129],[-0.1384507,50.8423129]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jez Nicholson","uid":"7329","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T16:52:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109354762}},{"id":109351604,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexander_mart","uid":"458554","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T15:32:46Z","reviewed_features":[],"tag_changes":{},"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":"ru","theme-creator":"Florian Edelmann","id":109351604}},{"id":109348467,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9507832,56.4744741],[84.9507832,56.4744741],[84.9507832,56.4744741],[84.9507832,56.4744741],[84.9507832,56.4744741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexander_mart","uid":"458554","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T14:21:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":109348467}},{"id":109344961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4998852,-34.6358959],[-58.410684,-34.6358959],[-58.410684,-34.6086694],[-58.4998852,-34.6086694],[-58.4998852,-34.6358959]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T12:54:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":17,"delete":0,"area":0.00242863647180036,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109344961}},{"id":109343473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7345463,-34.6663164],[-58.5072532,-34.6663164],[-58.5072532,-34.6368956],[-58.7345463,-34.6368956],[-58.7345463,-34.6663164]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T12:16:25Z","reviewed_features":[],"tag_changes":{},"create":26,"modify":10,"delete":0,"area":0.00668714483647921,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"en","id":109343473}},{"id":109343368,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5867712,47.5701279],[7.5999967,47.5701279],[7.5999967,47.5721039],[7.5867712,47.5721039],[7.5867712,47.5701279]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"koilebeit","uid":"10355146","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T12:14:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000261335879999877,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"en","id":109343368}},{"id":109340605,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3379653,52.5069243],[13.3379653,52.5069243],[13.3379653,52.5069243],[13.3379653,52.5069243],[13.3379653,52.5069243]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-08T10:56:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109340605}},{"id":109334273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3482148,50.9353292],[5.3482148,50.9353292],[5.3482148,50.9353292],[5.3482148,50.9353292],[5.3482148,50.9353292]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T07:50:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"osm","language":"nl","id":109334273}},{"id":109331331,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.7545237,-33.4904837],[-70.7541838,-33.4904837],[-70.7541838,-33.4902922],[-70.7545237,-33.4902922],[-70.7545237,-33.4904837]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-08T05:13:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":6.50908499972019e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"trees","imagery":"Mapbox","language":"en","theme-creator":"Midgard","id":109331331}},{"id":109419770,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T16:50:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109419770}},{"id":109419762,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T16:50:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109419762}},{"id":109414938,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Aduchi","uid":"83740","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T15:05:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"en","theme-creator":"Florian Edelmann","id":109414938}},{"id":109413746,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2332017,50.7376383],[4.2332688,50.7376383],[4.2332688,50.737685],[4.2332017,50.737685],[4.2332017,50.7376383]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T14:43:15Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":8,"delete":0,"area":3.13356999990178e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"cyclofix","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":109413746}},{"id":109408644,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192],[84.9845127,56.4635192]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Aduchi","uid":"83740","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T13:01:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"ru","theme-creator":"Florian Edelmann","id":109408644}},{"id":109404059,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7930757,-34.6496325],[-58.793041,-34.6496325],[-58.793041,-34.6495504],[-58.7930757,-34.6495504],[-58.7930757,-34.6496325]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T11:55:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":2.8488700000477e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"en","id":109404059}},{"id":109402241,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.792592,-34.6498488],[-58.7921253,-34.6498488],[-58.7921253,-34.6497473],[-58.792592,-34.6497473],[-58.792592,-34.6498488]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T11:30:44Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":7,"delete":0,"area":4.73700499994706e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"en","id":109402241}},{"id":109399976,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4425507,52.5434797],[13.4425507,52.5434797],[13.4425507,52.5434797],[13.4425507,52.5434797],[13.4425507,52.5434797]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T11:01:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109399976}},{"id":109396091,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[153.0415517,-27.2316365],[153.0415517,-27.2316365],[153.0415517,-27.2316365],[153.0415517,-27.2316365],[153.0415517,-27.2316365]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"nevw","uid":"1293194","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T10:11:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109396091}},{"id":109393990,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Galilej25","uid":"13892877","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T09:45:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109393990}},{"id":109393464,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Galilej25","uid":"13892877","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T09:38:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109393464}},{"id":109385823,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414],[20.4569453,44.8209414]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Galilej25","uid":"13892877","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-09T07:52:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109385823}},{"id":109379519,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9955803,48.4988714],[8.9955803,48.4988714],[8.9955803,48.4988714],[8.9955803,48.4988714],[8.9955803,48.4988714]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-09T06:13:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109379519}},{"id":109483365,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.998016,48.501502],[8.998016,48.501502],[8.998016,48.501502],[8.998016,48.501502],[8.998016,48.501502]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T20:30:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109483365}},{"id":109480331,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0526434,51.1962641],[5.0526434,51.1962641],[5.0526434,51.1962641],[5.0526434,51.1962641],[5.0526434,51.1962641]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T19:02:58Z","reviewed_features":[],"tag_changes":{},"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","theme-creator":"Florian Edelmann","id":109480331}},{"id":109469599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.0808309,48.628725],[2.0872065,48.628725],[2.0872065,48.6429105],[2.0808309,48.6429105],[2.0808309,48.628725]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tykayn","uid":"2962129","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T14:44:22Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.0000904410737999792,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":109469599}},{"id":109468259,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077],[84.9651188,56.4974077]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Aduchi","uid":"83740","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T14:15:57Z","reviewed_features":[],"tag_changes":{},"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":"ru","theme-creator":"Florian Edelmann","id":109468259}},{"id":109464033,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.7458764,44.2187273],[6.7458764,44.2187273],[6.7458764,44.2187273],[6.7458764,44.2187273],[6.7458764,44.2187273]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-10T12:46:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109464033}},{"id":109456292,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7222653,50.8648226],[4.7274682,50.8648226],[4.7274682,50.8833394],[4.7222653,50.8833394],[4.7222653,50.8648226]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T10:41:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000963410587199943,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109456292}},{"id":109455777,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7250126,50.8831611],[4.7285046,50.8831611],[4.7285046,50.8844658],[4.7250126,50.8844658],[4.7250126,50.8831611]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T10:33:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000455601239999461,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109455777}},{"id":109455601,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7250126,50.8831611],[4.7285046,50.8831611],[4.7285046,50.8838977],[4.7250126,50.8838977],[4.7250126,50.8831611]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Fietsersbond Leuven","uid":"12338983","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T10:30:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000257220719998645,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109455601}},{"id":109453573,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7051627,51.0768653],[3.7122865,51.0768653],[3.7122865,51.0787158],[3.7051627,51.0787158],[3.7051627,51.0768653]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Claudia De Pus","uid":"10236139","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-10T09:58:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.000013182591899973,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"nl","id":109453573}},{"id":109451043,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3169403,50.8352832],[4.3169403,50.8352832],[4.3169403,50.8352832],[4.3169403,50.8352832],[4.3169403,50.8352832]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-10T09:17:10Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109451043}},{"id":109443038,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.1386368,38.8791015],[-77.0661293,38.8791015],[-77.0661293,38.9046259],[-77.1386368,38.9046259],[-77.1386368,38.8791015]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jfk52917","uid":"9559240","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T06:52:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00185071043300015,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109443038}},{"id":109442107,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3920904,50.9251811],[5.3925437,50.9251811],[5.3925437,50.926138],[5.3920904,50.926138],[5.3920904,50.9251811]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-10T06:35:16Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":14,"delete":0,"area":4.33762769999516e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"osm","language":"nl","id":109442107}},{"id":109534553,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2427119,41.4399491],[2.2437214,41.4399491],[2.2437214,41.4405423],[2.2427119,41.4405423],[2.2427119,41.4399491]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8807930756","osm_id":8807930756,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8999512100","osm_id":8999512100,"reasons":[43],"version":1,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807960765","osm_id":8807960765,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930755","osm_id":8807930755,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807960741","osm_id":8807960741,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8999500816","osm_id":8999500816,"reasons":[43],"version":1,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807960747","osm_id":8807960747,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807960751","osm_id":8807960751,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8999496408","osm_id":8999496408,"reasons":[43],"version":1,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807960752","osm_id":8807960752,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930737","osm_id":8807930737,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930735","osm_id":8807930735,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T19:39:47Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":12,"delete":0,"area":5.98835399997202e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","imagery":"HDM_HOT","language":"ca","id":109534553}},{"id":109534467,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T19:36:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","imagery":"HDM_HOT","language":"ca","id":109534467}},{"id":109533772,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2411075,41.4399347],[2.2429479,41.4399347],[2.2429479,41.4406443],[2.2411075,41.4406443],[2.2411075,41.4399347]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8807930776","osm_id":8807930776,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930773","osm_id":8807930773,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930788","osm_id":8807930788,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930784","osm_id":8807930784,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930779","osm_id":8807930779,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930772","osm_id":8807930772,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930767","osm_id":8807930767,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8811431712","osm_id":8811431712,"reasons":[43],"version":3,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930766","osm_id":8807930766,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930749","osm_id":8807930749,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930771","osm_id":8807930771,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930787","osm_id":8807930787,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930759","osm_id":8807930759,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930743","osm_id":8807930743,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930754","osm_id":8807930754,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}},{"url":"node-8807930747","osm_id":8807930747,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"Jose Luis Infante","uid":"126203","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T19:14:16Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":23,"delete":0,"area":0.00000130594784000067,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://llefia.org/arbres/mapcomplete1.json","imagery":"HDM_HOT","language":"ca","id":109533772}},{"id":109532162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Andrew Orr","uid":"13915763","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T18:30:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":109532162}},{"id":109524702,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T15:36:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109524702}},{"id":109524517,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T15:31:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109524517}},{"id":109524498,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T15:31:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109524498}},{"id":109524475,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T15:30:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109524475}},{"id":109517519,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T12:51:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109517519}},{"id":109510058,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T10:42:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109510058}},{"id":109505004,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4057129,52.496731],[13.4063746,52.496731],[13.4063746,52.4972799],[13.4057129,52.4972799],[13.4057129,52.496731]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Huglu96","uid":"722577","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-11T09:12:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.6320713000369e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"fr","id":109505004}},{"id":109499010,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.235782,50.7350492],[4.235782,50.7350492],[4.235782,50.7350492],[4.235782,50.7350492],[4.235782,50.7350492]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-11T07:14:13Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109499010}},{"id":109587520,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8543204,52.1685311],[12.8543204,52.1685311],[12.8543204,52.1685311],[12.8543204,52.1685311],[12.8543204,52.1685311]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T17:51:35Z","reviewed_features":[],"tag_changes":{},"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","id":109587520}},{"id":109586305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2974781,49.5207528],[6.2974781,49.5207528],[6.2974781,49.5207528],[6.2974781,49.5207528],[6.2974781,49.5207528]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ClarissaWAM","uid":"13745921","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T17:17:45Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109586305}},{"id":109576148,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708],[-97.1550427,49.7674708]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Andrew Orr","uid":"13915763","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T13:44:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109576148}},{"id":109574626,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1750542,50.8107011],[3.1750542,50.8107011],[3.1750542,50.8107011],[3.1750542,50.8107011],[3.1750542,50.8107011]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-12T13:12:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"boomgaarden","imagery":"osm","language":"nl","id":109574626}},{"id":109573845,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T12:56:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109573845}},{"id":109573780,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T12:55:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109573780}},{"id":109573653,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T12:53:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109573653}},{"id":109573146,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4957546,-34.6352868],[-58.4078679,-34.6352868],[-58.4078679,-34.6083131],[-58.4957546,-34.6083131],[-58.4957546,-34.6352868]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-12T12:43:20Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":15,"delete":0,"area":0.00237062947979052,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"EsriWorldImageryClarity","language":"en","id":109573146}},{"id":109570905,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7248689,-34.6668018],[-58.4243944,-34.6668018],[-58.4243944,-34.611151],[-58.7248689,-34.611151],[-58.7248689,-34.6668018]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-12T12:02:16Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":0,"delete":0,"area":0.0167216463046007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"en","id":109570905}},{"id":109565139,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5020497,53.055716],[8.5020497,53.055716],[8.5020497,53.055716],[8.5020497,53.055716],[8.5020497,53.055716]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-12T10:32:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109565139}},{"id":109555175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3741941,52.6357059],[13.3741941,52.6357059],[13.3741941,52.6357059],[13.3741941,52.6357059],[13.3741941,52.6357059]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T07:49:40Z","reviewed_features":[],"tag_changes":{},"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","id":109555175}},{"id":109552872,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3923023,50.9260044],[5.3929219,50.9260044],[5.3929219,50.9262682],[5.3923023,50.9262682],[5.3923023,50.9260044]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-12T07:07:43Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":12,"delete":0,"area":1.63450480003879e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"osm","language":"nl","id":109552872}},{"id":109650693,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:05:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650693}},{"id":109650689,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:05:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650689}},{"id":109650687,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:04:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650687}},{"id":109650677,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:04:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650677}},{"id":109650672,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:03:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650672}},{"id":109650661,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:03:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650661}},{"id":109650656,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:03:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650656}},{"id":109650653,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:03:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650653}},{"id":109650646,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:02:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650646}},{"id":109650642,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:02:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650642}},{"id":109650598,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T22:00:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650598}},{"id":109650503,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:55:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650503}},{"id":109650498,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:55:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650498}},{"id":109650466,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:53:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650466}},{"id":109650463,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:53:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650463}},{"id":109650442,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650442}},{"id":109650438,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650438}},{"id":109650436,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650436}},{"id":109650429,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650429}},{"id":109650420,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650420}},{"id":109650408,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:52:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650408}},{"id":109650398,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:51:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650398}},{"id":109650378,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:50:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650378}},{"id":109650366,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:49:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650366}},{"id":109650362,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:49:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650362}},{"id":109650332,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:49:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650332}},{"id":109650330,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:48:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650330}},{"id":109650328,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:48:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650328}},{"id":109650327,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:48:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650327}},{"id":109650322,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:48:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650322}},{"id":109650312,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:48:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650312}},{"id":109650307,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:47:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650307}},{"id":109650259,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:45:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650259}},{"id":109650220,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:44:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650220}},{"id":109650206,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:44:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650206}},{"id":109650185,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:43:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650185}},{"id":109650121,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:41:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650121}},{"id":109650070,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:39:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650070}},{"id":109650018,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:38:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109650018}},{"id":109649989,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:37:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649989}},{"id":109649987,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:37:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649987}},{"id":109649955,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:35:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649955}},{"id":109649950,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:35:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649950}},{"id":109649943,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:35:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649943}},{"id":109649913,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:33:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649913}},{"id":109649864,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:32:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649864}},{"id":109649678,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:26:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649678}},{"id":109649675,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T21:26:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109649675}},{"id":109647929,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T20:19:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109647929}},{"id":109647846,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T20:16:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109647846}},{"id":109647022,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.5365349,52.291653],[13.5365349,52.291653],[13.5365349,52.291653],[13.5365349,52.291653],[13.5365349,52.291653]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"bigblock14er","uid":"10081017","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T19:53:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"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","id":109647022}},{"id":109644803,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T18:44:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109644803}},{"id":109643459,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T18:06:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109643459}},{"id":109642972,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:55:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109642972}},{"id":109642934,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:54:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109642934}},{"id":109642780,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:51:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109642780}},{"id":109642775,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:51:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109642775}},{"id":109641788,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:24:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641788}},{"id":109641773,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:24:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641773}},{"id":109641733,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:23:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641733}},{"id":109641628,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:20:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641628}},{"id":109641622,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:20:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641622}},{"id":109641467,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:17:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641467}},{"id":109641186,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:11:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641186}},{"id":109641165,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:10:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641165}},{"id":109641155,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:10:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641155}},{"id":109641149,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:10:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641149}},{"id":109641143,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:10:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"fr.ign.bdortho","language":"en","theme-creator":"Christian Neumann ","id":109641143}},{"id":109641075,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:08:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641075}},{"id":109641006,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:06:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641006}},{"id":109641001,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:06:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109641001}},{"id":109640914,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:04:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640914}},{"id":109640902,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:04:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640902}},{"id":109640850,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:03:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640850}},{"id":109640840,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:03:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640840}},{"id":109640833,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:03:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640833}},{"id":109640820,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:02:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640820}},{"id":109640809,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:02:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640809}},{"id":109640791,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:01:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640791}},{"id":109640782,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:01:33Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640782}},{"id":109640763,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:01:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640763}},{"id":109640754,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:00:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640754}},{"id":109640727,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T17:00:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640727}},{"id":109640573,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T16:56:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640573}},{"id":109640493,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T16:54:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109640493}},{"id":109640119,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-13T16:45:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"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","id":109640119}},{"id":109638329,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:59:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.PositronNoLabels","language":"en","theme-creator":"MapComplete","id":109638329}},{"id":109638304,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:59:09Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109638304}},{"id":109638294,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:58:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109638294}},{"id":109638293,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:58:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109638293}},{"id":109638246,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:58:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109638246}},{"id":109638152,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:55:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osmfr-occitan","language":"en","theme-creator":"Christian Neumann ","id":109638152}},{"id":109638149,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:55:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osmfr-occitan","language":"en","theme-creator":"Christian Neumann ","id":109638149}},{"id":109638148,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:55:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osmfr-occitan","language":"en","theme-creator":"Christian Neumann ","id":109638148}},{"id":109638019,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T15:51:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109638019}},{"id":109634600,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745],[12.8553236,52.1696745]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-13T14:36:17Z","reviewed_features":[],"tag_changes":{},"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","id":109634600}},{"id":109631449,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T13:21:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109631449}},{"id":109624444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7251042,51.0269592],[13.7251042,51.0269592],[13.7251042,51.0269592],[13.7251042,51.0269592],[13.7251042,51.0269592]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"brust84","uid":"1225756","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T11:20:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":109624444}},{"id":109621983,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3305722,50.9304482],[5.3305722,50.9304482],[5.3305722,50.9304482],[5.3305722,50.9304482],[5.3305722,50.9304482]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"smedo","uid":"9002106","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-13T10:43:27Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109621983}},{"id":109617139,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T09:23:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109617139}},{"id":109616631,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7766141,-34.6571277],[-58.6583099,-34.6571277],[-58.6583099,-34.6541933],[-58.7766141,-34.6541933],[-58.7766141,-34.6571277]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-13T09:14:55Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.000347151844479278,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"en","id":109616631}},{"id":109602112,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3782117,52.643748],[13.3782117,52.643748],[13.3782117,52.643748],[13.3782117,52.643748],[13.3782117,52.643748]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-13T04:27:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":109602112}},{"id":109600592,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.248082,39.9636998],[-74.2019104,39.9636998],[-74.2019104,39.9767006],[-74.248082,39.9767006],[-74.248082,39.9636998]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"CulingMan13","uid":"6641970","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-13T03:35:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":21,"delete":0,"area":0.000600267737279937,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109600592}},{"id":109684988,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3860505,52.1656603],[13.3860505,52.1656603],[13.3860505,52.1656603],[13.3860505,52.1656603],[13.3860505,52.1656603]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Semako","uid":"4240243","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T23:21:25Z","reviewed_features":[],"tag_changes":{},"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","id":109684988}},{"id":109684544,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.6901746,26.5394022],[-78.6894382,26.5394022],[-78.6894382,26.5404519],[-78.6901746,26.5404519],[-78.6901746,26.5394022]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"InsertUser","uid":"89098","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T22:39:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":7.72999080008017e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"sport_pitches","imagery":"osm","language":"en","id":109684544}},{"id":109682330,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.397347,52.181098],[13.4307083,52.181098],[13.4307083,52.1960765],[13.397347,52.1960765],[13.397347,52.181098]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Feuerwehr Mellensee","uid":"13932183","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T20:33:28Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":0,"delete":0,"area":0.000499702232049922,"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","id":109682330}},{"id":109681987,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.5026871,5.0664182],[-75.5026871,5.0664182],[-75.5026871,5.0664182],[-75.5026871,5.0664182],[-75.5026871,5.0664182]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"afgb1977","uid":"10218404","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T20:18:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","theme-creator":"Erwin Olario","id":109681987}},{"id":109681368,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9853966,51.1618036],[4.9862239,51.1618036],[4.9862239,51.1618907],[4.9853966,51.1618907],[4.9853966,51.1618036]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T19:51:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":7.20578300014826e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete, joost schouppe","id":109681368}},{"id":109681253,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9191038,51.0874666],[4.9424966,51.0874666],[4.9424966,51.0934869],[4.9191038,51.0934869],[4.9191038,51.0874666]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T19:46:56Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.000140831673840069,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":109681253}},{"id":109681051,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.5630858,38.5227377],[-3.5630858,38.5227377],[-3.5630858,38.5227377],[-3.5630858,38.5227377],[-3.5630858,38.5227377]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusOrux","uid":"13624541","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T19:35:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain-TMS","language":"en","theme-creator":"MapComplete","id":109681051}},{"id":109680715,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4143206,50.9979201],[4.4143206,50.9979201],[4.4143206,50.9979201],[4.4143206,50.9979201],[4.4143206,50.9979201]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T19:17:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"boomgaarden","imagery":"osm","language":"nl","id":109680715}},{"id":109679404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.0363926,39.8640242],[-4.0363926,39.8640242],[-4.0363926,39.8640242],[-4.0363926,39.8640242],[-4.0363926,39.8640242]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"afgb1977","uid":"10218404","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T18:22:25Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"Mapbox","language":"en","theme-creator":"MapComplete","id":109679404}},{"id":109672940,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2288932,52.7606098],[13.2288932,52.7606098],[13.2288932,52.7606098],[13.2288932,52.7606098],[13.2288932,52.7606098]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T14:41:55Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":109672940}},{"id":109670676,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.501007,52.0465533],[13.501007,52.0465533],[13.501007,52.0465533],[13.501007,52.0465533],[13.501007,52.0465533]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"DasDaniel419","uid":"13924905","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T13:36:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":109670676}},{"id":109670624,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0998557,50.5541406],[5.0998557,50.5541406],[5.0998557,50.5541406],[5.0998557,50.5541406],[5.0998557,50.5541406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T13:35:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":109670624}},{"id":109668785,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2396879,52.777924],[13.2483959,52.777924],[13.2483959,52.7858193],[13.2396879,52.7858193],[13.2396879,52.777924]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Michael 3","uid":"13922389","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-14T12:35:07Z","reviewed_features":[],"tag_changes":{},"create":27,"modify":21,"delete":0,"area":0.0000687522724000141,"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","id":109668785}},{"id":109666645,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4120858,52.1844628],[13.4241718,52.1844628],[13.4241718,52.1937978],[13.4120858,52.1937978],[13.4120858,52.1844628]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Feuerwehr Mellensee","uid":"13932183","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T11:27:44Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":2,"delete":0,"area":0.000112822810000002,"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","id":109666645}},{"id":109666479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.5029216,52.0431825],[13.5088977,52.0431825],[13.5088977,52.0504166],[13.5029216,52.0504166],[13.5029216,52.0431825]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"DasDaniel419","uid":"13924905","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T11:23:27Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":5,"delete":0,"area":0.0000432317050099869,"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","id":109666479}},{"id":109656492,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9917211,48.4983152],[9.0043866,48.4983152],[9.0043866,48.5006717],[8.9917211,48.5006717],[8.9917211,48.4983152]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-14T06:08:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000298462507499718,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109656492}},{"id":109715393,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.4758828,51.4308656],[-2.4758828,51.4308656],[-2.4758828,51.4308656],[-2.4758828,51.4308656],[-2.4758828,51.4308656]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"spelledwrongdotuk","uid":"12198029","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-15T20:44:07Z","reviewed_features":[],"tag_changes":{},"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":"cycle_infra","imagery":"Mapbox","language":"en","theme-creator":"MapComplete","id":109715393}},{"id":109715034,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2356076,-39.8240754],[-73.2356076,-39.8240754],[-73.2356076,-39.8240754],[-73.2356076,-39.8240754],[-73.2356076,-39.8240754]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-15T20:27:52Z","reviewed_features":[],"tag_changes":{},"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":"Mapbox","language":"en","theme-creator":"Midgard","id":109715034}},{"id":109714688,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2205661,-39.8448739],[-73.2205157,-39.8448739],[-73.2205157,-39.8448488],[-73.2205661,-39.8448488],[-73.2205661,-39.8448739]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-15T20:12:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.26503999990302e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"trees","imagery":"CyclOSM","language":"en","theme-creator":"Midgard","id":109714688}},{"id":109713660,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2378767,-39.8236297],[-73.2378767,-39.8236297],[-73.2378767,-39.8236297],[-73.2378767,-39.8236297],[-73.2378767,-39.8236297]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Felipe Villarroel","uid":"7449001","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T19:32:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"Mapbox","language":"en","theme-creator":"Midgard","id":109713660}},{"id":109708815,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2348293,52.7751278],[13.2348293,52.7751278],[13.2348293,52.7751278],[13.2348293,52.7751278],[13.2348293,52.7751278]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Michael 3","uid":"13922389","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T17:02:35Z","reviewed_features":[],"tag_changes":{},"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","id":109708815}},{"id":109707687,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2657906,50.7518968],[4.2659944,50.7518968],[4.2659944,50.751907],[4.2657906,50.751907],[4.2657906,50.7518968]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T16:33:23Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":6,"delete":0,"area":2.0787600011275e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":109707687}},{"id":109705960,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4209442,51.1680601],[4.831597,51.1680601],[4.831597,51.2298512],[4.4209442,51.2298512],[4.4209442,51.1680601]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #fietsstraten","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-15T15:45:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.0253746882300803,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"fietsstraten","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109705960}},{"id":109698024,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.9363832,37.2787774],[-6.9301135,37.2787774],[-6.9301135,37.2799024],[-6.9363832,37.2799024],[-6.9363832,37.2787774]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ielham","uid":"462218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #1roadAlllanes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-15T11:45:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000705341249996666,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"1roadAlllanes","imagery":"osm","language":"es","id":109698024}},{"id":109695915,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.795037,45.8565394],[8.795037,45.8565394],[8.795037,45.8565394],[8.795037,45.8565394],[8.795037,45.8565394]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bibu04","uid":"13936872","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T10:38:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109695915}},{"id":109692502,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.5009688,52.0465638],[13.5009688,52.0465638],[13.5009688,52.0465638],[13.5009688,52.0465638],[13.5009688,52.0465638]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"DasDaniel419","uid":"13924905","editor":"iD 2.20.0","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Bing aerial imagery","date":"2021-08-15T08:37:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"de","hashtags":"#MapComplete;#waldbrand","changesets_count":9,"id":109692502}},{"id":109692421,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.493002,52.0464614],[13.4976362,52.0464614],[13.4976362,52.0470949],[13.493002,52.0470949],[13.493002,52.0464614]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"DasDaniel419","uid":"13924905","editor":"iD 2.20.0","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Bing aerial imagery","date":"2021-08-15T08:35:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.00000293576569999665,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"de","hashtags":"#MapComplete;#waldbrand","changesets_count":8,"id":109692421}},{"id":109691592,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4916025,52.0465638],[13.5069758,52.0465638],[13.5069758,52.0814087],[13.4916025,52.0814087],[13.4916025,52.0465638]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9007648358","osm_id":9007648358,"reasons":[43],"version":4,"primary_tags":{"emergency":"Löschwasserbehälter"}}],"user":"DasDaniel419","uid":"13924905","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T08:06:01Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":3,"delete":0,"area":0.000535681101169885,"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","id":109691592}},{"id":109689884,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.356503,50.8256352],[3.3776253,50.8256352],[3.3776253,50.8420027],[3.356503,50.8420027],[3.356503,50.8256352]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dieter Dewitte","uid":"10825393","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #boomgaarden","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-15T07:01:01Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":27,"delete":0,"area":0.000345719245250026,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"boomgaarden","imagery":"osm","language":"nl","id":109689884}},{"id":109775936,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3724459,50.8688436],[4.3724459,50.8688436],[4.3724459,50.8688436],[4.3724459,50.8688436],[4.3724459,50.8688436]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T22:54:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"UrbISOrtho2020","language":"en","theme-creator":"Florian Edelmann","id":109775936}},{"id":109775800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3724942,50.8687861],[4.3780387,50.8687861],[4.3780387,50.8876158],[4.3724942,50.8876158],[4.3724942,50.8687861]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T22:48:12Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0.000104401271649989,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109775800}},{"id":109775676,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3783551,50.8881464],[4.3786598,50.8881464],[4.3786598,50.8884307],[4.3783551,50.8884307],[4.3783551,50.8881464]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T22:44:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":8.66262100012695e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":109775676}},{"id":109769322,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1164035,52.0920784],[5.1164035,52.0920784],[5.1164035,52.0920784],[5.1164035,52.0920784],[5.1164035,52.0920784]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T19:32:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109769322}},{"id":109762842,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2130498,51.195938],[3.2160907,51.195938],[3.2160907,51.2047361],[3.2130498,51.2047361],[3.2130498,51.195938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T16:59:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000267541422900018,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":109762842}},{"id":109760777,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3974308,51.0411647],[3.3974308,51.0411647],[3.3974308,51.0411647],[3.3974308,51.0411647],[3.3974308,51.0411647]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T16:16:56Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109760777}},{"id":109748535,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0365363,51.0975191],[4.499322,51.0975191],[4.499322,51.2111801],[4.0365363,51.2111801],[4.0365363,51.0975191]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Nuytinck","uid":"3719237","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T12:07:02Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.0526006854477003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109748535}},{"id":109741000,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2307161,50.7329081],[4.2416846,50.7329081],[4.2416846,50.7423602],[4.2307161,50.7423602],[4.2307161,50.7329081]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T10:10:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":11,"delete":0,"area":0.000103675358849966,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"shops","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109741000}},{"id":109737824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3584945,49.1064946],[11.449205,49.1064946],[11.449205,49.3068008],[11.3584945,49.3068008],[11.3584945,49.1064946]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"sonjagerhard","uid":"6332059","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T09:15:13Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":16,"delete":0,"area":0.0181698755550997,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":109737824}},{"id":109733552,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T07:56:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109733552}},{"id":109733548,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T07:56:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109733548}},{"id":109732661,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-16T07:40:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109732661}},{"id":109731040,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7248091,51.0463223],[3.7248091,51.0463223],[3.7248091,51.0463223],[3.7248091,51.0463223],[3.7248091,51.0463223]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ruben Van de Velde","uid":"2676725","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-16T07:12:37Z","reviewed_features":[],"tag_changes":{},"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":"hailhydrant","imagery":"HDM_HOT","language":"en","theme-creator":"Erwin Olario","id":109731040}},{"id":109828109,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5124964,51.1358371],[3.5124964,51.1358371],[3.5124964,51.1358371],[3.5124964,51.1358371],[3.5124964,51.1358371]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #artworks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T18:22:11Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artworks","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109828109}},{"id":109827431,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2344698,52.3196097],[13.2344698,52.3196097],[13.2344698,52.3196097],[13.2344698,52.3196097],[13.2344698,52.3196097]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Christopher","uid":"2956","editor":"MapComplete 0.9.0-rc0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T18:07:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/project/cycle-infra/","theme":"cycle_infra","imagery":"CartoDB.Voyager","language":"en","id":109827431}},{"id":109826364,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:42:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109826364}},{"id":109826359,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:42:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109826359}},{"id":109825145,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:12:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109825145}},{"id":109825101,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:11:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109825101}},{"id":109824989,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:08:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824989}},{"id":109824953,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T17:08:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824953}},{"id":109824387,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T16:54:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824387}},{"id":109824377,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T16:54:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824377}},{"id":109824371,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T16:54:37Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824371}},{"id":109824152,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T16:50:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824152}},{"id":109824142,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T16:49:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109824142}},{"id":109823871,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T16:44:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109823871}},{"id":109818176,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.2839305,39.8491353],[-1.2839305,39.8491353],[-1.2839305,39.8491353],[-1.2839305,39.8491353],[-1.2839305,39.8491353]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T14:54:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain-TMS","language":"en","theme-creator":"MapComplete","id":109818176}},{"id":109815717,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T14:10:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109815717}},{"id":109815692,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T14:09:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109815692}},{"id":109815615,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T14:08:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109815615}},{"id":109811703,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.7898196,53.1297759],[11.7898196,53.1297759],[11.7898196,53.1297759],[11.7898196,53.1297759],[11.7898196,53.1297759]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"st_OWF A_Giese","uid":"13944110","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T12:49:54Z","reviewed_features":[],"tag_changes":{},"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","id":109811703}},{"id":109805079,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:04:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"fr.orthohr.2018","language":"en","theme-creator":"MapComplete","id":109805079}},{"id":109805063,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:04:47Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"fr.orthohr.2018","language":"en","theme-creator":"MapComplete","id":109805063}},{"id":109804844,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:01:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804844}},{"id":109804832,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:01:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804832}},{"id":109804827,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:01:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804827}},{"id":109804745,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:00:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804745}},{"id":109804740,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T11:00:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804740}},{"id":109804731,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T10:59:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osmfr","language":"en","theme-creator":"MapComplete","id":109804731}},{"id":109802343,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1955207,50.9398049],[4.2260134,50.9398049],[4.2260134,50.9401294],[4.1955207,50.9401294],[4.1955207,50.9398049]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T10:27:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0.00000989488114993412,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"nl","theme-creator":"Florian Edelmann","id":109802343}},{"id":109801908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.7519278,53.1113867],[11.7952109,53.1113867],[11.7952109,53.1336513],[11.7519278,53.1336513],[11.7519278,53.1113867]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"st_OWF A_Giese","uid":"13944110","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T10:21:32Z","reviewed_features":[],"tag_changes":{},"create":18,"modify":12,"delete":0,"area":0.000963680908259989,"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","id":109801908}},{"id":109794441,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1856617,50.9228428],[4.1856617,50.9228428],[4.1856617,50.9228428],[4.1856617,50.9228428],[4.1856617,50.9228428]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-17T08:22:28Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"nl","theme-creator":"Florian Edelmann","id":109794441}},{"id":109792924,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T07:52:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109792924}},{"id":109789795,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:55:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789795}},{"id":109789688,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:53:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789688}},{"id":109789673,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:53:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789673}},{"id":109789667,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:53:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789667}},{"id":109789627,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789627}},{"id":109789622,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789622}},{"id":109789619,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789619}},{"id":109789615,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789615}},{"id":109789608,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789608}},{"id":109789596,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789596}},{"id":109789581,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:52:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789581}},{"id":109789571,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:51:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789571}},{"id":109789535,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:51:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789535}},{"id":109789471,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:50:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789471}},{"id":109789291,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:47:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789291}},{"id":109789290,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:47:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789290}},{"id":109789281,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789281}},{"id":109789262,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789262}},{"id":109789257,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789257}},{"id":109789252,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789252}},{"id":109789246,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789246}},{"id":109789241,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:46:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789241}},{"id":109789235,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:45:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789235}},{"id":109789220,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:45:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789220}},{"id":109789213,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:45:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789213}},{"id":109789199,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:45:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789199}},{"id":109789089,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:43:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109789089}},{"id":109788897,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:39:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788897}},{"id":109788836,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:38:50Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788836}},{"id":109788792,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:37:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788792}},{"id":109788625,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:34:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788625}},{"id":109788616,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:33:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788616}},{"id":109788610,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:33:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788610}},{"id":109788587,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:33:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788587}},{"id":109788559,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:32:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788559}},{"id":109788554,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:32:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788554}},{"id":109788546,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:32:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788546}},{"id":109788543,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:32:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788543}},{"id":109788533,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:32:15Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788533}},{"id":109788515,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:31:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788515}},{"id":109788502,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-17T06:31:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109788502}},{"id":109886410,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-18T16:41:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109886410}},{"id":109886276,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-18T16:39:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"en","theme-creator":"Christian Neumann ","id":109886276}},{"id":109883660,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3760091,52.6425615],[13.3863521,52.6425615],[13.3863521,52.64938],[13.3760091,52.64938],[13.3760091,52.6425615]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-18T15:48:16Z","reviewed_features":[],"tag_changes":{},"create":37,"modify":38,"delete":0,"area":0.0000705237455000189,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":109883660}},{"id":109876629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.6506039,-34.6548331],[-58.6031717,-34.6548331],[-58.6031717,-34.6459079],[-58.6506039,-34.6459079],[-58.6506039,-34.6548331]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-18T13:31:21Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":2,"delete":0,"area":0.000423341871440035,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"es","id":109876629}},{"id":109856297,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3717914,50.9255446],[5.3930935,50.9255446],[5.3930935,50.9397348],[5.3717914,50.9397348],[5.3717914,50.9255446]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-18T08:01:13Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":4,"delete":0,"area":0.000302281059419879,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"osm","language":"nl","id":109856297}},{"id":109948012,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.3767324,39.8111947],[-1.3722233,39.8111947],[-1.3722233,39.8166767],[-1.3767324,39.8166767],[-1.3767324,39.8111947]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-19T18:10:34Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":8,"delete":0,"area":0.0000247188862000038,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":109948012}},{"id":109934175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7120102,44.6178122],[5.7120102,44.6178122],[5.7120102,44.6178122],[5.7120102,44.6178122],[5.7120102,44.6178122]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ltrlg","uid":"5035134","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-19T13:04:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":109934175}},{"id":109930221,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4678113,-34.6283393],[-58.4112076,-34.6283393],[-58.4112076,-34.608562],[-58.4678113,-34.608562],[-58.4678113,-34.6283393]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T11:57:19Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":10,"delete":0,"area":0.00111946835601014,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"EsriWorldImageryClarity","language":"es","id":109930221}},{"id":109929700,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.5135425,-34.6374941],[-58.4676282,-34.6374941],[-58.4676282,-34.6282685],[-58.5135425,-34.6282685],[-58.5135425,-34.6374941]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T11:49:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":16,"delete":0,"area":0.000423586966080026,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"EsriWorldImageryClarity","language":"es","id":109929700}},{"id":109927240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7216073,-34.6654164],[-58.428407,-34.6654164],[-58.428407,-34.6127073],[-58.7216073,-34.6127073],[-58.7216073,-34.6654164]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T11:12:40Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":7,"delete":0,"area":0.0154543239327305,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"es","id":109927240}},{"id":109918408,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T08:47:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109918408}},{"id":109915087,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.372692,50.9392505],[5.3727329,50.9392505],[5.3727329,50.9392514],[5.372692,50.9392514],[5.372692,50.9392505]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0-rc3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-19T07:48:11Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":5,"delete":0,"area":3.68100001396625e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"AGIV","language":"nl","id":109915087}},{"id":109911262,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T06:38:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":109911262}},{"id":109911259,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T06:38:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"EsriWorldImagery","language":"en","theme-creator":"MapComplete","id":109911259}},{"id":109909901,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3801724,52.6455683],[13.3841233,52.6455683],[13.3841233,52.6517585],[13.3801724,52.6517585],[13.3801724,52.6455683]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T06:09:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.0000244568611800039,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":109909901}},{"id":109901177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.6214536,-34.6482005],[-58.5034928,-34.6482005],[-58.5034928,-34.6365094],[-58.6214536,-34.6365094],[-58.6214536,-34.6482005]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.8.4","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-19T00:02:21Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":0,"delete":0,"area":0.00137909150888009,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"es","id":109901177}},{"id":110003826,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.3891089,39.7148562],[-1.3838432,39.7148562],[-1.3838432,39.7237688],[-1.3891089,39.7237688],[-1.3891089,39.7148562]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-20T19:43:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.0000469310778200117,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain-TMS","language":"en","theme-creator":"MapComplete","id":110003826}},{"id":110000187,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.3838432,39.7148562],[-1.3838432,39.7148562],[-1.3838432,39.7148562],[-1.3838432,39.7148562],[-1.3838432,39.7148562]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-20T18:04:00Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain","language":"en","theme-creator":"MapComplete","id":110000187}},{"id":109999132,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1438842,51.1712649],[4.1438842,51.1712649],[4.1438842,51.1712649],[4.1438842,51.1712649],[4.1438842,51.1712649]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-20T17:35:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":109999132}},{"id":109997272,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.4424683,39.7147574],[-1.4366107,39.7147574],[-1.4366107,39.7288488],[-1.4424683,39.7288488],[-1.4424683,39.7147574]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-20T16:47:28Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":6,"delete":0,"area":0.0000825417846399906,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain-TMS","language":"en","theme-creator":"MapComplete","id":109997272}},{"id":109978806,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9496238,51.3236484],[4.9598559,51.3236484],[4.9598559,51.3316472],[4.9496238,51.3316472],[4.9496238,51.3236484]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-20T10:19:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.0000818445214799536,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclestreets","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":109978806}},{"id":109978281,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8235426,50.8125974],[3.8238215,50.8125974],[3.8238215,50.8128041],[3.8235426,50.8128041],[3.8235426,50.8125974]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-20T10:10:27Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":5.76486299999252e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"charging_stations","imagery":"osm","language":"en","id":109978281}},{"id":109972440,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3935227,50.9254313],[5.3935227,50.9254313],[5.3935227,50.9254313],[5.3935227,50.9254313],[5.3935227,50.9254313]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"matissevdberg","uid":"12928471","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-20T08:19:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"surveillance","imagery":"osm","language":"nl","id":109972440}},{"id":109958309,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3422469,50.8520859],[4.3422469,50.8520859],[4.3422469,50.8520859],[4.3422469,50.8520859],[4.3422469,50.8520859]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-20T01:13:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"UrbISOrtho2020","language":"nl","theme-creator":"MapComplete","id":109958309}},{"id":110044272,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3471302,50.8637621],[4.3471302,50.8637621],[4.3471302,50.8637621],[4.3471302,50.8637621],[4.3471302,50.8637621]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-21T22:57:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"UrbISOrtho2020","language":"en","theme-creator":"MapComplete","id":110044272}},{"id":110043349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2962168,50.8527515],[4.2968882,50.8527515],[4.2968882,50.8531782],[4.2962168,50.8531782],[4.2962168,50.8527515]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-21T22:05:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":2.86486380003676e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":110043349}},{"id":110042658,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4836664,50.8971684],[4.4836664,50.8971684],[4.4836664,50.8971684],[4.4836664,50.8971684],[4.4836664,50.8971684]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-21T21:32:49Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"AGIV","language":"en","theme-creator":"MapComplete","id":110042658}},{"id":110042555,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3741829,50.8670757],[4.3741829,50.8670757],[4.3741829,50.8670757],[4.3741829,50.8670757],[4.3741829,50.8670757]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-21T21:26:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110042555}},{"id":110039590,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3694891,52.6344907],[13.3767846,52.6344907],[13.3767846,52.6510551],[13.3694891,52.6510551],[13.3694891,52.6344907]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T19:17:11Z","reviewed_features":[],"tag_changes":{},"create":33,"modify":33,"delete":0,"area":0.000120845580200024,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":110039590}},{"id":110034768,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.4548464,39.6470931],[-1.3358301,39.6470931],[-1.3358301,39.6705071],[-1.4548464,39.6705071],[-1.4548464,39.6470931]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T16:31:52Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":4,"delete":0,"area":0.0027866476482003,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"PNOA-Spain-TMS","language":"en","theme-creator":"MapComplete","id":110034768}},{"id":110034454,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2154662,51.2179199],[3.2154662,51.2179199],[3.2154662,51.2179199],[3.2154662,51.2179199],[3.2154662,51.2179199]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T16:21:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110034454}},{"id":110028706,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0892718,51.2916455],[3.1030905,51.2916455],[3.1030905,51.3082783],[3.0892718,51.3082783],[3.0892718,51.2916455]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T13:32:07Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":4,"delete":0,"area":0.000229843673359948,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110028706}},{"id":110022345,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.3285665,39.7400149],[-1.2697296,39.7400149],[-1.2697296,39.8978671],[-1.3285665,39.8978671],[-1.3285665,39.7400149]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"LuisAliaguilla","uid":"13968083","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T10:29:12Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":1,"delete":0,"area":0.00928753410618003,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","theme-creator":"Erwin Olario","id":110022345}},{"id":110022207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.3286778,39.7387032],[-1.3249442,39.7387032],[-1.3249442,39.7428219],[-1.3286778,39.7428219],[-1.3286778,39.7387032]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"LuisAliaguilla","uid":"13968083","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T10:24:38Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":0.0000153775783199972,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110022207}},{"id":110014819,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3895412,52.6930158],[13.3895412,52.6930158],[13.3895412,52.6930158],[13.3895412,52.6930158],[13.3895412,52.6930158]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-21T07:09:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":110014819}},{"id":110079932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5793813,45.4781635],[-73.5524031,45.4781635],[-73.5524031,45.5166397],[-73.5793813,45.5166397],[-73.5793813,45.4781635]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T21:34:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":21,"delete":0,"area":0.00103801861883948,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110079932}},{"id":110076005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2249916,51.2104043],[3.2249916,51.2104043],[3.2249916,51.2104043],[3.2249916,51.2104043],[3.2249916,51.2104043]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T19:16:17Z","reviewed_features":[],"tag_changes":{},"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":"benches","imagery":"osm","language":"nl","theme-creator":"Florian Edelmann","id":110076005}},{"id":110075290,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2250398,51.2104409],[3.2250398,51.2104409],[3.2250398,51.2104409],[3.2250398,51.2104409],[3.2250398,51.2104409]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T18:57:49Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110075290}},{"id":110071072,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.4258672,46.4564],[10.4269679,46.4564],[10.4269679,46.4579885],[10.4258672,46.4579885],[10.4258672,46.4564]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T17:05:05Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":0.00000174846194999421,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"Mapbox","language":"nl","theme-creator":"MapComplete","id":110071072}},{"id":110067918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0076153,51.1226982],[5.0076153,51.1226982],[5.0076153,51.1226982],[5.0076153,51.1226982],[5.0076153,51.1226982]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T15:50:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110067918}},{"id":110067510,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5646386,42.5236249],[-1.5646386,42.5236249],[-1.5646386,42.5236249],[-1.5646386,42.5236249],[-1.5646386,42.5236249]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ritxarcontx","uid":"12997299","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T15:41:15Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","theme-creator":"Erwin Olario","id":110067510}},{"id":110064264,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.2978821,39.8384492],[-1.2978821,39.8384492],[-1.2978821,39.8384492],[-1.2978821,39.8384492],[-1.2978821,39.8384492]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"LuisAliaguilla","uid":"13968083","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T14:36:09Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110064264}},{"id":110061565,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7702009,52.8467904],[13.7737361,52.8467904],[13.7737361,52.8498665],[13.7702009,52.8498665],[13.7702009,52.8467904]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T13:23:08Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":6,"delete":0,"area":0.0000108746287199792,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"waldbrand-app.de","theme":"waldbrand","imagery":"EsriWorldImagery","language":"de","theme-creator":"Sebastian Kürten","id":110061565}},{"id":110061355,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5357657,50.8133871],[3.5357657,50.8133871],[3.5357657,50.8133871],[3.5357657,50.8133871],[3.5357657,50.8133871]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T13:18:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110061355}},{"id":110057356,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2209394,51.216821],[3.2209394,51.216821],[3.2209394,51.216821],[3.2209394,51.216821],[3.2209394,51.216821]]]},"properties":{"check_user":null,"reasons":[{"id":1,"name":"suspect_word"}],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.9.0","comment":"Deleting a point with #MapComplete for theme #bookcases: testing point","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T11:33:45Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","deletion":"yes","language":"nl","theme-creator":"MapComplete","id":110057356}},{"id":110057338,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2206618,51.2165633],[3.2206618,51.2165633],[3.2206618,51.2165633],[3.2206618,51.2165633],[3.2206618,51.2165633]]]},"properties":{"check_user":null,"reasons":[{"id":1,"name":"suspect_word"}],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.9.0","comment":"Deleting a point with #MapComplete for theme #bookcases: testing point","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T11:33:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","deletion":"yes","language":"nl","theme-creator":"MapComplete","id":110057338}},{"id":110057279,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2206618,51.2165633],[3.2209394,51.2165633],[3.2209394,51.216821],[3.2206618,51.216821],[3.2206618,51.2165633]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kathelijne","uid":"6761922","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T11:31:50Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":7.15375200016382e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110057279}},{"id":110056245,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.1579392,53.7129136],[7.1579392,53.7129136],[7.1579392,53.7129136],[7.1579392,53.7129136],[7.1579392,53.7129136]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dkf2010","uid":"685599","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T11:00:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":110056245}},{"id":110056207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9909365,51.157324],[4.9919445,51.157324],[4.9919445,51.1579365],[4.9909365,51.1579365],[4.9909365,51.157324]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-22T10:59:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":6.17399999995229e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"campersite","imagery":"osm","language":"nl","theme-creator":"joost schouppe","id":110056207}},{"id":110051017,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5653051,42.5204366],[-1.5587659,42.5204366],[-1.5587659,42.5256336],[-1.5653051,42.5256336],[-1.5653051,42.5204366]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ritxarcontx","uid":"12997299","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-22T08:13:06Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":3,"delete":0,"area":0.0000339842224000166,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"hailhydrant","imagery":"osm","language":"en","theme-creator":"Erwin Olario","id":110051017}},{"id":110049566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2356747,50.7318342],[4.2356747,50.7318342],[4.2356747,50.7318342],[4.2356747,50.7318342],[4.2356747,50.7318342]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T07:18:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110049566}},{"id":110047829,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.7379123,42.4058053],[0.7386232,42.4058053],[0.7386232,42.4062487],[0.7379123,42.4062487],[0.7379123,42.4058053]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":86,"name":"Review requested"}],"tags":[],"features":[],"user":"Javi Ruixi","uid":"3814937","editor":"iD 2.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"local knowledge","imagery_used":"PNOA Spain","date":"2021-08-22T05:11:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":3.15213060001281e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"es","hashtags":"#MapComplete;#aed","changesets_count":17,"id":110047829}},{"id":110047699,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.7381868,42.406185],[0.7381868,42.406185],[0.7381868,42.406185],[0.7381868,42.406185],[0.7381868,42.406185]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Javi Ruixi","uid":"3814937","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-22T05:01:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"es","theme-creator":"MapComplete","id":110047699}},{"id":110047690,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.738211,42.4061771],[0.738211,42.4061771],[0.738211,42.4061771],[0.738211,42.4061771],[0.738211,42.4061771]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9025771307","osm_id":9025771307,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}}],"user":"Javi Ruixi","uid":"3814937","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-22T04:59:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"maps","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110047690}},{"id":110046008,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"afgb1977","uid":"10218404","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-22T01:41:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":110046008}},{"id":110045351,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737],[-74.6654114,5.4540737]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"afgb1977","uid":"10218404","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-22T00:14:36Z","reviewed_features":[],"tag_changes":{},"create":1,"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","theme-creator":"Midgard","id":110045351}},{"id":110140295,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6265257,-33.4430721],[-70.626232,-33.4430721],[-70.626232,-33.4428542],[-70.6265257,-33.4428542],[-70.6265257,-33.4430721]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T23:24:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":6.39972300008427e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"fr","theme-creator":"Christian Neumann ","id":110140295}},{"id":110139566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5579423,45.5058439],[-73.5579423,45.5058439],[-73.5579423,45.5058439],[-73.5579423,45.5058439],[-73.5579423,45.5058439]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T22:33:39Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110139566}},{"id":110137534,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.7065313,37.5964563],[-3.7064804,37.5964563],[-3.7064804,37.5964606],[-3.7065313,37.5964606],[-3.7065313,37.5964563]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusOrux","uid":"13624541","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T21:09:26Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":2.18870000026876e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":110137534}},{"id":110136424,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.6198471,45.4683392],[-73.5579423,45.4683392],[-73.5579423,45.5329459],[-73.6198471,45.5329459],[-73.6198471,45.4683392]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T20:25:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":11,"delete":0,"area":0.00399946484216043,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110136424}},{"id":110130304,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4116894,52.2672468],[13.483057,52.2672468],[13.483057,52.3086754],[13.4116894,52.3086754],[13.4116894,52.2672468]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"grossmachnow","uid":"104308","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":5,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T17:38:51Z","reviewed_features":[],"tag_changes":{},"create":36,"modify":3,"delete":0,"area":0.00295665975335974,"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","id":110130304}},{"id":110127744,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.6026324,45.5132456],[-73.566287,45.5132456],[-73.566287,45.5357524],[-73.6026324,45.5357524],[-73.6026324,45.5132456]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T16:47:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.00081801864872012,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110127744}},{"id":110124100,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4266904,52.1859955],[13.4266904,52.1859955],[13.4266904,52.1859955],[13.4266904,52.1859955],[13.4266904,52.1859955]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Feuerwehr Mellensee","uid":"13932183","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T15:35:02Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":110124100}},{"id":110116925,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7913616,-34.6576606],[-58.597405,-34.6576606],[-58.597405,-34.6450793],[-58.7913616,-34.6450793],[-58.7913616,-34.6576606]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T13:12:03Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0.00244022617158015,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"es","id":110116925}},{"id":110106301,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.2372702,56.0589763],[-3.2311586,56.0589763],[-3.2311586,56.0629877],[-3.2372702,56.0629877],[-3.2372702,56.0589763]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GinaroZ","uid":"3432400","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T10:18:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000245160722400194,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110106301}},{"id":110104018,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1172445,51.2118257],[4.1172445,51.2118257],[4.1172445,51.2118257],[4.1172445,51.2118257],[4.1172445,51.2118257]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Matthias Van Woensel","uid":"4561597","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T09:40:46Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":110104018}},{"id":110103556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1167349,51.2119877],[4.1167349,51.2119877],[4.1167349,51.2119877],[4.1167349,51.2119877],[4.1167349,51.2119877]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Matthias Van Woensel","uid":"4561597","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T09:33:19Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"nl","theme-creator":"Florian Edelmann","id":110103556}},{"id":110102326,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4638884,50.8436071],[3.4638884,50.8436071],[3.4638884,50.8436071],[3.4638884,50.8436071],[3.4638884,50.8436071]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibault Rommel","uid":"5846458","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T09:12:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110102326}},{"id":110097992,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.6915036,41.612191],[-4.6915036,41.612191],[-4.6915036,41.612191],[-4.6915036,41.612191],[-4.6915036,41.612191]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T08:06:23Z","reviewed_features":[],"tag_changes":{},"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","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110097992}},{"id":110097643,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.4213254,46.4587897],[10.4227854,46.4587897],[10.4227854,46.4593926],[10.4213254,46.4593926],[10.4213254,46.4587897]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T08:00:22Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":8.80234000005818e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"Mapbox","language":"nl","theme-creator":"MapComplete","id":110097643}},{"id":110097482,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.4209475,46.4592242],[10.4209475,46.4592242],[10.4209475,46.4592242],[10.4209475,46.4592242],[10.4209475,46.4592242]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T07:57:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"Mapbox","language":"nl","theme-creator":"MapComplete","id":110097482}},{"id":110096388,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.9078375,44.5248764],[3.9078375,44.5248764],[3.9078375,44.5248764],[3.9078375,44.5248764],[3.9078375,44.5248764]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stéphane Nicolet","uid":"4311211","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T07:38:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110096388}},{"id":110095302,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.628119,45.3799255],[-71.9287025,45.3799255],[-71.9287025,45.5207667],[-73.628119,45.5207667],[-73.628119,45.3799255]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T07:20:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":28,"delete":0,"area":0.239347859159807,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"fr","theme-creator":"MapComplete","id":110095302}},{"id":110082522,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5527882,45.4987638],[-73.5527882,45.4987638],[-73.5527882,45.4987638],[-73.5527882,45.4987638],[-73.5527882,45.4987638]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-4402850471","name":"Station de réparation de vélos","osm_id":4402850471,"reasons":[42],"version":6,"primary_tags":{"amenity":"bicycle_repair_station"}}],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-23T00:11:33Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110082522}},{"id":110082444,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.2212061,56.0637904],[-3.2212061,56.0637904],[-3.2212061,56.0637904],[-3.2212061,56.0637904],[-3.2212061,56.0637904]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GinaroZ","uid":"3432400","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-23T00:05:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110082444}},{"id":110197630,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.1561676,52.4396062],[14.1916293,52.4396062],[14.1916293,52.4532087],[14.1561676,52.4532087],[14.1561676,52.4396062]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Casi1980","uid":"13989376","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T23:49:36Z","reviewed_features":[],"tag_changes":{},"create":14,"modify":1,"delete":0,"area":0.000482367774249923,"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","id":110197630}},{"id":110195980,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7290773,-34.6641159],[-58.7290773,-34.6641159],[-58.7290773,-34.6641159],[-58.7290773,-34.6641159],[-58.7290773,-34.6641159]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T22:19:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"EsriWorldImageryClarity","language":"es","id":110195980}},{"id":110195344,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5584142,50.7860886],[5.5584142,50.7860886],[5.5584142,50.7860886],[5.5584142,50.7860886],[5.5584142,50.7860886]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T21:53:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":110195344}},{"id":110193404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5925962,44.3287832],[6.5925962,44.3287832],[6.5925962,44.3287832],[6.5925962,44.3287832],[6.5925962,44.3287832]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T20:48:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110193404}},{"id":110192320,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.4257015,44.4611836],[11.4257015,44.4611836],[11.4257015,44.4611836],[11.4257015,44.4611836],[11.4257015,44.4611836]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T20:18:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110192320}},{"id":110192119,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1061331,51.0665522],[3.1621286,51.0665522],[3.1621286,51.1251496],[3.1061331,51.1251496],[3.1061331,51.0665522]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.2","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T20:12:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00328119071170019,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110192119}},{"id":110190369,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.601183,50.8089108],[5.6018773,50.8089108],[5.6018773,50.8092837],[5.601183,50.8092837],[5.601183,50.8089108]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T19:23:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.58904470001526e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclestreets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110190369}},{"id":110188312,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.3267343,45.4409673],[12.3267343,45.4409673],[12.3267343,45.4409673],[12.3267343,45.4409673],[12.3267343,45.4409673]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T18:17:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110188312}},{"id":110185535,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6369916,51.6370247],[14.7370943,51.6370247],[14.7370943,51.6718748],[14.6369916,51.6718748],[14.6369916,51.6370247]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Druese","uid":"13987920","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T17:02:30Z","reviewed_features":[],"tag_changes":{},"create":16,"modify":7,"delete":0,"area":0.00348858910527002,"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","id":110185535}},{"id":110183455,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.3213063,52.0215487],[14.3846834,52.0215487],[14.3846834,52.0420651],[14.3213063,52.0420651],[14.3213063,52.0215487]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Mannsen","uid":"13988107","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T16:17:25Z","reviewed_features":[],"tag_changes":{},"create":14,"modify":22,"delete":0,"area":0.00130026993444034,"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","id":110183455}},{"id":110178344,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1767718,48.5005919],[9.1767718,48.5005919],[9.1767718,48.5005919],[9.1767718,48.5005919],[9.1767718,48.5005919]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dark-Star","uid":"93252","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T14:38:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"en","id":110178344}},{"id":110177856,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2032143,48.5266916],[9.2034341,48.5266916],[9.2034341,48.5509151],[9.2032143,48.5509151],[9.2032143,48.5266916]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dark-Star","uid":"93252","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T14:27:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.00000532432529999936,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110177856}},{"id":110177596,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.40994,-34.6088596],[-58.40994,-34.6088596],[-58.40994,-34.6088596],[-58.40994,-34.6088596],[-58.40994,-34.6088596]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T14:23:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"osm","language":"es","id":110177596}},{"id":110176789,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4886309,-34.6344151],[-58.4596751,-34.6344151],[-58.4596751,-34.6259296],[-58.4886309,-34.6259296],[-58.4886309,-34.6344151]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T14:07:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00024570444089996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","imagery":"osm","language":"es","id":110176789}},{"id":110175590,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4834965,52.1562531],[13.4852684,52.1562531],[13.4852684,52.1567414],[13.4834965,52.1567414],[13.4834965,52.1562531]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stefank3355","uid":"13987313","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-24T13:41:37Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":8.65218770001849e-7,"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","id":110175590}},{"id":110168021,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4414722,51.0848877],[3.4791521,51.0848877],[3.4791521,51.0957782],[3.4414722,51.0957782],[3.4414722,51.0848877]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.9.2","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T11:18:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.000410352950949809,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110168021}},{"id":110165364,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.3254217,45.4320999],[12.3452714,45.4320999],[12.3452714,45.4383903],[12.3254217,45.4383903],[12.3254217,45.4320999]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T10:38:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":0.000124862552880091,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110165364}},{"id":110157524,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2964054,50.8006365],[4.3026277,50.8006365],[4.3026277,50.8090998],[4.2964054,50.8090998],[4.2964054,50.8006365]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.9.2","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-24T08:35:59Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.0000526611915899724,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110157524}},{"id":110251690,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.038426,-2.8624529],[-79.038426,-2.8624529],[-79.038426,-2.8624529],[-79.038426,-2.8624529],[-79.038426,-2.8624529]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Villodie","uid":"619565","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T20:45:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":110251690}},{"id":110250614,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.4356167,51.890284],[14.4529098,51.890284],[14.4529098,51.8958927],[14.4356167,51.8958927],[14.4356167,51.890284]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Mitch85","uid":"4907923","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T20:08:40Z","reviewed_features":[],"tag_changes":{},"create":6,"modify":5,"delete":0,"area":0.0000969918099699342,"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","id":110250614}},{"id":110249682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8526738,52.1649094],[12.855248,52.1649094],[12.855248,52.1666764],[12.8526738,52.1666764],[12.8526738,52.1649094]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"dekoe65","uid":"13921921","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T19:40:40Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":0.00000454861140000203,"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","id":110249682}},{"id":110243813,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0585135,51.5434224],[-0.0585135,51.5434224],[-0.0585135,51.5434224],[-0.0585135,51.5434224],[-0.0585135,51.5434224]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"okwithmydecay","uid":"10370720","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T16:54:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110243813}},{"id":110238612,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.2882186,52.0194508],[14.3685785,52.0194508],[14.3685785,52.0376192],[14.2882186,52.0376192],[14.2882186,52.0194508]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Mannsen","uid":"13988107","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T15:05:33Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":3,"delete":0,"area":0.00146001080716002,"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","id":110238612}},{"id":110236764,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.3353862,39.4604794],[-3.3335274,39.4604794],[-3.3335274,39.4649094],[-3.3353862,39.4649094],[-3.3353862,39.4604794]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusOrux","uid":"13624541","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T14:27:32Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.00000823448400001157,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"PNOA-Spain-TMS","language":"nl","id":110236764}},{"id":110235467,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.3282872,52.0326218],[14.3282926,52.0326218],[14.3282926,52.0326306],[14.3282872,52.0326306],[14.3282872,52.0326218]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Mannsen","uid":"13988107","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T14:04:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.75199999723572e-11,"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","id":110235467}},{"id":110234434,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.3545962,45.4323164],[12.3545962,45.4323164],[12.3545962,45.4323164],[12.3545962,45.4323164],[12.3545962,45.4323164]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T13:44:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110234434}},{"id":110232873,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7607549,-34.6656833],[-58.527583,-34.6656833],[-58.527583,-34.6390219],[-58.7607549,-34.6390219],[-58.7607549,-34.6656833]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T13:15:22Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":20,"delete":0,"area":0.00621668929465883,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"osm","language":"es","id":110232873}},{"id":110227343,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.3042502,51.799496],[14.3042502,51.799496],[14.3042502,51.799496],[14.3042502,51.799496],[14.3042502,51.799496]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Mike Gallert","uid":"13992729","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T11:49:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":110227343}},{"id":110224603,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.330247,45.4307374],[12.3303449,45.4307374],[12.3303449,45.4310003],[12.330247,45.4310003],[12.330247,45.4307374]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T11:10:54Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":11,"delete":0,"area":2.57379100002923e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"benches","imagery":"osm","language":"nl","theme-creator":"Florian Edelmann","id":110224603}},{"id":110222055,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6002786,51.1516226],[3.6024372,51.1516226],[3.6024372,51.1534628],[3.6002786,51.1534628],[3.6002786,51.1516226]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.2","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T10:31:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000397225571999192,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cyclestreets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110222055}},{"id":110220790,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.7403371,51.46117],[14.7750968,51.46117],[14.7750968,51.4707802],[14.7403371,51.4707802],[14.7403371,51.46117]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Druese","uid":"13987920","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T10:13:05Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":1,"delete":0,"area":0.000334047668939912,"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","id":110220790}},{"id":110219133,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.3236236,45.4289724],[12.3339585,45.4289724],[12.3339585,45.4341631],[12.3236236,45.4341631],[12.3236236,45.4289724]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T09:46:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":6,"delete":0,"area":0.0000536453654300007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110219133}},{"id":110210088,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.941734,37.2431772],[-5.724066,37.2431772],[-5.724066,37.3016835],[-5.941734,37.3016835],[-5.941734,37.2431772]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"troNpo","uid":"12221867","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T07:08:31Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":6,"delete":0,"area":0.0127349493084011,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"en","theme-creator":"Midgard","id":110210088}},{"id":110205818,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.9371702,37.3109191],[-5.8360282,37.3109191],[-5.8360282,37.3396878],[-5.9371702,37.3396878],[-5.9371702,37.3109191]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Trompo","uid":"12221867","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T05:48:47Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.00290972385540004,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110205818}},{"id":110205391,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5913047,45.5174774],[-73.5912323,45.5174774],[-73.5912323,45.517538],[-73.5913047,45.517538],[-73.5913047,45.5174774]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-25T05:39:18Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":4.38743999994457e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110205391}},{"id":110200544,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.0242866,51.6839101],[14.0435529,51.6839101],[14.0435529,51.694154],[14.0242866,51.694154],[14.0242866,51.6839101]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Christian 1102","uid":"13990176","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-25T03:30:28Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":4,"delete":0,"area":0.00019736205056998,"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","id":110200544}},{"id":110310132,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6934628,51.0415158],[3.6939847,51.0415158],[3.6939847,51.0417911],[3.6934628,51.0417911],[3.6934628,51.0415158]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T23:00:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":1.43679069999259e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"osm","language":"en","theme-creator":"L'imaginaire","id":110310132}},{"id":110302017,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4259574,51.2126193],[4.4259574,51.2126193],[4.4259574,51.2126193],[4.4259574,51.2126193],[4.4259574,51.2126193]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-26T18:08:43Z","reviewed_features":[],"tag_changes":{},"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","imagery":"osm","language":"en","id":110302017}},{"id":110295287,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9903969,48.4980299],[8.9910487,48.4980299],[8.9910487,48.4983523],[8.9903969,48.4983523],[8.9903969,48.4980299]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-26T15:36:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":2.10140320001116e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110295287}},{"id":110291443,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2085659,41.5459407],[2.2127688,41.5459407],[2.2127688,41.5475618],[2.2085659,41.5475618],[2.2085659,41.5459407]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Moisès","uid":"12884230","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T14:18:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00000681332118997564,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","id":110291443}},{"id":110288047,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.763148,-34.6657561],[-58.5493854,-34.6657561],[-58.5493854,-34.6398296],[-58.763148,-34.6398296],[-58.763148,-34.6657561]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-26T13:05:37Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":19,"delete":0,"area":0.00554211604890096,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"osm","language":"es","id":110288047}},{"id":110287012,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6365021,52.015425],[14.6365021,52.015425],[14.6365021,52.015425],[14.6365021,52.015425],[14.6365021,52.015425]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"PaulSembten","uid":"13999064","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T12:43:38Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":110287012}},{"id":110285848,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6721768,51.9473461],[14.6721768,51.9473461],[14.6721768,51.9473461],[14.6721768,51.9473461],[14.6721768,51.9473461]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Der Kalle","uid":"13998301","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T12:22:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"waldbrand-app.de","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","theme-creator":"Erwin Olario","id":110285848}},{"id":110281843,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2297336,50.8954102],[4.2297336,50.8954102],[4.2297336,50.8954102],[4.2297336,50.8954102],[4.2297336,50.8954102]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T11:17:36Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110281843}},{"id":110279162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.71425,51.9491832],[14.71425,51.9491832],[14.71425,51.9491832],[14.71425,51.9491832],[14.71425,51.9491832]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Der Kalle","uid":"13998301","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T10:30:53Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"waldbrand-app.de","theme":"hailhydrant","imagery":"HDM_HOT","language":"en","theme-creator":"Erwin Olario","id":110279162}},{"id":110278890,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.5593499,13.9636129],[121.5593499,13.9636129],[121.5593499,13.9636129],[121.5593499,13.9636129],[121.5593499,13.9636129]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nickrds09","uid":"966535","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #streetlamps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-26T10:26:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"streetlamps","imagery":"osm","language":"en","id":110278890}},{"id":110275748,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7108772,50.6550157],[5.7108772,50.6550157],[5.7108772,50.6550157],[5.7108772,50.6550157],[5.7108772,50.6550157]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T09:35:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"toilets","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110275748}},{"id":110274106,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5583292,50.7859898],[5.5583292,50.7859898],[5.5583292,50.7859898],[5.5583292,50.7859898],[5.5583292,50.7859898]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T09:06:41Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"charging_stations","imagery":"osm","language":"nl","id":110274106}},{"id":110268266,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.5795903,41.5859942],[-4.523567,41.5859942],[-4.523567,41.6310134],[-4.5795903,41.6310134],[-4.5795903,41.5859942]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-26T07:20:02Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00252212414735991,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110268266}},{"id":110260590,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.5977571,-33.5708396],[-70.597672,-33.5708396],[-70.597672,-33.5707265],[-70.5977571,-33.5707265],[-70.5977571,-33.5708396]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T04:38:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":9.62480999917301e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"climbing","imagery":"osm","language":"fr","theme-creator":"Christian Neumann ","id":110260590}},{"id":110256028,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.6320166,50.7971005],[5.1588804,50.7971005],[5.1588804,51.2381323],[2.6320166,51.2381323],[2.6320166,50.7971005]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.2","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-26T00:16:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":9,"delete":0,"area":1.11442729006883,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110256028}},{"id":110361908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5653507,45.4788934],[-73.5653507,45.4788934],[-73.5653507,45.4788934],[-73.5653507,45.4788934],[-73.5653507,45.4788934]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T23:28:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110361908}},{"id":110360732,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4795645,50.8591534],[5.6690699,50.8591534],[5.6690699,51.0930146],[3.4795645,51.0930146],[3.4795645,50.8591534]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-27T22:18:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.51204036025048,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110360732}},{"id":110354638,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.484309,53.8368359],[-1.4280837,53.8368359],[-1.4280837,53.8685583],[-1.484309,53.8685583],[-1.484309,53.8368359]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"The_JF","uid":"4543415","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-27T18:22:39Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":22,"delete":0,"area":0.00178360145671998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110354638}},{"id":110351802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6819299,51.677429],[13.6819299,51.677429],[13.6819299,51.677429],[13.6819299,51.677429],[13.6819299,51.677429]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"da-werbung","uid":"4923577","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-27T16:58:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"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","id":110351802}},{"id":110345728,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.7218111,37.7355389],[-3.7218111,37.7355389],[-3.7218111,37.7355389],[-3.7218111,37.7355389],[-3.7218111,37.7355389]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9041075454","osm_id":9041075454,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}}],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T14:30:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"nature","imagery":"osm","language":"nl","id":110345728}},{"id":110341888,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.6932501,51.6456486],[14.6932501,51.6456486],[14.6932501,51.6456486],[14.6932501,51.6456486],[14.6932501,51.6456486]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Druese","uid":"13987920","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T13:04:16Z","reviewed_features":[],"tag_changes":{},"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","id":110341888}},{"id":110341268,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4563581,50.7603302],[5.3366173,50.7603302],[5.3366173,51.1914193],[3.4563581,51.1914193],[3.4563581,50.7603302]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-27T12:51:32Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":12,"delete":0,"area":0.810559246294722,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110341268}},{"id":110331166,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #cycle_highways","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-27T09:49:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"cycle_highways","imagery":"CartoDB.Positron","language":"en","theme-creator":"L'imaginaire","id":110331166}},{"id":110328737,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.4345096,41.6106455],[-4.4345096,41.6106455],[-4.4345096,41.6106455],[-4.4345096,41.6106455],[-4.4345096,41.6106455]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T09:08:39Z","reviewed_features":[],"tag_changes":{},"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","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110328737}},{"id":110311804,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5735592,45.4787169],[-73.5635787,45.4787169],[-73.5635787,45.4793732],[-73.5735592,45.4793732],[-73.5735592,45.4787169]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T01:18:11Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0.00000655020214996501,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110311804}},{"id":110311324,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7301797,-34.6640971],[-58.40994,-34.6640971],[-58.40994,-34.6087006],[-58.7301797,-34.6087006],[-58.7301797,-34.6640971]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-27T00:31:33Z","reviewed_features":[],"tag_changes":{},"create":7,"modify":4,"delete":0,"area":0.0177401585410503,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","imagery":"osm","language":"es","id":110311324}},{"id":110396066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.5231646,41.630438],[-4.5231646,41.630438],[-4.5231646,41.630438],[-4.5231646,41.630438],[-4.5231646,41.630438]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T22:56:03Z","reviewed_features":[],"tag_changes":{},"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","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110396066}},{"id":110395474,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.4655305,50.7791435],[5.4711684,50.7791435],[5.4711684,50.7831345],[5.4655305,50.7831345],[5.4655305,50.7791435]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T22:14:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.0000225008588999953,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclestreets","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110395474}},{"id":110392599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.0077223,51.4381799],[7.0077223,51.4381799],[7.0077223,51.4381799],[7.0077223,51.4381799],[7.0077223,51.4381799]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"thschick","uid":"2753036","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T19:48:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"artwork","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110392599}},{"id":110392546,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.0096636,51.4387791],[7.0096636,51.4387791],[7.0096636,51.4387791],[7.0096636,51.4387791],[7.0096636,51.4387791]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"thschick","uid":"2753036","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T19:46:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"parkings","imagery":"osm","language":"en","id":110392546}},{"id":110391900,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.889307,51.0556829],[4.8906168,51.0556829],[4.8906168,51.0565095],[4.889307,51.0565095],[4.889307,51.0556829]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T19:16:10Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0.00000108268067999561,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":110391900}},{"id":110391628,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9888208,51.1638865],[4.9888208,51.1638865],[4.9888208,51.1638865],[4.9888208,51.1638865],[4.9888208,51.1638865]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T19:04:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110391628}},{"id":110388360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.6981758,37.734455],[-3.6946041,37.734455],[-3.6946041,37.7466374],[-3.6981758,37.7466374],[-3.6981758,37.734455]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T17:09:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":5,"delete":0,"area":0.0000435118780800035,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110388360}},{"id":110387566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9068538,51.0911055],[4.907967,51.0911055],[4.907967,51.0920025],[4.9068538,51.0920025],[4.9068538,51.0911055]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T16:48:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":9.98540400001975e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":110387566}},{"id":110381615,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.271279,51.057879],[4.271279,51.057879],[4.271279,51.057879],[4.271279,51.057879],[4.271279,51.057879]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Rienux","uid":"11911273","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T13:57:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"AGIV","language":"nl","theme-creator":"Midgard","id":110381615}},{"id":110380688,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8892452,51.0556781],[4.8906257,51.0556781],[4.8906257,51.0565095],[4.8892452,51.0565095],[4.8892452,51.0556781]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T13:31:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":7,"delete":0,"area":0.00000114774769999374,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"playgrounds","imagery":"osm","language":"en","id":110380688}},{"id":110375071,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9859605,51.1576155],[5.0015368,51.1576155],[5.0015368,51.1639424],[4.9859605,51.1639424],[4.9859605,51.1576155]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T10:41:26Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":14,"delete":0,"area":0.0000985496924700761,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110375071}},{"id":110374800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7502989,51.4088837],[13.7838763,51.4088837],[13.7838763,51.4421969],[13.7502989,51.4421969],[13.7502989,51.4088837]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Rosi93","uid":"14010270","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T10:32:36Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":6,"delete":0,"area":0.00111857064168002,"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","id":110374800}},{"id":110374240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2706164,44.5230379],[11.2706164,44.5230379],[11.2706164,44.5230379],[11.2706164,44.5230379],[11.2706164,44.5230379]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T10:16:18Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110374240}},{"id":110372483,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3756708,51.5825079],[13.3889871,51.5825079],[13.3889871,51.5870441],[13.3756708,51.5870441],[13.3756708,51.5825079]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"da-werbung","uid":"4923577","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T09:25:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0.0000604054000599567,"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","id":110372483}},{"id":110372196,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2686778,51.0605068],[4.2686778,51.0605068],[4.2686778,51.0605068],[4.2686778,51.0605068],[4.2686778,51.0605068]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Rienux","uid":"11911273","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T09:16:28Z","reviewed_features":[],"tag_changes":{},"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":"AGIV","language":"nl","theme-creator":"Midgard","id":110372196}},{"id":110371506,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5179344,45.5046634],[-73.5179344,45.5046634],[-73.5179344,45.5046634],[-73.5179344,45.5046634],[-73.5179344,45.5046634]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"treemap","uid":"926359","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T08:54:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110371506}},{"id":110370542,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2202923,50.748141],[4.2202923,50.748141],[4.2202923,50.748141],[4.2202923,50.748141],[4.2202923,50.748141]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9042426135","name":"Fietsbieb Halle","osm_id":9042426135,"reasons":[43],"version":3,"primary_tags":{"amenity":"bicycle_library"}}],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T08:22:37Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110370542}},{"id":110368630,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7171638,48.688034],[5.7171638,48.688034],[5.7171638,48.688034],[5.7171638,48.688034],[5.7171638,48.688034]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-28T07:22:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110368630}},{"id":110365638,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1256902,50.6541734],[3.1439862,50.6541734],[3.1439862,50.6960312],[3.1256902,50.6960312],[3.1256902,50.6541734]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eiryelio","uid":"831652","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T04:53:14Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0.00076583030880004,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"surveillance","imagery":"osm","language":"fr","id":110365638}},{"id":110363347,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.0471272,37.2517689],[-122.047127,37.2517689],[-122.047127,37.2517689],[-122.0471272,37.2517689],[-122.0471272,37.2517689]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Larry Gallagher","uid":"5492654","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-28T01:51:52Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110363347}},{"id":110428059,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6031775,-33.42405],[-70.6030358,-33.42405],[-70.6030358,-33.4240207],[-70.6031775,-33.4240207],[-70.6031775,-33.42405]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T21:42:55Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":4.1518100002006e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"trees","imagery":"osm","language":"fr","theme-creator":"Midgard","id":110428059}},{"id":110420814,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9914571,48.4983347],[8.9919683,48.4983347],[8.9919683,48.4985387],[8.9914571,48.4985387],[8.9914571,48.4983347]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T17:02:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":1.04284799998241e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"personal","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110420814}},{"id":110417964,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2557221,43.7859072],[11.2557221,43.7859072],[11.2557221,43.7859072],[11.2557221,43.7859072],[11.2557221,43.7859072]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T15:43:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"CartoDB.Voyager","language":"nl","theme-creator":"MapComplete","id":110417964}},{"id":110416754,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.878176,52.3875656],[12.878176,52.3875656],[12.878176,52.3875656],[12.878176,52.3875656],[12.878176,52.3875656]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"andre901","uid":"165171","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T15:10:52Z","reviewed_features":[],"tag_changes":{},"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","id":110416754}},{"id":110416126,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.3338032,47.8180013],[8.3338032,47.8180013],[8.3338032,47.8180013],[8.3338032,47.8180013],[8.3338032,47.8180013]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Eeule","uid":"12479179","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T14:55:40Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"de","theme-creator":"MapComplete","id":110416126}},{"id":110413360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7197208,51.0524991],[13.7289546,51.0524991],[13.7289546,51.0574402],[13.7197208,51.0574402],[13.7197208,51.0524991]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"brust84","uid":"1225756","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #inline_skating","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T13:43:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":4,"delete":0,"area":0.0000456251291800346,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"inline_skating","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110413360}},{"id":110412870,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8615811,52.3855979],[12.8615811,52.3855979],[12.8615811,52.3855979],[12.8615811,52.3855979],[12.8615811,52.3855979]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"andre901","uid":"165171","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T13:29:02Z","reviewed_features":[],"tag_changes":{},"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","id":110412870}},{"id":110411836,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T13:00:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110411836}},{"id":110411635,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.6954055,37.7413784],[-3.6912776,37.7413784],[-3.6912776,37.7428631],[-3.6954055,37.7428631],[-3.6954055,37.7413784]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T12:55:53Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":0.00000612869312999588,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110411635}},{"id":110408479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.5215607,41.6305262],[-4.5215607,41.6305262],[-4.5215607,41.6305262],[-4.5215607,41.6305262],[-4.5215607,41.6305262]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T11:21:51Z","reviewed_features":[],"tag_changes":{},"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","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110408479}},{"id":110406920,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.459437,51.3650876],[4.459437,51.3650876],[4.459437,51.3650876],[4.459437,51.3650876],[4.459437,51.3650876]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.9.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":3,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T10:33:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/develop/","theme":"aed","imagery":"osm","language":"en","theme-creator":"MapComplete","id":110406920}},{"id":110406038,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.5606319,51.9693745],[13.6181215,51.9693745],[13.6181215,51.9754956],[13.5606319,51.9754956],[13.5606319,51.9693745]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Firefighter-112","uid":"14014754","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T10:05:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":1,"delete":0,"area":0.000351899590560084,"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","id":110406038}},{"id":110404922,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2678505,50.74381],[4.2678505,50.74381],[4.2678505,50.74381],[4.2678505,50.74381],[4.2678505,50.74381]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.8.5-rc2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T09:33:43Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"pietervdvn.github.io","path":"mc/feature/road-splitting/","theme":"cyclofix","imagery":"AGIV10cm","language":"en","theme-creator":"MapComplete","id":110404922}},{"id":110404373,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.5124488,47.4452066],[-0.5124488,47.4452066],[-0.5124488,47.4452066],[-0.5124488,47.4452066],[-0.5124488,47.4452066]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ltrlg","uid":"5035134","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T09:14:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"bookcases","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":110404373}},{"id":110404088,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.5133567,47.4451131],[-0.5133567,47.4451131],[-0.5133567,47.4451131],[-0.5133567,47.4451131],[-0.5133567,47.4451131]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ltrlg","uid":"5035134","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T09:05:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"aed","imagery":"osm","language":"fr","theme-creator":"MapComplete","id":110404088}},{"id":110402536,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.9729156,51.8382039],[13.9897773,51.8382039],[13.9897773,51.8466023],[13.9729156,51.8466023],[13.9729156,51.8382039]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"kleenwalle","uid":"14014719","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2021-08-29T08:13:44Z","reviewed_features":[],"tag_changes":{},"create":10,"modify":0,"delete":0,"area":0.000141611301279952,"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","id":110402536}},{"id":110401909,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1118555,50.7995312],[4.1118555,50.7995312],[4.1118555,50.7995312],[4.1118555,50.7995312],[4.1118555,50.7995312]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T07:47:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"cyclofix","imagery":"CartoDB.Voyager","language":"en","theme-creator":"MapComplete","id":110401909}},{"id":110401090,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.6959372,37.7408119],[-3.6915025,37.7408119],[-3.6915025,37.7466374],[-3.6959372,37.7466374],[-3.6959372,37.7408119]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Manuel C Arco Martos","uid":"13949545","editor":"MapComplete 0.9.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2021-08-29T07:06:19Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":17,"delete":0,"area":0.0000258343448500012,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"mapcomplete.osm.be","theme":"drinking_water","imagery":"osm","language":"nl","theme-creator":"MapComplete","id":110401090}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-6.json b/Docs/Tools/stats/stats.2022-6.json new file mode 100644 index 000000000..0870597b0 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-6.json @@ -0,0 +1 @@ +{"features":[{"id":121830828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4773602,-34.6312868],[-58.4762827,-34.6312868],[-58.4762827,-34.6309174],[-58.4773602,-34.6309174],[-58.4773602,-34.6312868]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T23:59:45Z","reviewed_features":[],"tag_changes":{"route":["train","tracks"],"railway":["level_crossing","crossing"],"crossing:activation":["automatic"]},"create":0,"modify":4,"delete":0,"area":3.98028499996844e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway","answer":4,"locale":"en","imagery":"osm","change_within_25m":2,"change_within_500m":2,"id":121830828}},{"id":121826070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4016342,50.8594183],[4.4016342,50.8594183],[4.4016342,50.8594183],[4.4016342,50.8594183],[4.4016342,50.8594183]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T19:58:41Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Ur0dzMf.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"id":121826070}},{"id":121823684,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.32204,50.8315324],[4.32204,50.8315324],[4.32204,50.8315324],[4.32204,50.8315324],[4.32204,50.8315324]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T18:47:58Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/VrkSpQA.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"id":121823684}},{"id":121822540,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3021159,50.9728771],[4.9006386,50.9728771],[4.9006386,51.1353962],[4.3021159,51.1353962],[4.3021159,50.9728771]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wegspotter","uid":"428001","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":5,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T18:08:14Z","reviewed_features":[],"tag_changes":{"route":["foot","bus"],"amenity":["toilets","bench"],"highway":["path","secondary_link","tertiary","cycleway","service","secondary"],"leisure":["park","picnic_table"],"boundary":["administrative","postal_code"],"man_made":["bridge"]},"create":2,"modify":11,"delete":0,"area":0.0972713705335725,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":31,"import":24,"locale":"nl","imagery":"osm","import:node/-10":"source: https://osm.org/note/3143578","import:node/-11":"source: https://osm.org/note/3090173","import:node/-12":"source: https://osm.org/note/3090150","import:node/-14":"source: https://osm.org/note/3143504","import:node/-15":"source: https://osm.org/note/3143576","import:node/-17":"source: https://osm.org/note/3143507","import:node/-18":"source: https://osm.org/note/3143515","import:node/-19":"source: https://osm.org/note/3143509","import:node/-20":"source: https://osm.org/note/3143409","import:node/-21":"source: https://osm.org/note/3143412","import:node/-22":"source: https://osm.org/note/3143427","import:node/-23":"source: https://osm.org/note/3143548","import:node/-24":"source: https://osm.org/note/3143575","import:node/-25":"source: https://osm.org/note/3143408","import:node/-26":"source: https://osm.org/note/3022987","import:node/9788854260":"source: https://osm.org/note/3143537","import:node/9788865814":"source: https://osm.org/note/3143506","import:node/9788885168":"source: https://osm.org/note/3023067","import:node/9788885181":"source: https://osm.org/note/3022925","import:node/9788891455":"source: https://osm.org/note/3023072","import:node/9788917843":"source: https://osm.org/note/3143519","import:node/9788922775":"source: https://osm.org/note/3143539","import:node/9788930923":"source: https://osm.org/note/3143554","import:node/9788933325":"source: https://osm.org/note/3143551","id":121822540}},{"id":121822375,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.401792,51.0429294],[3.401792,51.0429294],[3.401792,51.0429294],[3.401792,51.0429294],[3.401792,51.0429294]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Driesvr","uid":"4757701","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T18:02:32Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":3,"locale":"nl","imagery":"AGIV","id":121822375}},{"id":121821532,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T17:34:36Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_25m":1,"id":121821532}},{"id":121821529,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T17:34:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"en","imagery":"CartoDB.Voyager","change_within_25m":3,"id":121821529}},{"id":121821519,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T17:34:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"change_within_25m":2,"id":121821519}},{"id":121821510,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T17:34:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_25m":1,"id":121821510}},{"id":121820311,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4401348,50.984066],[4.4401348,50.984066],[4.4401348,50.984066],[4.4401348,50.984066],[4.4401348,50.984066]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Driesvr","uid":"4757701","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T16:53:04Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"nl","imagery":"osm","id":121820311}},{"id":121818377,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.1618575,49.6176337],[6.1618575,49.6176337],[6.1618575,49.6176337],[6.1618575,49.6176337],[6.1618575,49.6176337]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ClarissaWAM","uid":"13745921","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T15:54:23Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases","theme":"bookcases","answer":3,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":4,"id":121818377}},{"id":121815682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7602277,51.1617329],[4.7617097,51.1617329],[4.7617097,51.1653178],[4.7602277,51.1653178],[4.7602277,51.1617329]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Stinus_Clasius","uid":"1086503","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T14:43:13Z","reviewed_features":[],"tag_changes":{"building":["house","yes"]},"create":23,"modify":0,"delete":0,"area":0.00000531282180000057,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","theme":"grb","import":3,"locale":"nl","imagery":"AGIV","id":121815682}},{"id":121813712,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.5498025,-34.639664],[-58.5498025,-34.639664],[-58.5498025,-34.639664],[-58.5498025,-34.639664],[-58.5498025,-34.639664]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T13:49:15Z","reviewed_features":[],"tag_changes":{"ref":["A 86"],"railway":["signal"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":1,"locale":"en","imagery":"osm","change_within_100m":1,"id":121813712}},{"id":121813330,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6946945,50.8257843],[5.6946945,50.8257843],[5.6946945,50.8257843],[5.6946945,50.8257843],[5.6946945,50.8257843]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T13:38:26Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":4,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":6,"id":121813330}},{"id":121810416,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.5084333,35.9073316],[14.5120114,35.9073316],[14.5120114,35.9083098],[14.5084333,35.9083098],[14.5084333,35.9073316]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"nevborg","uid":"2457325","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T12:22:19Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":1,"delete":0,"area":0.00000350009741999573,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix","theme":"cyclofix","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":121810416}},{"id":121807731,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2346053,50.7367357],[4.2356423,50.7367357],[4.2356423,50.736828],[4.2346053,50.736828],[4.2346053,50.7367357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-01T11:20:47Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"],"image:0":["https://i.imgur.com/2s2ZVR5.jpg"],"capacity":["6","4"],"cargo_bike":["yes"],"bicycle_parking":["stands","rack"],"capacity:cargo_bike":["1"]},"create":1,"modify":4,"delete":0,"area":9.57151000059347e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":10,"locale":"nl","imagery":"AGIV","add-image":2,"change_over_5000m":1,"change_within_25m":12,"id":121807731}},{"id":121797249,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2626188,53.2341393],[6.2626188,53.2341393],[6.2626188,53.2341393],[6.2626188,53.2341393],[6.2626188,53.2341393]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-01T07:23:35Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"denotation":["natural_monument"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"nl","imagery":"osm","id":121797249}},{"id":121871323,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.232757,-39.8306165],[-73.232254,-39.8306165],[-73.232254,-39.8296762],[-73.232757,-39.8296762],[-73.232757,-39.8306165]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T23:26:18Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/z8NeOOg.jpg","https://i.imgur.com/ESDLEgV.jpg","https://i.imgur.com/dIKf1IX.jpg","https://i.imgur.com/82Epx0k.jpg","https://i.imgur.com/Im4ZNF5.jpg","https://i.imgur.com/45nNiqD.jpg","https://i.imgur.com/kTjyUoo.jpg"],"natural":["tree"]},"create":0,"modify":7,"delete":0,"area":4.72970900006645e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":7,"id":121871323}},{"id":121871141,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0212511,14.5628527],[121.0212511,14.5628527],[121.0212511,14.5628527],[121.0212511,14.5628527],[121.0212511,14.5628527]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GOwin","uid":"1041828","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T23:13:01Z","reviewed_features":[],"tag_changes":{"fixme":["Freeform used on 'bicycle_parking'-tag: possibly a wrong value"],"image":["https://i.imgur.com/GX18j1a.jpg"],"access":["customers"],"amenity":["bicycle_parking"],"bicycle_parking":["yes","railing"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"id":121871141}},{"id":121869884,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.232186,-39.8307888],[-73.2316372,-39.8307888],[-73.2316372,-39.8302944],[-73.232186,-39.8302944],[-73.232186,-39.8307888]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T21:57:14Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/tEBP5sA.jpg","https://i.imgur.com/kQLuXLT.jpg","https://i.imgur.com/u2FaKpJ.jpg","https://i.imgur.com/P7pmNMT.jpg","https://i.imgur.com/cgwp2vh.jpg","https://i.imgur.com/tmdcU9B.jpg"],"image:0":["https://i.imgur.com/RQ7Mus2.jpg"],"image:1":["https://i.imgur.com/X4Wx2f3.jpg"],"natural":["tree"]},"create":0,"modify":8,"delete":0,"area":2.71326720002584e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":8,"id":121869884}},{"id":121868369,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2317231,-39.83117],[-73.2315383,-39.83117],[-73.2315383,-39.8309504],[-73.2317231,-39.8309504],[-73.2317231,-39.83117]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T20:53:47Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Mc2W3Qr.jpg","https://i.imgur.com/wJqDbr9.jpg"],"natural":["tree"]},"create":0,"modify":2,"delete":0,"area":4.05820800001224e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":2,"id":121868369}},{"id":121863141,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.0961074,48.8408778],[10.0961074,48.8408778],[10.0961074,48.8408778],[10.0961074,48.8408778],[10.0961074,48.8408778]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T18:03:39Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Tgyr9mE.jpg"],"amenity":["toilets"],"payment:cash":["yes"],"payment:cards":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":1,"locale":"de","imagery":"osm","add-image":1,"id":121863141}},{"id":121859599,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6643242,50.5601827],[4.695168,50.5601827],[4.695168,50.5642614],[4.6643242,50.5642614],[4.6643242,50.5601827]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9790984738","osm_id":9790984738,"reasons":[43],"version":1,"primary_tags":{"amenity":"bicycle_library"}}],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T16:27:50Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/wpOxkw1.jpg"],"amenity":["bicycle_parking","bicycle_library","bicycle_repair_station"]},"create":8,"modify":22,"delete":1,"area":0.000125802607060025,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":32,"locale":"en","imagery":"CartoDB.Voyager","deletion":1,"add-image":8,"change_over_5000m":9,"change_within_25m":40,"deletion:node/9785604436":"duplicate","id":121859599}},{"id":121856741,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6141915,43.1816863],[5.6141915,43.1816863],[5.6141915,43.1816863],[5.6141915,43.1816863],[5.6141915,43.1816863]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T15:22:41Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"],"operational_status":["broken"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":2,"locale":"it","imagery":"CartoDB.Voyager","change_within_50m":2,"id":121856741}},{"id":121855658,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9371133,50.9687189],[4.9685405,50.9687189],[4.9685405,50.9963481],[4.9371133,50.9963481],[4.9371133,50.9687189]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T14:55:04Z","reviewed_features":[],"tag_changes":{"fee":["no"],"email":["sportenjeugd@scherpenheuvel-zichem.be"],"phone":["+32 13 39 14 40"],"access":["yes"],"leisure":["playground"],"website":["https://www.scherpenheuvel-zichem.be/toerisme-en-vrije-tijd/kinderen-en-jongeren/speelterreinen/speelterrein-planetenwijk-scherpenheuvel","https://www.scherpenheuvel-zichem.be/speelterrein-vossenberg-keiberg","https://www.scherpenheuvel-zichem.be/speelterrein-merellaan-lijsterlaan-schoonderbuken"],"operator":["Gemeente Scherpenheuvel-Zichem"]},"create":1,"modify":18,"delete":0,"area":0.000868308394239981,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":21,"locale":"en","imagery":"osm","id":121855658}},{"id":121854064,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.5339336,51.1539547],[5.5593288,51.1539547],[5.5593288,51.1745414],[5.5339336,51.1745414],[5.5339336,51.1539547]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ToerBocholt","uid":"16178470","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T14:16:00Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"],"leisure":["playground"]},"create":3,"modify":2,"delete":0,"area":0.00052280336384007,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"CartoDB.Voyager","id":121854064}},{"id":121853404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1523533,50.7597604],[4.1523533,50.7597604],[4.1523533,50.7597604],[4.1523533,50.7597604],[4.1523533,50.7597604]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/VerkeerdeBordenDatabank/VerkeerdeBordenDatabank.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T13:58:20Z","reviewed_features":[],"tag_changes":{"traffic_sign:issue":["Dit zou een C3 moeten zijn","Dit zou een C3 moeten zijn; er zou 50 meter verder nog een bord moeten zijn"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/VerkeerdeBordenDatabank/VerkeerdeBordenDatabank.json","answer":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"id":121853404}},{"id":121850761,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6622172,50.5596732],[4.6622172,50.5596732],[4.6622172,50.5596732],[4.6622172,50.5596732],[4.6622172,50.5596732]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T12:45:09Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":6,"locale":"en","imagery":"cyclosm","add-image":1,"change_over_5000m":8,"id":121850761}},{"id":121850677,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T12:42:46Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":2,"locale":"en","imagery":"cyclosm","change_over_5000m":2,"id":121850677}},{"id":121850656,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T12:42:20Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"cyclosm","change_over_5000m":1,"id":121850656}},{"id":121849906,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2186376,51.2072158],[3.2199645,51.2072158],[3.2199645,51.2076978],[3.2186376,51.2076978],[3.2186376,51.2072158]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T12:19:25Z","reviewed_features":[],"tag_changes":{"building":["house","yes"],"addr:street":["Wulfhagestraat"],"addr:housenumber":["12"]},"create":1,"modify":2,"delete":0,"area":6.39565799997482e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","theme":"grb","answer":2,"import":2,"locale":"nl","imagery":"AGIVFlandersGRB","change_within_500m":4,"id":121849906}},{"id":121847347,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.7841905,48.4156942],[9.7841905,48.4156942],[9.7841905,48.4156942],[9.7841905,48.4156942],[9.7841905,48.4156942]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T11:07:45Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/KcY5Cca.jpg"],"access":["yes"],"indoor":["no","yes"],"survey:date":["2022-06-02"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"de","imagery":"osm","add-image":1,"id":121847347}},{"id":121844176,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.786001,48.4132021],[9.786001,48.4132021],[9.786001,48.4132021],[9.786001,48.4132021],[9.786001,48.4132021]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-02T09:46:39Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/YIyPeie.jpg"],"amenity":["toilets"],"toilets:position":["seated;urinal"],"toilets:handwashing":["yes"],"toilets:paper_supplied":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"de","imagery":"osm","add-image":1,"id":121844176}},{"id":121838532,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6970093,50.567331],[4.6973258,50.567331],[4.6973258,50.5675694],[4.6970093,50.5675694],[4.6970093,50.567331]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.19.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-02T07:24:25Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":4,"delete":0,"area":7.54535999978069e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":11,"locale":"en","imagery":"CartoDB.Voyager","add-image":2,"change_over_5000m":2,"change_within_25m":13,"id":121838532}},{"id":121911414,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.1456337,52.4187189],[14.1456337,52.4187189],[14.1456337,52.4187189],[14.1456337,52.4187189],[14.1456337,52.4187189]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Casi1980","uid":"13989376","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T19:01:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":121911414}},{"id":121908433,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.049599,-36.8139974],[-73.049599,-36.8139974],[-73.049599,-36.8139974],[-73.049599,-36.8139974],[-73.049599,-36.8139974]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T18:01:33Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"heritage":["yes"],"denotation":["natural_monument","street"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":2,"locale":"es","imagery":"osm","id":121908433}},{"id":121908299,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.941501,53.4371697],[18.9422106,53.4371697],[18.9422106,53.437546],[18.941501,53.437546],[18.941501,53.4371697]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"macaddr","uid":"13378425","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T17:58:17Z","reviewed_features":[],"tag_changes":{"lit":["no"],"barrier":["fence"],"leisure":["playground"],"surface":["grass"],"opening_hours":["24/7"]},"create":0,"modify":4,"delete":0,"area":2.67022479999604e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":5,"locale":"en","imagery":"osm","id":121908299}},{"id":121907674,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6630242,50.5601629],[4.6657722,50.5601629],[4.6657722,50.5617783],[4.6630242,50.5617783],[4.6630242,50.5601629]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FabienneWilmet","uid":"13029843","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T17:42:37Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":2,"delete":0,"area":0.00000443911919999683,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":12,"locale":"en","imagery":"HDM_HOT","change_over_5000m":2,"change_within_5000m":12,"id":121907674}},{"id":121903206,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2802261,47.7961281],[-4.2801718,47.7961281],[-4.2801718,47.796142],[-4.2802261,47.796142],[-4.2802261,47.7961281]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T16:02:25Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/PWO9PCf.jpg","https://i.imgur.com/DU4k6Jj.jpg"],"amenity":["recycling"],"opening_hours":["24/7"]},"create":0,"modify":5,"delete":0,"area":7.54770000337672e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":3,"locale":"en","imagery":"osm","add-image":2,"change_within_25m":3,"change_within_500m":2,"id":121903206}},{"id":121903039,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2780006,47.7959265],[-4.2779533,47.7959265],[-4.2779533,47.7959512],[-4.2780006,47.7959512],[-4.2780006,47.7959265]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T15:58:50Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/yp5fZki.jpg"],"amenity":["toilets"],"building":["yes"],"opening_hours":["24/7"],"changing_table":["no"],"toilets:position":["seated"]},"create":0,"modify":2,"delete":0,"area":1.16830999988097e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":5,"locale":"en","imagery":"osm","add-image":1,"change_within_25m":6,"id":121903039}},{"id":121902864,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7053571,51.0278079],[3.7053571,51.0278079],[3.7053571,51.0278079],[3.7053571,51.0278079],[3.7053571,51.0278079]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T15:55:07Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":6,"locale":"en","imagery":"AGIV","id":121902864}},{"id":121902857,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.277912,47.7960841],[-4.277912,47.7960841],[-4.277912,47.7960841],[-4.277912,47.7960841],[-4.277912,47.7960841]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T15:54:59Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/8ANOSVX.jpg"],"amenity":["fast_food"],"wheelchair":["limited"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"en","imagery":"osm","add-image":1,"change_within_25m":1,"change_within_50m":1,"id":121902857}},{"id":121902736,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2776398,47.7960467],[-4.2776398,47.7960467],[-4.2776398,47.7960467],[-4.2776398,47.7960467],[-4.2776398,47.7960467]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T15:52:38Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Mp4WiZk.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":1,"locale":"en","imagery":"Cadastre","add-image":1,"change_within_25m":2,"id":121902736}},{"id":121902216,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.786211,48.413471],[9.786211,48.413471],[9.786211,48.413471],[9.786211,48.413471],[9.786211,48.413471]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T15:42:09Z","reviewed_features":[],"tag_changes":{"bus":["no"],"fee":["yes"],"hgv":["no"],"image":["https://i.imgur.com/HsBSbRW.jpg"],"amenity":["charging_station"],"bicycle":["no"],"scooter":["no"],"motorcar":["yes"],"parking:fee":["no"],"opening_hours":["24/7"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":4,"locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":121902216}},{"id":121899091,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.7502487,53.435716],[18.9390591,53.435716],[18.9390591,53.4904115],[18.7502487,53.4904115],[18.7502487,53.435716]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"macaddr","uid":"13378425","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T14:32:45Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"camera:direction":["130"],"surveillance:zone":["parking"]},"create":1,"modify":4,"delete":0,"area":0.0103270792332003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":9,"locale":"en","imagery":"osm","id":121899091}},{"id":121898826,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.9419333,53.4380603],[18.9419333,53.4380603],[18.9419333,53.4380603],[18.9419333,53.4380603],[18.9419333,53.4380603]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"macaddr","uid":"13378425","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T14:26:38Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"support":["pole"],"lamp_mount":["bent_mast"],"light:count":["1"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":6,"locale":"en","imagery":"osm","id":121898826}},{"id":121898273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2431303,51.2060932],[3.2431303,51.2060932],[3.2431303,51.2060932],[3.2431303,51.2060932],[3.2431303,51.2060932]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T14:14:21Z","reviewed_features":[],"tag_changes":{"leisure":["sports_centre"],"opening_hours":["Mo-Fr 07:45-22:00; Sa 08:00-18:00; Su 08:00-13:00;PH off","Mo-Fr 08:00-23:00; Sa 08:00-22:00; Su 08:00-16:00"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/climbing.html","theme":"climbing","answer":2,"locale":"en","imagery":"osm","change_within_100m":2,"id":121898273}},{"id":121898202,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.7497059,53.4788636],[18.7530143,53.4788636],[18.7530143,53.4902106],[18.7497059,53.4902106],[18.7497059,53.4788636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"macaddr","uid":"13378425","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T14:12:46Z","reviewed_features":[],"tag_changes":{"door":["hinged"],"building":["yes"],"entrance":["secondary","yes"],"automatic_door":["no"]},"create":2,"modify":13,"delete":0,"area":0.000037540414800021,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/entrances.html","theme":"entrances","answer":14,"locale":"en","imagery":"Geoportal2-PL-aerial_image_WMTS","id":121898202}},{"id":121895716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.1149699,45.0119662],[0.1153946,45.0119662],[0.1153946,45.01234],[0.1149699,45.01234],[0.1149699,45.0119662]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Marival","uid":"8238040","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T13:24:17Z","reviewed_features":[],"tag_changes":{"building":["yes"],"man_made":["surveillance"]},"create":2,"modify":4,"delete":0,"area":1.58752859999331e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":4,"locale":"fr","imagery":"osm","add-image":1,"change_within_50m":2,"change_within_100m":5,"id":121895716}},{"id":121893784,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.7841748,48.4157049],[9.7841748,48.4157049],[9.7841748,48.4157049],[9.7841748,48.4157049],[9.7841748,48.4157049]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T12:46:40Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/uw09UPb.jpg"],"amenity":["toilets"],"toilets:position":["seated;urinal"],"toilets:handwashing":["yes"],"toilets:paper_supplied":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"de","imagery":"osm","add-image":1,"change_over_5000m":1,"id":121893784}},{"id":121893009,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.2919769,50.9934448],[5.2919769,50.9934448],[5.2919769,50.9934448],[5.2919769,50.9934448],[5.2919769,50.9934448]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mjans","uid":"5199038","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T12:30:58Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"import":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":1,"import:node/9792436412":"source: https://osm.org/note/3044405","id":121893009}},{"id":121891827,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8092803,43.9475412],[4.8092803,43.9475412],[4.8092803,43.9475412],[4.8092803,43.9475412],[4.8092803,43.9475412]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T12:06:28Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"it","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_25m":1,"id":121891827}},{"id":121890920,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0031754,50.9143032],[5.0031754,50.9143032],[5.0031754,50.9143032],[5.0031754,50.9143032],[5.0031754,50.9143032]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T11:48:19Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","link-image":1,"id":121890920}},{"id":121888941,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/mcquests/main/parkingspaces.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T11:04:02Z","reviewed_features":[],"tag_changes":{"amenity":["parking_space"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/yopaseopor/mcquests/main/parkingspaces.json","answer":2,"locale":"en","imagery":"osm","id":121888941}},{"id":121882456,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0385858,50.9221514],[4.0772923,50.9221514],[4.0772923,50.9346099],[4.0385858,50.9346099],[4.0385858,50.9221514]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Vincent Van Heghe","uid":"4624802","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T08:23:25Z","reviewed_features":[],"tag_changes":{"name":["Somergembos","Parktuin Schelfhout"],"access":["yes"],"landuse":["forest"],"leisure":["park"],"boundary":["protected_area"],"operator":["Natuurpunt"]},"create":0,"modify":6,"delete":0,"area":0.00048222493025004,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":121882456}},{"id":121879671,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3006821,50.8071335],[4.3006821,50.8071335],[4.3006821,50.8071335],[4.3006821,50.8071335],[4.3006821,50.8071335]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T07:20:02Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":3,"locale":"nl","imagery":"AGIV","add-image":2,"id":121879671}},{"id":121876090,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252],[1.7128895,41.2184252]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"yopaseopor","uid":"500572","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/mcquests/main/parkingspaces.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-03T05:37:35Z","reviewed_features":[],"tag_changes":{"amenity":["parking_space"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/yopaseopor/mcquests/main/parkingspaces.json","answer":2,"locale":"en","imagery":"osm","id":121876090}},{"id":121872925,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.514267,-34.4713306],[-58.5142478,-34.4713306],[-58.5142478,-34.4713223],[-58.514267,-34.4713223],[-58.514267,-34.4713306]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-03T02:18:36Z","reviewed_features":[],"tag_changes":{"railway":["signal"],"railway:signal:position":["left"]},"create":1,"modify":2,"delete":0,"area":1.59360000063877e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":6,"locale":"en","imagery":"osm","change_over_5000m":7,"id":121872925}},{"id":121955897,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9417057,14.4756233],[121.2054562,14.4756233],[121.2054562,14.7494825],[120.9417057,14.7494825],[120.9417057,14.4756233]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T22:56:10Z","reviewed_features":[],"tag_changes":{"name":["PRIDE Binangonan","PRIDE BInangonan"],"lgbtq":["welcome","friendly"],"office":["association"],"amenity":["social_facility","bar"]},"create":1,"modify":3,"delete":0,"area":0.0722305009295998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":5,"locale":"en","imagery":"osm","id":121955897}},{"id":121955635,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.8509143,-27.4812184],[-58.8172702,-27.4812184],[-58.8172702,-27.4694499],[-58.8509143,-27.4694499],[-58.8509143,-27.4812184]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jmourglia","uid":"1814226","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-04T22:37:02Z","reviewed_features":[],"tag_changes":{"fixme":["Freeform field used for artwork type - doublecheck the value"],"image":["https://i.imgur.com/UajpE81.jpg","https://i.imgur.com/3JV4xN5.jpg","https://i.imgur.com/5KpRxi3.jpg","https://i.imgur.com/ddvruc7.jpg"],"image:0":["https://i.imgur.com/jjlUuM4.jpg","https://i.imgur.com/GBwXLdh.jpg"],"image:1":["https://i.imgur.com/hW1xHmm.jpg"],"tourism":["artwork"],"artist_name":["kura"]},"create":0,"modify":7,"delete":0,"area":0.000395940590849917,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":3,"locale":"en","imagery":"osm","add-image":7,"id":121955635}},{"id":121954681,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T21:43:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":1,"locale":"en","imagery":"osm","id":121954681}},{"id":121954424,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4504297,50.8688095],[4.4506651,50.8688095],[4.4506651,50.869087],[4.4504297,50.869087],[4.4504297,50.8688095]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-04T21:33:05Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/xSR5pVy.jpg"],"image:0":["https://i.imgur.com/JJq2zMm.jpg"],"leisure":["playground"],"surface":["sand"]},"create":0,"modify":3,"delete":0,"area":6.53235000007239e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":1,"locale":"nl","imagery":"osm","add-image":2,"id":121954424}},{"id":121952098,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0301882,14.6234142],[121.0303851,14.6234142],[121.0303851,14.6235816],[121.0301882,14.6235816],[121.0301882,14.6234142]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T20:01:21Z","reviewed_features":[],"tag_changes":{"amenity":["bar"],"building":["yes"],"contact:facebook":["https://www.facebook.com/fahrenheitclubmanila/"]},"create":0,"modify":1,"delete":0,"area":3.29610600010895e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":1,"locale":"en","imagery":"osm","id":121952098}},{"id":121951074,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.1023868,14.6034278],[121.1023868,14.6034278],[121.1023868,14.6034278],[121.1023868,14.6034278],[121.1023868,14.6034278]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T19:29:17Z","reviewed_features":[],"tag_changes":{"email":["delete@g.com"],"amenity":["fast_food"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":2,"locale":"en","imagery":"osm","id":121951074}},{"id":121949177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3233021,50.9978061],[3.3233021,50.9978061],[3.3233021,50.9978061],[3.3233021,50.9978061],[3.3233021,50.9978061]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T18:21:08Z","reviewed_features":[],"tag_changes":{"leisure":["playground"]},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":4,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":4,"id":121949177}},{"id":121949096,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2774142,47.7977984],[-4.2774142,47.7977984],[-4.2774142,47.7977984],[-4.2774142,47.7977984],[-4.2774142,47.7977984]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T18:17:59Z","reviewed_features":[],"tag_changes":{"level":["0"],"access":["yes"],"wheelchair":["yes"],"defibrillator:location:en":["In the hall, on the left, near exit emergency"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":4,"locale":"en","imagery":"osm","change_within_500m":4,"id":121949096}},{"id":121949028,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0301882,14.6234142],[121.0377205,14.6234142],[121.0377205,14.672904],[121.0301882,14.672904],[121.0301882,14.6234142]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T18:14:39Z","reviewed_features":[],"tag_changes":{"email":["fclubphilippines@yahoo.com"],"office":["ngo","association"],"amenity":["bar"],"building":["yes"]},"create":0,"modify":2,"delete":0,"area":0.000372772020540422,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":2,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_5000m":1,"id":121949028}},{"id":121948749,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3231027,50.9973437],[3.3240883,50.9973437],[3.3240883,50.9985594],[3.3231027,50.9985594],[3.3231027,50.9973437]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T18:05:18Z","reviewed_features":[],"tag_changes":{"amenity":["bench","waste_basket"],"leisure":["picnic_table"]},"create":7,"modify":0,"delete":0,"area":0.0000011981939199959,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":7,"locale":"nl","imagery":"osm","change_over_5000m":7,"change_within_25m":7,"id":121948749}},{"id":121948514,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3235095,50.9982068],[3.3241702,50.9982068],[3.3241702,50.9986443],[3.3235095,50.9986443],[3.3235095,50.9982068]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T17:58:56Z","reviewed_features":[],"tag_changes":{"route":["bicycle"],"highway":["footway"]},"create":4,"modify":2,"delete":0,"area":2.89056250002584e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/nature.html","theme":"entrances","locale":"nl","imagery":"osm","change_within_25m":4,"id":121948514}},{"id":121948508,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T17:58:40Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/entrances.html","theme":"entrances","locale":"nl","imagery":"osm","change_within_25m":2,"id":121948508}},{"id":121948441,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3235043,50.9986135],[3.3235043,50.9986135],[3.3235043,50.9986135],[3.3235043,50.9986135],[3.3235043,50.9986135]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T17:55:46Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"nl","imagery":"osm","change_over_5000m":1,"id":121948441}},{"id":121948275,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3231141,50.9974306],[3.3241433,50.9974306],[3.3241433,50.9986071],[3.3231141,50.9986071],[3.3231141,50.9974306]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T17:49:32Z","reviewed_features":[],"tag_changes":{"route":["bicycle"],"amenity":["bench"],"leisure":["picnic_table"]},"create":7,"modify":7,"delete":0,"area":0.00000121085379999923,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":43,"import":1,"locale":"nl","imagery":"AGIV","change_over_5000m":8,"change_within_25m":43,"import:node/9795328273":"source: https://osm.org/note/3156394","id":121948275}},{"id":121945314,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3526206,50.8515168],[4.3526581,50.8515168],[4.3526581,50.8515898],[4.3526206,50.8515898],[4.3526206,50.8515168]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Moh glk","uid":"16199465","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T16:19:18Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"]},"create":0,"modify":2,"delete":0,"area":2.73750000004231e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","move":1,"theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_25m":2,"move:node/7376270730":"improve_accuracy","id":121945314}},{"id":121944895,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8537228,50.90854],[4.8537308,50.90854],[4.8537308,50.9085451],[4.8537228,50.9085451],[4.8537228,50.90854]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T16:07:31Z","reviewed_features":[],"tag_changes":{"amenity":["vending_machine"]},"create":0,"modify":1,"delete":0,"area":4.07999999663752e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix","move":1,"theme":"cyclofix","locale":"en","imagery":"AGIVFlandersGRB","move:node/9776597335":"improve_accuracy","id":121944895}},{"id":121943875,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8106191,51.1862576],[2.8106264,51.1862576],[2.8106264,51.1862581],[2.8106191,51.1862581],[2.8106191,51.1862576]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T15:39:17Z","reviewed_features":[],"tag_changes":{"amenity":["cafe"]},"create":1,"modify":1,"delete":1,"area":3.65000004267595e-12,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":1,"locale":"nl","imagery":"osm","deletion":1,"change_over_5000m":1,"change_within_25m":2,"deletion:node/1545762872":"shop_closed","id":121943875}},{"id":121943858,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T15:38:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","locale":"nl","imagery":"osm","deletion":1,"change_within_25m":1,"deletion:node/1545762872":"shop_closed","id":121943858}},{"id":121943283,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.2912086,48.3005377],[14.2950152,48.3005377],[14.2950152,48.3039445],[14.2912086,48.3039445],[14.2912086,48.3005377]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"mapper75474","uid":"8581722","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-04T15:23:53Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_repair_station"],"opening_hours":["24/7"],"service:bicycle:tools":["yes"],"service:bicycle:pump:operational_status":["broken"]},"create":0,"modify":2,"delete":0,"area":0.0000129683248800045,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":8,"locale":"en","imagery":"CartoDB.Voyager","id":121943283}},{"id":121942826,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3215027,50.8323484],[4.3215027,50.8323484],[4.3215027,50.8323484],[4.3215027,50.8323484],[4.3215027,50.8323484]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T15:12:16Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/climbing.html","theme":"climbing","locale":"nl","imagery":"osm","change_over_5000m":1,"id":121942826}},{"id":121942799,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T15:11:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/climbing.html","theme":"climbing","locale":"nl","imagery":"osm","change_over_5000m":1,"id":121942799}},{"id":121941839,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0301882,14.6234142],[121.0303851,14.6234142],[121.0303851,14.6235816],[121.0301882,14.6235816],[121.0301882,14.6234142]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T14:44:06Z","reviewed_features":[],"tag_changes":{"amenity":["bar"],"building":["yes"],"opening_hours":["Mo 00:00-01:00, 16:00-00:00; Tu-Fr 16:00-00:00; Sa-Su 00:00-01:00, 16:00-00:00","Fr-Sa 19:00-04:00"]},"create":0,"modify":1,"delete":0,"area":3.29610600010895e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":3,"locale":"en","imagery":"osm","id":121941839}},{"id":121940844,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1090121,50.7861001],[4.1090121,50.7861001],[4.1090121,50.7861001],[4.1090121,50.7861001],[4.1090121,50.7861001]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T14:12:22Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":8,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":9,"id":121940844}},{"id":121938289,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0000378,14.6150336],[121.0000378,14.6150336],[121.0000378,14.6150336],[121.0000378,14.6150336],[121.0000378,14.6150336]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T13:00:21Z","reviewed_features":[],"tag_changes":{"amenity":["social_facility"],"opening_hours":["We-Su 09:00-15:30"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":1,"locale":"en","imagery":"osm","id":121938289}},{"id":121937771,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2201007,51.1974825],[3.2201007,51.1974825],[3.2201007,51.1974825],[3.2201007,51.1974825],[3.2201007,51.1974825]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T12:44:40Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_repair_station"],"service:bicycle:pump:operational_status":["operational"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","answer":2,"locale":"en","imagery":"CartoDB.Voyager","change_within_25m":2,"id":121937771}},{"id":121937100,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5754289,51.0642306],[3.5754289,51.0642306],[3.5754289,51.0642306],[3.5754289,51.0642306],[3.5754289,51.0642306]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T12:20:16Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_rental"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","import":1,"locale":"en","imagery":"AGIV","import:node/9794675533":"source: https://osm.org/note/3161429","id":121937100}},{"id":121935902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0301882,14.5629968],[121.0340718,14.5629968],[121.0340718,14.6235816],[121.0301882,14.6235816],[121.0301882,14.5629968]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T11:42:49Z","reviewed_features":[],"tag_changes":{"office":["ngo"],"amenity":["bar"],"building":["yes"],"opening_hours":["Mo-Fr 09:00-17:00","Fr-Sa 19:00-04:00","Su-Th 19:00-3:00; Fr-Sa 19:00-4:00"]},"create":0,"modify":2,"delete":0,"area":0.000235287129280534,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":2,"locale":"en","imagery":"osm","id":121935902}},{"id":121935343,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0509915,14.7044834],[121.0509915,14.7044834],[121.0509915,14.7044834],[121.0509915,14.7044834],[121.0509915,14.7044834]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T11:23:28Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"],"opening_hours":["Mo 09:00-22:00; Tu-Sa 10:00-22:00; Su 10:00-17:00"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":2,"locale":"en","imagery":"osm","id":121935343}},{"id":121935001,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1377728,51.1669491],[4.1382167,51.1669491],[4.1382167,51.1670929],[4.1377728,51.1670929],[4.1377728,51.1669491]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T11:14:15Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/07wgs8s.jpg"],"amenity":["charging_station"],"capacity":["6"],"socket:typee":["6","1"]},"create":0,"modify":3,"delete":0,"area":6.38328200016606e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","move":1,"theme":"toerisme_vlaanderen","answer":2,"locale":"en","imagery":"AGIV","add-image":1,"change_within_25m":3,"change_within_50m":1,"move:node/9685459856":"improve_accuracy","id":121935001}},{"id":121934603,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1307145,51.1687748],[4.1307145,51.1687748],[4.1307145,51.1687748],[4.1307145,51.1687748],[4.1307145,51.1687748]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T11:01:48Z","reviewed_features":[],"tag_changes":{"shop":["bicycle"]},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","answer":7,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":8,"id":121934603}},{"id":121929503,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5476008,51.2103174],[4.5476008,51.2103174],[4.5476008,51.2103174],[4.5476008,51.2103174],[4.5476008,51.2103174]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T08:25:36Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":5,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":1,"change_within_25m":6,"id":121929503}},{"id":121924774,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8587278,51.141416],[4.8624193,51.141416],[4.8624193,51.143177],[4.8587278,51.143177],[4.8587278,51.141416]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T05:36:24Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant","pharmacy"],"building":["yes","house","garages","roof"],"source:geometry:ref":["Gbg/4047428","Gbg/4050111","Gbg/4047568","Gbg/4047420","Gbg/4047393","Gbg/4047394","Gbg/4047496","Gbg/4047430","Gbg/4047431","Gba/311592","Gbg/4047433"],"source:geometry:date":["2017-03-01","2017-03-30","2013-01-16","2015-11-24","2020-09-16","2013-02-20","2014-12-04"]},"create":226,"modify":76,"delete":0,"area":0.00000650073150000772,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":69,"theme":"grb","import":26,"locale":"nl","imagery":"AGIV","conflation":22,"id":121924774}},{"id":121924745,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8589092,51.1425534],[4.8595015,51.1425534],[4.8595015,51.1427674],[4.8589092,51.1427674],[4.8589092,51.1425534]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-04T05:35:38Z","reviewed_features":[],"tag_changes":{"building":["house"],"source:geometry:ref":["Gbg/4047427","Gbg/4047426","Gbg/4047425"],"source:geometry:date":["2017-03-01","2013-01-16","2014-05-02"]},"create":20,"modify":15,"delete":0,"area":1.26752199999852e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":12,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":6,"id":121924745}},{"id":121997486,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.5893592,10.2721269],[-85.5889646,10.2721269],[-85.5889646,10.2724262],[-85.5893592,10.2724262],[-85.5893592,10.2721269]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"0xwabi","uid":"16159140","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T23:26:04Z","reviewed_features":[],"tag_changes":{"name":["Deco Autos","Tire Kingdom"],"shop":["tyres"],"building":["yes"]},"create":0,"modify":1,"delete":0,"area":1.18103780002101e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":1,"locale":"en","imagery":"osm","change_within_5000m":1,"id":121997486}},{"id":121994667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.5897019,10.2586071],[-85.5862933,10.2586071],[-85.5862933,10.2732369],[-85.5897019,10.2732369],[-85.5897019,10.2586071]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"0xwabi","uid":"16159140","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T21:01:23Z","reviewed_features":[],"tag_changes":{"name":["La Golondrina","Las Golondrina"],"image":["https://i.imgur.com/i4pIgWp.jpg"],"amenity":["restaurant"],"building":["yes"],"diet:vegetarian":["no"]},"create":2,"modify":4,"delete":0,"area":0.0000498671362800023,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":4,"locale":"en","imagery":"osm","add-image":3,"change_over_5000m":2,"change_within_5000m":7,"id":121994667}},{"id":121994556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-99.1637305,19.4288488],[-99.1637305,19.4288488],[-99.1637305,19.4288488],[-99.1637305,19.4288488],[-99.1637305,19.4288488]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T20:57:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"cyclosm","add-image":1,"id":121994556}},{"id":121992763,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3906408,51.0715958],[3.3906408,51.0715958],[3.3906408,51.0715958],[3.3906408,51.0715958],[3.3906408,51.0715958]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T20:01:15Z","reviewed_features":[],"tag_changes":{"name":["Boekenruilkast"],"amenity":["public_bookcase"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"bookcases","answer":1,"locale":"nl","imagery":"osm","change_within_5000m":1,"id":121992763}},{"id":121987730,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.14465,51.1645238],[4.14465,51.1645238],[4.14465,51.1645238],[4.14465,51.1645238],[4.14465,51.1645238]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T17:28:19Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":5,"locale":"nl","imagery":"AGIVFlandersGRB","change_over_5000m":6,"id":121987730}},{"id":121981335,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-5368566323","name":"Bäckerei Krofnica","osm_id":5368566323,"reasons":[42],"version":4,"primary_tags":{"shop":"bakery"}}],"user":"Bernhard Pranz","uid":"8164818","editor":"iD 2.20.4","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"basemap.at Orthofoto","date":"2022-06-05T14:56:37Z","reviewed_features":[],"tag_changes":{"shop":["bakery"],"phone":["+43 664 9179100"],"amenity":["fast_food"],"cuisine":["kebab"],"operator":["Krofnica GmbH"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"de","hashtags":"#MapComplete;#food","changesets_count":2231,"id":121981335}},{"id":121981244,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552],[16.2925717,47.9859552]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Bernhard Pranz","uid":"8164818","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T14:54:30Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"en","imagery":"osm","id":121981244}},{"id":121979382,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.2830465,47.9484447],[16.2830465,47.9484447],[16.2830465,47.9484447],[16.2830465,47.9484447],[16.2830465,47.9484447]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Bernhard Pranz","uid":"8164818","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T14:10:59Z","reviewed_features":[],"tag_changes":{"access":["yes"],"indoor":["no"],"wheelchair":["limited"],"survey:date":["2022-06-05"],"opening_hours":["24/7"],"defibrillator:location":["an der Hauswand/on the wall"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":6,"locale":"en","imagery":"osm","id":121979382}},{"id":121979162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1442449,51.1133272],[4.1757032,51.1133272],[4.1757032,51.1141564],[4.1442449,51.1141564],[4.1442449,51.1133272]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T14:04:48Z","reviewed_features":[],"tag_changes":{"amenity":["fast_food"]},"create":2,"modify":0,"delete":0,"area":0.0000260852223599466,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/fritures.html","theme":"fritures","answer":2,"locale":"nl","imagery":"AGIV","change_over_5000m":4,"id":121979162}},{"id":121979123,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6107066,50.8179746],[4.6242946,50.8179746],[4.6242946,50.8269245],[4.6107066,50.8269245],[4.6107066,50.8179746]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Joostdeclercq","uid":"16204288","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T14:03:35Z","reviewed_features":[],"tag_changes":{"amenity":["bench","charging_station"],"leisure":["picnic_table"]},"create":3,"modify":2,"delete":0,"area":0.000121611241199962,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":6,"locale":"nl","imagery":"osm","id":121979123}},{"id":121977632,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3844626,50.8243706],[4.4409759,50.8243706],[4.4409759,50.8735345],[4.3844626,50.8735345],[4.3844626,50.8243706]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T13:31:39Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"image":["https://i.imgur.com/eEmn5MK.jpg","https://i.imgur.com/3PZ3nue.jpg","https://i.imgur.com/BBXdYnO.jpg","https://i.imgur.com/ETMaTHG.jpg"],"access":["customers"],"charge":["60 EUR/year"],"locked":["yes"],"amenity":["bicycle_parking"],"covered":["yes"],"capacity":["5"],"operator":["parking.brussels"],"operator:type":["public"]},"create":0,"modify":8,"delete":0,"area":0.00277841422986978,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":8,"id":121977632}},{"id":121973478,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4262876,50.8499172],[4.4262876,50.8499172],[4.4262876,50.8499172],[4.4262876,50.8499172],[4.4262876,50.8499172]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T11:55:46Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/nD52Ozq.jpg"],"amenity":["public_bookcase"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","locale":"nl","imagery":"osm","add-image":1,"id":121973478}},{"id":121973047,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3834744,50.8376257],[4.4356963,50.8376257],[4.4356963,50.8522751],[4.3834744,50.8522751],[4.3834744,50.8376257]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T11:42:36Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"],"image:0":["https://i.imgur.com/yyZZrQd.jpg"],"landuse":["residential"]},"create":0,"modify":2,"delete":0,"area":0.000765019501860172,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":2,"id":121973047}},{"id":121969284,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.2177335,51.0948239],[5.2177335,51.0948239],[5.2177335,51.0948239],[5.2177335,51.0948239],[5.2177335,51.0948239]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mjans","uid":"5199038","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T10:01:25Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":2,"import":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_50m":1,"import:node/9796328942":"source: https://osm.org/note/3044610","id":121969284}},{"id":121968687,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.095636,52.447019],[14.095636,52.447019],[14.095636,52.447019],[14.095636,52.447019],[14.095636,52.447019]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Casi1980","uid":"13989376","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T09:48:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":121968687}},{"id":121958553,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.457513,5.6134242],[-75.457513,5.6134242],[-75.457513,5.6134242],[-75.457513,5.6134242],[-75.457513,5.6134242]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-05T03:47:04Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":121958553}},{"id":121957028,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.9817766,14.5452059],[121.0526418,14.5452059],[121.0526418,14.6225629],[120.9817766,14.6225629],[120.9817766,14.5452059]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-05T00:40:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":5,"delete":0,"area":0.00548191927640008,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":6,"locale":"en","imagery":"osm","id":121957028}},{"id":122045776,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.20659,51.1862096],[3.2068115,51.1862096],[3.2068115,51.1864629],[3.20659,51.1864629],[3.20659,51.1862096]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T22:59:51Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/AIXKG6g.jpg"],"leisure":["pitch"]},"create":0,"modify":1,"delete":0,"area":5.61059500010178e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sport_pitches.html","theme":"sport_pitches","locale":"en","imagery":"osm","add-image":1,"id":122045776}},{"id":122044896,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1896306,51.2037117],[3.1920776,51.2037117],[3.1920776,51.2043616],[3.1896306,51.2043616],[3.1896306,51.2037117]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T22:03:19Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"name:etymology:wikidata":["Q7178","Q12091"]},"create":0,"modify":4,"delete":0,"area":0.00000159030529999784,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology","theme":"etymology","answer":4,"locale":"nl","imagery":"osm","id":122044896}},{"id":122042046,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2333359,50.7377595],[4.2390178,50.7377595],[4.2390178,50.7380284],[4.2333359,50.7380284],[4.2333359,50.7377595]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T20:10:59Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":2,"modify":2,"delete":0,"area":0.00000152786290996979,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":7,"locale":"en","imagery":"osm","id":122042046}},{"id":122039704,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3344968,51.165771],[3.3344968,51.165771],[3.3344968,51.165771],[3.3344968,51.165771],[3.3344968,51.165771]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/barriers_bridges/barriers_bridges.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T19:03:34Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/FesTPeM.jpg"],"barrier":["bollard"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/barriers_bridges/barriers_bridges.json","locale":"en","imagery":"osm","add-image":1,"id":122039704}},{"id":122039407,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5783017,50.1969804],[8.5783017,50.1969804],[8.5783017,50.1969804],[8.5783017,50.1969804],[8.5783017,50.1969804]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"juschu","uid":"67523","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T18:55:12Z","reviewed_features":[],"tag_changes":{"barrier":["cycle_barrier"],"bicycle":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122039407}},{"id":122039073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.0998057,52.3834331],[10.0998057,52.3834331],[10.0998057,52.3834331],[10.0998057,52.3834331],[10.0998057,52.3834331]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eq9RxsEL","uid":"6337397","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T18:45:31Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["straight_mast"],"light:colour":["white"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":4,"locale":"de","imagery":"osm","id":122039073}},{"id":122038237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3173243,51.1851439],[3.3173243,51.1851439],[3.3173243,51.1851439],[3.3173243,51.1851439],[3.3173243,51.1851439]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/cyclenodenetworks/cyclenodenetworks.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T18:20:39Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/TiJx7Hk.jpg"],"survey:date":["2022-06-06"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/cyclenodenetworks/cyclenodenetworks.json","answer":1,"locale":"en","imagery":"osm","add-image":1,"id":122038237}},{"id":122037507,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3042992,51.1626279],[3.3460929,51.1626279],[3.3460929,51.1921715],[3.3042992,51.1921715],[3.3042992,51.1626279]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T17:57:50Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/SzDdfKR.jpg","https://i.imgur.com/FrdmtL1.jpg","https://i.imgur.com/fI3yccU.jpg","https://i.imgur.com/O0n1buh.jpg","https://i.imgur.com/N9kpuqh.jpg"],"route":["hiking","bicycle","mtb"],"amenity":["bench"],"leisure":["picnic_table"],"waterway":["stream"],"survey:date":["2022-06-06"],"expected_rwn_route_relations":["3","4"]},"create":0,"modify":9,"delete":0,"area":0.00123473635532016,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"osm","add-image":6,"id":122037507}},{"id":122037277,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.5871686,10.2680671],[-85.5871686,10.2680671],[-85.5871686,10.2680671],[-85.5871686,10.2680671],[-85.5871686,10.2680671]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"0xwabi","uid":"16159140","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T17:50:17Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/cXzqBym.jpg"],"amenity":["restaurant"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","locale":"en","imagery":"osm","add-image":1,"id":122037277}},{"id":122036342,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3028261,51.1584451],[3.3396979,51.1584451],[3.3396979,51.1925423],[3.3028261,51.1925423],[3.3028261,51.1584451]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T17:27:19Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/4pEsAyW.jpg","https://i.imgur.com/SzDdfKR.jpg","https://i.imgur.com/FrdmtL1.jpg","https://i.imgur.com/09PBLbO.jpg","https://i.imgur.com/H8sPMBP.jpg","https://i.imgur.com/fI3yccU.jpg","https://i.imgur.com/RrshOcl.jpg"],"route":["hiking","bicycle","mtb"],"waterway":["stream"],"survey:date":["2022-06-06"],"expected_rwn_route_relations":["3","4"]},"create":0,"modify":10,"delete":0,"area":0.00125722513895993,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json","answer":10,"locale":"en","imagery":"osm","add-image":7,"id":122036342}},{"id":122033902,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.5881383,10.2591784],[-85.5827009,10.2591784],[-85.5827009,10.2874923],[-85.5881383,10.2874923],[-85.5881383,10.2591784]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"0xwabi","uid":"16159140","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T16:21:14Z","reviewed_features":[],"tag_changes":{"name":["Mini Super San Martin","Super San Martin"],"shop":["convenience","supermarket"],"image":["https://i.imgur.com/HKIlbXU.jpg","https://i.imgur.com/u7DSMgr.jpg"]},"create":0,"modify":2,"delete":0,"area":0.000153953999859749,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":1,"locale":"en","imagery":"osm","add-image":2,"id":122033902}},{"id":122033074,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.1406198,49.6753384],[6.1406198,49.6753384],[6.1406198,49.6753384],[6.1406198,49.6753384],[6.1406198,49.6753384]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ClarissaWAM","uid":"13745921","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T16:00:48Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases","theme":"bookcases","answer":2,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":3,"id":122033074}},{"id":122030608,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3327975,51.8367842],[5.647704,51.8367842],[5.647704,52.0202659],[4.3327975,52.0202659],[4.3327975,51.8367842]]]},"properties":{"check_user":null,"reasons":[{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Friendly_Ghost","uid":"10875409","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T15:03:50Z","reviewed_features":[],"tag_changes":{"shop":["farm","caterer","flooring","hairdresser","motorcycle","seafood","catering","supermarket","clothes","survey","music","computer","convenience","houseware","leather","travel_agency","musical_instrument","books","furniture","sports","second_hand","florist","curtain","greengrocer","outdoor","hifi","art","charity","gift","chemist","tailor","locksmith","bag","massage","antiques","beauty","deli","butcher","toys","shoes","general","model","jewelry","casino","cheese","doityourself","garden_centre","newsagent","bakery","bed","agrarian","pet","car_repair","hardware","bicycle","interior_decoration","kitchen","bathroom_furnishing","stationery","car","copyshop","pastry","hearing_aids","funeral_directors","mobile_phone","baby_goods","electronics","tea","storage_rental","erotic","fabric","optician","perfumery","tobacco","military_surplus","herbalist","photo","spare_parts","chocolate","vacant","health_food","alcohol","confectionery","office_supplies","carpet","coffee","party","building_materials","car_parts","tyres","wholesale","nuts","pet_grooming","estate_agent","tattoo","scooter","wine","pottery","no","yes","shoe_repair","water_sports"],"phone":["+31 88 974 3000","+31 88 9743000","+31 15 887 1162","+31 15 8871162","+31 15 214 4998","+31 15 2144 998","+31 15 212 9533","+31 15 2129533","+31 15 213 5487","+31 15 2135487","+31 15 212 7014","+31 15 2127014","+31 15 214 3067","+31 15 2143067","+31 15 214 7770","+31 15 2147770","+31 15 214 7191","+31 15 2147191","+31 15 212 3886","+31 15 2123886","+31 6 16799022","+31 616799022","+31 15 241 1011","+31 15 2411011","+31 15 212 0610","+31 152120610","+31 6 20024460","+31 620024460","+31 15 212 5058","+31 15 2125058","+31 15 213 1000","+31152131000","+31 15 760 0320","015 760 0320","+31 6 23242094","+31 623242094","+31 15 213 0393","015-2130393","+31 15 212 4280","+31 15 2124280","+31 15 214 2972","+31 152142972","+31 15 212 8297","+31 15 2128297","+31 15 215 3434","+31 152153434","+31 6 46478874","+31646478874","+31 15 750 0848","015-7500848","+31 15 201 0275","+31 15 2010275","+31 15 213 7809","+31152137809","+31 15 214 7212","+31 15 2147212","+31 15 214 5496","+31 152145496","+31 15 214 8124","+31 15 2148124","+31 15 222 3147","+31 15 2223147","+31 15 212 1913","+31 15 2121913","+31 15 215 9552","+31 15 2159552","+31 15 364 6508","+31 153646508","+31 15 212 5582","+31 15 212 55 82","+31 15 214 2600","+31152142600","+31 15 214 5945","+31 15 2145945","+31 15 213 1194","+31152131194","+31 15 212 9895","+31152129895","+31 15 213 3311","+31 15 213 33 11","+31 15 212 1510","+31 15 2121510","+31 15 212 6243","+31 15 2126243","+31 15 820 0225","+31 15 82 00 225","+31 15 666 7700","+31 15 6667700","+31 15 212 2447","+31 15 212 24 47","+31 15 760 0200","+31 15 76 00 200","+31 15 213 2578","+31 15 213 25 78","+31 15 222 0022","+31152220022","+31 15 256 4034","+31152564034","+31 15 214 0091","+31 15 2140091","+31 15 737 0484","+31 15-7370484","+31 15 212 6107","+31152126107","+31 6 57831930","06-57831930","+31 15 219 0765","+31 15 219 07 65","+31 6 41051702","+31 641051702","+31 6 41102615","+31 641102615","+31 15 271 6250","+31 15 2716250","+31 15 364 7443","+31 15 3647 443","+31 15 260 8715","+31 152608715","+31 15 214 7773","+31 15 214 77 73","+31 15 887 4185","+31 15 8874185","+31 15 214 6852","+31 15 2146852","+31 6 14790713","+31 06 1479 0713","+31 15 219 1650","+31152191650","+31 15 215 0025","+31 15 215 00 25","+31 15 213 4619","+31 15 2134619","+31 15 214 6451","+31 15 2146451","+31 15 260 8108","+31 15 2608108","+31 6 19653347","+316 1965 3347","+31 15 212 7511","+31(0)152127511","+31 6 54356046","+31 (6) 54356046","+31 15 213 1782","+31 15-213 1782","+31 15 257 1803","+31152571803","+31 70 820 0532","+31708200532","+31 15 889 1093","+31 15 8891093","+31 15 887 6008","+31 15 887 60 08","+31 15 212 3777","+31 152123777","+31 6 38114647","+31 638114647","+31 15 364 3065","+31 15 364 30 65","+31 15 215 8948","+31 15 2158948","+31 15 785 1161","+31 (0)15 7851161","+31 15 889 7175","+31158897175","+31 15 213 3226","+31 15 21 33 226","+31 15 284 0140","+31 15 2840140","+31 15 215 1690","+31 15 215 16 90","+31 6 42074441","+31642074441","+31 15 212 3321","+31 (0)15 2123321","+31 6 18512918","+31618512918","+31 15 215 5249","+31 15 2155249","+31 15 251 6565","+31 152516565","+31 15 200 2181","+31 15 2002181","+31 15 212 4852","+31 152124852","+31 15 212 0504","+31 (0)15 2120504","+31 15 213 0698","+31 152130698","+31 6 11808143","+31 611808143","+31 15 767 6010","+31157676010","+31 15 213 7048","+31 15 2137048","+31 15 257 8778","+31152578778","+31 15 214 5100","+31152145100","+31 15 302 0000","+31 15 3020000","+31 6 41464390","+31 641464390","+31 15 215 1715","+31152151715","+31 15 212 4582","+31152124582","+31 15 213 9892","+31 (0)15 2139892","+31 15 212 1712","015 2121712","+31 15 213 8204","+31 15 2138204","+31 15 212 1122","015 212 1122","+31 15 213 5929","+31 152135929","+31 15 737 0147","015 737 0147","+31 15 820 0970","+31 15 8200970","+31 15 212 1878","+31 15 2121878","+31 15 219 5560","+31 15 2195560","+31 15 303 0750","+31 153030750","+31 15 364 9190","+31 153649190","+31 6 39001688","+31-6-39001688","+31 10 521 6655","+31 10 521 66 55","+31 10 521 4262","+31 10 5214262","+31 10 521 42 62","+31 183 635 578","+31-183-635578","+31 10 411 5300","+31 10 4115300","+31 10 414 4206","010 - 414 42 06","+31 10 233 0922","010 – 233 09 22","+31 10 214 0836","+31102140836","+31 10 436 6177","+31 10 436 61 77","+31 10 846 3052","+31-10-846 30 52","+31 10 436 6599","+31-10–4366599","+31 10 280 9121","0031102809121","+31 10 223 0535","+31-10-22 30 535","+31 10 201 9075","010-201 90 75","+31 10 413 4423","010-4134423","+31 10 260 0039","+3110-2600039","+31 10 433 0592","+31-10 4330592","+31 10 737 0708","+31-10-7370708","+31 10 202 0131","+31 10 20 20 131","+31 10 240 9402","010-2409402","+31 10 307 0926","+31103070926","+31 10 845 3239","+3110-8453239","+31 10 412 0812","+31 10 412 0812.","+31 88 588 5861","088 588 5861","+31 10 413 0804","+31-10-4130804","+31 10 282 9100","010-2829100","+31 10 201 2000","+31 10 201 20 00","+31 10 236 7548","010 236 75 48","+31 10 414 6819","+31-10-414 68 19","+31 10 404 7901","+31 10 404 79 01","+31 10 411 3590","+31-10-4113590","+31 10 229 9689","+31102299689","+31 10 411 8349","+3110–4118349","+31 10 414 5591","+31 (0)10-414 55 91","+31 10 412 5563","+31-10-4125563","+31 10 414 4514","+31-10-414 4514","+31 10 433 2582","+31-10-433 25 82","+31 10 214 0909","+31-10-2140909","+31 10 224 6703","+31 10 224 67 03","+31 10 404 7909","+31-010–404 79 09","+31 10 233 2022","010 233 2022","+31 10 414 2834","+31 10 4142834","+31 6 39605650","0639605650","+31 10 413 0840","+31-10-413 0840","+31 10 223 2256","+31-10-2232256","+31 10 412 3607","+31-10-4123607","+31 23 727 1002","+31-23-7271002","+31 10 213 4543","+31-10-213 4543","+31 10 415 4565","+31-10-4154565","+31 10 411 0370","+31 10 4110370","+31 10 240 9317","+31 10 240 93 17","+31 10 414 5606","+31 (0)10 41 45 606","+31 10 413 2161","+31-10-4132161","+31 10 413 3513","010 - 413 35 13","+31 10 411 9473","+31 10 – 411 94 73","+31 10 413 8105","010-4138105","+31 10 433 3055","+31104333055","+31 10 404 9951","+31-10–4049951","+31 10 240 0099","010-2400099","+31 10 412 1823","+31-10-4121823","+31 10 413 1312","+31-10-4131312","+31 10 466 3012","+31104663012","+31 10 411 6615","+31-10-411 66 15","+31 6 24734939","+316 24734939","+31 10 414 5503","010 414 5503","+31 10 236 1086","+31 10 2361086","+31 10 412 0777","+31.10.4120777","+31 10 213 6801","+31 (0) 102 136 801","+31 10 433 4551","+31-10-4334551","+31 10 233 1129","0102331129","+31 10 414 3301","+31-10–4143301","+31 10 412 5614","+31-10-4125614","+31 10 214 0496","+31(0)102140496","+31 10 433 1935","+31-10-4331935","+31 10 477 8977","+31 10 477 89 77","+31 10 414 4188","010-4144188","+31 10 785 2311","+31 010 785 2311","+31 10 436 4210","010 4364210","+31 10 414 5855","010 - 414 5855","+31 10 436 4780","+31-10-4364780","+31 10 404 7900","+31 10 404 79 00","+31 10 436 6505","+31-10-4366505","+31 6 42444407","06-42444407","+31 6 81461217","+31681461217","+31 10 404 6888","+31 10 404 68 88","+31 10 436 5873","+31-10-4365873","+31 10 737 1083","+31-10-737 1083","+31 10 436 5999","+31 (0)104365999","+31 10 413 2608","+31-10-4132608","+31 10 414 7204","+31-10-4147204","+31 10 436 4607","010-436 46 07","+31 10 414 0303","010 4140303","+31 10 413 8644","+31-10-4138644","+31 10 230 6090","+31102306090","+31 10 483 4662","+31104834662","+31 183 582 501","0183-582501","+31 88 280 0900","+31 88 280 09 00","+31 15 256 7254","+31 15 2567254","+31 6 51352696","+31 6 5135 2696","+31 15 361 7851","015-3617851","+31 15 201 0525","015-2010525","+31 6 27881552","06-27881552","+31 6 41624670","06-41624670","+31 15 364 0433","015-3640433","+31 15 737 0086","015-7370086","+31 15 870 1139","015-8701139","+31 15 369 2361","0153692361","+31 180 699 600","+31 180 69 96 00","+31 15 361 0296","0153610296","+31 10 226 6705","+31102266705","+31 15 301 4130","+31 15 3014130","+31 78 202 0208","+31 782020208","+31 85 020 8690","+3185 020 86 90","+31 184 417 066","+31184417066","+31 184 647 777","+31184647777","+31 184 642 085","+31184642085","+31 184 642 112","+31184642112","+31 184 691 379","+31184691379","+31 10 453 5905","010-453 59 05","+31 180 420 996","+31 180 42 09 96","+31 180 425 077","+31180425077","+31 180 499 845","+31 180 499845","+31 180 433 902","+31 180 433902","+31 180 418 952","+31 (0)180-418952","+31 88 337 7202","+31883377202","+31 180 462 371","+31 (0)180 462371","+31 180 487 638","+31 (0) 180 48 76 38","+31 6 18401641","+31618401641","+31 180 463 652","+31-180 463652","+31 180 444 283","+31 (0)180 44 42 83","+31 180 423 302","+31 180 42 33 02","+31 180 422 654","+31 180 422654","+31 88 313 4735","+3188-313 4735","+31 184 641 409","+31184 641409","+31 184 641 669","+31 184 641669","+31 184 601 558","0184601558","+31 184 785 047","+31184785047","+31 183 588 088","(+31)183 588088","+31 183 581 229","+31 183 581229","+31 183 581 386","+31 183-581386","+31 15 380 9381","+31153809381","+31 15 380 8767","+31 15 380 87 67","+31 78 681 2138","+31786812138","+31 78 681 2450","+31 786 812 450","+31 78 683 2211","+31786832211","+31 6 40589906","+31 6 405 899 06","+31 78 681 2239","+31-786812239","+31 6 36106766","+31-636106766","+31 10 292 2011","+31-10-2922011","+31 10 486 8600","+31-10-4868600","+31 10 479 3819","+31-10-4793819","+31 10 292 0050","+31-10-2920050","+31 10 483 8833","+31104838833","+31 10 482 6990","+31104826990","+31 180 616 277","+31-180-616277","+31 180 444 352","+31 180 44 43 52","+31 180 691 818","+31 180 69 18 18","+31 180 619 722","+31180 – 619 722","+31 180 623 906","+31 180 623906","+31 180 439 004","+31 180 439004","+31 180 692 929","+31 180 69 29 29","+31 180 616 391","+31 180 61 63 91","+31 180 620 050","0180-620050","+31 180 690 279","+31180690279","+31 88 313 4725","+31(0)88-3134725","+31 180 690 751","+31 180 690751","+31 88 007 0288","+31(0)88-0070288","+31 180 623 826","+31(0)180-623826","+31 180 620 991","+31(0)180-620991","+31 180 444 075","+31(0)180-444075","+31 180 623 960","+31(0)180-623960","+31 180 627 938","+31(0)180-627938","+31 180 767 278","+31(0)180-767278","+31 180 618 733","+31(0)180-618733","+31 180 547 630","+31(0)180-547630","+31 88 400 9585","+31 88 4009 585","+31 180 656 250","0180 656 250","+31 180 845 184","+31-180-845184","+31 6 48366993","+31 6 483 669 93","+31 181 611 919","0181611919","+31 181 614 427","0181614427","+31 10 419 2822","+31-10-4192822","+31 15 262 3720","015-2623720","+31 180 328 008","+31 180 32 80 08","+31 180 632 383","0180632383","+31 180 632 688","+31 180 632688","+31 180 634 556","+31 180 634556","+31 10 438 1032","+31 10 438 10 32","+31 85 400 0052","+31 85 400 00 52","+31 10 416 8020","+31 10 416 80 20","+31 10 416 0888","+31 10 416 08 88","+31 10 237 3391","+31 (0)10-2373391","+31 10 416 5661","+31 ( 0)10 4165661","+31 10 223 2422","010 – 223 2422","+31 10 767 0089","+31 (0)10 7670089","+31 10 501 7410","+31 10 501 74 10","+31 10 410 0862","+31104100862","+31 10 501 7884","+31 10 501 78 84","+31 10 501 2034","+31 10 5012034","+31 10 501 7330","+31 10 5017330","+31 10 737 0865","+31-10-7370865","+31 140182","14 0182","+31 182 743 400","+31(0)182-743400","+31 10 222 2657","+31102222657","+31 183 567 802","0183-567802","+31 183 216 600","+31183216600","+31 10 455 6256","+31104556256","+31 10 709 5039","+31-10-7095039","+31 10 455 3472","+31 10 4553472","+31 10 210 8630","+31102108630","+31 6 58816146","+31 6 58 81 61 46","+31 182 686 800","+31182686800","+31 88 253 1950","+31 88 2531950","+31 6 51879161","+31 6 51 87 91 61","+31 10 220 7513","+31 10 2207513","+31 900 0933","+31 900 – 0933","+31 10 484 8307","+31 10 4848307","+31 10 435 0750","+31(0)10 - 435 07 50","+31 10 232 7100","+31-10-2327100","+31 10 460 2050","+3110 460 2050","+31 10 495 1877","+31 10 4951877","+31 88 712 6500","+31 88 - 712 65 00","+31 10 294 0857","+31 10 294 08 57","+31 10 490 5757","+31-10-490 5757","+31 10 351 0051","0103510051","+31 10 434 2162","+31 10 4342162","+31 10 435 3060","010-4353060","+31 10 434 2093","+31 10 434 20 93","+31 10 470 7263","+31 10 470 72 63","+31 10 313 0067","+31 10 3130067","+31 10 474 5964","+31 104 745 964","+31 10 785 8302","+31 10 7858302","+31 10 470 5492","+31 10 470 54 92","+31 88 244 1857","+31 88-2441857","+31 182 532 000","+31 (0)182 532000","+31 10 455 6677","+31104556677","+31 10 229 8901","0102298901","+31 10 474 2646","+31 10 4742646","+31 10 261 3260","+31 10 2613260","+31 10 474 0800","+31 10 4740800","+31 10 474 5193","+31 10 4745193","+31 70 315 2500","+31-703152500","+31 10 450 8962","+31104508962","+31 10 284 0584","+31102840584","+31 10 227 0288","+31102270288","+31 10 288 9939","+3110 288 99 39","+31 6 23955535","+31623955535","+31 10 458 2740","+3110 - 4582740","+31 10 458 1293","+31104581293","+31 10 202 5846","010-2025846","+31 10 288 1111","+31 10 2881111","+31 10 202 1402","010-2021402","+31 10 284 9466","010-2849466","+31 10 288 0461","010-2880461","+31 10 226 1962","010-2261962","+31 88 664 3856","088-6643856","+31 10 226 3868","010-2263868","+31 10 244 9052","010-2449052","+31 10 412 3369","010-4123369","+31 10 303 0833","010-3030833","+31 10 303 4000","010-3034000","+31 10 413 0755","010-4130755","+31 10 206 4700","010-2064700","+31 10 242 1620","+31 10 2421620","+31 10 451 2200","010-4512200","+31 88 324 5460","088-3245460","+31 10 240 2111","+31 10 2402111","+31 10 822 2379","+31 10 822 23 79","+31 10 242 5007","010-2425007","+31 10 458 1144","010-4581144","+31 6 44504578","06-44504578","+31 10 442 4000","010-4424000","+31 10 451 2113","010-4512113","+31 10 235 4446","010-2354446","+31 10 820 2240","010 820 2240","+31 10 447 9900","+31 10 447 99 00","+31 10 409 0060","010-4090060","+31 6 16618209","06-16618209","+31 10 447 3013","+31104473013","+31 10 202 0534","+31 10 2020534","+31 10 440 8800","+31104408800","+31 10 286 3999","+31102863999","+31 10 455 7670","+31104557670","+31 10 455 5750","+31 10 4555750","+31 10 202 2257","+31102022257","+31 800 4446676","0800-4446676","+31 10 470 8110","+31 10 4708110","+31 10 247 7003","+31 10 2477003","+31 10 470 5894","+31 10 4705894","+31 10 449 2222","+31 10 4492222","+31 10 470 3141","+31 10 4703141","+31 10 220 3119","+31(0)10-2203119","+31 73 518 7084","+31(0)73-5187084","+31 10 455 9376","+31(0)10-4559376","+31 10 251 9709","+31(0)102519709","+31 10 251 8519","+31(0)10-2518519","+31 10 455 9435","+31(0)10-4559435","+31 10 455 9405","+31(0)10-4559405","+31 10 420 3911","+31(0)104203911","+31 10 210 9211","+31(0)10-2109211","+31 10 720 0956","+31(0)10-7200956","+31 10 228 0836","+31-10-2280836","+31 10 209 4636","010-209 46 36","+31 10 286 6060","010 - 2866060","+31 88 028 0304","088-0280304","+31 10 456 1299","010 - 4561299","+31 10 286 0469","+31 10 2860469","+31 900 0555","0900-0555","+31 10 455 2000","010 - 4552000","+31 10 286 0964","010- 286 0964","+31 10 307 6200","+31 103076200","+31 10 286 3888","010 - 2863888","+31 10 456 3529","010-456 35 29","+31 900 1988","0900-1988","+31 88 655 0320","+31 (0)88 6550320","+31 88 183 2001","+31 88 183 20 01","+31 10 421 0704","+31(0)10-4210704","+31 88 348 9000","+31 88 348 90 00","+31 88 008 8188","+31 (0)88 0088188","+31 85 077 0707","+31 85 0770707","+31 10 208 5555","+31 (0)10 – 208 5555","+31 10 262 3053","+31 102623053","+31 10 470 2017","+31 10 4702017","+31 10 247 0226","+31 10 247 02 26","+31 10 470 0868","+31 10 4700868","+31 10 471 4626","+31 10 4714626","+31 10 247 7204","+31 10 2477204","+31 10 227 1922","+3110 227 1922","+31 10 442 5444","+31 (0) 10 442 54 44","+31 10 442 3775","+31 10 4423775","+31 10 473 4454","+31 10 473 44 54","+31 10 893 8210","+31 10 893 82 10","+31 10 245 3555","+31 10 2453555","+31 10 246 8888","+31 10 246 88 88","+31 10 473 0600","+31 10 4730600","+31 10 473 6183","+31 10 4736183","+31 10 246 5555","+31 10 2465555","085-400 00 52","+31 10 442 4232","+31104424232","+31 10 442 0600","+31104420600","+31 10 458 9719","+31 010 458 9719","+31 10 441 2171","010-4412171","+31 10 427 0700","+31 10 427 07 00","+31 900 1238226","09001238226","+31 180 513 540","+31 180 513540","+31 182 322 456","+31(0)182-322456","+31 182 513 415","+31(0)182- 513415","+31 10 483 8782","+31104838782","+31 10 483 6400","+31 10 483 64 00","+31 10 419 5289","+31-10-419 52 89","+31 10 419 4166","+31-10-419 4166","+31 10 495 2791","+31-10-4952791","+31 10 229 1240","+31102291240","+31 10 481 0308","+31 10 4810308","+31 10 484 4393","+31-10-4844393","+31 10 429 0178","+31 10 429 01 78","+31 10 481 0973","+31 10 4810973","+31 10 480 7206","+31 10 4807206","+31 10 842 4987","+31-10-842 49 87","+31 10 481 3803","+31 10 4813803","+31 10 410 1467","+31 10 410 14 67","+31 10 237 2214","+31 10 2372214","+31 10 480 5236","+31 10 480 52 36","+31 10 481 3997","+31-10- 481 39 97","+31 10 481 5149","+31 10 481 51 49","+31 10 481 9090","+31 10 4819090","+31 10 481 4577","+31104814577","+31 10 481 7695","+31-10-4817695","+31 6 42325706","+31 6 423 25 706","+31 10 843 0309","+31 10 8430309","+31 10 870 0800","+31 10 870 08 00","+31 10 481 3189","+31 10 4813189","+31 10 485 1648","+31-10-485 16 48","+31 6 45076044","+31-6-450 760 44","+31 10 795 4714","+31-10-79 54 714","+31 10 303 1364","+31-10-3031364","+31 10 230 6157","+31-10-230 61 57","+31 10 452 0914","+31-10-4520914","+31 10 484 9303","+31 10 4849303","+31 10 450 0080","0104500080","+31 10 451 2512","+31104512512","+31 10 750 7435","010-7507435","+31 10 451 2683","+31104512683","+31 10 737 0366","+31107370366","+31 10 450 8968","+31104508968","+31 10 458 3266","010-458 32 66","+31 10 286 5959","+31102865959","+31 10 450 7840","+31104507840","+31 182 507 418","0182-507418","+31 182 511 785","+31(0)182-511785","+31 182 511 120","+31(0)182-511120","+31 182 581 188","+31(0)182-581188","+31 182 752 134","+31(0)182-752134","+31 182 521 811","+31(0)182-521811","+31 182 769 015","+31(0)182-769015","+31 182 516 414","+31(0)182-516414","+31 88 770 6068","088 - 7706068","+31 182 582 749","+31(0)182-582749","+31 182 523 992","+31(0)182-523992","+31 182 687 231","+31(0)182-687231","+31 182 605 695","+31(0)182-605695","+31 182 785 392","+31(0)182-785392","+31 182 689 633","+31(0)182689633","+31 182 786 338","+31(0)182-786338","+31 182 518 741","+31(0)182-518741","+31 182 518 736","+31(0)182-518736","+31 182 521 127","+31 (0)182 521127","+31 182 516 613","+31(0)182-516613","+31 182 523 334","+31 (0) 182523334","+31 182 516 033","+31(0)182-516033","+31 182 514 110","+31(0)182514110","+31 182 513 217","+31 182513217","+31 180 523 356","+31 (0)180 523356","+31 6 22992694","06-22992694","+31 182 512 391","+31(0)182-512391","+31 182 516 082","+31(0)182-516082","+31 182 512 576","+31(0)182-512576","+31 182 788 112","+31 (0)182 788112","+31 182 528 097","0182-528097","+31 182 599 573","+31(0)182-599573","+31 182 549 805","+31(0)182-549 805","+31 182 507 184","+31(0)182-507184","+31 182 820 389","+31(0)182-820389","+31 182 711 590","+31(0)182-711590","+31 182 689 056","+31(0)182-689056","+31 182 512 360","+31(0)182-512360","+31 6 15386063","+31 (0)6 15386063","+31 182 523 120","+31(0)182-523120","+31 182 672 499","+31(0)182-672499","+31 182 581 980","+31 (0)182 581980","+31 6 24750842","+31(0)6-24750842","+31 182 514 269","+31(0)182-514269","+31 182 752 006","+31(0)182-752006","+31 182 527 644","+31(0)182-527644","+31 6 10833582","06-10833582","+31 182 518 320","+31(0)182-518320","+31 182 359 039","+31(0)182-359039","+31 182 686 976","+31 182 686976","+31 182 232 024","+31 (0)182 – 23 20 24","+31 182 605 844","+31(0)182-605844","+31 182 523 053","+31 182 523053","+31 182 605 177","+31(0)182-605177","+31 182 515 888","+31(0)182-515888","+31 182 507 265","+31(0)182-507265","+31 182 232 036","+31(0)182-232036","+31 182 512 593","+31(0)182-512 593","+31 182 670 650","+31(0)182-670650","+31 182 504 411","+31(0)182-504411","+31 182 512 421","+31(0)182-512421","+31 182 599 787","+31 (0)182 599787","+31 182 769 066","+31(0)182-769066","+31 182 527 168","+31 (0)182 527168","+31 6 14579535","+31(0)6-14579535","+31 182 529 733","+31(0)182-529733","+31 182 769 103","+31 (0)182 769103","+31 182 729 112","+31(0)182-729112","+31 88 322 5139","+31(0)88-3225139","+31 182 528 007","+31(0)182-528007","+31 182 580 313","+31(0)182-580313","+31 182 599 495","+31(0)182-599495","+31 182 525 900","+31(0)182-525900","+31 182 515 192","+31(0)182 515192","+31 182 860 004","+31(0)182-860004","+31 6 49423660","+31(0)6-49423660","+31 182 550 822","+31(0)182 55 08 22","+31 182 767 004","+31(0)182-767004","+31 182 599 866","+31(0)182-599866","+31 182 551 333","+31(0)182-551333","+31 182 752 003","+31(0)18-2752003","+31 182 581 958","+31 (0)182 581958","+31 182 524 894","+31(0)182-524894","+31 182 785 714","+31(0)182 785 714","+31 182 605 655","+31 (0)182 605655","+31 182 769 105","+31(0)182-769105","+31 182 516 595","+31(0)182-516595","+31 182 603 085","0182 60 30 85","+31 182 602 994","+31(0)182 602 994","+31 182 528 470","+31(0)182 - 52 84 70","+31 182 687 216","+31(0)182-687216","+31 182 760 176","+31(0)182-760176","+31 182 528 738","+31(0)182-528738","+31 182 811 812","+31(0)182-811812","+31 182 585 657","+31(0)182-585657","+31 182 529 870","+31(0)182-529870","+31 182 752 129","+31(0)182-752129","+31 182 517 126","+31(0)182-517126","+31 182 515 196","+31(0)182-515196","+31 182 582 718","+31(0)182-582718","+31 182 527 969","+31(0)182-527969","+31 182 513 017","+31(0)182-513017","+31 182 522 819","+31(0)182-522819","+31 182 769 147","+31(0)182-769147","+31 182 522 433","+31(0)182-522433","+31 182 583 011","+31 (0)182 583011","+31 182 521 074","+31 (0)182 521074","+31 182 513 862","+31(0)182-513862","+31 182 549 626","+31 (0)182 549626","+31 182 599 995","+31(0)182 599 995","+31 182 518 100","+31(0)182-518100","+31 182 524 466","+31(0)182-524466","+31 182 581 429","+31(0)182-581429","+31 182 514 131","+31(0)182-514131","+31 182 513 260","+31182513260","+31 10 290 7732","+31 10 2907732","+31 10 290 8008","+31 10 2908008","+31 182 751 859","+31 (0)182 751859","+31 182 510 523","0182 - 510 523","+31 10 291 6161","+31102916161","+31 10 240 4600","+31-10-2404600","+31 6 23852381","+31623852381","+31 10 210 3254","+31102103254","+31 10 410 2300","+31104102300","+31 10 229 3915","+31102293915","+31 6 34009311","+31634009311","+31 10 341 4428","+31103414428","+31 10 737 0614","+31107370614","+31 10 737 1941","+31107371941","+31 10 481 1055","+31104811055","+31 10 480 0781","+31104800781","+31 10 480 4305","+31104804305","+31 10 210 2913","+31102102913","+31 10 481 6698","+31104816698","+31 10 481 1650","+31 10 48 11 650","+31 10 480 8763","+31 10 4808763","+31 10 751 2445","+31 10 751 24 45","+31 10 210 3536","+31 10 2103536","+31 6 41174371","+31641174371","+31 6 36422725","+31636422725","+31 10 245 7145","+31102457145","+31 10 458 0008","+31 10 4580008","+31 10 291 6770","+31 10 2916770","+31 10 419 2884","+31 10 4192884","+31 10 415 8805","(010) 415 88 05","+31 10 462 0010","+31 104 620 010","+31 10 737 0239","+31 10 7370239","+31 10 245 1800","010 - 245 1800","+31 10 415 4422","+31 10 415 44 22","+31 10 269 6302","010-2696302","+31 10 429 1525","+31 10 4291525","+31 10 437 1016","+31(0)10-4371016","+31 10 450 3015","+31104503015","+31 10 451 7107","+31104517107","+31 10 451 2336","+31104512336","+31 6 47898182","+31647898182","+31 10 450 6066","+31104506066","+31 10 226 3802","010 226 3802","+31 6 51799199","+31 651 799 199","+31 6 53285383","+31 6 53 28 53 83","+31 10 273 4106","+31102734106","+31 6 28337154","+31628337154","+31 10 432 4955","+31 10 432 49 55","+31 6 24768557","+31-6-24768557","+31 6 87360204","+31-6-87 360 204","+31 6 51842373","+31 651842373","+31 10 741 0420","+31 10 7410420","+31 10 419 6679","+31-10-4196679","+31 10 417 4000","+31 10 4174000","+31 10 760 0065","+31 10 760 00 65","+31 10 766 1766","010 766 1766","+31 88 810 0899","+31 88 810 08 99","+31 10 483 1441","+31 10 483 14 41","+31 10 483 0110","+31 10 4830110","+31 10 482 1423","+31 10 48 21 423","+31 10 479 9631","+31 10 479 96 31","+31 10 292 3630","+31 10 292 36 30","+31 10 479 7800","+31 10 479 78 00","+31 6 17167242","+31617167242","+31 10 479 0500","+31 10 4790500","+31 10 482 6427","+31 10 48 26 427","+31 10 437 3582","+31 10 4373582","+31 10 479 3853","+31104793853","+31 10 292 7523","+31 10 2927523","+31 6 38933334","+31 6 389 3333 4","+31 10 483 6363","+31104836363","+31 10 483 1044","+31104831044","+31 10 482 6228","+31104826228","+31 10 479 4502","+31104794502","+31 10 482 2766","+31104822766","+31 10 310 6282","+31103106282","+31 6 22255101","0622255101","+31 182 300 383","+31 (0)182 300383","+31 10 466 1066","010-4661066","+31 10 413 2625","+31 10 413 26 25","+31 10 300 7135","+31 10 300 71 35","+31 10 244 5777","+31 10 24 45 777","+31 10 717 1805","+31107171805","+31 10 476 3015","0104763015","+31 10 307 3142","+31103073142","+31 10 484 4400","010 484 4400","+31 10 433 2241","0104332241","+31 10 213 6300","010 213 6300","+31 180 757 171","+31180757171","+31 182 519 339","0182-519339","+31 182 518 995","0182-518995","+31 182 525 215","+31 (0)182 525215","+31 183 712 911","+31 183 712911","+31 182 397 160","0182 397160","+31 10 415 8388","010 - 4158388","+31 10 476 5558","0104765558","+31 182 516 349","+31 182 516349","+31 182 541 800","+31(0)182-541800","+31 182 372 623","+31(0)182 372623","+31 182 686 807","+31(0)182 686807","+31 182 541 599","+31(0)182 541599","+31 182 820 100","+31 (0)182 820100","+31 182 684 888","+31(0)182 684888","+31 183 564 557","0031183564557","+31 182 379 375","+31 (0) 182 379 375","+31 10 425 7579","010 - 425 75 79","+31 10 477 2395","+31-10-4772395","+31 10 476 4141","+31 010 476 4141","+31 10 440 1660","+31 10 440 16 60","+31 183 589 524","+31 183589524","+31 183 581 308","+31 183 58 13 08","+31 184 659 011","+31 184659011","+31 184 654 127","+31184654127","+31 180 312 706","0180312706","+31 10 242 9910","+31102429910","+31 10 224 8500","+31 (0) 10 2248500","+31 88 811 6600","+31 (0) 88 811 6600","+31 900 8844","09008844","+31 10 240 9999","+31 (0)10 2409999","+31 10 212 1665","+31102121665","+31 10 412 3598","+31 10 4123598","+31 182 526 373","+31(0)182-526373","+31 10 453 7200","+31 10 4537200","+31 10 225 0705","+31102250705","+31 10 413 5454","+31-10-4135454","+31 10 452 2704","+31 10 452 27 04","+31 10 411 0755","+31 10 411 07 55","+31 10 414 2692","+31 10 4142692","+31 10 412 6910","+31 10 4126910","+31 10 412 4431","+31 10 4124431","+31 10 414 1404","+31 010 414 1404","+31 10 503 6327","+31 10 503 63 27","+31 10 236 1389","+31 (0)102361389","+31 10 466 0486","+31104660486","+31 6 87286120","+31 6 87 28 61 20","+31 10 411 1411","+3110 411 1411","+31 10 466 9630","+31104669630","+31 10 422 0000","+31104220000","+31 10 737 1383","+31 10 737 13 83","+31 10 841 7961","+31 10-8417961","+31 10 422 7855","010-4227855","+31 10 422 2148","+31104222148","+31 10 418 1500","+31 10 4181500","+31 10 422 7477","+31104227477","+31 10 422 4375","010-4224375","+31 10 418 1883","+31 10 4181883","+31 10 300 7193","+31 10 300 71 93","+31 10 418 1364","+31 10 418 13 64","+31 180 516 233","+31 18 0516 233","+31 180 511 755","0180-511755","+31 182 743 061","0182-743061","+31 182 351 331","+31 182 351331","+31 180 661 551","+31-180-661551","+31 6 26739190","+31626739190","+31 180 665 644","+31-180-665644","+31 6 30037885","+31-6-3003 7885","+31 6 51261768","06 51261768","+31 78 691 2294","+31 78 6912294","+31 78 693 1777","+31786931777","+31 78 691 3488","+31 78 6913488","+31 78 691 8050","+31 78 691 80 50","+31 78 615 3531","+31 78 6153531","+31 180 472 657","0180472657","+31 800 8702020","08008702020","+31 78 691 7656","+31 786917656","+31 10 249 0632","+31 10 2490632","+31 10 316 0548","+31 10 3160548","+31 6 41224634","+31 6 4122 4634","+31 182 381 001","0182-381001","+31 182 382 371","+31 182 382371","+31 182 383 099","+31182 383099","+31 182 786 967","+31182786967","+31 88 007 0172","+31880070172","+31 182 382 959","+31182 382959","+31 78 693 4525","+31786934525","+31 78 691 8653","+31786918653","+31 182 351 617","0182 351 617","+31 182 346 600","+31 (0)182 346600","+31 182 342 548","+31 (0)182 342548","+31 180 681 607","31-180-681607","+31 180 681 581","+31 180 681581","+31 180 681 992","+31 180 681992","+31 6 14762739","06 1476 2739","+31 180 660 970","0180 - 660 970","+31 183 582 175","+31 183 582175","+31 10 223 7860","+31 10 - 223 78 60","+31 10 790 0130","+31 10 - 79 00 130","+31 10 477 5802","+31104775802","+31 10 444 5690","0031 (0)10 4445690","+31 10 762 0711","+31107620711","+31 10 213 0853","+31-10-213 08 53","+31 15 256 4330","+31(0)15-2564330","+31 6 28364838","0628364838","+31 10 203 8923","010 203 89 23","+31 10 307 3474","010 - 3073474","+31 6 84350641","0684350641","+31 10 414 4698","010-4144698","+31 10 213 0200","010-2130200","+31 6 12899656","+31-6-12899656","+31 10 414 7479","+31-10-414 74 79","+31 10 213 3846","+31-10-213 38 46","+31 10 414 0326","010 414 0326","+31 10 213 2687","010 - 21 326 87","+31 10 413 3000","010-4133000","+31 10 206 5151","010 2065151","+31 10 413 9770","010-4139770","+31 10 473 7674","+31 10 4737674","+31 6 42123398","+31642123398","+31 15 760 0090","+31157600090","+31 10 249 9028","+31 10 2499028","+31 10 474 8491","+31 10 4748491","+31 10 474 3822","+31 10 4743822","+31 15 212 9277","+31 15 212 92 77","+31 15 212 1568","+31 15 2121568","+31 6 45467545","+31 6 45 46 75 45","+31 6 26012827","+31 6 2601 2827","+31 15 214 6523","+31 15 2146523","+31 15 213 5616","+31 15 - 213 56 16","+31 15 285 2125","+31 15 285 21 25","+31 6 24136805","+31 6 241 36 805","+31 15 219 0190","+31 15 2190190","+31 15 212 3689","+31 15 212 36 89","+31 6 40566262","+ 31 6 40 56 6262","+31 15 750 5142","+31 15 7505142","+31 6 18508270","+31 618508270","+31 88 269 3150","+31 88 269 31 50","+31 15 212 6959","+31 15 2126959","+31 15 257 5542","+31 15 2575542","+31 10 720 0945","+31-10-7200945","+31 10 414 0025","+31-10-4140025","+31 10 413 8465","+31-10-413 84 65","+31 15 213 4548","+31 15 2134548","+31 15 369 9541","0153699541","+31 15 369 3832","+31 15 3693832","+31 10 229 2614","+31 10 229 26 14","+31 6 14884345","+31-6-14884345","+31 10 471 1920","+31104711920","+31 15 820 0269","+31 15 8200 269","+31 10 483 1575","+31-10-4831575","+31 184 678 043","+31184678043","+31 6 50670495","06 506 704 95","+31 10 438 1744","+31 10 438 17 44","+31 10 479 0857","+31-10-4790857","+31 10 483 2293","+31-10-4832293","+31 10 482 0867","+31-10-4820867","+31 10 444 4603","+31-10-4444603","+31 10 482 8422","+31-10-4828422","+31 10 482 6464","+31-10–4826464","+31 10 482 7369","+31-10-4827369","+31 10 763 1251","0107631251","+31 15 212 3565","+31 15 2123565","+31 10 752 3079","+31 10 752 30 79","+31 180 518 929","+31180518929","+31 15 213 1426","+31 15 2131426","+31 15 222 0034","+31152220034","+31 10 462 7783","+31104627783","+31 10 737 1611","+31107371611","+31 182 383 282","+31(0)182-383282","+31 180 410 250","+31 180 410250","+31 10 450 2433","+31 10 4502433","+31 10 413 9656","+31 (0)10 413 9656","+31 180 412 570","+31 180 41 25 70","+31 10 420 0830","+31 (0) 10 4200 830","+31 10 495 1199","+31-10-495.11.99","+31 6 46421700","+31-6-46421700","+31 180 663 983","+31180663983","+31 10 485 9078","+31 10 48 59 078","+31 10 818 4392","+31 010 818 4392","+31 88 313 4625","+31 88 3134625","+31 10 202 5633","+31-10-2025633","+31 15 212 5760","+31 15 2125760","+31 15 285 5111","0152855111","+31 10 486 4100","+31 10 486 41 00","+31 88 256 9201","0031 882569201","+31 10 426 2584","+31 10 4262584","+31 15 257 0678","+31 15 2570678","+31 15 262 8160","+31152628160","+31 15 212 0162","+31 15 2120162","+31 10 436 0042","+31-10-436 00 42","+31 15 261 2442","+31 15 261 24 42","+31 88 007 0214","0880070214","+31 15 256 9050","0152569050","+31 184 681 500","+31 184 681500","+31 10 477 2071","+31 10 4772071","+31 10 476 9368","0104769368","+31 88 650 0000","+31886500000","+31 15 262 8089","0152628089","+31 10 765 0396","+31107650396","+31 10 416 2380","+31 (0)10 416 23 80","+33 1 52 51 19 30","+33 15 2511930","+31 6 84113997","+31684113997","+31 6 26666966","0031626666966","+31 180 437 778","+31180437778","+31 10 340 3039","+31103403039","+31 180 631 111","+31 (0)180 631111","+31 10 511 0545","+310105110545","+31 10 786 2909","010 786 2909","+31 10 741 0099","010 – 7410099","+31 10 413 9683","010 413 96 83","+31 10 414 0099","+31 (0)10 4140099","+31 10 226 5648","010-226 56 48","+31 15 369 2478","+31 15 3692478","+31 10 210 5547","010 - 210 5547","+31 10 236 4550","010-2364550","+31 10 237 3177","010 - 2 373 1 77","+31 10 203 6633","+31 10 203 66 33","+31 6 49887438","0649887438","+31 6 42019286","06 42019286","+31 10 310 7952","010-3107952","+31 6 44192218","0644192218","+31 6 23739970","0623739970","+31 10 236 3931","+31(0)10 - 236 39 31","+31 6 13733805","06-13733805","+31 10 414 4823","010-4144823","+31 10 230 7072","010- 2307072","+31 10 202 6244","010 202 62 44","+31 10 450 6555","+31 10 450 65 55","+31 10 258 3381","+31 10 2583381","+31 10 481 4197","+31 10 481 41 97","+31 10 425 9033","+31 10 4259033","+31 10 419 3581","+31 10 419 35 81","+31 10 419 1166","+31 10 419 11 66","+31 10 467 1222","+31 10 4671222","+31 10 222 9747","+31 10 2229747","+31 180 617 141","+31180617141","+31 15 261 2772","+31 15 2612772","+31 180 794 517","+31 18 079 4517","+31 15 257 1805","015 2571805","+31 10 261 5300","+31 10 2615300","+31 10 450 6428","0104506428","+31 10 410 0125","+31104100125","+31 15 212 5519","+31 (0)15-2125519","+31 15 887 9914","+31 15 8879914","+31 180 612 100","+31-180-612100","+31 6 81776621","+31 6 81 77 66 21","+31 180 623 167","+31(0)180-623167","+31 180 769 035","+31(0)180-769035","+31 10 413 1167","+31 10 4131167","+31 10 820 9784","0108209784","+31 182 514 551","+31(0)182-514551","+31 182 513 068","+31(0)182-513068","+31 15 887 1034","015 - 8871034","+31 10 413 3344","0104133344","+31 6 24902454","+31 624 902 454","+31 10 423 3233","+31 10 4233 233","+31 10 414 3142","010 414 31 42","+31 10 844 9140","+31108449140","+31 10 412 6658","+31-10-412 66 58","+31 6 82802060","+31 682802060","+31 78 691 9530","+31 78 6919530","+31 78 691 2428","+31 78 6912428","+31 10 465 6410","+31 10 465 64 10","+31 10 485 4015","+31104854015","+31 10 485 4096","+31 (0)10 4854096","+31 10 485 7900","+31 10 4857900","+31 6 24351927","+31 (0)6-24351927","+31 10 482 8333","+31 10 4828333","+31 180 511 437","+31 180 511437","+31 10 245 9455","+31 10 2459455","+31 10 737 1238","+31(0)10-7371238","+31 15 364 2016","015-3642016","+31 15 262 1616","015-2621616","+31 180 532 880","+31(0)180-532880","+31 15 364 3787","+31 15 36 437 87","+31 10 418 7700","010-4187700","+31 10 285 4141","+31102854141","+31 10 418 1017","010-4181017","+31 10 422 6026","010-4226026","+31 6 46151677","+31 6 46 15 16 77","+31 15 213 0527","+31 15 2130527","+31 15 720 0815","+31 15 7200815","+31 15 214 5335","+31 15 214 53 35","+31 182 515 457","+31(0)182 515457","+31 180 851 722","+310180851722","+31 10 220 6610","+31(0)10-2206610","+31 6 15118248","0615118248","+31 10 484 3401","+31104843401","+31 10 243 0638","+31(0)102430638","+31 10 226 1347","+31 (0)10 22 613 47","+31 6 12526790","+316 125 26 790","+31 10 477 1637","+31104771637","+31 10 414 7600","+31104147600","+31 10 293 7171","+31102937171","+31 10 411 3413","+31104113413","+31 10 222 3335","+31 10 2223335","+31 10 737 1219","+31 (0)10 737 12 19","+31 10 410 2192","+31(0)104102192","+31 10 237 3444","+31102373444","+31 10 495 5354","+31104955354","+31 10 485 5110","+31104855110","+31 10 419 2758","+31104192758","+31 10 484 5076","+31104845076","+31 10 484 5664","+31 10 484 56 64","+31 6 57477010","0031657477010","+31 10 414 9710","010 - 414 9710","+31 6 47214749","0647214749","+31 10 426 0822","+31104260822","+31 6 13142506","+31 06 1314 2506","+31 180 621 400","+31180621400","+31 180 532 361","+31180532361","+31 10 213 0995","+31 10 2130995","+31 6 51344771","06-51344771","+31 10 200 4069","010 200 4069","+31 182 581 730","+31 (0)182 581730","+31 10 850 0678","0108500678","+31 10 213 5308","+31 10 2135308","+31 10 213 6596","+31-10-2136596","+31 10 870 1810","+31(0)10-8701810","+31 10 420 7836","+31(0)10-4207836","+31 10 293 0808","+31102930808","+31 10 737 0031","+31-10-737 0031","+31 10 410 3208","+31 10 410 32 08","+31 10 304 6063","+31 (0) 10 304 6063","+31 10 419 0402","+31-10-4190402","+31 10 290 0381","010 29 00 381","+31 15 369 0632","+31 15 3690632","+31 10 310 6284","+31-10-3106284","+319001238226","+31 10 483 2511","+31 10 483 25 11","+31 10 206 7333","+31 10 206 73 33","+31 88 011 4000","+31 (0) 88 011 4000","+31 10 737 0011","010 - 7370011","+31 6 30759318","+31 6 3075 9318","+31 10 766 0077","+31 010-7660077","+31 10 474 6013","+31104746013","+31 10 474 5714","+31104745714","+31 10 447 0870","010 – 4470 870","+31 15 214 1799","+31 15 2141799","+31 10 480 3615","+31-10-480 36 15","+31 10 203 7920","0102037920","+31 184 651 407","+31 184 651407","+31 10 486 1102","+31 10 4861102","+31 182 605 665","+31 182 605665","+31 10 521 4183","+31 10 521 41 83","+31 10 742 1920","+31-10-7421920","+31 10 420 0430","+31-10-420 04 30","+31 800 2352249","+318002352249","+31 10 452 9912","+31 10 452 99 12","+31 10 483 8084","+31-10-4838084","+31 6 25237375","+31625237375","+31 15 303 0055","+31153030055","+31 15 256 5100","+31 15 256 51 00","+31 15 306 0125","015-3060125","+31 6 40963431","+31 (0)6 40963431","+31 15 213 5866","+31 15 2135866","+31 15 212 6012","+31 15 212 60 12","+31 88 798 5132","+31 88 7985132","+31 6 87971860","+31 687971860","+31 15 889 3041","+31 15 8893041","+31 15 261 5731","+31 15 2615731","+31 182 514 792","+31 (0)182 514792","+31 183 625 825","+31183625825","+31 6 19480499","+31 (0)6 19480499","+31 6 57198182","+31 (0)6 57198182","+31 15 212 9492","+31 15 2129492","+31 78 691 3054","+31 78 6913054","+31 180 660 200","+31-180-660200","+31 182 580 850","+31(0)182-580850","+31 10 473 4629","+31 10 4734629","+31 15 516 0905","+31 15 5160905","+31 10 486 6529","+31 10 4866529","+31 10 467 3747","+31 10 4673747","+31 6 84418496","+31 (0) 684 418 496","+31 6 81222281","+31 681 222 281","+31 10 426 7675","+31 104267675","+31 15 261 0277","+31 15 2610277","+31 6 41502971","+31 641502971","+31 10 237 4755","+31102374755","+31 10 268 8148","+31 10 2688148","+31 10 292 9379","+31-10-2929379","+31 15 284 1000","+31 15 2841000","+31 10 482 3466","+31 10 482 34 66","+31 6 31967042","+31 631967042","+31 181 442 244","+31181442244","+31 15 257 8617","+31 15 257 86 17","+31 10 214 1624","+31102141624","+31 10 310 6288","+31 10 3106288","+31 10 841 5666","+31 10 841 56 66","+31 10 737 1589","+31 10 737 15 89","+31 10 230 7177","+31 10 230 71 77","+31 78 620 3000","+31 78 6203000","+31 88 313 0000","+31 88 313 00 00","+31 15 213 3433","+31152133433","+31 183 581 855","+31 183 581855","+31 183 589 288","+31 183 589288","+31 183 581 578","+31 183 581578","+31 88 542 6363","+31885426363","+31 15 219 0092","+31 152190092","+31 184 692 770","+31 184 692770","+31 15 212 2793","+31152122793","+31 15 212 0948","+31 15 2120948","+31 78 684 6930","+31-78-6846930","+31 15 887 9727","+31 158879727","+31 78 615 1400","+31 78 6151400","+31 15 271 3050","015-2713050","+31 10 266 1111","010-2661111","+31 10 242 8811","010-2428811","+31 10 411 6330","010 4116330","+31 10 264 0440","010-2640440","+31 10 288 7358","010-2887358","+31 10 511 9555","010-5119555","+31 10 202 2182","010-2022182","+31 10 288 1128","010-2881128","+31 10 310 0701","+31103100701","+31 10 316 6610","+31 10 3166610","+31 10 240 9215","+31 10 2409215","+31 15 257 3488","+31 15 2573488","+31 15 361 0000","+31 15 3610000","+31 15 257 0625","+31 15 257 06 25","+31 15 256 9968","+31 15 2569968","+31 15 212 2125","+31 (0)15 2122125","+31 15 284 7999","+31152847999","+31 10 427 8199","+31 10 427 81 99","+31 15 278 2442","+31 15 278 24 42","+31 10 286 1770","+31 10 2861770","+31 10 413 5498","+31 (0)10 4135498","+31 15 215 8593","+31 15 2158593","+31 10 438 6965","+31 10 4386965","+31 10 438 2505","+31 10 4382505","+31 10 416 1488","+31 10 4161488","+31 10 310 7910","+31 10 3107910","+31 15 278 3042","+31 (0)15 2783042","+31 10 261 3338","+31102613338","+31 6 38937083","+31-6 38937083","+31 182 513 096","+31 182 513096","+31 6 39 60 56 50","+31 6 24571522","0624571522","+31 15 214 0177","+31 (0)15 214 01 77","+31 6 46105406","0646105406","+31 10 737 0845","010 7370845","+31 10 484 0200","+31 10 4840200","+31 10 427 0424","+31 10 4270424","+31 10 484 5724","+31 10 484 57 24","+31 10 265 7517","010 265 75 17","+31 6 84382677","+31 6 84 38 26 77","+31 10 402 6200","+31 10 4026200","+31 6 22346896","06-22346896","010 - 226 38 68","+31 6 28328713","+31 6 2832 8713","+31 6 22321349","+31 6 2232 1349","+31 183 581 214","+31 183 581214","+31 10 415 3247","+31 10 4153247","+31 88 775 5444","+31 8 8775 5444","+31 182 517 800","+31 182 517800","+31 182 210 211","+31182210211","+31 255 346 417","+31255346417","+31 10 262 1000","+31 10 2621000","+31 6 51873097","+31 651873097","+31 70 320 7071","+31 70 3207071","+31 6 51446858","+31 651446858","+31 85 303 2813","+31 85 3032 813","+31 6 26199977","+31626199977","+31 6 25389037","+310625389037","+31 10 224 6224","+31 10 2246224","+31 6 14378613","+31 6 143 78 613","+31 10 483 5578","+31 10 483 55 78","+31 10 818 4219","+31 10 818 42 19","+31 10 785 1945","+31-10-7851945","+31 10 438 1805","010-4381805","+31 10 438 8118","+31-10-4388118","+31 10 438 3999","+31-10-4383999","+31 182 221 018","+31 182-221018","+31 10 251 8076","+31 10 251 80 76","+31 10 422 3517","+31 10 4223517","+31 182 514 702","+31 (0)182 - 514 702","+31 182 513 359","0182-513359","+31 6 10928291","+31 6 109 28 291","+31 6 53857069","+31 6 53 857 069","+31 6 12032331","0031612032331","+31 10 280 0136","+31 10 2800136","+31 6 84618496","+31 684 618 496","+31 85 130 9264","+31 85 1309 264","+31 10 412 5484","+31 10 4125484","+31180472657","+31 182 583 162","+31(0)182-583162","+31 10 200 4498","010 200 44 98","+31 10 268 0905","010 268 0905","+31 10 200 4295","010-200 4295","+31 15 2131000","+31 10 475 5255","+31104755255","+31 10 285 9966","+31102859966","+31 85 020 0196","+31 850200196","+31 15 212 3574","+31 15 2123574","+31 15 214 3577","+31 152143577","+31 10 820 8787","010 820 8787","+31 10 450 3950","010 - 450 39 50","+31 85 784 7636","+31 85 7847636","+31 15 744 0130","+31157440130","+31 15 212 0619","+31 152120619","+31 15 212 2123","+31 15 21 22 123","+31 15 260 6227","+31 (0)15 260 6227","+31 15 251 2840","+31152512840","+31 152002181","+31 10 229 1425","010 229 1425","+31 79 763 2019","+31 79 7632019","+31 10 307 5801","+31.10.3075801"],"route":["bicycle"],"office":["estate_agent","it","company","government","travel_agent","employment_agency","diplomatic","advertising_agency","catering","accountant","therapist","lawyer","yes","engineering_consultancy","newspaper","architect","web_design","design","foundation","educational_institution","research","camping","association","union","coworking"],"amenity":["driving_school","fast_food","restaurant","cafe","dentist","doctors","social_facility","community_centre","school","bar","university","pharmacy","cinema","pub","casino","bicycle_parking","nightclub","theatre","stripclub","post_office","veterinary","car_wash","studio","townhall","bank","kindergarten","fuel","childcare","ice_cream","place_of_worship","food_court","car_rental","police","baby_hatch","office","charging_station","dancing_school","recycling","bench"],"landuse":["grass"],"leisure":["fitness_centre","adult_gaming_centre","sports_centre","pitch","playground","marina","miniature_golf","amusement_arcade"],"natural":["water"],"tourism":["hostel","hotel","museum","apartment","chalet","gallery","camp_site","guest_house","attraction"],"building":["house","yes","commercial","industrial"],"man_made":["works"]},"create":3,"modify":2,"delete":0,"area":0.241261279961052,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":5,"locale":"nl","imagery":"osm","change_over_5000m":6,"id":122030608}},{"id":122028815,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8564201,51.1408666],[4.871259,51.1408666],[4.871259,51.1653003],[4.8564201,51.1653003],[4.8564201,51.1408666]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T14:23:43Z","reviewed_features":[],"tag_changes":{"building":["house","yes","roof"],"source:geometry:ref":["Gbg/4046738","Gbg/4046987","Gbg/6508546","Gbg/4046992","Gbg/4047530","Gbg/4047067","Gbg/4047065","Gbg/4047066","Gbg/4046994","Gbg/4046993","Gbg/4046990","Gbg/4012884","Gbg/4011268","Gbg/4046989","Gbg/6757850","Gbg/4047005","Gbg/4047528","Gbg/4047529","Gbg/4011267","Gbg/1661766","Gbg/4011259","Gbg/4011257","Gbg/4011262","Gbg/1661425","Gbg/4011258","Gbg/4011260","Gbg/4011263"],"source:geometry:date":["2013-01-16","2018-10-24","2013-02-20","2013-01-07","2020-03-16","2015-11-24","2014-12-04","2017-03-01","2009-07-13"]},"create":221,"modify":162,"delete":2,"area":0.000362569230929939,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":135,"theme":"grb","import":19,"locale":"nl","imagery":"AGIV","conflation":54,"id":122028815}},{"id":122028580,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8564663,51.1431593],[4.8587494,51.1431593],[4.8587494,51.1442007],[4.8564663,51.1442007],[4.8564663,51.1431593]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T14:18:09Z","reviewed_features":[],"tag_changes":{"building":["house","yes","apartments","roof"],"source:geometry:ref":["Gbg/4046947","Gbg/4046946","Gbg/5167725","Gbg/4046953","Gbg/4046933","Gbg/4046954","Gbg/5403716","Gbg/4046951","Gbg/4046952","Gbg/5403840","Gbg/4046932","Gbg/4046950","Gbg/5403771","Gbg/5403717","Gbg/4046945","Gbg/4046719","Gbg/4046985","Gbg/4046971"],"source:geometry:date":["2017-03-01","2013-02-20","2015-11-24","2018-10-24","2015-05-06","2013-01-16"]},"create":54,"modify":169,"delete":0,"area":0.00000237762033999576,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":153,"theme":"grb","import":6,"locale":"nl","imagery":"AGIV","conflation":36,"id":122028580}},{"id":122025572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3273499,51.158443],[3.3387447,51.158443],[3.3387447,51.1700391],[3.3273499,51.1700391],[3.3273499,51.158443]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T13:16:46Z","reviewed_features":[],"tag_changes":{"route":["hiking","foot"],"highway":["service","footway","cycleway","track","unclassified","tertiary"],"survey:date":["2022-06-06"]},"create":0,"modify":8,"delete":0,"area":0.000132135240279979,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json","answer":11,"locale":"en","imagery":"osm","id":122025572}},{"id":122024785,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T13:01:48Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/DCrqlvQ.jpg"],"amenity":["toilets"],"description":["In parking Sint-Pietersplein"],"changing_table":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":2,"locale":"nl","imagery":"osm","add-image":1,"change_within_500m":3,"id":122024785}},{"id":122022132,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2821246,47.7948169],[-4.2821246,47.7948169],[-4.2821246,47.7948169],[-4.2821246,47.7948169],[-4.2821246,47.7948169]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T12:08:58Z","reviewed_features":[],"tag_changes":{"access":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":1,"locale":"en","imagery":"osm","change_within_500m":1,"id":122022132}},{"id":122021602,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.5550015,46.0550267],[14.5559456,46.0550267],[14.5559456,46.0557296],[14.5550015,46.0557296],[14.5550015,46.0550267]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"stepc","uid":"13911774","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T11:59:03Z","reviewed_features":[],"tag_changes":{"leisure":["pitch"],"surface":["sand"]},"create":0,"modify":1,"delete":0,"area":6.63607890000192e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sport_pitches.html","theme":"sport_pitches","answer":1,"locale":"en","imagery":"osm","id":122021602}},{"id":122021344,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904],[3.7255707,51.0426904]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T11:54:03Z","reviewed_features":[],"tag_changes":{"level":["-1"],"access":["yes"],"amenity":["toilets"],"wheelchair":["yes"],"opening_hours":["24/7"],"toilets:position":["seated;urinal"],"toilets:handwashing":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":6,"locale":"nl","imagery":"osm","change_within_500m":6,"id":122021344}},{"id":122020831,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.1419604,52.404133],[14.1419604,52.404133],[14.1419604,52.404133],[14.1419604,52.404133],[14.1419604,52.404133]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"FFW OWS","uid":"16214974","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T11:43:57Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":122020831}},{"id":122020359,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"kudlav","uid":"3272933","editor":"iD 2.20.4","comment":"Adding data with #MapComplete for theme #observation_towers","comments_count":0,"source":"Not reported","imagery_used":"Bing Maps Aerial","date":"2022-06-06T11:33:37Z","reviewed_features":[],"tag_changes":{"image":["File:Rozhledna vinařství Altenberg Vini.jpg"],"tourism":["viewpoint"],"man_made":["tower"],"wikimedia_commons":["File:Rozhledna vinařství Altenberg Vini.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"cs","hashtags":"#MapComplete;#observation_towers","changesets_count":1664,"id":122020359}},{"id":122020332,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483],[16.7387959,48.9499483]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"kudlav","uid":"3272933","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #observation_towers","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T11:33:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/observation_towers.html","theme":"observation_towers","locale":"en","imagery":"osm","link-image":1,"id":122020332}},{"id":122020331,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2895791,49.8934254],[2.2895791,49.8934254],[2.2895791,49.8934254],[2.2895791,49.8934254],[2.2895791,49.8934254]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T11:33:07Z","reviewed_features":[],"tag_changes":{"access":["yes"],"manual":["yes"],"amenity":["bicycle_repair_station"],"service:bicycle:tools":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"nl","imagery":"CartoDB.Voyager","change_within_25m":3,"id":122020331}},{"id":122019338,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.5627204,46.0564451],[14.5627204,46.0564451],[14.5627204,46.0564451],[14.5627204,46.0564451],[14.5627204,46.0564451]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"stepc","uid":"13911774","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T11:10:50Z","reviewed_features":[],"tag_changes":{"phone":["+386 41 571 797"],"amenity":["cafe"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":2,"locale":"en","imagery":"osm","id":122019338}},{"id":122017390,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8561849,51.1412927],[4.8611186,51.1412927],[4.8611186,51.1450713],[4.8561849,51.1450713],[4.8561849,51.1412927]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T10:25:38Z","reviewed_features":[],"tag_changes":{"office":["insurance"],"amenity":["pub","restaurant"],"building":["yes","house","roof"],"source:geometry:ref":["Gbg/4047196","Gbg/4047198","Gbg/4046718","Gbg/4047195","Gbg/4047184","Gbg/4046895","Gbg/4047199","Gbg/4928287","Gbg/4047441","Gbg/6508595","Gbg/4047443","Gbg/5862290","Gbg/4047437","Gbg/4046988","Gbg/4047423","Gbg/4047432","Gbg/4047435","Gbg/6803191","Gbg/6803120","Gbg/5167711","Gbg/4046724","Gbg/4046735","Gbg/4046722","Gbg/4046721","Gbg/4046720","Gbg/4047033","Gbg/4047032"],"source:geometry:date":["2013-02-20","2015-11-24","2017-03-01","2018-10-24","2013-01-16","2014-12-04","2020-06-05"]},"create":264,"modify":156,"delete":0,"area":0.0000186424788199863,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":135,"theme":"grb","import":29,"locale":"nl","imagery":"AGIV","conflation":54,"id":122017390}},{"id":122012198,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4342187,50.8140204],[4.4342187,50.8140204],[4.4342187,50.8140204],[4.4342187,50.8140204],[4.4342187,50.8140204]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T08:43:04Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/ESQw2nL.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"id":122012198}},{"id":122011281,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.743345,51.1368258],[2.743345,51.1368258],[2.743345,51.1368258],[2.743345,51.1368258],[2.743345,51.1368258]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"thierydem","uid":"13422761","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T08:22:56Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/SDawbBJ.jpg"],"image:0":["https://i.imgur.com/yZdXM9j.jpg"],"leisure":["picnic_table"],"material":["Gemaakt uit hout en metaal"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","add-image":2,"id":122011281}},{"id":122009699,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3308996,50.9955922],[3.3317836,50.9955922],[3.3317836,50.9960695],[3.3308996,50.9960695],[3.3308996,50.9955922]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #aed","comments_count":1,"source":"survey","imagery_used":"Not reported","date":"2022-06-06T07:46:55Z","reviewed_features":[],"tag_changes":{"building":["school"]},"create":2,"modify":4,"delete":0,"area":4.21933200000063e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":5,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":8,"id":122009699}},{"id":121999758,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0668139,14.5858935],[121.0670321,14.5858935],[121.0670321,14.5860848],[121.0668139,14.5860848],[121.0668139,14.5858935]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T01:38:39Z","reviewed_features":[],"tag_changes":{"amenity":["nightclub"],"building":["yes"],"opening_hours":["Mo 00:00-06:00; We 22:00-00:00; Th-Su 00:00-06:00, 23:30-00:00","Th-Su 23:30-06:00"]},"create":0,"modify":1,"delete":0,"area":4.1741660001374e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"lgbtmap","answer":2,"locale":"en","imagery":"osm","id":121999758}},{"id":121999500,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-118.3549412,33.8046779],[-118.3538743,33.8046779],[-118.3538743,33.8120849],[-118.3549412,33.8120849],[-118.3549412,33.8046779]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Devolved","uid":"663717","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-06T01:18:28Z","reviewed_features":[],"tag_changes":{"fee":["no"],"lit":["yes"],"access":["yes"],"leisure":["playground"],"surface":["grass"],"website":["https://www.torranceca.gov/Home/Components/FacilityDirectory/FacilityDirectory/1062/1094","https://www.torranceca.gov/Home/Components/FacilityDirectory/FacilityDirectory/1034/1094"],"wheelchair":["yes"],"opening_hours":["sunrise-sunset"]},"create":0,"modify":7,"delete":0,"area":0.00000790252829998489,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":10,"locale":"en","imagery":"osm","id":121999500}},{"id":122091476,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.327347,51.0025795],[3.4001605,51.0025795],[3.4001605,51.0409394],[3.327347,51.0409394],[3.327347,51.0025795]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T22:05:33Z","reviewed_features":[],"tag_changes":{"access":["customers"],"amenity":["recycling","bicycle_parking"],"barrier":["bollard","block"],"bicycle":["yes"],"bollard":["fixed"],"leisure":["pitch"],"surface":["grass"],"opening_hours":["24/7"]},"create":1,"modify":9,"delete":0,"area":0.00279311857864972,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":30,"locale":"en","imagery":"AGIV","change_over_5000m":2,"change_within_500m":1,"change_within_1000m":24,"id":122091476}},{"id":122091029,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2324725,-39.8438323],[-73.2318097,-39.8438323],[-73.2318097,-39.8434581],[-73.2324725,-39.8434581],[-73.2324725,-39.8438323]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T21:41:43Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/LEOTNzQ.jpg","https://i.imgur.com/qHdNjIE.jpg","https://i.imgur.com/gvmYarL.jpg","https://i.imgur.com/m6eKenw.jpg"],"image:0":["https://i.imgur.com/ITXf7BT.jpg"],"natural":["tree"]},"create":0,"modify":5,"delete":0,"area":2.4801976000229e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":5,"change_within_50m":1,"change_within_100m":2,"id":122091029}},{"id":122090831,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8534166,51.1403898],[4.8672537,51.1403898],[4.8672537,51.1508842],[4.8534166,51.1508842],[4.8534166,51.1403898]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T21:31:24Z","reviewed_features":[],"tag_changes":{"uid":["138772"],"user":["lodde1949"],"amenity":["restaurant"],"version":["1"],"building":["yes","house","industrial","school","apartments","roof"],"changeset":["31261231"],"timestamp":["2015-05-18T17:05:23Z"],"addr:street":["Tramstraat","Stadsestraat"],"addr:housenumber":["9","7","29","5","26","13"],"source:geometry:ref":["Gbg/5403772","Gbg/4047080","Gbg/6507758","Gbg/4047079","Gbg/4050185","Gbg/4046599","Gbg/4046661","Gbg/4047579","Gbg/4046595","Gbg/4046737","Gbg/4046598","Gbg/4928279","Gbg/4046596","Gbg/4047078","Gbg/4046716","Gbg/4678994","Gbg/4046926","Gbg/4047116","Gbg/4047011","Gbg/4047012","Gbg/5862462","Gbg/4047009","Gbg/4047006","Gbg/5403850","Gbg/4047030","Gbg/4047099","Gbg/4047028","Gbg/4047013","Gbg/4047025","Gbg/4045401","Gbg/6508515","Gbg/5862497","Gbg/4047523","Gbg/4048021","Gbg/4045400","Gbg/6507816","Gbg/5862468","Gbg/4047026","Gbg/5862458","Gbg/5862568","Gbg/4047014","Gbg/4047008","Gbg/4046584","Gbg/6508569","Gbg/5862507","Gbg/5862478","Gbg/4046618","Gbg/4047492","Gbg/4047046","Gbg/4047034","Gbg/4046972","Gbg/4047045","Gbg/4046970","Gbg/4047031","Gbg/4046969","Gbg/4046968","Gbg/4046966","Gbg/4046965","Gbg/4046897","Gbg/4046898","Gbg/4046927","Gbg/4047447","Gbg/4047444","Gbg/4047573","Gbg/4047445","Gbg/4045380","Gbg/4045379","Gbg/4045378","Gbg/5403729","Gbg/4047458","Gbg/4045386","Gbg/7020169","Gbg/4045405","Gbg/4045384","Gbg/4045404","Gbg/4045391","Gbg/4045402","Gbg/4928244","Gbg/4045403","Gbg/4045407","Gbg/4047453","Gbg/4928291","Gbg/4047500","Gbg/4047448","Gbg/4047499","Gbg/5748701","Gbg/5862526","Gbg/4045399","Gbg/4046664","Gbg/4928241","Gbg/4046577","Gbg/4046564","Gbg/4046675","Gbg/4046597","Gbg/4046662","Gbg/4046576","Gbg/4046563","Gbg/4046562","Gbg/4046580","Gbg/5862263","Gbg/5862303"],"source:geometry:date":["2015-11-24","2013-01-16","2021-09-10","2013-02-20","2014-12-04","2014-05-02","2017-03-01","2021-10-25","2018-10-24","2020-06-05","2019-09-04","2016-11-07"]},"create":875,"modify":626,"delete":8,"area":0.000145212062239984,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":524,"theme":"grb","answer":8,"import":65,"locale":"nl","imagery":"osm","conflation":202,"change_over_5000m":21,"id":122090831}},{"id":122090694,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8650895,51.1405746],[4.8688227,51.1405746],[4.8688227,51.141861],[4.8650895,51.141861],[4.8650895,51.1405746]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T21:25:03Z","reviewed_features":[],"tag_changes":{"building":["house","roof","yes"],"source:geometry:ref":["Gbg/4045445","Gbg/4045395","Gbg/4045446","Gbg/4045396","Gbg/4045397","Gbg/4045398","Gbg/4048017","Gbg/4045410","Gbg/4047572","Gbg/4045409","Gbg/4045412","Gbg/4045390","Gbg/6666972"],"source:geometry:date":["2013-02-20","2013-01-16","2019-09-04","2020-06-05"]},"create":77,"modify":86,"delete":0,"area":0.00000480238847999234,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":73,"theme":"grb","import":8,"locale":"nl","imagery":"osm","conflation":26,"change_over_5000m":8,"id":122090694}},{"id":122089456,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.2875992,44.5145978],[11.2875992,44.5145978],[11.2875992,44.5145978],[11.2875992,44.5145978],[11.2875992,44.5145978]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"WinstonSmith","uid":"36030","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T20:44:33Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"it","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_50m":1,"id":122089456}},{"id":122088227,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3832963,48.4612764],[2.6650256,48.4612764],[2.6650256,48.8665597],[2.3832963,48.8665597],[2.3832963,48.4612764]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"miggaz elquez","uid":"11237080","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T20:07:50Z","reviewed_features":[],"tag_changes":{"fee":["yes","no"],"access":["yes"],"noname":["yes"],"landuse":["forest"],"leisure":["sports_centre","pitch"],"climbing":["area"],"climbing:speed":["no"]},"create":0,"modify":3,"delete":0,"area":0.11418018041069,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/climbing","theme":"climbing","answer":6,"locale":"en","imagery":"osm","id":122088227}},{"id":122087315,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2920195,50.8541295],[3.2922748,50.8541295],[3.2922748,50.8542807],[3.2920195,50.8542807],[3.2920195,50.8541295]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T19:42:41Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":10,"delete":1,"area":3.86013599994199e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb","move":9,"theme":"grb","locale":"nl","imagery":"osm","conflation":2,"id":122087315}},{"id":122086838,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.6769297,49.5971426],[0.6769297,49.5971426],[0.6769297,49.5971426],[0.6769297,49.5971426],[0.6769297,49.5971426]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T19:29:01Z","reviewed_features":[],"tag_changes":{"defibrillator:location:en":["Next to the main entrance"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","answer":1,"locale":"nl","imagery":"osm","id":122086838}},{"id":122085495,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3895836,49.1273138],[2.5713717,49.1273138],[2.5713717,49.2033922],[2.3895836,49.2033922],[2.3895836,49.1273138]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T19:00:44Z","reviewed_features":[],"tag_changes":{"amenity":["school","social_facility","hospital"],"highway":["secondary","primary","residential","tertiary","footway","service","pedestrian","track"],"landuse":["forest"],"tourism":["museum"],"building":["yes","school"],"name:etymology:wikidata":["Q680897","Q1052","Q752088","Q2042","Q940694","Q130272","Q518512","Q312391","Q535","Q179888","Q223274","Q752093","Q1332127","Q41269","Q126675","Q622365","Q331087","Q90","Q797108","Q2185","Q181269","Q27619343","Q49752","Q849","Q18420","Q191408","Q4700","Q182791","Q191305","Q501","Q735370","Q289801","Q462644","Q35548","Q675687","Q243212","Q207958","Q232972","Q236630","Q755","Q42247","Q126668","Q846750"]},"create":0,"modify":159,"delete":0,"area":0.01383014778704,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":205,"locale":"fr","imagery":"osm","id":122085495}},{"id":122084191,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8106191,51.1862576],[2.8106191,51.1862576],[2.8106191,51.1862576],[2.8106191,51.1862576],[2.8106191,51.1862576]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T18:32:50Z","reviewed_features":[],"tag_changes":{"email":["tgenotmiddelkerke@gmail.com"],"phone":["+32 473 19 10 41"],"amenity":["cafe"],"website":["https://menucards.cc/tgenot"],"payment:cash":["yes"],"payment:cards":["yes"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":5,"locale":"en","imagery":"osmfr","id":122084191}},{"id":122083968,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7701384,51.150808],[4.7827953,51.150808],[4.7827953,51.1546206],[4.7701384,51.1546206],[4.7701384,51.150808]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Salambre","uid":"15272429","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T18:26:27Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":0,"delete":0,"area":0.0000482556969400449,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":5,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":2,"change_within_50m":3,"id":122083968}},{"id":122081062,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2072767,51.2087986],[3.2203682,51.2087986],[3.2203682,51.2147055],[3.2072767,51.2147055],[3.2072767,51.2087986]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #schools","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T16:57:42Z","reviewed_features":[],"tag_changes":{"name":["Kleuterschool Lenteweelde","KLeuterschool Lenteweelde"],"email":["info@basisschoolzandstraat.be"],"phone":["+32 50 31 69 02"],"amenity":["school","kindergarten"],"website":["https://basisschoolzandstraat.be/kleuterafdeling-lenteweelde/"],"isced:2011:level":["primary"]},"create":0,"modify":5,"delete":0,"area":0.0000773301813499908,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"http://127.0.0.1:1234/theme.html","theme":"schools","answer":5,"locale":"nl","imagery":"CartoDB.Voyager","id":122081062}},{"id":122080366,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2277688,-39.8299036],[-73.2277688,-39.8299036],[-73.2277688,-39.8299036],[-73.2277688,-39.8299036],[-73.2277688,-39.8299036]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T16:34:08Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":1,"locale":"en","imagery":"osm","add-image":1,"id":122080366}},{"id":122079812,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2406011,-39.8348573],[-73.2398255,-39.8348573],[-73.2398255,-39.8299529],[-73.2406011,-39.8299529],[-73.2406011,-39.8348573]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T16:16:37Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Yzee5xW.jpg","https://i.imgur.com/H1aLJ9W.jpg"],"natural":["tree"]},"create":0,"modify":2,"delete":0,"area":0.00000380385264005673,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osmfr","add-image":2,"id":122079812}},{"id":122079049,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7268178,50.9788521],[3.7268178,50.9788521],[3.7268178,50.9788521],[3.7268178,50.9788521],[3.7268178,50.9788521]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"sanbock","uid":"16217340","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T15:52:48Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":2,"locale":"en","imagery":"osm","id":122079049}},{"id":122074440,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.676549,49.597014],[0.677171,49.597014],[0.677171,49.59731],[0.676549,49.59731],[0.676549,49.597014]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T14:05:37Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":2,"modify":1,"delete":0,"area":1.84111999999221e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":5,"locale":"nl","imagery":"osm","change_within_25m":2,"change_within_50m":5,"id":122074440}},{"id":122072244,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.817955,39.1908737],[-76.8174342,39.1908737],[-76.8174342,39.1930628],[-76.817955,39.1930628],[-76.817955,39.1908737]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"PlugInSites","uid":"10651792","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T13:08:16Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"amenity":["charging_station"],"bicycle":["no"],"scooter":["no"],"capacity":["8","10"],"motorcar":["yes"],"socket:type1":["6"],"socket:chademo":["1","2"],"socket:type1_cable":["1"],"socket:type1_combo":["1"]},"create":1,"modify":3,"delete":0,"area":0.00000114008328000978,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations","move":1,"theme":"charging_stations","answer":3,"locale":"en","imagery":"geodata.md.gov-MD_SixInchImagery","move:node/8306579613":"improve_accuracy","id":122072244}},{"id":122071748,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2404072,-39.8389723],[-73.2353665,-39.8389723],[-73.2353665,-39.8344011],[-73.2404072,-39.8344011],[-73.2404072,-39.8389723]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T12:55:57Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/dUqY2sQ.jpg","https://i.imgur.com/R7cciT3.jpg","https://i.imgur.com/tODrb7w.jpg"],"image:0":["https://i.imgur.com/NvqOaIc.jpg","https://i.imgur.com/wxFeFZk.jpg"],"natural":["tree"]},"create":0,"modify":5,"delete":0,"area":0.0000230420478400466,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osmfr","add-image":5,"id":122071748}},{"id":122070986,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6258769,47.3026532],[9.6582578,47.3026532],[9.6582578,47.3134028],[9.6258769,47.3134028],[9.6258769,47.3026532]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mcliquid","uid":"1213571","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T12:36:14Z","reviewed_features":[],"tag_changes":{"highway":["residential","secondary"],"maxspeed":["40","60"]},"create":0,"modify":6,"delete":0,"area":0.000348081722639897,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/maxspeed.html","theme":"maxspeed","answer":8,"locale":"en","imagery":"osm","id":122070986}},{"id":122070809,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.869787,51.1001285],[4.9965656,51.1001285],[4.9965656,51.169646],[4.869787,51.169646],[4.869787,51.1001285]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T12:32:07Z","reviewed_features":[],"tag_changes":{"tourism":["guest_house"],"building":["yes","house","roof"],"addr:street":["Geelseweg"],"addr:housenumber":["6"],"source:geometry:ref":["Gbg/5860852","Gbg/4011757","Gbg/4011252","Gbg/4011255","Gbg/4011256","Gbg/4011808","Gbg/4011809","Gbg/5862436","Gbg/4011811","Gbg/4011261","Gbg/4011764","Gbg/4011765","Gbg/4011761","Gbg/6508584","Gbg/4011759","Gbg/5862322","Gbg/4011791","Gbg/5862332","Gbg/4011253","Gbg/4011767","Gbg/4011812","Gbg/4011859","Gbg/4011813","Gbg/4011858","Gbg/4011814","Gbg/4011857","Gbg/4011769","Gbg/4011251","Gbg/4011793","Gbg/4011768","Gbg/4011846","Gbg/4011794","Gbg/4011770","Gbg/4011795","Gbg/4011860","Gbg/3948439","Gbg/5862440","Gbg/3948441","Gbg/4011266","Gbg/4011265","Gbg/6989642","Gbg/4011826","Gbg/4011825","Gbg/4010930","Gbg/4010929","Gbg/4010891","Gbg/4010928","Gbg/4010890","Gbg/4011843","Gbg/4011839","Gbg/7019864"],"source:geometry:date":["2017-03-01","2013-01-07","2018-10-24","2020-06-05","2013-02-20","2012-11-15","2021-10-25","2021-09-10"]},"create":719,"modify":311,"delete":0,"area":0.00881333132550048,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":260,"theme":"grb","import":76,"locale":"nl","imagery":"osm","conflation":102,"id":122070809}},{"id":122070222,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.8085759,51.060356],[3.9005582,51.060356],[3.9005582,51.1359634],[3.8085759,51.1359634],[3.8085759,51.060356]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Toerisme Lochristi","uid":"16225274","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T12:17:43Z","reviewed_features":[],"tag_changes":{"amenity":["toilets","bench","charging_station"]},"create":25,"modify":11,"delete":0,"area":0.00695454254902022,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":42,"locale":"nl","imagery":"AGIV","id":122070222}},{"id":122066667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.4161362,54.7781596],[9.4161362,54.7781596],[9.4161362,54.7781596],[9.4161362,54.7781596],[9.4161362,54.7781596]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T10:58:28Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"image":["https://i.imgur.com/BXZUA4X.jpg"],"phone":["+49 7063 93 33333"],"amenity":["charging_station"],"bicycle":["no"],"scooter":["no"],"motorcar":["yes"],"parking:fee":["no"],"socket:chademo":["1"],"socket:type2_cable":["1"],"socket:type2_combo":["1"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":4,"locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":122066667}},{"id":122061460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.800595,49.4297481],[0.800595,49.4297481],[0.800595,49.4297481],[0.800595,49.4297481],[0.800595,49.4297481]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T09:09:39Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","answer":4,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":5,"id":122061460}},{"id":122060732,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.9699054,43.2056138],[-3.9543808,43.2056138],[-3.9543808,43.2156776],[-3.9699054,43.2156776],[-3.9699054,43.2056138]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-07T08:58:13Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":3,"modify":3,"delete":0,"area":0.000156236469479961,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":6,"locale":"en","imagery":"osm","add-image":3,"change_over_5000m":3,"change_within_25m":9,"id":122060732}},{"id":122058595,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9055048,51.1054154],[4.9055048,51.1054154],[4.9055048,51.1054154],[4.9055048,51.1054154],[4.9055048,51.1054154]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T08:16:47Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":7,"locale":"en","imagery":"CartoDB.Voyager","id":122058595}},{"id":122047161,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.2650738,-32.9929502],[-71.2650738,-32.9929502],[-71.2650738,-32.9929502],[-71.2650738,-32.9929502],[-71.2650738,-32.9929502]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-07T01:00:20Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/MDUSqpW.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":122047161}},{"id":122139207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4370604,51.1943747],[4.5055194,51.1943747],[4.5055194,51.2494346],[4.4370604,51.2494346],[4.4370604,51.1943747]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pi11","uid":"12066190","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T23:47:16Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["residential","tertiary","secondary_link","secondary","unclassified","service","path"],"name:etymology:wikidata":["Q79058","Q37340","Q112294580","Q108019","Q126916","Q3271482","Q194012","Q1863253","Q1150","Q2062015","Q469580","Q19835682","Q98793975","Q50411812","Q152457","Q60050545","Q97495842","Q95961727","Q112294248","Q818804","Q18575616","Q96654538","Q112295114","Q12091","Q364139","Q106851","Q270658","Q2029739","Q112295829","Q174353","Q2554516","Q2180803","Q2658124"]},"create":0,"modify":152,"delete":0,"area":0.00376934569410022,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":214,"locale":"nl","imagery":"osm","id":122139207}},{"id":122138896,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0551319,51.0268174],[4.6881214,51.0268174],[4.6881214,51.2051151],[4.0551319,51.2051151],[4.0551319,51.0268174]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T23:19:37Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"proposed:cyclestreet":["yes"]},"create":1,"modify":7,"delete":0,"area":0.112860571974151,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","split":2,"theme":"cyclestreets","answer":7,"locale":"nl","imagery":"osm","id":122138896}},{"id":122138772,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8092537,51.1859369],[2.8092537,51.1859369],[2.8092537,51.1859369],[2.8092537,51.1859369],[2.8092537,51.1859369]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T23:06:18Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"AGIV","deletion":1,"change_over_5000m":1,"deletion:node/9804602914":"duplicate","id":122138772}},{"id":122137360,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.5055717,49.3994916],[9.5055717,49.3994916],[9.5055717,49.3994916],[9.5055717,49.3994916],[9.5055717,49.3994916]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T21:48:23Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/UtFSq5G.jpg"],"amenity":["toilets"],"changing_table":["yes"],"toilets:position":["seated;urinal"],"toilets:handwashing":["yes"],"changing_table:location":["wheelchair_toilet"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":4,"locale":"de","imagery":"osm","add-image":1,"change_over_5000m":5,"id":122137360}},{"id":122137291,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2361997,50.735887],[4.2372955,50.735887],[4.2372955,50.7365914],[4.2361997,50.7365914],[4.2361997,50.735887]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T21:45:48Z","reviewed_features":[],"tag_changes":{"name":["Cheers","Maurice Café"],"shop":["jewelry"],"amenity":["cafe","pub","bar"],"website":["https://www.isis-sieraden.be","https://mokkadis.be","http://users.telenet.be/mokkadis","https://www.bistro-servais.be","https://www.facebook.com/profile.php?id=100076154600869"]},"create":0,"modify":4,"delete":1,"area":7.71881520003855e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":4,"locale":"en","imagery":"osm","deletion":1,"deletion:node/5578933391":"shop_closed","id":122137291}},{"id":122137120,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3853843,49.1836641],[2.4627891,49.1836641],[2.4627891,49.2259051],[2.3853843,49.2259051],[2.3853843,49.1836641]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T21:38:55Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["tertiary","secondary","residential","service","primary","unclassified","track","footway"],"name:etymology:wikidata":["Q2042","Q331087","Q675687","Q1335541","Q529","Q1631","Q449","Q5593","Q622365","Q253224","Q47162","Q18404","Q7327","Q152176","Q207958","Q493","Q1666","Q752088","Q1332424","Q150662","Q12688","Q658479","Q235863","Q3372335","Q44197"]},"create":0,"modify":46,"delete":0,"area":0.00326965615679978,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":56,"locale":"fr","imagery":"osm","id":122137120}},{"id":122136918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2358517,50.7359498],[4.2401831,50.7359498],[4.2401831,50.7424454],[4.2358517,50.7424454],[4.2358517,50.7359498]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T21:30:15Z","reviewed_features":[],"tag_changes":{"name":["Sterckx Motors","Volvo","Eva!","Eva","Luc Lerinckx Juweelcreatie"],"shop":["bakery","car","computer","interior_decoration","clothes","jewelry","chocolate","alcohol"],"website":["https://josselocus.be","https://www.sterckx-desmet.be","https://www.bitz.be","https://www.evainterieur.be","https://www.headline-fashion.be","https://www.isis-sieraden.be","https://www.valentinobelgium.com"]},"create":1,"modify":12,"delete":0,"area":0.0000281350418400032,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","move":1,"theme":"shops","answer":12,"locale":"en","imagery":"osm","move:node/5578933403":"relocated","id":122136918}},{"id":122135851,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8588161,51.1446856],[4.8592921,51.1446856],[4.8592921,51.1448464],[4.8588161,51.1448464],[4.8588161,51.1446856]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T20:53:34Z","reviewed_features":[],"tag_changes":{"building":["house","yes"],"source:geometry:ref":["Gbg/7020191"],"source:geometry:date":["2021-10-25"]},"create":0,"modify":14,"delete":0,"area":7.65407999981719e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","move":13,"theme":"grb","locale":"nl","imagery":"osm","conflation":2,"id":122135851}},{"id":122135850,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.2960599,50.9337078],[5.3320527,50.9337078],[5.3320527,50.9469161],[5.2960599,50.9469161],[5.2960599,50.9337078]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T20:53:34Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station","bench"]},"create":7,"modify":12,"delete":0,"area":0.00047540370024008,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","move":4,"theme":"toerisme_vlaanderen","answer":25,"locale":"nl","imagery":"AGIV","move:node/9803297653":"improve_accuracy","move:node/9804784310":"improve_accuracy","move:node/9804798084":"improve_accuracy","move:node/9804809539":"improve_accuracy","id":122135850}},{"id":122135797,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T20:51:19Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/","move":13,"theme":"grb","locale":"nl","conflation":2,"id":122135797}},{"id":122135332,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2307223,50.724896],[4.2562248,50.724896],[4.2562248,50.7425791],[4.2307223,50.7425791],[4.2307223,50.724896]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T20:33:55Z","reviewed_features":[],"tag_changes":{"highway":["residential","primary","living_street","service","construction","pedestrian"],"name:etymology:wikidata":["Q19587858","Q106785062","Q2030421","Q152457","Q2568789","Q235186","Q312857","Q638560","Q231171","Q11120"]},"create":0,"modify":24,"delete":0,"area":0.000450963257749981,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":33,"locale":"en","imagery":"osm","id":122135332}},{"id":122135079,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1722494,50.789615],[5.1806376,50.789615],[5.1806376,50.8044022],[5.1722494,50.8044022],[5.1722494,50.789615]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jozin-belgium","uid":"1947314","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T20:26:02Z","reviewed_features":[],"tag_changes":{"shop":["florist"],"office":["security"],"amenity":["school","community_centre","car_wash","social_facility"],"building":["yes","house","castle","detached","school","warehouse","commercial","roof"],"historic":["castle"],"addr:street":["Naamsesteenweg","Montenakenweg","Bevingen-Centrum"],"addr:housenumber":["319","145","12"],"source:geometry:ref":["Gbg/4658946","Gbg/171909","Gbg/169774","Gbg/168389","Gbg/157160","Gbg/150585","Gbg/168404","Gbg/168427","Gbg/166438","Gbg/168405","Gbg/6459426","Gbg/170689","Gbg/5687010","Gbg/6459443","Gbg/165798","Gbg/171904","Gbg/157073","Gbg/165803","Gbg/4657798","Gbg/6459452","Gbg/153057","Gbg/4665355","Gbg/158638","Gbg/171893","Gbg/171771","Gbg/158653","Gbg/158658","Gbg/4664582","Gbg/6817319","Gbg/6461547","Gbg/170714","Gbg/165260","Gbg/165256","Gbg/158662","Gbg/153054","Gbg/151601","Gbg/171765","Gbg/165261","Gbg/4665773","Gbg/164924","Gbg/149787","Gbg/149786","Gbg/4664249","Gbg/165801","Gbg/4664000","Gbg/164910","Gbg/170599","Gbg/6461545","Gbg/6461546","Gbg/158648","Gbg/6459401","Gbg/165252","Gbg/158819","Gbg/170583","Gbg/164922","Gbg/164906","Gbg/163922","Gbg/170594","Gbg/170713","Gbg/159522","Gbg/151770","Gbg/164919","Gbg/4666627","Gbg/4666556","Gbg/4665881","Gbg/4665628","Gbg/4663722","Gbg/4664338","Gbg/165231","Gbg/165273","Gbg/164916","Gbg/164917","Gbg/171797","Gbg/155113","Gbg/4665589","Gbg/164915","Gbg/165234","Gbg/165246","Gbg/165223","Gbg/151777","Gbg/171798","Gbg/164918","Gbg/158644","Gbg/165251","Gbg/165305","Gbg/153062","Gbg/164925","Gbg/4665945","Gbg/165249","Gbg/5102480","Gbg/155115","Gbg/4665694","Gbg/3362867","Gbg/4663853","Gbg/151775","Gbg/4664884","Gbg/170591","Gbg/158815","Gbg/4665204","Gbg/4665853","Gbg/162744","Gbg/4665338","Gbg/170597","Gbg/159524","Gbg/165247","Gbg/165264","Gbg/165794","Gbg/171769","Gbg/4664618","Gbg/6459442","Gbg/168384","Gbg/166435","Gbg/168394","Gbg/166433","Gbg/4657729","Gbg/168385","Gbg/4657724","Gbg/152614","Gbg/166434","Gbg/168396","Gbg/154739","Gbg/154740","Gbg/168426","Gbg/168393","Gbg/168400","Gbg/154741","Gbg/168399","Gbg/168432","Gbg/166066","Gbg/168429","Gbg/168430","Gbg/168425","Gbg/6459424","Gbg/5686373","Gbg/4657851","Gbg/6459417","Gbg/5685396","Gbg/164911","Gbg/163923","Gbg/4664727","Gbg/4663763","Gbg/1675731","Gbg/4665303","Gbg/155111","Gbg/170593","Gbg/4663875","Gbg/4664776","Gbg/165229","Gbg/151766","Gbg/151765","Gbg/165230","Gbg/155112","Gbg/6933503","Gbg/170587","Gbg/170589","Gbg/170596","Gbg/170590"],"source:geometry:date":["2014-04-28","2015-03-04","2003-06-04","2002-11-20","2019-02-01","2016-09-16","2018-09-12","2020-06-30","2017-02-27","2020-03-06","2008-09-03","2012-06-19","2021-04-15"]},"create":1945,"modify":1148,"delete":9,"area":0.000124037991040002,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/grb.html","move":1005,"theme":"grb","import":241,"locale":"nl","imagery":"osm","conflation":324,"id":122135079}},{"id":122134771,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2401776,50.7332319],[4.2401776,50.7332319],[4.2401776,50.7332319],[4.2401776,50.7332319],[4.2401776,50.7332319]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T20:18:12Z","reviewed_features":[],"tag_changes":{"amenity":["post_box"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/postboxes.html","theme":"postboxes","locale":"en","imagery":"CartoDB.Voyager","id":122134771}},{"id":122133216,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5404782,53.0068111],[6.5404782,53.0068111],[6.5404782,53.0068111],[6.5404782,53.0068111],[6.5404782,53.0068111]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T19:36:21Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_assen.html","theme":"waste_assen","answer":2,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_5000m":2,"id":122133216}},{"id":122132348,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8092456,51.1859252],[2.8092537,51.1859252],[2.8092537,51.1859369],[2.8092456,51.1859369],[2.8092456,51.1859252]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T19:09:33Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":0,"delete":0,"area":9.47700000147429e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"AGIV","add-image":1,"change_over_5000m":2,"change_within_25m":1,"id":122132348}},{"id":122132177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5650606,53.0179937],[6.5890172,53.0179937],[6.5890172,53.0302306],[6.5650606,53.0302306],[6.5650606,53.0179937]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T19:05:43Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":15,"modify":6,"delete":0,"area":0.000293154518540117,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_assen.html","theme":"waste_assen","answer":30,"locale":"nl","imagery":"osm","change_over_5000m":15,"change_within_500m":10,"change_within_1000m":6,"change_within_5000m":14,"id":122132177}},{"id":122129585,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8232621,51.1725686],[4.8350242,51.1725686],[4.8350242,51.1772723],[4.8232621,51.1772723],[4.8232621,51.1725686]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T18:00:21Z","reviewed_features":[],"tag_changes":{"highway":["residential","unclassified"],"maxspeed":["30"],"cyclestreet":["yes"],"overtaking:motor_vehicle":["no"]},"create":0,"modify":27,"delete":0,"area":0.0000553253897700052,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":27,"locale":"nl","imagery":"osm","id":122129585}},{"id":122123900,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3945297,51.0354229],[3.3945688,51.0354229],[3.3945688,51.0355697],[3.3945297,51.0355697],[3.3945297,51.0354229]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T15:24:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/xFMacSL.jpg"],"amenity":["recycling","waste_basket"]},"create":1,"modify":1,"delete":0,"area":5.73988000011557e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":1,"locale":"en","imagery":"osm","add-image":2,"change_over_5000m":1,"change_within_1000m":3,"id":122123900}},{"id":122122133,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T14:45:06Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":1,"locale":"de","imagery":"osm","change_within_500m":1,"id":122122133}},{"id":122120290,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6267417,45.4922516],[9.645282,45.4922516],[9.645282,45.5061411],[9.6267417,45.5061411],[9.6267417,45.4922516]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mannivu","uid":"1950277","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T14:01:19Z","reviewed_features":[],"tag_changes":{"place":["square"],"amenity":["school"],"highway":["tertiary","residential","pedestrian","unclassified","service"],"leisure":["park"],"name:etymology:wikidata":["Q2851732","Q267304","Q3614311","Q3725967","Q3069001","Q36488","Q964822","Q539","Q3742833","Q307","Q1377734","Q25106","Q1713223"]},"create":0,"modify":46,"delete":0,"area":0.000257515496849953,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":54,"locale":"it","imagery":"osm","change_within_500m":2,"change_within_1000m":34,"change_within_5000m":18,"id":122120290}},{"id":122119953,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.2657573,-33.0041202],[-71.2657573,-33.0041202],[-71.2657573,-33.0041202],[-71.2657573,-33.0041202],[-71.2657573,-33.0041202]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T13:53:23Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/snIdbHn.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":122119953}},{"id":122117816,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.7658936,49.5279586],[0.7659726,49.5279586],[0.7659726,49.5280028],[0.7658936,49.5280028],[0.7658936,49.5279586]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T13:00:28Z","reviewed_features":[],"tag_changes":{"fee":["no"],"amenity":["toilets"],"building":["yes"],"wheelchair":["yes"],"toilets:position":["seated;urinal"]},"create":0,"modify":1,"delete":0,"area":3.49180000039211e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"nl","imagery":"osm","change_within_50m":3,"id":122117816}},{"id":122117794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.7659234,49.52796],[0.7659234,49.52796],[0.7659234,49.52796],[0.7659234,49.52796],[0.7659234,49.52796]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T12:59:53Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/T1jEjaU.jpg"],"access":["yes"],"indoor":["no"],"wheelchair":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_within_50m":4,"id":122117794}},{"id":122110716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2138433,51.1896262],[3.217567,51.1896262],[3.217567,51.1951561],[3.2138433,51.1951561],[3.2138433,51.1896262]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T10:16:57Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"],"highway":["service"],"building":["school","university","yes","dormitory","roof","house"],"addr:street":["Groene-Poortdreef"],"addr:housenumber":["17A"],"source:geometry:ref":["Gbg/3086126","Gbg/3087368","Gbg/4559952","Gbg/4559792","Gbg/3087367","Gbg/3087383","Gbg/5585852","Gbg/3087382","Gbg/3087393","Gbg/3087991","Gbg/6489736","Gbg/3087381","Gbg/5261566","Gbg/6489341"],"source:geometry:date":["2017-04-14","2014-02-06","2011-05-09","2018-10-02","2015-07-09"]},"create":217,"modify":231,"delete":0,"area":0.0000205916886299947,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":217,"theme":"grb","import":9,"locale":"en","imagery":"AGIV","conflation":28,"change_over_5000m":9,"id":122110716}},{"id":122107836,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3378272,50.9326832],[5.3378272,50.9326832],[5.3378272,50.9326832],[5.3378272,50.9326832],[5.3378272,50.9326832]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T09:18:09Z","reviewed_features":[],"tag_changes":{"phone":["+32 11 33 44 27"],"amenity":["fast_food"],"diet:halal":["no"],"diet:vegan":["limited"],"wheelchair":["yes"],"payment:cash":["yes"],"payment:cards":["yes"],"diet:vegetarian":["limited"],"service:electricity":["no"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":7,"locale":"nl","imagery":"osm","change_within_25m":7,"id":122107836}},{"id":122107681,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.8115141,51.1868906],[2.8116784,51.1868906],[2.8116784,51.1869799],[2.8115141,51.1869799],[2.8115141,51.1868906]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"way-451400969","name":"Zeedijk casino west","osm_id":451400969,"reasons":[42],"version":3,"primary_tags":{"building":"yes"}}],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T09:15:05Z","reviewed_features":[],"tag_changes":{"fixme":["A mapcomplete user marked this feature to be deleted (disused)"],"amenity":["toilets"],"building":["yes"],"disused:amenity":["toilets"]},"create":0,"modify":1,"delete":0,"area":1.4671989999828e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","locale":"nl","imagery":"osm","soft-delete":1,"change_within_25m":1,"soft-delete:way/451400969":"disused","id":122107681}},{"id":122107613,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7869007,51.2707367],[4.7869007,51.2707367],[4.7869007,51.2707367],[4.7869007,51.2707367],[4.7869007,51.2707367]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #schools","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T09:13:32Z","reviewed_features":[],"tag_changes":{"email":["info.kribbels@gmail.com"],"phone":["+32 470 63 55 95"],"amenity":["childcare"],"website":["https://kribbels.be/"],"capacity":["25"],"opening_hours":["Mo-Fr 07:00-18:00"]},"create":0,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/feature/schools/schools.html","theme":"schools","answer":10,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":10,"id":122107613}},{"id":122104382,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3211951,50.9385987],[5.3211951,50.9385987],[5.3211951,50.9385987],[5.3211951,50.9385987],[5.3211951,50.9385987]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T07:59:54Z","reviewed_features":[],"tag_changes":{"tourism":["caravan_site"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","answer":4,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":4,"id":122104382}},{"id":122103459,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.2954249,50.9462374],[5.2960808,50.9462374],[5.2960808,50.9468614],[5.2954249,50.9468614],[5.2954249,50.9462374]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T07:35:48Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":2,"modify":0,"delete":0,"area":4.0928160000124e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","move":2,"theme":"waste","answer":2,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":4,"move:node/9803248578":"improve_accuracy","move:node/9803265676":"improve_accuracy","id":122103459}},{"id":122102126,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.29547,50.9337132],[5.3489235,50.9337132],[5.3489235,50.9469742],[5.29547,50.9469742],[5.29547,50.9337132]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-08T07:06:20Z","reviewed_features":[],"tag_changes":{"amenity":["toilets","bench","charging_station"],"payment:cash":["yes"],"payment:cards":["no"],"toilets:paper_supplied":["yes"],"changing_table:location":["wheelchair_toilet"]},"create":2,"modify":18,"delete":0,"area":0.000708846863499996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","move":5,"theme":"toerisme_vlaanderen","answer":30,"import":4,"locale":"nl","imagery":"osm","add-image":6,"change_over_5000m":6,"change_within_25m":38,"change_within_50m":3,"move:node/9803202605":"improve_accuracy","move:node/9803234395":"improve_accuracy","move:node/9803251849":"improve_accuracy","move:node/9803325145":"improve_accuracy","move:node/9803327251":"improve_accuracy","import:node/9803202605":"source: https://osm.org/note/3044138","import:node/9803234395":"source: https://osm.org/note/3044372","import:node/9803251849":"source: https://osm.org/note/3044605","import:node/9803325145":"source: https://osm.org/note/3044722","id":122102126}},{"id":122094629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7059525,50.8814895],[4.7059525,50.8814895],[4.7059525,50.8814895],[4.7059525,50.8814895],[4.7059525,50.8814895]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #schools","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-08T01:55:57Z","reviewed_features":[],"tag_changes":{"phone":["+32 16 24 81 44"],"amenity":["childcare","kindergarten"],"website":["https://www.zorgleuven.be/de-ketteflet"],"capacity":["60"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"http://127.0.0.1:1234/theme.html","theme":"schools","answer":4,"locale":"en","imagery":"CartoDB.Voyager","id":122094629}},{"id":122185440,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.8754132,53.1031751],[6.8754686,53.1031751],[6.8754686,53.103208],[6.8754132,53.103208],[6.8754132,53.1031751]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"the-wouter","uid":"16051141","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T22:26:11Z","reviewed_features":[],"tag_changes":{"highway":["path"],"image:streetsign":["https://i.imgur.com/cTCEpFn.jpg"]},"create":0,"modify":1,"delete":0,"area":1.82266000004081e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology","theme":"etymology","locale":"nl","imagery":"osm","add-image":1,"id":122185440}},{"id":122181171,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5534107,47.2144086],[-1.5534107,47.2144086],[-1.5534107,47.2144086],[-1.5534107,47.2144086],[-1.5534107,47.2144086]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Marival","uid":"8238040","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T19:47:11Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/eUvXSHj.jpg"],"man_made":["surveillance"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","locale":"fr","imagery":"osm","add-image":1,"change_within_100m":1,"id":122181171}},{"id":122179854,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2409344,-39.838186],[-73.2409344,-39.838186],[-73.2409344,-39.838186],[-73.2409344,-39.838186],[-73.2409344,-39.838186]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T19:02:54Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/0HeIoEj.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":122179854}},{"id":122175443,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3877842,51.0406256],[3.3937737,51.0406256],[3.3937737,51.0448744],[3.3877842,51.0448744],[3.3877842,51.0406256]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #education","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T17:01:31Z","reviewed_features":[],"tag_changes":{"name":["De Kiem"],"phone":["+32 474 46 80 64"],"amenity":["childcare","school"]},"create":0,"modify":2,"delete":0,"area":0.0000254481875999954,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/feature/schools/education.html","theme":"education","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":122175443}},{"id":122174009,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T16:24:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"en","imagery":"osm","id":122174009}},{"id":122173872,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T16:21:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"nl","imagery":"osm","change_within_25m":3,"id":122173872}},{"id":122173749,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.6167004,39.3246027],[-76.6167004,39.3246027],[-76.6167004,39.3246027],[-76.6167004,39.3246027],[-76.6167004,39.3246027]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pkoby","uid":"999995","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T16:17:44Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":3,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_25m":3,"id":122173749}},{"id":122170491,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.0998607,49.4405031],[1.0998607,49.4405031],[1.0998607,49.4405031],[1.0998607,49.4405031],[1.0998607,49.4405031]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T14:56:25Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/eLYIai2.jpg"],"access":["yes"],"indoor":["no"],"defibrillator:location:en":["In the public space, though there are doors that might close at night"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":4,"id":122170491}},{"id":122164228,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.824643,51.0435709],[4.8248164,51.0435709],[4.8248164,51.0437957],[4.824643,51.0437957],[4.824643,51.0435709]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Frans_Napaters","uid":"3574538","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T12:37:03Z","reviewed_features":[],"tag_changes":{"fee":["no"],"email":["info@harmonie6.be"],"access":["customers"],"leisure":["playground"],"surface":["grass"],"website":["https://harmonie6.be/"],"operator":["Harmonie6"]},"create":0,"modify":5,"delete":0,"area":3.89803199995558e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":5,"locale":"en","imagery":"osm","id":122164228}},{"id":122163677,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.0887631,49.4393812],[1.0887631,49.4393812],[1.0887631,49.4393812],[1.0887631,49.4393812],[1.0887631,49.4393812]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T12:26:29Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"toilets:position":["seated"],"toilets:paper_supplied":["no"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":2,"locale":"nl","imagery":"osm","change_within_100m":2,"id":122163677}},{"id":122161774,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5576502,51.2632364],[4.5576502,51.2632364],[4.5576502,51.2632364],[4.5576502,51.2632364],[4.5576502,51.2632364]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pi11","uid":"12066190","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T11:50:03Z","reviewed_features":[],"tag_changes":{"barrier":["bollard"],"bicycle":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","id":122161774}},{"id":122159995,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7053098,51.0493961],[3.7053098,51.0493961],[3.7053098,51.0493961],[3.7053098,51.0493961],[3.7053098,51.0493961]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T11:10:38Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"image":["https://i.imgur.com/PG33Cqj.jpg"],"amenity":["charging_station"],"bicycle":["yes"],"scooter":["no"],"motorcar":["no"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":2,"id":122159995}},{"id":122159985,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T11:10:23Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","theme":"grb","import":1,"locale":"nl","imagery":"AGIV","id":122159985}},{"id":122158920,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8496758,51.1434717],[4.8526365,51.1434717],[4.8526365,51.1448111],[4.8496758,51.1448111],[4.8496758,51.1434717]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T10:46:46Z","reviewed_features":[],"tag_changes":{"building":["house","roof","yes"],"source:geometry:ref":["Gbg/4046287","Gbg/4046288","Gbg/4046406","Gbg/4046394","Gbg/4046405","Gbg/4679014","Gbg/4678991","Gbg/4928202","Gbg/4928285","Gbg/4928284","Gbg/4928354","Gbg/4046515","Gbg/4928353","Gbg/4928286","Gbg/4928352"],"source:geometry:date":["2013-01-16","2014-05-02","2014-12-04","2015-11-24"]},"create":162,"modify":86,"delete":0,"area":0.00000396556157999739,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":71,"theme":"grb","import":20,"locale":"nl","imagery":"AGIV","conflation":30,"id":122158920}},{"id":122157868,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T10:23:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":8,"theme":"grb","answer":2,"locale":"nl","imagery":"AGIV","conflation":4,"id":122157868}},{"id":122156656,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8232621,51.1725686],[4.8293037,51.1725686],[4.8293037,51.1762064],[4.8232621,51.1762064],[4.8232621,51.1725686]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T10:01:36Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"cyclestreet":["yes"],"proposed:cyclestreet":["yes"]},"create":0,"modify":9,"delete":0,"area":0.0000219781324799982,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":9,"locale":"nl","imagery":"osm","id":122156656}},{"id":122152916,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5403154,53.0062866],[6.5419927,53.0062866],[6.5419927,53.008672],[6.5403154,53.008672],[6.5403154,53.0062866]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T08:44:34Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":5,"modify":0,"delete":0,"area":0.00000400103141999019,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_assen.html","theme":"waste_assen","answer":10,"locale":"nl","imagery":"osm","change_over_5000m":15,"id":122152916}},{"id":122152215,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8518876,51.1381527],[4.8635753,51.1381527],[4.8635753,51.1438597],[4.8518876,51.1438597],[4.8518876,51.1381527]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T08:32:04Z","reviewed_features":[],"tag_changes":{"building":["yes","house","shed","roof"],"addr:street":["Kattebos","Noorderwijkseweg"],"addr:housenumber":["11","21","23","9","8"],"source:geometry:ref":["Gbg/4050877","Gbg/4050162","Gbg/4049610","Gbg/4050159","Gbg/6803213","Gbg/4046474","Gbg/4046473","Gbg/4049609","Gbg/4046485","Gbg/4046472","Gbg/4046467","Gbg/4046468","Gbg/4047081","Gbg/4046469","Gbg/4046470","Gbg/4046454","Gbg/4047068","Gbg/4047069","Gbg/7020155","Gbg/4047051","Gbg/4047053","Gbg/4047533","Gbg/4047532","Gbg/4047052","Gbg/4047531","Gbg/4047534","Gbg/4047054","Gbg/4047098","Gbg/4046973","Gbg/4046986","Gbg/4050788","Gbg/4047102","Gbg/7020158","Gbg/4050015","Gbg/4047096","Gbg/4050791","Gbg/4050878","Gbg/4050794","Gbg/4050879","Gbg/4046974","Gbg/4047479","Gbg/4047478","Gbg/4047477","Gbg/4047476","Gbg/4047474","Gbg/4046921","Gbg/4046922","Gbg/4046917","Gbg/6508543"],"source:geometry:date":["2013-02-20","2020-06-05","2018-10-24","2013-01-16","2021-10-25","2017-03-01"]},"create":421,"modify":287,"delete":1,"area":0.0000667017039000092,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":236,"theme":"grb","answer":2,"import":43,"locale":"nl","imagery":"AGIV","conflation":98,"id":122152215}},{"id":122149555,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8618612,51.1396283],[4.8728473,51.1396283],[4.8728473,51.1434947],[4.8618612,51.1434947],[4.8618612,51.1396283]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-09T07:32:54Z","reviewed_features":[],"tag_changes":{"building":["yes","house","roof"],"addr:housenumber":["51H-51I","51E"],"source:geometry:ref":["Gbg/4050729","Gbg/4045411","Gbg/4045490","Gbg/4048324","Gbg/4045491","Gbg/4045489","Gbg/4045488","Gbg/4045487","Gbg/4045485","Gbg/4045371","Gbg/6757851","Gbg/4047463","Gbg/4047462","Gbg/4047461","Gbg/4047460","Gbg/4045377","Gbg/4045376","Gbg/4045375","Gbg/4045374","Gbg/4045373","Gbg/4045406","Gbg/4045392","Gbg/4045383","Gbg/4045382","Gbg/4045381","Gbg/4047449","Gbg/4047503","Gbg/4047504","Gbg/4047464","Gbg/4928209","Gbg/4047466","Gbg/4047451","Gbg/4047450","Gbg/4045370","Gbg/4045369","Gbg/4048323","Gbg/5403734"],"source:geometry:date":["2013-02-20","2013-01-16","2018-10-24","2014-12-04","2015-11-24","2020-03-16","2017-03-01"]},"create":509,"modify":213,"delete":2,"area":0.0000424766570399977,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":170,"theme":"grb","answer":4,"import":60,"locale":"nl","imagery":"AGIV","conflation":74,"id":122149555}},{"id":122142707,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-96.4009265,30.1727932],[-96.4007639,30.1727932],[-96.4007639,30.1728819],[-96.4009265,30.1728819],[-96.4009265,30.1727932]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pmc_","uid":"9622052","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T04:18:38Z","reviewed_features":[],"tag_changes":{"fee":["no"],"amenity":["toilets"],"building":["yes"],"toilets:handwashing":["yes"],"toilets:paper_supplied":["yes"]},"create":0,"modify":3,"delete":0,"area":1.44226199995009e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":6,"locale":"en","imagery":"osm","id":122142707}},{"id":122140479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.6200059,-33.4148321],[-70.6200059,-33.4148321],[-70.6200059,-33.4148321],[-70.6200059,-33.4148321],[-70.6200059,-33.4148321]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T01:55:45Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/3d0JJSH.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"cyclosm","add-image":1,"id":122140479}},{"id":122139690,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.85226,56.2639233],[43.85226,56.2639233],[43.85226,56.2639233],[43.85226,56.2639233],[43.85226,56.2639233]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-09T00:33:29Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"ru","imagery":"osm","deletion":1,"deletion:node/9805191833":"testing point","id":122139690}},{"id":122231328,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2450132,-39.8149123],[-73.2450132,-39.8149123],[-73.2450132,-39.8149123],[-73.2450132,-39.8149123],[-73.2450132,-39.8149123]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T23:16:18Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"species:wikidata":["Q158783"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"es","imagery":"osm","id":122231328}},{"id":122230162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.8424125,14.6225377],[121.0229434,14.6225377],[121.0229434,21.047906],[105.8424125,21.047906],[105.8424125,14.6225377]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #lgbtmap","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T22:04:56Z","reviewed_features":[],"tag_changes":{"lgbtq":["welcome","primary"],"amenity":["nightclub","doctors"]},"create":0,"modify":2,"delete":0,"area":97.5405020220305,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","move":1,"theme":"lgbtmap","answer":1,"locale":"en","imagery":"osm","move:node/7785286853":"improve_accuracy","id":122230162}},{"id":122229746,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.1686859,57.1481249],[-2.0972841,57.1481249],[-2.0972841,57.1615556],[-2.1686859,57.1615556],[-2.1686859,57.1481249]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"FlawOfAverages","uid":"4988361","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T21:46:21Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"tourism":["museum"],"building":["yes"],"historic":["house"],"name:etymology:wikidata":["Q333158","Q76096305"]},"create":0,"modify":5,"delete":0,"area":0.000958976155260047,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":5,"locale":"en","imagery":"osm","id":122229746}},{"id":122228138,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2407642,-39.8384601],[-73.2406007,-39.8384601],[-73.2406007,-39.8378809],[-73.2407642,-39.8378809],[-73.2407642,-39.8384601]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T20:54:16Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/UNjl9HG.jpg","https://i.imgur.com/lSGkh5X.jpg","https://i.imgur.com/ssqWqTg.jpg","https://i.imgur.com/Z9tOrVZ.jpg","https://i.imgur.com/nr3cG0P.jpg"],"natural":["tree"]},"create":0,"modify":5,"delete":0,"area":9.46991999991327e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":6,"id":122228138}},{"id":122225738,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5592003,47.2201371],[-1.5592003,47.2201371],[-1.5592003,47.2201371],[-1.5592003,47.2201371],[-1.5592003,47.2201371]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Marival","uid":"8238040","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T19:37:58Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/qK9NyIF.jpg"],"man_made":["surveillance"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","locale":"fr","imagery":"osm","add-image":1,"change_within_25m":1,"id":122225738}},{"id":122222605,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2329093,-39.8430851],[-73.2328892,-39.8430851],[-73.2328892,-39.8430166],[-73.2329093,-39.8430166],[-73.2329093,-39.8430851]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T18:12:24Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":3,"delete":0,"area":1.37685000012245e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","move":1,"theme":"artwork","answer":1,"locale":"en","imagery":"osm","add-image":1,"move:node/9809414573":"improve_accuracy","id":122222605}},{"id":122220184,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7175367,51.0541085],[3.7175367,51.0541085],[3.7175367,51.0541085],[3.7175367,51.0541085],[3.7175367,51.0541085]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T17:06:09Z","reviewed_features":[],"tag_changes":{"shop":["musical_instrument"],"image":["https://i.imgur.com/v0TlWE9.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","locale":"nl","imagery":"osm","add-image":1,"change_within_25m":1,"id":122220184}},{"id":122219073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7003829,51.0569982],[3.7003829,51.0569982],[3.7003829,51.0569982],[3.7003829,51.0569982],[3.7003829,51.0569982]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T16:34:15Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"bookcases","locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":1,"id":122219073}},{"id":122217937,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7004877,51.0539611],[3.7181733,51.0539611],[3.7181733,51.0580016],[3.7004877,51.0580016],[3.7004877,51.0539611]]]},"properties":{"check_user":null,"reasons":[{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"way-451518902","name":"Fenix","osm_id":451518902,"reasons":[42],"version":5,"primary_tags":{"building":"house"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T16:04:52Z","reviewed_features":[],"tag_changes":{"email":["woestgent@gmail.com"],"fixme":["A mapcomplete user marked this feature to be deleted (shop_closed)"],"image":["https://i.imgur.com/FaHzHVC.jpg"],"phone":["+32 9 278 07 78"],"amenity":["restaurant","fast_food"],"website":["https://www.afoodaffair.be"],"building":["house"],"takeaway":["yes"],"opening_hours":["Tu-Sa 18:00-23:00;","Mo-Tu 10:00-22:00; We 10:00-15:00; Fr 15:00-22:00; Sa-Su 09:00-22:00"],"disused:amenity":["restaurant"]},"create":3,"modify":8,"delete":1,"area":0.000071458666799912,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":9,"locale":"nl","imagery":"osm","deletion":1,"add-image":2,"soft-delete":1,"change_over_5000m":3,"change_within_25m":8,"change_within_50m":1,"change_within_1000m":4,"deletion:node/3874321408":"not found","soft-delete:way/451518902":"shop_closed","id":122217937}},{"id":122216870,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9947182,48.5009505],[8.9972653,48.5009505],[8.9972653,48.5016851],[8.9947182,48.5016851],[8.9947182,48.5009505]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T15:39:28Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["broadleaved"],"denotation":["avenue","garden"],"leaf_cycle":["deciduous"],"species:wikidata":["Q26899","Q128116","Q179729"]},"create":1,"modify":7,"delete":0,"area":0.00000187109966000394,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":13,"locale":"de","imagery":"Mapbox","change_over_5000m":1,"change_within_25m":13,"id":122216870}},{"id":122213710,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3988523,51.0428931],[3.3990562,51.0428931],[3.3990562,51.043249],[3.3988523,51.043249],[3.3988523,51.0428931]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T14:25:11Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":0,"delete":5,"area":7.25680100004241e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"osm","deletion":3,"change_over_5000m":4,"change_within_1000m":2,"deletion:node/9808902593":"testing point","deletion:node/9808982539":"testing point","deletion:node/9808991733":"testing point","id":122213710}},{"id":122213663,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T14:24:06Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/index.html","theme":"personal","locale":"en","change_over_5000m":2,"id":122213663}},{"id":122213659,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T14:24:03Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"osm","change_over_5000m":2,"id":122213659}},{"id":122213649,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T14:23:52Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"osm","change_over_5000m":2,"id":122213649}},{"id":122212270,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7039876,51.0531516],[3.7049667,51.0531516],[3.7049667,51.0533878],[3.7039876,51.0533878],[3.7039876,51.0531516]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T13:49:11Z","reviewed_features":[],"tag_changes":{"access":["private"],"leisure":["pitch"]},"create":0,"modify":2,"delete":0,"area":2.31263420003257e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/sport_pitches.html","theme":"sport_pitches","answer":2,"locale":"en","imagery":"osm","change_within_100m":2,"id":122212270}},{"id":122211833,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.2291585,49.4256414],[0.2291585,49.4256414],[0.2291585,49.4256414],[0.2291585,49.4256414],[0.2291585,49.4256414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T13:36:59Z","reviewed_features":[],"tag_changes":{"access":["customers"],"amenity":["toilets"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":1,"locale":"nl","imagery":"osm","change_within_500m":1,"id":122211833}},{"id":122210761,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7297377,51.0494191],[3.7297377,51.0494191],[3.7297377,51.0494191],[3.7297377,51.0494191],[3.7297377,51.0494191]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jade@imec","uid":"15978511","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T13:08:59Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","locale":"nl","imagery":"osm","deletion":1,"deletion:node/9808648106":"testing point","id":122210761}},{"id":122210551,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.4674591,-34.6283054],[-58.4408721,-34.6283054],[-58.4408721,-34.6179786],[-58.4674591,-34.6179786],[-58.4674591,-34.6283054]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T13:03:14Z","reviewed_features":[],"tag_changes":{"railway":["signal"]},"create":2,"modify":2,"delete":0,"area":0.00027455863160003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":14,"locale":"en","imagery":"EsriWorldImageryClarity","change_over_5000m":2,"change_within_25m":10,"change_within_500m":4,"id":122210551}},{"id":122210523,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.9328599,41.0316444],[28.950323,41.0316444],[28.950323,41.0408105],[28.9328599,41.0408105],[28.9328599,41.0316444]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"asturksever","uid":"2111087","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T13:02:31Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["residential","footway"]},"create":0,"modify":6,"delete":0,"area":0.000160068520910033,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":6,"locale":"en","imagery":"osm","id":122210523}},{"id":122206084,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.7722558,45.1082329],[7.7757239,45.1082329],[7.7757239,45.1133767],[7.7722558,45.1133767],[7.7722558,45.1082329]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"granduca67","uid":"1751359","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T11:19:24Z","reviewed_features":[],"tag_changes":{"leisure":["playground"]},"create":3,"modify":6,"delete":0,"area":0.0000178392127800217,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":14,"locale":"it","imagery":"Mapbox","id":122206084}},{"id":122203701,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5391031,52.9782414],[6.5800242,52.9782414],[6.5800242,53.0086999],[6.5391031,53.0086999],[6.5391031,52.9782414]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T10:19:20Z","reviewed_features":[],"tag_changes":{"bus":["no"],"fee":["yes"],"hgv":["no"],"access":["yes"],"amenity":["charging_station"],"bicycle":["no"],"maxstay":["unlimited"],"network":["Allego"],"scooter":["no"],"capacity":["2"],"motorcar":["yes"],"parking:fee":["yes"],"payment:app":["yes"],"payment:cash":["no"],"socket:type2":["2"],"opening_hours":["24/7"],"payment:cards":["no"],"brand:wikidata":["Q75560554"],"payment:membership_card":["yes"]},"create":11,"modify":9,"delete":1,"area":0.00124639532435008,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":25,"locale":"nl","imagery":"CartoDB.Voyager","deletion":1,"change_over_5000m":11,"change_within_5000m":16,"deletion:node/9808305816":"testing point","id":122203701}},{"id":122203639,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3991782,51.0427633],[3.3991911,51.0427633],[3.3991911,51.0427702],[3.3991782,51.0427702],[3.3991782,51.0427633]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T10:17:45Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"]},"create":2,"modify":4,"delete":1,"area":8.90100000302656e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","answer":4,"locale":"nl","imagery":"osm","deletion":1,"add-image":2,"change_over_5000m":2,"change_within_25m":7,"deletion:node/9808316723":"testing point","id":122203639}},{"id":122203568,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3933813,51.2121445],[4.3973422,51.2121445],[4.3973422,51.2142061],[4.3933813,51.2142061],[4.3933813,51.2121445]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"CDVSRGETHRJHR","uid":"16249063","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T10:16:03Z","reviewed_features":[],"tag_changes":{"building":["apartments"],"man_made":["surveillance"]},"create":5,"modify":2,"delete":0,"area":0.0000081657914399904,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":6,"locale":"en","imagery":"osm","id":122203568}},{"id":122200450,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.7269685,49.5209019],[0.7274794,49.5209019],[0.7274794,49.5211095],[0.7269685,49.5211095],[0.7269685,49.5209019]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T09:12:20Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/rBZaEir.jpg"],"image:0":["https://i.imgur.com/TpFZyRP.jpg"],"image:1":["https://i.imgur.com/6zCGvZf.jpg"],"tourism":["caravan_site"]},"create":0,"modify":3,"delete":0,"area":1.06062840001571e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","locale":"nl","imagery":"osm","add-image":3,"change_within_25m":3,"id":122200450}},{"id":122194875,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5523874,47.2451549],[-1.5523874,47.2451549],[-1.5523874,47.2451549],[-1.5523874,47.2451549],[-1.5523874,47.2451549]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cyril42e","uid":"1801525","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T07:02:46Z","reviewed_features":[],"tag_changes":{"level":["0"],"access":["yes"],"indoor":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"en","imagery":"osm","change_within_25m":3,"id":122194875}},{"id":122191993,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.130819,50.9333265],[3.1311877,50.9333265],[3.1311877,50.9334467],[3.130819,50.9334467],[3.130819,50.9333265]]]},"properties":{"check_user":null,"reasons":[{"id":132,"name":"Mapbox: Other"}],"tags":[],"features":[{"url":"way-1068394199","note":"Duplicate","osm_id":1068394199,"reasons":[132],"version":1}],"user":"Tim Couwelier","uid":"7246683","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-10T05:46:58Z","reviewed_features":[],"tag_changes":{"building":["house"]},"create":21,"modify":0,"delete":0,"area":4.43177399992001e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets","theme":"grb","import":3,"locale":"nl","imagery":"osm","id":122191993}},{"id":122187206,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2427978,50.7334942],[4.2471698,50.7334942],[4.2471698,50.7353737],[4.2427978,50.7353737],[4.2427978,50.7334942]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #education","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-10T00:46:25Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"school:gender":["mixed"],"isced:2011:level":["vocational_lower_secondary;vocational_upper_secondary"]},"create":0,"modify":2,"delete":0,"area":0.00000821717399997402,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/feature/schools/education.html","theme":"education","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":122187206}},{"id":122262388,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GHOSTsama","uid":"15422751","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-11T19:43:50Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/MkT1UEt.jpg"],"natural":["tree"],"leaf_cycle":["evergreen"]},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"es","imagery":"osm","id":122262388}},{"id":122250140,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.1010462,51.8823722],[-2.1010462,51.8823722],[-2.1010462,51.8823722],[-2.1010462,51.8823722],[-2.1010462,51.8823722]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"InsertUser","uid":"89098","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T13:43:04Z","reviewed_features":[],"tag_changes":{"shop":["hairdresser"],"phone":["+44 7726612982"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":1,"locale":"en","imagery":"osm","change_within_1000m":1,"id":122250140}},{"id":122244324,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T10:47:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/charging_stations.html","theme":"cafes_and_pubs","answer":20,"locale":"en","imagery":"CartoDB.Voyager","change_within_500m":20,"id":122244324}},{"id":122243633,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1419917,50.6924385],[3.1460139,50.6924385],[3.1460139,50.6926954],[3.1419917,50.6926954],[3.1419917,50.6924385]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eiryelio","uid":"831652","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-11T10:27:36Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"operator":["privée"],"camera:type":["fixed"],"camera:mount":["wall"],"surveillance":["outdoor"],"camera:direction":["179"],"surveillance:type":["camera"],"surveillance:zone":["entrance"]},"create":2,"modify":5,"delete":0,"area":0.00000103330317998608,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":8,"locale":"fr","imagery":"osm","id":122243633}},{"id":122243627,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5947756,51.1817298],[4.6020666,51.1817298],[4.6020666,51.1849816],[4.5947756,51.1849816],[4.5947756,51.1817298]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T10:27:26Z","reviewed_features":[],"tag_changes":{"highway":["tertiary","residential"],"proposed:cyclestreet":["yes"],"cyclestreet:start_date":["2022-07-01"]},"create":0,"modify":10,"delete":0,"area":0.0000237088738000058,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":17,"locale":"nl","imagery":"osm","id":122243627}},{"id":122243501,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.2017185,49.7080053],[0.2017185,49.7080053],[0.2017185,49.7080053],[0.2017185,49.7080053],[0.2017185,49.7080053]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T10:23:25Z","reviewed_features":[],"tag_changes":{"fee":["no"],"lit":["no"],"image":["https://i.imgur.com/C5V1UDi.jpg"],"access":["yes"],"leisure":["playground"],"max_age":["12"],"min_age":["2"],"surface":["Artificial grass"],"wheelchair":["yes"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/playgrounds.html","theme":"playgrounds","answer":6,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":7,"id":122243501}},{"id":122243349,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3655406,52.1482692],[13.3655406,52.1482692],[13.3655406,52.1482692],[13.3655406,52.1482692],[13.3655406,52.1482692]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ebihardy","uid":"263464","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T10:19:21Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"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","id":122243349}},{"id":122240937,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7270072,51.0557241],[3.7270072,51.0557241],[3.7270072,51.0557241],[3.7270072,51.0557241],[3.7270072,51.0557241]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T09:17:11Z","reviewed_features":[],"tag_changes":{"amenity":["pub"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","locale":"nl","imagery":"osm","id":122240937}},{"id":122240058,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7728781,51.1384228],[2.7728781,51.1384228],[2.7728781,51.1384228],[2.7728781,51.1384228],[2.7728781,51.1384228]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:53:07Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/t0a5BCO.jpg"],"access":["yes"],"indoor":["no"],"image:0":["https://i.imgur.com/VgSRM00.jpg"],"survey:date":["2022-06-10"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"nl","imagery":"osm","add-image":2,"id":122240058}},{"id":122239828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.676327,49.5789009],[0.6763485,49.5789009],[0.6763485,49.5789061],[0.676327,49.5789061],[0.676327,49.5789009]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:44:06Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"]},"create":2,"modify":0,"delete":0,"area":1.11799999931645e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/waste.html","theme":"waste","answer":1,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":1,"id":122239828}},{"id":122239607,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7271349,51.1384157],[2.7728864,51.1384157],[2.7728864,51.1495046],[2.7271349,51.1495046],[2.7271349,51.1384157]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:36:10Z","reviewed_features":[],"tag_changes":{"fee":["no"],"image":["https://i.imgur.com/8byaRLO.jpg","https://i.imgur.com/UEFQ7xb.jpg","https://i.imgur.com/jiQZ0qG.jpg","https://i.imgur.com/DU85Auh.jpg","https://i.imgur.com/FNtaipH.jpg"],"access":["yes"],"amenity":["bench"],"leisure":["playground","picnic_table"],"operator":["Stad Nieuwpoort"]},"create":0,"modify":9,"delete":0,"area":0.000507333808349873,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":2,"locale":"nl","imagery":"osm","add-image":7,"change_over_5000m":8,"id":122239607}},{"id":122239596,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2783017,50.7922022],[4.2844293,50.7922022],[4.2844293,50.7968073],[4.2783017,50.7968073],[4.2783017,50.7922022]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:35:44Z","reviewed_features":[],"tag_changes":{"fee":["no"],"access":["yes"],"amenity":["bench"],"leisure":["playground"],"surface":["grass"],"operator":["Gemeente"]},"create":4,"modify":6,"delete":0,"area":0.0000282182107599953,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":14,"locale":"nl","imagery":"osm","change_over_5000m":4,"change_within_25m":14,"id":122239596}},{"id":122239427,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7326543,51.1465674],[2.7326543,51.1465674],[2.7326543,51.1465674],[2.7326543,51.1465674],[2.7326543,51.1465674]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:30:09Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/dn8JXdh.jpg"],"amenity":["drinking_water"],"mapillary":["1781670295346694"],"survey:date":["2022-06-10"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":2,"id":122239427}},{"id":122239207,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.7323308,51.1467587],[2.7323308,51.1467587],[2.7323308,51.1467587],[2.7323308,51.1467587],[2.7323308,51.1467587]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:23:32Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"],"image:0":["https://i.imgur.com/L6AfxJj.jpg"],"image:1":["https://i.imgur.com/hKNiVCu.jpg"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":2,"change_over_5000m":2,"id":122239207}},{"id":122238710,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.38339,50.8606546],[4.38339,50.8606546],[4.38339,50.8606546],[4.38339,50.8606546],[4.38339,50.8606546]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T08:04:24Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/BffRpz3.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_within_5000m":1,"id":122238710}},{"id":122238370,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6503974,48.3854422],[13.6503974,48.3854422],[13.6503974,48.3854422],[13.6503974,48.3854422],[13.6503974,48.3854422]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Nos_Fi","uid":"526289","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T07:49:58Z","reviewed_features":[],"tag_changes":{"leisure":["playground"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds","theme":"playgrounds","answer":4,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_100m":4,"id":122238370}},{"id":122236225,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T06:21:32Z","reviewed_features":[],"tag_changes":{"phone":["+32 472 37 33 06"],"amenity":["cafe"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":4,"locale":"en","imagery":"osm","change_within_500m":4,"id":122236225}},{"id":122236189,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T06:19:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":1,"locale":"en","imagery":"osm","change_within_500m":1,"id":122236189}},{"id":122236165,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438],[3.3985404,51.0404438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T06:18:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":2,"locale":"en","imagery":"osm","change_within_500m":2,"id":122236165}},{"id":122235625,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.241626,-39.8378774],[-73.2395732,-39.8378774],[-73.2395732,-39.8332694],[-73.241626,-39.8332694],[-73.241626,-39.8378774]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T05:58:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/dRZdOau.jpg","https://i.imgur.com/BTF5onu.jpg","https://i.imgur.com/kHaGDeO.jpg","https://i.imgur.com/koBPxzC.jpg","https://i.imgur.com/9Xc8t4i.jpg","https://i.imgur.com/aq5UHsn.jpg"],"natural":["tree"]},"create":1,"modify":8,"delete":0,"area":0.00000945930240001544,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"es","imagery":"osmfr","add-image":8,"change_over_5000m":1,"change_within_1000m":4,"change_within_5000m":3,"id":122235625}},{"id":122233973,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0312258,14.6416487],[121.0312308,14.6416487],[121.0312308,14.6417085],[121.0312258,14.6417085],[121.0312258,14.6416487]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-11T04:14:47Z","reviewed_features":[],"tag_changes":{"amenity":["cafe"]},"create":0,"modify":1,"delete":0,"area":2.99000000098509e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","move":1,"theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","locale":"en","imagery":"osm","move:node/7134466090":"improve_accuracy","id":122233973}},{"id":122233202,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[85.3100405,27.7160656],[85.3100405,27.7160656],[85.3100405,27.7160656],[85.3100405,27.7160656],[85.3100405,27.7160656]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 4","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-11T02:47:12Z","reviewed_features":[],"tag_changes":{"name":["Pink Tiffanys"],"amenity":["pub"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 4","answer":1,"locale":"en","imagery":"osm","id":122233202}},{"id":122299850,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1967126,56.144065],[10.2185732,56.144065],[10.2185732,56.177055],[10.1967126,56.177055],[10.1967126,56.144065]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lostmonkey","uid":"3401037","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T22:37:31Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_rental"]},"create":0,"modify":0,"delete":8,"area":0.000721181194000117,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","locale":"en","imagery":"osm","deletion":8,"deletion:node/799423820":"disused","deletion:node/799423823":"disused","deletion:node/1241055888":"disused","deletion:node/1241055896":"disused","deletion:node/1241055902":"shop_closed","deletion:node/1241055910":"shop_closed","deletion:node/1241055923":"disused","deletion:node/1241055930":"shop_closed","id":122299850}},{"id":122298206,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7085348,50.7669909],[3.7085348,50.7669909],[3.7085348,50.7669909],[3.7085348,50.7669909],[3.7085348,50.7669909]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T21:10:02Z","reviewed_features":[],"tag_changes":{"amenity":["pub"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"nl","imagery":"AGIV","id":122298206}},{"id":122297961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7069604,51.0294678],[3.7072366,51.0294678],[3.7072366,51.0296766],[3.7069604,51.0296766],[3.7069604,51.0294678]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T20:59:17Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":2,"modify":0,"delete":0,"area":5.76705600008122e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":2,"locale":"en","imagery":"osm","id":122297961}},{"id":122297789,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.0998057,52.3834279],[10.0998064,52.3834279],[10.0998064,52.3834331],[10.0998057,52.3834331],[10.0998057,52.3834279]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eq9RxsEL","uid":"6337397","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T20:50:38Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:count":["1"],"light:method":["discharge"],"light:direction":["172"]},"create":0,"modify":4,"delete":0,"area":3.64000000336237e-12,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","move":1,"theme":"street_lighting","answer":3,"locale":"de","imagery":"osm","move:node/9674010052":"improve_accuracy","id":122297789}},{"id":122296228,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9631281,48.0620481],[-2.9467708,48.0620481],[-2.9467708,48.0752211],[-2.9631281,48.0752211],[-2.9631281,48.0620481]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T19:48:35Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["tertiary","residential","living_street"],"name:etymology:wikidata":["Q274344","Q1290","Q15975","Q2714608","Q49767","Q2908","Q487523","Q535","Q188697","Q311854","Q6527","Q3079979","Q179680","Q9191","Q448","Q9068","Q70326","Q43444","Q602468","Q219621","Q493","Q298394","Q41568","Q3132164","Q9711","Q153232","Q34670"]},"create":0,"modify":37,"delete":0,"area":0.000215474712900032,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":41,"locale":"fr","imagery":"osm","id":122296228}},{"id":122295144,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.4519133,43.6080802],[1.4519133,43.6080802],[1.4519133,43.6080802],[1.4519133,43.6080802],[1.4519133,43.6080802]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cyril42e","uid":"1801525","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T19:15:05Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_25m":1,"id":122295144}},{"id":122292236,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T17:51:02Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/trees.html","theme":"trees","locale":"nl","imagery":"osm","add-image":1,"id":122292236}},{"id":122290058,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.9865728,49.4043395],[0.9865728,49.4043395],[0.9865728,49.4043395],[0.9865728,49.4043395],[0.9865728,49.4043395]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T16:50:05Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/o6JwSSZ.jpg"],"natural":["tree"],"leaf_cycle":["deciduous","evergreen"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees","theme":"trees","answer":1,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":2,"id":122290058}},{"id":122289566,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2846318,51.3400385],[3.285466,51.3400385],[3.285466,51.340155],[3.2846318,51.340155],[3.2846318,51.3400385]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T16:38:04Z","reviewed_features":[],"tag_changes":{"amenity":["toilets","bicycle_rental"]},"create":1,"modify":2,"delete":0,"area":9.71843000035697e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":9,"import":1,"locale":"nl","imagery":"osm","add-image":2,"change_over_5000m":2,"change_within_25m":11,"import:node/9812712386":"source: https://osm.org/note/3161457","id":122289566}},{"id":122289234,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3953495,50.8442672],[4.4356207,50.8442672],[4.4356207,50.8529547],[4.3953495,50.8529547],[4.3953495,50.8442672]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T16:29:07Z","reviewed_features":[],"tag_changes":{"ref":["SK15"],"name":["Milcamps I"],"image":["https://i.imgur.com/clcNmf9.jpg","https://i.imgur.com/XX3z779.jpg"],"charge":["60 EUR/year"],"amenity":["bicycle_parking"],"website":["https://app.cycloparking.brussels/parkings"],"capacity":["5"],"operator":["parking.brussels"],"operator:type":["public"]},"create":0,"modify":2,"delete":0,"area":0.000349856050000028,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":2,"change_within_5000m":2,"id":122289234}},{"id":122288474,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2582681,51.3445375],[3.2582681,51.3445375],[3.2582681,51.3445375],[3.2582681,51.3445375],[3.2582681,51.3445375]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T16:12:58Z","reviewed_features":[],"tag_changes":{"shop":["convenience"],"payment:cash":["yes"],"payment:cards":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":122288474}},{"id":122287147,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7202609,51.0125173],[5.7202609,51.0125173],[5.7202609,51.0125173],[5.7202609,51.0125173],[5.7202609,51.0125173]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T15:42:34Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/bookcases.html","theme":"bookcases","answer":1,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":2,"id":122287147}},{"id":122287114,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T15:41:51Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/bookcases.html","theme":"bookcases","locale":"en","imagery":"osm","change_over_5000m":1,"id":122287114}},{"id":122287110,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T15:41:47Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/bookcases.html","theme":"bookcases","locale":"en","imagery":"osm","change_over_5000m":1,"id":122287110}},{"id":122286252,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7199919,51.0198821],[5.7199919,51.0198821],[5.7199919,51.0198821],[5.7199919,51.0198821],[5.7199919,51.0198821]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T15:22:44Z","reviewed_features":[],"tag_changes":{"email":["info@hotel-beau-sejour.be"],"phone":["+32 89 75 77 91"],"amenity":["restaurant"],"website":["https://www.hotel-beau-sejour.be/restaurant/"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":3,"locale":"nl","imagery":"osm","change_within_25m":3,"id":122286252}},{"id":122286129,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Cubbe","uid":"10604125","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T15:20:03Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"en","imagery":"osm","id":122286129}},{"id":122285804,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.9865728,49.4043395],[0.9865835,49.4043395],[0.9865835,49.4043761],[0.9865728,49.4043761],[0.9865728,49.4043395]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T15:13:57Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_cycle":["evergreen"]},"create":0,"modify":1,"delete":1,"area":3.91620000011864e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/trees.html","theme":"trees","answer":1,"locale":"nl","imagery":"osm","deletion":1,"change_over_5000m":2,"deletion:node/9812384017":"duplicate","id":122285804}},{"id":122284259,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2957147,51.2771474],[3.2957147,51.2771474],[3.2957147,51.2771474],[3.2957147,51.2771474],[3.2957147,51.2771474]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":2,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T14:39:56Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/drinking_water.html","theme":"drinking_water","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_50m":1,"id":122284259}},{"id":122281801,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7176901,51.0154131],[5.7177679,51.0154131],[5.7177679,51.0154822],[5.7176901,51.0154822],[5.7176901,51.0154131]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:40:52Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket","waste_disposal"]},"create":1,"modify":2,"delete":0,"area":5.37597999978291e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/waste.html","theme":"waste","answer":1,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":2,"id":122281801}},{"id":122281762,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:40:06Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/waste.html","theme":"waste","locale":"en","imagery":"AGIV","change_over_5000m":1,"id":122281762}},{"id":122281708,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7178102,51.015712],[5.7178102,51.015712],[5.7178102,51.015712],[5.7178102,51.015712],[5.7178102,51.015712]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:38:57Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"AGIV","add-image":1,"change_over_5000m":1,"change_within_25m":1,"id":122281708}},{"id":122281668,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:38:05Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","locale":"en","imagery":"AGIV","change_over_5000m":1,"id":122281668}},{"id":122281633,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:37:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"cafes_and_pubs","answer":6,"locale":"en","imagery":"AGIV","change_within_500m":6,"id":122281633}},{"id":122281429,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1979386,50.9068532],[4.1983591,50.9068532],[4.1983591,50.9071942],[4.1979386,50.9071942],[4.1979386,50.9068532]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:32:59Z","reviewed_features":[],"tag_changes":{"fee":["no"],"image":["https://i.imgur.com/sD8Nygb.jpg"],"access":["yes"],"leisure":["playground"],"surface":["grass"],"operator":["Gemeente Asse"],"wheelchair":["limited"],"opening_hours":["sunrise-sunset"]},"create":0,"modify":3,"delete":0,"area":1.43390499999706e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":5,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":6,"id":122281429}},{"id":122281252,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.9865728,49.4043395],[0.9865835,49.4043395],[0.9865835,49.4043761],[0.9865728,49.4043761],[0.9865728,49.4043395]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:29:55Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":2,"modify":1,"delete":0,"area":3.91620000011864e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/trees.html","theme":"trees","answer":2,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_500m":2,"id":122281252}},{"id":122280884,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T13:22:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"cafes_and_pubs","answer":8,"locale":"en","imagery":"osm","change_within_500m":8,"id":122280884}},{"id":122277981,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.3304607,-42.889],[147.3318368,-42.889],[147.3318368,-42.8870022],[147.3304607,-42.8870022],[147.3304607,-42.889]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T12:10:06Z","reviewed_features":[],"tag_changes":{"email":["hello@lnbsalamanca.com.au","devilskitchencafe@gmail.com"],"fixme":["Freeform tag `cuisine` used, to be doublechecked"],"phone":["+61 3 6169 9596","+61 474 858 727"],"amenity":["fast_food","restaurant"],"cuisine":["Fried Chicken"],"website":["https://www.facebook.com/LnBSalmanca","https://www.devilskitchencafe.com/"],"delivery":["no"],"takeaway":["only","yes"],"diet:halal":["no"],"diet:vegan":["limited"],"wheelchair":["yes"],"payment:cash":["yes"],"opening_hours":["Mo 10:30-15:00; Tu-Th 10:30-20:00; Fr 10:30-00:00; Sa 00:00-02:30, 18:00-00:00; Su 00:00-04:30","Mo-We 07:00-14:30; Th-Fr 07:00-14:30, 17:00-20:00"],"payment:cards":["yes"],"diet:vegetarian":["no","limited"],"service:electricity":["no"]},"create":0,"modify":19,"delete":0,"area":0.00000274917257998201,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":21,"locale":"en","imagery":"osm","id":122277981}},{"id":122275498,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:58:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/index.html","theme":"cafes_and_pubs","answer":2,"locale":"en","change_within_500m":2,"id":122275498}},{"id":122275496,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:58:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/index.html","theme":"cafes_and_pubs","answer":2,"locale":"en","change_within_500m":2,"id":122275496}},{"id":122275323,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2547153,-42.7910902],[147.2548038,-42.7910902],[147.2548038,-42.7906926],[147.2547153,-42.7906926],[147.2547153,-42.7910902]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #openwindpowermap","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:52:59Z","reviewed_features":[],"tag_changes":{"power":["generator"]},"create":2,"modify":0,"delete":0,"area":3.51876000015143e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/openwindpowermap.html","theme":"openwindpowermap","locale":"en","imagery":"CartoDB.Voyager","id":122275323}},{"id":122274792,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2515119,-42.7913231],[147.2557077,-42.7913231],[147.2557077,-42.7866899],[147.2515119,-42.7866899],[147.2515119,-42.7913231]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:36:40Z","reviewed_features":[],"tag_changes":{"shop":["supermarket","butcher","bakery","alcohol","hairdresser"],"phone":["+61 3 6227 4836","+61 3 6249 3679","+61 3 6249 9117","+61 3 6249 9266","+61 3 6249 2613"],"website":["https://www.claremontplaza.com.au/store/claremont-plaza-meats","https://www.bakersdelight.com.au/bakery-locator/claremont-plaza/","https://store.bws.com.au/storelocator/tas-claremont-7147","https://www.facebook.com/lorrainescoiffure"],"building":["yes"],"payment:cash":["yes"],"opening_hours":["Mo-Su 07:00-19:30","Mo-Fr 06:00-18:00; Sa 08:00-18:00; Su 06:00-18:00","Mo 09:00-18:00; Tu-Th 09:00-20:00; Fr-Sa 09:00-21:00; Su 09:00-19:00","Mo-Th 09:00-21:00; Fr-Su 09:00-22:00","Tu-Fr 09:00-17:00; Sa 09:00-13:00"],"payment:cards":["yes"]},"create":0,"modify":19,"delete":0,"area":0.0000194399805599605,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":21,"locale":"en","imagery":"osm","id":122274792}},{"id":122274572,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2179935,49.1467403],[9.2185476,49.1467403],[9.2185476,49.1472093],[9.2179935,49.1472093],[9.2179935,49.1467403]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Maleasy","uid":"134587","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T10:28:20Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"]},"create":0,"modify":3,"delete":0,"area":2.59872900001592e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"en","imagery":"CartoDB.Voyager","change_within_5000m":3,"id":122274572}},{"id":122274526,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2470021,-42.7905268],[147.2470021,-42.7905268],[147.2470021,-42.7905268],[147.2470021,-42.7905268],[147.2470021,-42.7905268]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:26:36Z","reviewed_features":[],"tag_changes":{"email":["info@coffeeonwyndham.com"],"amenity":["cafe"],"payment:cash":["yes"],"opening_hours":["Mo-Fr 07:30-15:00; Sa 08:00-14:00"],"payment:cards":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":3,"locale":"en","imagery":"osm","id":122274526}},{"id":122274466,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2456137,-42.7802331],[147.2457441,-42.7802331],[147.2457441,-42.7801364],[147.2456137,-42.7801364],[147.2456137,-42.7802331]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T10:24:25Z","reviewed_features":[],"tag_changes":{"fee":["no"],"access":["yes"],"amenity":["toilets"],"building":["yes"],"opening_hours":["24/7"]},"create":0,"modify":1,"delete":0,"area":1.26096799980558e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"en","imagery":"osm","id":122274466}},{"id":122273277,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2466809,-42.7907617],[147.2549555,-42.7907617],[147.2549555,-42.7814506],[147.2466809,-42.7814506],[147.2466809,-42.7907617]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T09:50:14Z","reviewed_features":[],"tag_changes":{"phone":["+61 3 6275 2476"],"amenity":["fast_food","restaurant"],"building":["yes"],"delivery":["yes","no"],"takeaway":["only","yes"],"diet:halal":["no"],"diet:vegan":["no"],"wheelchair":["yes","no"],"payment:cash":["yes"],"opening_hours":["Mo-Su 16:00-21:30","Tu 16:30-20:30; We-Th 11:30-14:00, 16:30-20:30; Fr 11:30-14:00, 16:30-21:00; Sa 16:30-21:00; Su 16:30-20:30","Mo-Su 10:00-22:00","Mo-Th 16:30-21:00; Fr-Sa 16:30-22:00; Su 16:30-21:00"],"payment:cards":["yes"],"diet:vegetarian":["limited","yes"]},"create":0,"modify":30,"delete":0,"area":0.0000770456280599167,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":36,"locale":"en","imagery":"osm","id":122273277}},{"id":122271628,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[146.7045822,-42.7977902],[147.2530024,-42.7977902],[147.2530024,-42.480241],[146.7045822,-42.480241],[146.7045822,-42.7977902]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #schools","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T09:04:07Z","reviewed_features":[],"tag_changes":{"email":["claremont.college@education.tas.gov.au","austins.ferry.primary@education.tas.gov.au","ouse.district.school@education.tas.gov.au"],"phone":["+61 3 6249 6868","+61 3 6275 7222","+61 3 6287 1259"],"amenity":["school"]},"create":0,"modify":6,"delete":0,"area":0.174150395773844,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"schools","answer":7,"locale":"en","imagery":"osm","id":122271628}},{"id":122269081,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.24835,40.9349495],[14.2637055,40.9349495],[14.2637055,40.9387268],[14.24835,40.9387268],[14.24835,40.9349495]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Acheloo","uid":"11366923","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T07:47:51Z","reviewed_features":[],"tag_changes":{"shop":["bicycle"],"access":["yes"],"bottle":["yes"],"amenity":["drinking_water","bicycle_parking"],"bicycle_parking":["wall_loops"],"service:bicycle:repair":["yes"],"service:bicycle:retail":["yes"],"service:bicycle:second_hand":["yes"]},"create":0,"modify":4,"delete":0,"area":0.000058002330149937,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":8,"locale":"en","imagery":"CartoDB.Voyager","id":122269081}},{"id":122268781,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3227124,51.098602],[3.3242065,51.098602],[3.3242065,51.0991898],[3.3227124,51.0991898],[3.3227124,51.098602]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T07:38:47Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":40,"modify":0,"delete":0,"area":8.78231979997187e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb","theme":"grb","import":5,"locale":"nl","imagery":"osm","id":122268781}},{"id":122268077,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3727788,51.0717884],[3.3775341,51.0717884],[3.3775341,51.0767843],[3.3727788,51.0767843],[3.3727788,51.0717884]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T07:13:41Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/s3BAzqp.jpg","https://i.imgur.com/prUSpQ4.jpg","https://i.imgur.com/q41wY7s.jpg"],"amenity":["bench"],"barrier":["kissing_gate"]},"create":0,"modify":2,"delete":0,"area":0.0000237570032699883,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","locale":"nl","imagery":"osm","add-image":2,"id":122268077}},{"id":122267883,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3628822,51.0683517],[3.3628822,51.0683517],[3.3628822,51.0683517],[3.3628822,51.0683517],[3.3628822,51.0683517]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T07:07:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/nature.html","theme":"nature","locale":"en","imagery":"osm","add-image":1,"id":122267883}},{"id":122267607,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3621004,51.0691329],[3.3733461,51.0691329],[3.3733461,51.0720567],[3.3621004,51.0720567],[3.3621004,51.0691329]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/barriers_bridges/barriers_bridges.json","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-12T06:58:37Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/s3BAzqp.jpg","https://i.imgur.com/thEWljK.jpg"],"barrier":["kissing_gate","gate"],"survey:date":["2022-06-11"]},"create":0,"modify":2,"delete":0,"area":0.0000328801776599751,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/MapComplete-Themes/main/barriers_bridges/barriers_bridges.json","answer":1,"locale":"en","imagery":"osm","add-image":2,"id":122267607}},{"id":122267335,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3621513,51.0690331],[3.3792932,51.0690331],[3.3792932,51.0778989],[3.3621513,51.0778989],[3.3621513,51.0690331]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.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-06-12T06:49:46Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/YY1HISk.jpg"],"route":["foot","hiking"],"image:0":["https://i.imgur.com/GDFLtJq.jpg"],"survey:date":["2022-06-11","2022-03-05","2021-06-09"]},"create":0,"modify":6,"delete":0,"area":0.000151976657020044,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json","answer":4,"locale":"en","imagery":"osm","add-image":2,"id":122267335}},{"id":122266562,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.9490715,47.5519293],[7.9490715,47.5519293],[7.9490715,47.5519293],[7.9490715,47.5519293],[7.9490715,47.5519293]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"KaiPankrath","uid":"4067009","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T06:23:18Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/XDixEO5.jpg"],"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"id":122266562}},{"id":122266264,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.9485755,47.5509676],[7.9485755,47.5509676],[7.9485755,47.5509676],[7.9485755,47.5509676],[7.9485755,47.5509676]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"KaiPankrath","uid":"4067009","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-12T06:12:47Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/XpC64Ym.jpg"],"amenity":["fountain"],"tourism":["artwork"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"en","imagery":"osm","add-image":1,"id":122266264}},{"id":122342463,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2884077,50.949072],[3.288568,50.949072],[3.288568,50.9490762],[3.2884077,50.9490762],[3.2884077,50.949072]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T20:30:18Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/259uKHx.jpg"],"access":["yes"],"amenity":["bicycle_parking"],"covered":["no"],"cargo_bike":["yes"],"bicycle_parking":["wall_loops"]},"create":0,"modify":4,"delete":0,"area":6.73259999895257e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","answer":8,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_within_25m":1,"id":122342463}},{"id":122342462,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2886765,50.9488389],[3.2886765,50.9488389],[3.2886765,50.9488389],[3.2886765,50.9488389],[3.2886765,50.9488389]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T20:30:18Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"],"image:1":["https://i.imgur.com/YhF2GPS.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/charging_stations.html","theme":"charging_stations","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":1,"id":122342462}},{"id":122339711,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2884077,50.949072],[3.288568,50.949072],[3.288568,50.9490762],[3.2884077,50.9490762],[3.2884077,50.949072]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T19:17:00Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":0,"delete":0,"area":6.73259999895257e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","locale":"en","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":2,"change_within_25m":1,"id":122339711}},{"id":122339561,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2876135,50.9487953],[3.2886542,50.9487953],[3.2886542,50.9491349],[3.2876135,50.9491349],[3.2876135,50.9487953]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T19:13:17Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":2,"modify":5,"delete":0,"area":3.53421719996493e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/aed.html","theme":"aed","answer":5,"locale":"en","imagery":"osm","add-image":2,"change_within_25m":9,"id":122339561}},{"id":122338849,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2886765,50.9486973],[3.2887396,50.9486973],[3.2887396,50.9488389],[3.2886765,50.9488389],[3.2886765,50.9486973]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T18:56:52Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":2,"modify":8,"delete":0,"area":8.93495999997767e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/charging_stations.html","theme":"charging_stations","answer":24,"locale":"en","imagery":"CartoDB.Voyager","add-image":5,"change_over_5000m":2,"change_within_25m":29,"id":122338849}},{"id":122338737,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0539164,48.37938],[4.3393348,48.37938],[4.3393348,50.836412],[-0.0539164,50.836412],[-0.0539164,48.37938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T18:53:41Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"amenity":["charging_station"],"socket:type2":["2","1"]},"create":0,"modify":11,"delete":0,"area":10.7943587824384,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/charging_stations.html","theme":"charging_stations","answer":21,"locale":"nl","imagery":"CartoDB.Voyager","change_over_5000m":19,"change_within_5000m":2,"id":122338737}},{"id":122334705,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7102741,51.0231119],[3.7102741,51.0231119],[3.7102741,51.0231119],[3.7102741,51.0231119],[3.7102741,51.0231119]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #hackerspaces","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T17:10:26Z","reviewed_features":[],"tag_changes":{"amenity":["community_centre"],"leisure":["hackerspace"],"service:3dprinter":["yes"],"service:lasercutter":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/hackerspaces","theme":"hackerspaces","answer":2,"locale":"nl","imagery":"osm","change_within_500m":2,"id":122334705}},{"id":122325255,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6057277,50.8831336],[5.7047072,50.8831336],[5.7047072,50.9240128],[5.6057277,50.9240128],[5.6057277,50.8831336]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"kovna","uid":"16268733","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-13T13:04:15Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"]},"create":3,"modify":1,"delete":0,"area":0.00404620277639989,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"AGIV","add-image":3,"id":122325255}},{"id":122325192,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.557196,-34.639823],[-58.5393499,-34.639823],[-58.5393499,-34.6395757],[-58.557196,-34.6395757],[-58.557196,-34.639823]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T13:02:13Z","reviewed_features":[],"tag_changes":{"ref":["C 78","A 90"],"note":["Eliminar ref"],"railway":["signal"],"railway:signal:main:ref":["C 82"],"railway:signal:route:ref":["C 82-2"],"railway:signal:route:caption":["A"]},"create":0,"modify":4,"delete":0,"area":0.0000044133405299654,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":6,"locale":"en","imagery":"osm","change_within_25m":6,"id":122325192}},{"id":122324459,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0539164,48.37938],[-0.0539164,48.37938],[-0.0539164,48.37938],[-0.0539164,48.37938],[-0.0539164,48.37938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T12:41:09Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/charging_stations.html","theme":"charging_stations","answer":4,"locale":"nl","imagery":"CartoDB.Voyager","add-image":2,"change_over_5000m":1,"change_within_25m":6,"id":122324459}},{"id":122324144,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0545587,48.3795824],[-0.053921,48.3795824],[-0.053921,48.3823148],[-0.0545587,48.3823148],[-0.0545587,48.3795824]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T12:33:19Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"image":["https://i.imgur.com/ak0nGFA.jpg"],"charge":["5 EUR"],"toilets":["yes"],"tourism":["caravan_site"],"power_supply":["no"],"internet_access":["no"],"permanent_camping":["no"],"sanitary_dump_station":["no"]},"create":0,"modify":4,"delete":0,"area":0.0000017424514800041,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/campersite.html","theme":"campersite","answer":8,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":8,"change_within_50m":1,"id":122324144}},{"id":122322337,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7872984,51.0982081],[5.7873004,51.0982081],[5.7873004,51.0982109],[5.7872984,51.0982109],[5.7872984,51.0982081]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"emilinthelowlands","uid":"12764098","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-13T11:54:13Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"],"recycling:glass_bottles":["yes"]},"create":0,"modify":1,"delete":0,"area":5.59999999517063e-12,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","move":1,"theme":"waste","answer":1,"locale":"nl","imagery":"osm","move:node/9782507539":"improve_accuracy","id":122322337}},{"id":122321882,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.2851418,46.8275559],[-71.2851418,46.8275559],[-71.2851418,46.8275559],[-71.2851418,46.8275559],[-71.2851418,46.8275559]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cdagenais","uid":"11446867","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-13T11:44:54Z","reviewed_features":[],"tag_changes":{"shop":["bicycle"],"phone":["+1 877 683 3338"],"website":["https://www.magasin-echo-sports.ca/"],"service:bicycle:rental":["no"],"service:bicycle:repair":["yes"],"service:bicycle:retail":["yes"],"service:bicycle:second_hand":["yes"]},"create":0,"modify":6,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":6,"locale":"fr","imagery":"CartoDB.Voyager","id":122321882}},{"id":122314712,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5344204,52.9880367],[6.5479498,52.9880367],[6.5479498,53.0076046],[6.5344204,53.0076046],[6.5344204,52.9880367]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #waste_assen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T09:10:46Z","reviewed_features":[],"tag_changes":{"waste":["trash"],"amenity":["waste_basket"],"not:vending":["dog_excrement_bag"]},"create":1,"modify":1,"delete":0,"area":0.000264741946259968,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/waste_assen.html","theme":"waste_assen","answer":4,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":4,"id":122314712}},{"id":122312262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3969668,51.0420686],[3.3969668,51.0420686],[3.3969668,51.0420686],[3.3969668,51.0420686],[3.3969668,51.0420686]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-13T08:11:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/benches.html","theme":"benches","locale":"en","imagery":"osm","deletion":1,"add-image":1,"change_over_5000m":1,"change_within_50m":2,"deletion:node/9813966121":"testing point","id":122312262}},{"id":122308771,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.881643,41.6497421],[-0.8763617,41.6497421],[-0.8763617,41.6513323],[-0.881643,41.6513323],[-0.881643,41.6497421]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jaimeMF","uid":"706423","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-13T06:46:25Z","reviewed_features":[],"tag_changes":{"highway":["living_street","pedestrian","residential"],"name:etymology:wikidata":["Q45581"]},"create":0,"modify":9,"delete":0,"area":0.00000839832326001331,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":9,"locale":"en","imagery":"osm","id":122308771}},{"id":122308178,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.2102971,56.1396582],[10.2102971,56.1396582],[10.2102971,56.1396582],[10.2102971,56.1396582],[10.2102971,56.1396582]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lostmonkey","uid":"3401037","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-13T06:33:09Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_rental"]},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","locale":"da","imagery":"osm","deletion":1,"deletion:node/1241055903":"shop_closed","id":122308178}},{"id":122390594,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.72737,-37.1330066],[-72.72737,-37.1330066],[-72.72737,-37.1330066],[-72.72737,-37.1330066],[-72.72737,-37.1330066]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T21:30:46Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/xILBBWB.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":122390594}},{"id":122389273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0852049,51.3213528],[5.0865031,51.3213528],[5.0865031,51.3220015],[5.0852049,51.3220015],[5.0852049,51.3213528]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T20:45:12Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/CifS46b.jpg"],"image:0":["https://i.imgur.com/XyXDh43.jpg"],"leisure":["playground"],"surface":["grass"]},"create":0,"modify":2,"delete":0,"area":8.42142339999011e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":1,"locale":"nl","imagery":"osm","add-image":2,"id":122389273}},{"id":122388502,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9679636,48.0482398],[-2.945866,48.0482398],[-2.945866,48.0739192],[-2.9679636,48.0739192],[-2.9679636,48.0482398]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T20:21:08Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["secondary","primary","residential","unclassified","service","footway","living_street","path"],"name:etymology:wikidata":["Q2475967","Q379693","Q81114","Q446435","Q632","Q1248451","Q85","Q2773178","Q1178","Q360312","Q251037","Q520977","Q3176402","Q56158","Q18434","Q3087522","Q151164","Q1379409","Q1151","Q191974","Q3142036","Q158768","Q529","Q33977","Q201143","Q194436","Q2706190","Q517","Q3167875","Q315708","Q1719774","Q1382004","Q4700","Q7226","Q2042","Q180278","Q104919","Q376383","Q233488","Q155144","Q3185261","Q3363340","Q333388","Q3292391","Q555329","Q29558817","Q959708"]},"create":0,"modify":85,"delete":0,"area":0.000567453109440028,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":98,"locale":"fr","imagery":"osm","id":122388502}},{"id":122387518,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.4174461,48.7098],[9.4174461,48.7098],[9.4174461,48.7098],[9.4174461,48.7098],[9.4174461,48.7098]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T19:49:49Z","reviewed_features":[],"tag_changes":{"brand":["Schwalbe"],"image":["https://i.imgur.com/Rn9KVrg.jpg"],"amenity":["vending_machine"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":122387518}},{"id":122386964,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.417752,48.7098313],[9.5277506,48.7098313],[9.5277506,48.8069158],[9.417752,48.8069158],[9.417752,48.7098313]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T19:35:51Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/G1h4Nqk.jpg","https://i.imgur.com/AYPZ2d4.jpg"],"access":["yes"],"amenity":["toilets"],"toilets:handwashing":["yes"],"toilets:paper_supplied":["yes"]},"create":0,"modify":5,"delete":0,"area":0.0106791590817,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":5,"locale":"de","imagery":"osm","add-image":2,"change_over_5000m":4,"id":122386964}},{"id":122386738,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1481999,50.684898],[3.1482804,50.684898],[3.1482804,50.6849983],[3.1481999,50.6849983],[3.1481999,50.684898]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"eiryelio","uid":"831652","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T19:29:15Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":4,"modify":5,"delete":0,"area":8.0741499999925e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":13,"locale":"fr","imagery":"osm","id":122386738}},{"id":122384113,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3956886,51.0383525],[3.3969571,51.0383525],[3.3969571,51.0389624],[3.3956886,51.0389624],[3.3956886,51.0383525]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T18:24:44Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["tertiary"],"cycleway":["separate"]},"create":0,"modify":1,"delete":0,"area":7.73658150000571e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cycle_infra.html","theme":"cycle_infra","answer":2,"locale":"nl","imagery":"CartoDB.Voyager","change_within_500m":2,"id":122384113}},{"id":122382077,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6958357,51.9971968],[5.6958357,51.9971968],[5.6958357,51.9971968],[5.6958357,51.9971968],[5.6958357,51.9971968]]]},"properties":{"check_user":null,"reasons":[{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Friendly_Ghost","uid":"10875409","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T17:27:22Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":3,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":3,"id":122382077}},{"id":122381843,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Friendly_Ghost","uid":"10875409","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T17:21:14Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":122381843}},{"id":122381837,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Friendly_Ghost","uid":"10875409","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T17:20:58Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":122381837}},{"id":122381818,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":83,"name":"User has multiple blocks"}],"tags":[],"features":[],"user":"Friendly_Ghost","uid":"10875409","editor":"MapComplete 0.20.0","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T17:20:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":2,"locale":"nl","imagery":"osm","change_within_25m":2,"id":122381818}},{"id":122380045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2407107,-39.8384085],[-73.2407107,-39.8384085],[-73.2407107,-39.8384085],[-73.2407107,-39.8384085],[-73.2407107,-39.8384085]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T16:35:43Z","reviewed_features":[],"tag_changes":{"image:0":["https://i.imgur.com/EplCHlr.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osmfr","add-image":1,"change_within_1000m":1,"id":122380045}},{"id":122372833,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2022475,51.1793305],[3.2022475,51.1793305],[3.2022475,51.1793305],[3.2022475,51.1793305],[3.2022475,51.1793305]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tom Dewaele","uid":"16278274","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T12:55:17Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":5,"locale":"nl","imagery":"osm","id":122372833}},{"id":122372460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3931593,51.0408675],[3.3981476,51.0408675],[3.3981476,51.0426304],[3.3931593,51.0426304],[3.3931593,51.0408675]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T12:45:51Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["tertiary","residential"],"cycleway":["no"]},"create":0,"modify":6,"delete":0,"area":0.00000879387407001381,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cycle_infra.html","theme":"cycle_infra","answer":10,"locale":"nl","imagery":"CartoDB.Voyager","id":122372460}},{"id":122367655,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T11:00:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","id":122367655}},{"id":122363488,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0797582,48.3500943],[-0.0797582,48.3500943],[-0.0797582,48.3500943],[-0.0797582,48.3500943],[-0.0797582,48.3500943]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T09:31:07Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_50m":1,"id":122363488}},{"id":122363116,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.8267538,14.6234142],[121.0303851,14.6234142],[121.0303851,21.0363791],[105.8267538,21.0363791],[105.8267538,14.6234142]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T09:25:14Z","reviewed_features":[],"tag_changes":{"route":["bus"],"amenity":["bar"],"highway":["residential","service","tertiary","trunk"],"smoking":["yes"],"building":["yes","house"]},"create":1,"modify":1,"delete":0,"area":97.5003538794414,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","answer":3,"locale":"en","imagery":"osm","change_over_5000m":4,"id":122363116}},{"id":122361377,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0837439,48.3475701],[-0.0824967,48.3475701],[-0.0824967,48.3480657],[-0.0837439,48.3480657],[-0.0837439,48.3475701]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T08:53:20Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":1,"delete":0,"area":6.18112320000876e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/personal.html","theme":"personal","answer":5,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":3,"change_within_500m":2,"id":122361377}},{"id":122360242,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.0796938,48.3498921],[-0.0796938,48.3498921],[-0.0796938,48.3498921],[-0.0796938,48.3498921],[-0.0796938,48.3498921]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T08:27:54Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_100m":3,"id":122360242}},{"id":122359546,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3364569,50.8163983],[4.4182727,50.8163983],[4.4182727,50.8794374],[4.3364569,50.8794374],[4.3364569,50.8163983]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Pierre Raeymaekers","uid":"16276205","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":3,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T08:12:32Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_repair_station"],"service:bicycle:pump":["no","yes"],"service:bicycle:pump:operational_status":["broken"]},"create":0,"modify":4,"delete":2,"area":0.00515759439777981,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix","theme":"cyclofix","answer":5,"locale":"en","imagery":"CartoDB.Voyager","deletion":2,"deletion:node/6329699865":"not found","deletion:node/8972946744":"not found","id":122359546}},{"id":122358017,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7048762,45.1841152],[5.7048762,45.1841152],[5.7048762,45.1841152],[5.7048762,45.1841152],[5.7048762,45.1841152]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Binnette","uid":"918586","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T07:37:05Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/","theme":"artwork","locale":"en","change_over_5000m":1,"id":122358017}},{"id":122353667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9959896,48.5000304],[8.9960794,48.5000304],[8.9960794,48.5001894],[8.9959896,48.5001894],[8.9959896,48.5000304]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T06:05:13Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":3,"modify":2,"delete":0,"area":1.42781999996167e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":9,"locale":"de","imagery":"osm","change_over_5000m":3,"change_within_25m":9,"id":122353667}},{"id":122350494,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4850392,51.2419034],[4.4926604,51.2419034],[4.4926604,51.2445003],[4.4850392,51.2445003],[4.4850392,51.2419034]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"pi11","uid":"12066190","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-14T04:17:00Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"maxspeed":["30"],"cyclestreet":["yes","proposed"],"overtaking:motor_vehicle":["no"]},"create":0,"modify":1,"delete":0,"area":0.0000197914942800026,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":2,"locale":"nl","imagery":"osm","id":122350494}},{"id":122347684,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.6939475,-33.6421079],[-71.5812088,-33.6421079],[-71.5812088,-33.3269074],[-71.6939475,-33.3269074],[-71.6939475,-33.6421079]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Camilo Nuñez Castro","uid":"5143819","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-14T01:02:03Z","reviewed_features":[],"tag_changes":{"name":["Cuerpo de Bomberos de Santo Domingo","Bomberos de Santo Domingo","Segunda Compañía del Cuerpo de Bomberos de El Tabo","Bomberos Las Cruces 2da Compañía","Primera Compañía del Cuerpo de Bomberos de El Tabo","Bomberos El Tabo 1ra Compañía","Primera Compañía del Cuerpo de Bomberos de El Quisco","Bomberos El Quisco","Segunda Compañía del Cuerpo de Bomberos de Algarrobo","Segunda Compañia de Algarrobo , Bomberos Mirasol","Segunda Compañía del Cuerpo de Bomberos de San Antonio","2da COmpañia de Bomberos de San Antonio","Primera Compañía del Cuerpo de Bomberos de Algarrobo","Bomberos Algarrobo","Cuarta Compañía del Cuerpo de Bomberos de San Antonio","Bomberos","Primera Compañía del Cuerpo de Bomberos de San Antonio","Primera Compañia de Bomberos, \"CBSA\"","Segunda Compañía del Cuerpo de Bomberos de El Quisco","Tercera Compañía del Cuerpo de Bomberos de San Antonio","3ra compañia de bomberos","se"],"amenity":["fire_station"],"building":["yes"],"addr:street":["German Brain Pomerenke 4481"]},"create":0,"modify":13,"delete":0,"area":0.0355352946093477,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":13,"locale":"es","imagery":"HDM_HOT","change_over_5000m":13,"id":122347684}},{"id":122437607,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1778339,56.1527777],[10.2125497,56.1527777],[10.2125497,56.1722354],[10.1778339,56.1722354],[10.1778339,56.1527777]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lostmonkey","uid":"3401037","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T22:43:46Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_rental"]},"create":0,"modify":0,"delete":8,"area":0.0006754896216599,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","locale":"da","imagery":"osm","deletion":8,"deletion:node/803851516":"disused","deletion:node/903444744":"shop_closed","deletion:node/1241055899":"shop_closed","deletion:node/1241055900":"shop_closed","deletion:node/1241055907":"shop_closed","deletion:node/1241055909":"disused","deletion:node/1241055922":"shop_closed","deletion:node/1241055926":"shop_closed","id":122437607}},{"id":122434611,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.6807709,51.0489011],[3.681615,51.0489011],[3.681615,51.0500726],[3.6807709,51.0500726],[3.6807709,51.0489011]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T20:46:26Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/TgUhHgH.jpg"],"image:0":["https://i.imgur.com/tVq69Kh.jpg"],"image:1":["https://i.imgur.com/m6D2Js5.jpg"],"image:2":["https://i.imgur.com/x67ueEO.jpg"],"leisure":["sports_centre"]},"create":0,"modify":4,"delete":0,"area":9.88863149998027e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/climbing.html","theme":"climbing","locale":"en","imagery":"osm","add-image":4,"change_within_25m":4,"id":122434611}},{"id":122433835,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2860799,48.6521488],[9.2860799,48.6521488],[9.2860799,48.6521488],[9.2860799,48.6521488],[9.2860799,48.6521488]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T20:21:22Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["broadleaved"],"species:wikidata":["Q147525"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":2,"locale":"de","imagery":"osm","change_over_5000m":2,"id":122433835}},{"id":122431594,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.0161957,48.4889956],[9.0199033,48.4889956],[9.0199033,48.4925024],[9.0161957,48.4925024],[9.0161957,48.4889956]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T19:05:34Z","reviewed_features":[],"tag_changes":{"highway":["residential","service","path"],"name:etymology:wikidata":["Q106723","Q2712245","Q37030","Q2594","Q6722"]},"create":0,"modify":15,"delete":0,"area":0.0000130018116799824,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":19,"locale":"de","imagery":"osm","change_within_1000m":12,"change_within_5000m":7,"id":122431594}},{"id":122431229,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7511479,51.0615903],[3.7511479,51.0615903],[3.7511479,51.0615903],[3.7511479,51.0615903],[3.7511479,51.0615903]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T18:52:44Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"direction":["131"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/benches.html","theme":"benches","answer":1,"locale":"en","imagery":"osm","change_within_500m":1,"id":122431229}},{"id":122429682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2862096,48.6522933],[9.2882414,48.6522933],[9.2882414,48.6534148],[9.2862096,48.6534148],[9.2862096,48.6522933]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T18:00:10Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/RyiSadi.jpg"],"level":["0"],"access":["yes"],"survey:date":["2022-06-15"],"opening_hours":["24/7"],"defibrillator:location":["Im Vorraum"]},"create":0,"modify":7,"delete":0,"area":0.00000227866370000837,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":7,"locale":"de","imagery":"osm","add-image":1,"change_within_5000m":8,"id":122429682}},{"id":122425359,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2936269,48.6497762],[9.3004037,48.6497762],[9.3004037,48.651989],[9.2936269,48.651989],[9.2936269,48.6497762]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:59:15Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"image":["https://i.imgur.com/MoAQs11.jpg","https://i.imgur.com/OsYldzG.jpg","https://i.imgur.com/6ISqSqg.jpg"],"phone":["+49 421 51005555"],"access":["yes"],"amenity":["charging_station"],"bicycle":["no"],"maxstay":["240 minutes"],"scooter":["no"],"motorcar":["yes"],"parking:fee":["no"],"socket:type2_combo":["1"]},"create":0,"modify":11,"delete":0,"area":0.0000149957030400177,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":9,"locale":"de","imagery":"osm","add-image":3,"change_over_5000m":12,"id":122425359}},{"id":122424938,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3630013,52.0948879],[13.3772922,52.0948879],[13.3772922,52.1040406],[13.3630013,52.1040406],[13.3630013,52.0948879]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ebihardy","uid":"263464","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:48:13Z","reviewed_features":[],"tag_changes":{"fire_hydrant:diameter":["80"]},"create":0,"modify":11,"delete":0,"area":0.000130800320429907,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":122424938}},{"id":122424567,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2592342,50.8387195],[4.259478,50.8387195],[4.259478,50.8390814],[4.2592342,50.8390814],[4.2592342,50.8387195]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:37:46Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":4,"modify":1,"delete":0,"area":8.82312199985514e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":4,"change_within_25m":3,"change_within_50m":1,"id":122424567}},{"id":122424495,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2590918,50.8388438],[4.2591878,50.8388438],[4.2591878,50.8388516],[4.2590918,50.8388516],[4.2590918,50.8388438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:35:57Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"],"capacity":["6","5","20","10"]},"create":0,"modify":2,"delete":0,"area":7.48799999883725e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":2,"locale":"nl","imagery":"CartoDB.Voyager","change_within_25m":1,"change_within_50m":1,"id":122424495}},{"id":122423571,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.6984956,46.697127],[-0.6982933,46.697127],[-0.6982933,46.6974565],[-0.6984956,46.6974565],[-0.6984956,46.697127]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:12:56Z","reviewed_features":[],"tag_changes":{"amenity":["sanitary_dump_station"],"tourism":["caravan_site"]},"create":2,"modify":1,"delete":0,"area":6.66578499998804e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","answer":11,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":5,"change_within_50m":6,"id":122423571}},{"id":122423528,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.0749865,49.9159915],[7.0749865,49.9159915],[7.0749865,49.9159915],[7.0749865,49.9159915],[7.0749865,49.9159915]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"J@n@ncy","uid":"16287818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T15:11:27Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","change_over_5000m":2,"id":122423528}},{"id":122422530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7065071,51.0429488],[3.7065071,51.0429488],[3.7065071,51.0429488],[3.7065071,51.0429488],[3.7065071,51.0429488]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T14:48:20Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/bookcases.html","theme":"bookcases","answer":1,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_500m":2,"id":122422530}},{"id":122422045,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"lefuturiste","uid":"2444262","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T14:34:00Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":122422045}},{"id":122421802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.605144,46.7913485],[-0.605144,46.7913485],[-0.605144,46.7913485],[-0.605144,46.7913485],[-0.605144,46.7913485]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T14:27:32Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":4,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":4,"id":122421802}},{"id":122420750,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1681653,44.0127823],[-73.1681653,44.0127823],[-73.1681653,44.0127823],[-73.1681653,44.0127823],[-73.1681653,44.0127823]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Adam Franco","uid":"27832","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T14:02:57Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"en","imagery":"osm","deletion":1,"deletion:node/6192577523":"shop_closed","id":122420750}},{"id":122419683,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7596484,51.0072161],[3.7597463,51.0072161],[3.7597463,51.0072887],[3.7596484,51.0072887],[3.7596484,51.0072161]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"jade@imec","uid":"15978511","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T13:39:04Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":1,"delete":0,"area":7.10753999959175e-9,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":6,"locale":"nl","imagery":"osm","id":122419683}},{"id":122417099,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4153043,51.4736593],[7.4195084,51.4736593],[7.4195084,51.4739147],[7.4153043,51.4739147],[7.4153043,51.4736593]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tobiasff3200","uid":"4970449","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T12:37:43Z","reviewed_features":[],"tag_changes":{"barrier":["bollard"],"bicycle":["yes"],"highway":["crossing"],"crossing:island":["no","yes"]},"create":0,"modify":2,"delete":0,"area":0.00000107372714000145,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":122417099}},{"id":122416962,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4175045,51.4737642],[7.4175571,51.4737642],[7.4175571,51.4748228],[7.4175045,51.4748228],[7.4175045,51.4737642]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tobiasff3200","uid":"4970449","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T12:34:48Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"surveillance:zone":["entrance","parking"]},"create":0,"modify":2,"delete":0,"area":5.56823600000919e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":2,"locale":"en","imagery":"osm","id":122416962}},{"id":122416802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4131988,51.4923416],[7.4131988,51.4923416],[7.4131988,51.4923416],[7.4131988,51.4923416],[7.4131988,51.4923416]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tobiasff3200","uid":"4970449","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T12:31:56Z","reviewed_features":[],"tag_changes":{"bottle":["no"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122416802}},{"id":122416624,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4149736,51.4921812],[7.4156364,51.4921812],[7.4156364,51.4926634],[7.4149736,51.4926634],[7.4149736,51.4921812]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tobiasff3200","uid":"4970449","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T12:28:51Z","reviewed_features":[],"tag_changes":{"door":["hinged","overhead","sliding"],"entrance":["main","yes","secondary"],"automatic_door":["motion"]},"create":0,"modify":8,"delete":0,"area":3.1960216000059e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/entrances.html","theme":"entrances","answer":10,"locale":"de","imagery":"osm","id":122416624}},{"id":122412473,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.0165399,48.4896028],[9.018972,48.4896028],[9.018972,48.4925024],[9.0165399,48.4925024],[9.0165399,48.4896028]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T11:03:30Z","reviewed_features":[],"tag_changes":{"highway":["residential","service"],"image:streetsign":["https://i.imgur.com/ZXDykTG.jpg","https://i.imgur.com/3ZHGxDh.jpg","https://i.imgur.com/w95hJmP.jpg","https://i.imgur.com/tkMEw8z.jpg","https://i.imgur.com/Uabo2Ow.jpg"]},"create":0,"modify":5,"delete":0,"area":0.00000705211715999825,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","locale":"de","imagery":"osm","add-image":5,"change_within_25m":4,"change_within_50m":1,"id":122412473}},{"id":122411347,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5997966,50.8352532],[3.8280271,50.8352532],[3.8280271,50.8945268],[3.5997966,50.8945268],[3.5997966,50.8352532]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T10:39:35Z","reviewed_features":[],"tag_changes":{"highway":["residential","secondary","primary","unclassified","path","living_street"],"name:etymology:wikidata":["Q173219","Q3044","Q2483859","Q435844","Q16917","Q18115325","Q2566545","Q127849","Q36380","Q111429432","Q17590","Q13121","Q3133","Q109631591","Q43084","Q37620","Q2627945","Q156099","Q157449","Q156207","Q377071","Q158286","Q25243","Q158617","Q158758","Q670040","Q81666","Q641734","Q2371457","Q2515436","Q1397","Q171892","Q26354","Q5986917","Q192190","Q145781","Q206998","Q193891","Q164294","Q124862","Q783972","Q3858258","Q3263875","Q189393","Q2627259","Q49996262","Q205265"]},"create":0,"modify":94,"delete":0,"area":0.013528043364801,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology","theme":"etymology","answer":124,"locale":"nl","imagery":"osm","id":122411347}},{"id":122408336,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0717094,45.771781],[3.0717094,45.771781],[3.0717094,45.771781],[3.0717094,45.771781],[3.0717094,45.771781]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fabien1309","uid":"2195037","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T09:32:12Z","reviewed_features":[],"tag_changes":{"barrier":["bollard"],"bicycle":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122408336}},{"id":122408295,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0652147,14.6311332],[121.0652307,14.6311332],[121.0652307,14.6311589],[121.0652147,14.6311589],[121.0652147,14.6311332]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mikko_tamura","uid":"2258022","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T09:31:27Z","reviewed_features":[],"tag_changes":{"amenity":["community_centre"]},"create":0,"modify":1,"delete":0,"area":4.11200000059531e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","move":1,"theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","locale":"en","imagery":"osm","move:node/7785465087":"improve_accuracy","id":122408295}},{"id":122408154,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0612466,45.7672029],[3.0717334,45.7672029],[3.0717334,45.7746514],[3.0612466,45.7746514],[3.0612466,45.7672029]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fabien1309","uid":"2195037","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T09:28:39Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"],"covered":["no"]},"create":0,"modify":4,"delete":0,"area":0.0000781109298000238,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":5,"locale":"en","imagery":"CartoDB.Voyager","id":122408154}},{"id":122406965,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.7771511,43.3562489],[-3.7771511,43.3562489],[-3.7771511,43.3562489],[-3.7771511,43.3562489],[-3.7771511,43.3562489]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T09:01:30Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":2,"locale":"en","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":3,"id":122406965}},{"id":122403779,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Nickrds09","uid":"966535","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-15T07:51:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":1,"locale":"en","imagery":"HDM_HOT","change_within_25m":1,"id":122403779}},{"id":122402015,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.3111936,48.2103579],[16.3111936,48.2103579],[16.3111936,48.2103579],[16.3111936,48.2103579],[16.3111936,48.2103579]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dosenpfand","uid":"484548","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T07:13:51Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["toilets"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":1,"locale":"en","imagery":"osm","id":122402015}},{"id":122401974,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.308395,48.2092858],[16.308395,48.2092858],[16.308395,48.2092858],[16.308395,48.2092858],[16.308395,48.2092858]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dosenpfand","uid":"484548","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-15T07:12:57Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122401974}},{"id":122484714,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1660144,50.40552],[4.3050607,50.40552],[4.3050607,50.477711],[4.1660144,50.477711],[4.1660144,50.40552]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Liwott","uid":"11408459","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T23:19:04Z","reviewed_features":[],"tag_changes":{"highway":["residential","pedestrian","primary"],"name:etymology:wikidata":["Q55008046","Q39614","Q83407","Q1210","Q81046"]},"create":0,"modify":17,"delete":0,"area":0.0100378914432996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":18,"locale":"fr","imagery":"osm","id":122484714}},{"id":122480484,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5363338,51.0715118],[3.5367279,51.0715118],[3.5367279,51.071906],[3.5363338,51.071906],[3.5363338,51.0715118]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T20:24:11Z","reviewed_features":[],"tag_changes":{},"create":18,"modify":0,"delete":0,"area":1.55354219998061e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb","theme":"grb","import":2,"locale":"nl","imagery":"AGIVFlandersGRB","id":122480484}},{"id":122479307,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9861814,48.037554],[-2.9563273,48.037554],[-2.9563273,48.0678644],[-2.9861814,48.0678644],[-2.9861814,48.037554]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T19:45:59Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["unclassified","residential","secondary","service"],"railway":["abandoned"],"name:etymology:wikidata":["Q232873","Q274251","Q334965","Q12688","Q2475967","Q253224","Q171730","Q680897","Q326724","Q537061","Q622365","Q2979","Q437983","Q206832","Q1760271","Q47162","Q200639","Q440","Q188971","Q3292642","Q4583","Q386438","Q2850234","Q106126","Q41269","Q123041","Q63704","Q437091","Q3275603","Q1393036","Q2750648","Q41921","Q3816","Q7197","Q34189","Q81685","Q7504","Q454","Q212620","Q271991","Q56158","Q254","Q236438","Q745809","Q216092","Q358167","Q208230","Q106208","Q8750","Q39607","Q18425","Q1248451","Q675"]},"create":0,"modify":104,"delete":0,"area":0.000904889712639932,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":131,"locale":"fr","imagery":"osm","id":122479307}},{"id":122478970,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.868887,56.2621938],[43.8690754,56.2621938],[43.8690754,56.2622843],[43.868887,56.2622843],[43.868887,56.2621938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T19:35:35Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":3,"delete":0,"area":1.70501999996971e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":8,"locale":"ru","imagery":"CartoDB.Voyager","add-image":2,"change_over_5000m":2,"change_within_25m":10,"id":122478970}},{"id":122478078,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.5614162,-25.9752822],[32.5802851,-25.9752822],[32.5802851,-25.9563718],[32.5614162,-25.9563718],[32.5614162,-25.9752822]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T19:12:28Z","reviewed_features":[],"tag_changes":{"highway":["primary","secondary","tertiary","residential","unclassified"],"name:etymology:wikidata":["Q953","Q6297989","Q9061","Q212955","Q110111587","Q173017","Q574","Q219918","Q181665","Q155402"]},"create":0,"modify":26,"delete":0,"area":0.000356818446560008,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":30,"locale":"nl","imagery":"osm","id":122478078}},{"id":122476559,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2390368,-39.8441918],[-73.2380048,-39.8441918],[-73.2380048,-39.8436441],[-73.2390368,-39.8436441],[-73.2390368,-39.8441918]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T18:38:08Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/vOlZbgh.jpg","https://i.imgur.com/zpjHJ9m.jpg","https://i.imgur.com/B3Zngwe.jpg","https://i.imgur.com/MIYZwSW.jpg","https://i.imgur.com/p6g7gsk.jpg","https://i.imgur.com/LTBZ01P.jpg"],"image:0":["https://i.imgur.com/ocehgOl.jpg"],"natural":["tree"]},"create":0,"modify":7,"delete":0,"area":5.65226399995719e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osmfr","add-image":7,"id":122476559}},{"id":122472487,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2394819,50.729113],[4.2420922,50.729113],[4.2420922,50.7323659],[4.2394819,50.7323659],[4.2394819,50.729113]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T16:41:57Z","reviewed_features":[],"tag_changes":{"shop":["butcher","optician","locksmith"],"website":["https://www.daisyrene.be","https://www.optiekduyck.be"]},"create":2,"modify":7,"delete":0,"area":0.00000849104486999827,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":9,"locale":"en","imagery":"osm","id":122472487}},{"id":122467629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3871002,50.9392074],[3.4196851,50.9392074],[3.4196851,50.9642508],[3.3871002,50.9642508],[3.3871002,50.9392074]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Ambigirl","uid":"15314372","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T14:29:34Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"leisure":["picnic_table"]},"create":2,"modify":1,"delete":0,"area":0.000816036684660048,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","move":2,"theme":"toerisme_vlaanderen","answer":2,"locale":"nl","imagery":"AGIV","move:node/9822866193":"improve_accuracy","id":122467629}},{"id":122465539,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.0105706,-29.859793],[31.035474,-29.859793],[31.035474,-29.8513743],[31.0105706,-29.8513743],[31.0105706,-29.859793]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Erin76","uid":"8982454","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:42:19Z","reviewed_features":[],"tag_changes":{"highway":["trunk","tertiary","primary","secondary","residential"],"name:etymology:wikidata":["Q573160","Q42282200","Q1187368","Q1177117","Q14948988","Q561520","Q5086065","Q2739759"]},"create":0,"modify":67,"delete":0,"area":0.000209654253579996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":95,"locale":"nl","imagery":"osm","id":122465539}},{"id":122465423,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.5986106,-34.6452867],[-58.5072673,-34.6452867],[-58.5072673,-34.6368719],[-58.5986106,-34.6368719],[-58.5986106,-34.6452867]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T13:39:10Z","reviewed_features":[],"tag_changes":{"ref":["HD 81","A 50","HD 82"],"railway":["signal"]},"create":0,"modify":3,"delete":0,"area":0.000768635600839717,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":3,"locale":"es","imagery":"osm","change_within_25m":3,"id":122465423}},{"id":122464908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6884799,51.3974184],[4.6884799,51.3974184],[4.6884799,51.3974184],[4.6884799,51.3974184],[4.6884799,51.3974184]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:25:22Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"surveillance":["public"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464908}},{"id":122464896,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:24:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464896}},{"id":122464873,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:24:25Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464873}},{"id":122464859,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:23:57Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464859}},{"id":122464853,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:23:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464853}},{"id":122464852,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:23:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464852}},{"id":122464837,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:23:31Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"nl","imagery":"osm","id":122464837}},{"id":122464609,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6884799,51.394376],[4.7618276,51.394376],[4.7618276,51.4022528],[4.6884799,51.4022528],[4.6884799,51.394376]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T13:17:58Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":4,"modify":2,"delete":0,"area":0.000577745163359873,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":8,"locale":"nl","imagery":"osm","id":122464609}},{"id":122464315,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7262543,51.0505823],[3.7269832,51.0505823],[3.7269832,51.0519426],[3.7262543,51.0519426],[3.7262543,51.0505823]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #sidewalks","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T13:10:01Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"sidewalk":["both"],"sidewalk:left":["yes"],"sidewalk:right":["yes"],"sidewalk:left:width":["1.6"],"sidewalk:right:width":["1.8"]},"create":0,"modify":1,"delete":0,"area":9.91522669995995e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sidewalks.html","theme":"sidewalks","answer":2,"locale":"en","imagery":"osm","change_within_500m":2,"id":122464315}},{"id":122463829,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3338459,51.0113061],[5.3338459,51.0113061],[5.3338459,51.0113061],[5.3338459,51.0113061],[5.3338459,51.0113061]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T12:58:52Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":2,"id":122463829}},{"id":122457994,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6977147,50.9247161],[4.7042432,50.9247161],[4.7042432,50.9266477],[4.6977147,50.9266477],[4.6977147,50.9247161]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T10:46:43Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":3,"modify":2,"delete":0,"area":0.0000126104505999928,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":6,"locale":"nl","imagery":"osm","change_over_5000m":3,"change_within_25m":4,"change_within_50m":2,"id":122457994}},{"id":122457242,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6863146,51.0025472],[5.6863146,51.0025472],[5.6863146,51.0025472],[5.6863146,51.0025472],[5.6863146,51.0025472]]]},"properties":{"check_user":"Pieter Vander Vennet","reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"RLKM_Nationaal Park Hoge Kempen","uid":"14021086","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T10:30:45Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"],"material":["wood"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":false,"checked":true,"check_date":"2022-06-16T12:27:06.300878Z","host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","id":122457242}},{"id":122457016,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7050791,50.9255003],[4.7050791,50.9255003],[4.7050791,50.9255003],[4.7050791,50.9255003],[4.7050791,50.9255003]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T10:25:54Z","reviewed_features":[],"tag_changes":{"leisure":["playground"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":3,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":3,"id":122457016}},{"id":122456889,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7048569,50.9255274],[4.70527,50.9255274],[4.70527,50.9256863],[4.7048569,50.9256863],[4.7048569,50.9255274]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T10:22:59Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"leisure":["picnic_table"]},"create":3,"modify":3,"delete":0,"area":6.56415900008961e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":6,"locale":"nl","imagery":"osm","change_over_5000m":3,"change_within_25m":6,"id":122456889}},{"id":122456781,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7051418,50.9254531],[4.705721,50.9254531],[4.705721,50.9262445],[4.7051418,50.9262445],[4.7051418,50.9254531]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T10:20:35Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":2,"delete":0,"area":4.58378880002268e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":6,"locale":"nl","imagery":"CartoDB.Voyager","change_over_5000m":2,"change_within_25m":6,"id":122456781}},{"id":122456057,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.996746,48.5025309],[8.9967714,48.5025309],[8.9967714,48.5025407],[8.996746,48.5025407],[8.996746,48.5025309]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T10:05:34Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":1,"modify":2,"delete":0,"area":2.48920000022975e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","move":1,"theme":"trees","answer":3,"locale":"de","imagery":"osm","change_over_5000m":1,"change_within_25m":4,"move:node/9822274396":"improve_accuracy","id":122456057}},{"id":122455998,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2538523,-42.7910709],[147.2544475,-42.7910709],[147.2544475,-42.7894611],[147.2538523,-42.7894611],[147.2538523,-42.7910709]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T10:04:15Z","reviewed_features":[],"tag_changes":{"name":["Claremont Newspower","Claremont Village Newsagency"],"shop":["alcohol","newsagent","hardware","charity"],"website":["https://www.facebook.com/claremontchainsawsandmowers/","https://www.vinnies.org.au/shops/view/456"],"building":["yes"],"payment:cash":["yes"],"opening_hours":["Mo-Sa 10:00-20:00; Su 11:00-19:00","Mo-Sa 07:30-17:30","Mo-Fr 08:30-17:00; Sa 09:00-12:00","Mo-Sa 09:00-17:00"],"payment:cards":["yes"]},"create":0,"modify":8,"delete":0,"area":9.58152959990026e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":11,"locale":"en","imagery":"osm","id":122455998}},{"id":122455625,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[147.2534253,-42.7911945],[147.2538454,-42.7911945],[147.2538454,-42.789267],[147.2534253,-42.789267],[147.2534253,-42.7911945]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NoCashMoney","uid":"15814196","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #food","comments_count":1,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T09:56:10Z","reviewed_features":[],"tag_changes":{"phone":["+61 3 6249 4401"],"amenity":["restaurant"],"website":["https://www.pekingrestauranttasmania.com.au/"],"building":["yes"],"takeaway":["yes"],"diet:halal":["no"],"payment:cash":["yes"],"opening_hours":["Mo-Fr 11:00-14:00, 16:30-20:30; Sa 16:30-22:00; Su 16:30-20:30","Tu-Su 17:00-20:30"],"payment:cards":["yes"],"diet:vegetarian":["yes"]},"create":0,"modify":9,"delete":0,"area":8.09742749971919e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":11,"locale":"en","imagery":"osm","id":122455625}},{"id":122454666,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7050399,50.918039],[4.7150767,50.918039],[4.7150767,50.9257407],[4.7050399,50.9257407],[4.7050399,50.918039]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T09:37:15Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":8,"modify":7,"delete":0,"area":0.0000773004225599833,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":17,"locale":"nl","imagery":"osm","change_over_5000m":8,"change_within_25m":17,"id":122454666}},{"id":122452556,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3751324,52.6524856],[13.3753226,52.6524856],[13.3753226,52.6546777],[13.3751324,52.6546777],[13.3751324,52.6524856]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"GamingFAIL","uid":"13918186","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T08:52:12Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":4.16937420001423e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"www.waldbrand-app.de","theme":"waldbrand","imagery":"osm","language":"de","theme-creator":"Sebastian Kürten","id":122452556}},{"id":122452393,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7068088,50.8941826],[4.7068088,50.8941826],[4.7068088,50.8941826],[4.7068088,50.8941826],[4.7068088,50.8941826]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T08:48:55Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":1,"id":122452393}},{"id":122451034,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.8663013,56.2511462],[43.8663013,56.2511462],[43.8663013,56.2511462],[43.8663013,56.2511462],[43.8663013,56.2511462]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T08:24:00Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":2,"locale":"ru","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":1,"change_within_25m":3,"id":122451034}},{"id":122449944,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.1921615,56.1297989],[10.2024156,56.1297989],[10.2024156,56.1460626],[10.1921615,56.1460626],[10.1921615,56.1297989]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Lostmonkey","uid":"3401037","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-16T08:02:21Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_rental"]},"create":0,"modify":0,"delete":3,"area":0.000166769606170048,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","locale":"da","imagery":"osm","deletion":3,"deletion:node/1241055895":"shop_closed","deletion:node/1241055897":"shop_closed","deletion:node/1241055924":"shop_closed","id":122449944}},{"id":122449328,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7026976,50.8791716],[4.7026976,50.8791716],[4.7026976,50.8791716],[4.7026976,50.8791716],[4.7026976,50.8791716]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T07:49:00Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":5,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":10,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":10,"id":122449328}},{"id":122447827,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9904262,48.498149],[8.9934869,48.498149],[8.9934869,48.4993719],[8.9904262,48.4993719],[8.9904262,48.498149]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T07:16:49Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_cycle":["deciduous"],"species:wikidata":["Q26899","Q26745","Q42292","Q468664","Q158752"]},"create":1,"modify":11,"delete":0,"area":0.00000374293003000671,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","move":1,"theme":"trees","answer":11,"locale":"de","imagery":"osm","change_over_5000m":1,"change_within_25m":10,"change_within_100m":1,"change_within_500m":1,"move:node/9821706815":"improve_accuracy","id":122447827}},{"id":122446861,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3254,48.6382579],[9.3259881,48.6382579],[9.3259881,48.6384273],[9.3254,48.6384273],[9.3254,48.6382579]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T06:55:43Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/VoC1SY6.jpg"],"amenity":["parking"]},"create":0,"modify":1,"delete":0,"area":9.96241399983375e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","theme":"parkings","locale":"de","imagery":"osm","add-image":1,"id":122446861}},{"id":122444802,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.7837658,48.415843],[9.7837658,48.415843],[9.7837658,48.415843],[9.7837658,48.415843],[9.7837658,48.415843]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-16T06:06:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/AmbWLlU.jpg"],"tourism":["information"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","locale":"de","imagery":"osm","add-image":1,"change_over_5000m":1,"id":122444802}},{"id":122520479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3339576,48.6267009],[9.3339576,48.6267009],[9.3339576,48.6267009],[9.3339576,48.6267009],[9.3339576,48.6267009]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-17T18:46:45Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/ED3KV4H.jpg"],"tourism":["artwork"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":2,"locale":"de","imagery":"osm","add-image":3,"change_over_5000m":5,"id":122520479}},{"id":122518353,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2336831,50.7352605],[5.4448757,50.7352605],[5.4448757,51.2316527],[4.2336831,51.2316527],[4.2336831,50.7352605]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T17:33:18Z","reviewed_features":[],"tag_changes":{"name":["Slaapcomfort Verdoodt","Slaapcomfor Verdoodt"],"shop":["herbalist","bed","computer"],"website":["https://www.herboristeriekruidotheek.be"]},"create":1,"modify":4,"delete":0,"area":0.601226559337714,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":6,"locale":"en","imagery":"osm","id":122518353}},{"id":122518122,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2373773,50.7357214],[4.3298196,50.7357214],[4.3298196,50.7873888],[4.2373773,50.7873888],[4.2373773,50.7357214]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T17:28:16Z","reviewed_features":[],"tag_changes":{"amenity":["cafe"],"website":["https://dendragee.be"]},"create":1,"modify":1,"delete":1,"area":0.00477625329101996,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":1,"locale":"en","imagery":"osm","deletion":1,"deletion:node/9825985060":"duplicate","id":122518122}},{"id":122518011,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2375024,50.737326],[4.3298149,50.737326],[4.3298149,50.7873829],[4.2375024,50.7873829],[4.2375024,50.737326]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T17:26:32Z","reviewed_features":[],"tag_changes":{"name":["Chupito","Sol y Sombra"],"fixme":["Freeform tag `cuisine` used, to be doublechecked"],"amenity":["restaurant"],"cuisine":["spanish"],"website":["https://www.chupito.be"]},"create":1,"modify":2,"delete":1,"area":0.00462087758124943,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":4,"locale":"en","imagery":"osm","deletion":1,"deletion:node/9825975765":"duplicate","id":122518011}},{"id":122517017,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.3650067,23.0607835],[-82.3648173,23.0607835],[-82.3648173,23.0609485],[-82.3650067,23.0609485],[-82.3650067,23.0607835]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"GHOSTsama","uid":"15422751","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T17:03:37Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/01L65cc.jpg","https://i.imgur.com/EqlXJmR.jpg"],"natural":["tree"]},"create":0,"modify":2,"delete":0,"area":3.12509999992411e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":2,"id":122517017}},{"id":122512675,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3298082,50.7873786],[4.3298082,50.7873786],[4.3298082,50.7873786],[4.3298082,50.7873786],[4.3298082,50.7873786]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T15:05:01Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":2,"locale":"en","imagery":"osm","deletion":1,"deletion:node/9825649497":"duplicate","id":122512675}},{"id":122511972,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2331137,50.734135],[4.2331137,50.734135],[4.2331137,50.734135],[4.2331137,50.734135],[4.2331137,50.734135]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-7390437018","name":"Marcelis","osm_id":7390437018,"reasons":[43],"version":2,"primary_tags":{"shop":"office_supply"}}],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T14:47:32Z","reviewed_features":[],"tag_changes":{"name":["Marcelis","Marselis"],"shop":["office_supply"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","answer":1,"locale":"en","imagery":"osm","id":122511972}},{"id":122508929,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9816598,48.0602723],[-2.9451706,48.0602723],[-2.9451706,48.0824562],[-2.9816598,48.0824562],[-2.9816598,48.0602723]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T13:21:42Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["secondary","residential","steps","footway"],"railway":["abandoned"],"name:etymology:wikidata":["Q2038","Q70423982","Q3150","Q176271","Q171480","Q295090","Q7226","Q134114","Q274251","Q107343710","Q3371499","Q3141517","Q15407202","Q298051","Q132684","Q288394","Q236630","Q12431","Q16945181","Q17362349","Q34189","Q161955","Q862935","Q295830","Q2097468","Q462604","Q454199","Q2834988","Q42037","Q47162","Q312391"]},"create":0,"modify":47,"delete":0,"area":0.000809472763880064,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":56,"locale":"fr","imagery":"osm","id":122508929}},{"id":122508729,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4244979,52.535006],[13.4244979,52.535006],[13.4244979,52.535006],[13.4244979,52.535006],[13.4244979,52.535006]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T13:15:05Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122508729}},{"id":122506026,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3271183,48.6320977],[9.3271183,48.6320977],[9.3271183,48.6320977],[9.3271183,48.6320977],[9.3271183,48.6320977]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-17T12:07:52Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/YhahocC.jpg"],"amenity":["charging_station"],"capacity":["2"],"opening_hours":["24/7"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":2,"locale":"de","imagery":"CartoDB.Voyager","add-image":1,"change_within_25m":3,"id":122506026}},{"id":122501165,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.6809335,51.4000407],[4.6809335,51.4000407],[4.6809335,51.4000407],[4.6809335,51.4000407],[4.6809335,51.4000407]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"itchyenscratchy","uid":"16294949","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T10:04:43Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":2,"locale":"nl","imagery":"AGIV","id":122501165}},{"id":122498455,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.221397,48.8076975],[9.221397,48.8076975],[9.221397,48.8076975],[9.221397,48.8076975],[9.221397,48.8076975]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T09:03:34Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","locale":"en","imagery":"CartoDB.Voyager","deletion":1,"deletion:node/9824824866":"testing point","id":122498455}},{"id":122494778,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-17T07:31:46Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"denotation":["avenue"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":122494778}},{"id":122492727,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9952776,48.499564],[8.9978336,48.499564],[8.9978336,48.5014061],[8.9952776,48.5014061],[8.9952776,48.499564]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-17T06:39:23Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["broadleaved"],"denotation":["garden"],"leaf_cycle":["deciduous"],"species:wikidata":["Q26899","Q46871","Q47161"]},"create":4,"modify":9,"delete":0,"area":0.00000470840759999406,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":17,"locale":"de","imagery":"osm","change_over_5000m":4,"change_within_25m":14,"change_within_50m":3,"id":122492727}},{"id":122488273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.509301,-31.9103469],[-71.509301,-31.9103469],[-71.509301,-31.9103469],[-71.509301,-31.9103469],[-71.509301,-31.9103469]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T04:03:20Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/ccZgA4a.jpg"],"natural":["tree"],"species:wikidata":["Q290967"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"es","imagery":"osm","add-image":1,"id":122488273}},{"id":122486466,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6765481,-39.1032046],[-72.6755476,-39.1032046],[-72.6755476,-39.1029944],[-72.6765481,-39.1029944],[-72.6765481,-39.1032046]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Edny","uid":"16299351","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T01:43:56Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["broadleaved","needleleaved"],"denotation":["park"],"leaf_cycle":["evergreen","deciduous"],"species:wikidata":["Q1107183","Q61105","Q156687","Q26899"]},"create":0,"modify":12,"delete":0,"area":2.10305099998677e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":15,"locale":"es","imagery":"osm","id":122486466}},{"id":122485848,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.565468,-37.0942463],[-72.565468,-37.0942463],[-72.565468,-37.0942463],[-72.565468,-37.0942463],[-72.565468,-37.0942463]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-17T00:40:52Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/MeK07D5.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":122485848}},{"id":122560842,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3919891,50.8330631],[4.3997536,50.8330631],[4.3997536,50.8387971],[4.3919891,50.8387971],[4.3919891,50.8330631]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"DAKAR01","uid":"14345865","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T21:00:47Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"]},"create":0,"modify":0,"delete":3,"area":0.0000445216430000326,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix","theme":"cyclofix","locale":"fr","imagery":"AGIV","deletion":3,"deletion:node/9408613172":"not found","deletion:node/9408613173":"not found","deletion:node/9408656868":"not found","id":122560842}},{"id":122551662,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.348199,54.4475529],[-0.9611895,54.4475529],[-0.9611895,54.5819933],[-1.348199,54.5819933],[-1.348199,54.4475529]]]},"properties":{"check_user":null,"reasons":[{"id":91,"name":"Motorway/trunk geometry modified"}],"tags":[],"features":[{"url":"way-356021359","name":"Middlesbrough Road","osm_id":356021359,"reasons":[91],"version":5,"primary_tags":{"highway":"trunk"}}],"user":"confusedbuffalo","uid":"242345","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T15:49:54Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"highway":["trunk","primary","tertiary","unclassified","residential"],"name:etymology:wikidata":["Q171866","Q2929357","Q20972980","Q641274","Q207380","Q667","Q6553810","Q5951097","Q1193749"]},"create":0,"modify":56,"delete":0,"area":0.052029711983801,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology","theme":"etymology","answer":93,"locale":"en","imagery":"osm","id":122551662}},{"id":122550540,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7314569,45.1819934],[5.7342598,45.1819934],[5.7342598,45.1821399],[5.7314569,45.1821399],[5.7314569,45.1819934]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"camagrr","uid":"14089990","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T15:09:57Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":3,"modify":0,"delete":0,"area":4.10624849998869e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":1,"locale":"fr","imagery":"osm","id":122550540}},{"id":122549736,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.2705637,47.7951175],[-4.2705637,47.7951175],[-4.2705637,47.7951175],[-4.2705637,47.7951175],[-4.2705637,47.7951175]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TedScouGV","uid":"75300","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T14:44:33Z","reviewed_features":[],"tag_changes":{"fixme":["Freeform field used for access - doublecheck the value"],"level":["0"],"access":["Uniquement durant les offices"],"wheelchair":["limited"],"survey:date":["2022-12-06"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":4,"locale":"en","imagery":"osm","change_within_1000m":4,"id":122549736}},{"id":122547293,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3312751,48.6262617],[9.3312751,48.6262617],[9.3312751,48.6262617],[9.3312751,48.6262617],[9.3312751,48.6262617]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T13:28:09Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/inOvosf.jpg"],"tourism":["information"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","locale":"de","imagery":"osm","add-image":1,"change_over_5000m":1,"id":122547293}},{"id":122546842,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.9700075,48.0604674],[-2.9442436,48.0604674],[-2.9442436,48.0829517],[-2.9700075,48.0829517],[-2.9700075,48.0604674]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T13:13:47Z","reviewed_features":[],"tag_changes":{"highway":["secondary","residential","pedestrian"],"name:etymology:wikidata":["Q46490","Q983629","Q755","Q26026","Q754863","Q316536","Q2946681","Q166171","Q312391"]},"create":0,"modify":18,"delete":0,"area":0.000579283256770051,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":18,"locale":"fr","imagery":"osm","id":122546842}},{"id":122546812,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.7022171,49.2752682],[-0.7022171,49.2752682],[-0.7022171,49.2752682],[-0.7022171,49.2752682],[-0.7022171,49.2752682]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T13:13:08Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":5,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":5,"id":122546812}},{"id":122545077,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.8167698,49.4154719],[6.8643013,49.4154719],[6.8643013,49.4389674],[6.8167698,49.4389674],[6.8167698,49.4154719]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"rlp839","uid":"1687312","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T12:29:23Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":3,"modify":0,"delete":0,"area":0.00111677635825013,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":7,"locale":"en","imagery":"osm","id":122545077}},{"id":122543157,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2127069,51.0381417],[3.2129567,51.0381417],[3.2129567,51.0382825],[3.2127069,51.0382825],[3.2127069,51.0381417]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T11:33:37Z","reviewed_features":[],"tag_changes":{"email":["info@cuisinekwizien.be"],"phone":["+32 51 43 81 78"],"amenity":["restaurant"],"website":["https://www.cuisinekwizien.be/"],"building":["yes"],"delivery":["no"],"takeaway":["no"],"wheelchair":["limited"],"payment:cash":["yes"],"opening_hours":["Mo-Tu 12:00-14:00; Th-Fr 12:00-14:00, 19:00-21:00; Sa 19:00-21:00"],"payment:cards":["yes"]},"create":0,"modify":8,"delete":0,"area":3.51718400009754e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":8,"locale":"nl","imagery":"osm","id":122543157}},{"id":122539368,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.3492832,43.6133601],[1.3492832,43.6133601],[1.3492832,43.6133601],[1.3492832,43.6133601],[1.3492832,43.6133601]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cyril42e","uid":"1801525","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T09:42:01Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_500m":1,"id":122539368}},{"id":122536617,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1445189,51.1716739],[4.1445189,51.1716739],[4.1445189,51.1716739],[4.1445189,51.1716739],[4.1445189,51.1716739]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T08:32:50Z","reviewed_features":[],"tag_changes":{"automatic_door":["motion"],"wikimedia_commons":["File:Station Sint-Niklaas Gebouw.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/entrances.html","theme":"entrances","answer":1,"locale":"en","imagery":"osm","link-image":1,"id":122536617}},{"id":122535437,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.1161631,46.5735192],[-0.551544,46.5735192],[-0.551544,47.4236221],[-1.1161631,47.4236221],[-1.1161631,46.5735192]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T07:58:37Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/urDbrZw.jpg"],"amenity":["sanitary_dump_station"]},"create":1,"modify":3,"delete":0,"area":0.479984334305392,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","answer":6,"locale":"nl","imagery":"osm","add-image":2,"change_over_5000m":1,"change_within_25m":8,"id":122535437}},{"id":122535005,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.7720067,50.0466357],[7.7720485,50.0466357],[7.7720485,50.0466736],[7.7720067,50.0466736],[7.7720067,50.0466357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-18T07:45:22Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/lzsowY8.jpg"],"seats":["2"],"colour":["brown"],"amenity":["bench"],"leisure":["picnic_table"],"tourism":["viewpoint"],"backrest":["yes"],"material":["wood"],"direction":["32"],"survey:date":["2022-06-18"]},"create":1,"modify":3,"delete":0,"area":1.58421999980119e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":7,"locale":"nl","imagery":"EsriWorldImagery","add-image":1,"change_over_5000m":1,"change_within_25m":8,"id":122535005}},{"id":122533419,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.7502177,54.508819],[-1.3364187,54.508819],[-1.3364187,54.8861873],[-1.7502177,54.8861873],[-1.7502177,54.508819]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"confusedbuffalo","uid":"242345","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-18T06:48:27Z","reviewed_features":[],"tag_changes":{"amenity":["community_centre","school"],"highway":["unclassified","primary","secondary","residential","footway"],"name:etymology:wikidata":["Q6032672","Q179815","Q2462654","Q154938","Q6703353","Q662172","Q173869","Q692","Q5683","Q45546","Q179126","Q170208","Q25348","Q2724806","Q55805","Q41994","Q18789","Q19682","Q216373","Q19714","Q550995","Q19686","Q503262","Q127332","Q211519","Q37103","Q3243105","Q42462","Q2488588","Q4876218","Q34384","Q128550","Q36322","Q12004","Q131113","Q147184","Q2531508","Q866339","Q4831050","Q5051748","Q7682582","Q25403","Q79972"]},"create":0,"modify":103,"delete":0,"area":0.1561546251717,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology","theme":"etymology","answer":123,"locale":"en","imagery":"osm","id":122533419}},{"id":122596396,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0634625,50.9218858],[4.0634625,50.9218858],[4.0634625,50.9218858],[4.0634625,50.9218858],[4.0634625,50.9218858]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"philippec","uid":"76884","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T23:37:31Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/vWt1pYl.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","locale":"nl","imagery":"osm","add-image":1,"id":122596396}},{"id":122594891,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.8664639,52.4709723],[12.8738566,52.4709723],[12.8738566,52.5086948],[12.8664639,52.5086948],[12.8664639,52.4709723]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Nkarl7635atgmailcom","uid":"16319307","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-19T21:39:33Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":0,"delete":0,"area":0.000278871125750025,"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","id":122594891}},{"id":122592354,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0907022,52.0947968],[5.0907022,52.0947968],[5.0907022,52.0947968],[5.0907022,52.0947968],[5.0907022,52.0947968]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hackthemap","uid":"8722959","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-19T19:56:14Z","reviewed_features":[],"tag_changes":{"highway":["crossing"],"crossing:island":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":122592354}},{"id":122592126,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6843392,50.1365595],[8.733009,50.1365595],[8.733009,50.1644248],[8.6843392,50.1644248],[8.6843392,50.1365595]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hackthemap","uid":"8722959","editor":"MapComplete 0.2.2a","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-19T19:48:18Z","reviewed_features":[],"tag_changes":{"leisure":["sports_centre"],"building":["yes"],"climbing:sport":["no"],"climbing:boulder":["yes"],"climbing:toprope":["no"]},"create":0,"modify":5,"delete":0,"area":0.00135619857794007,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"en","theme-creator":"Christian Neumann ","id":122592126}},{"id":122591482,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3342117,48.6265894],[9.3400298,48.6265894],[9.3400298,48.6284135],[9.3342117,48.6284135],[9.3342117,48.6265894]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T19:22:27Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/eyewny7.jpg","https://i.imgur.com/njdXXrW.jpg","https://i.imgur.com/5ZQhDkc.jpg"],"amenity":["charging_station"],"capacity":["1"],"opening_hours":["24/7"]},"create":0,"modify":4,"delete":0,"area":0.0000106127962100034,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":2,"locale":"de","imagery":"osm","add-image":3,"id":122591482}},{"id":122587197,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9418156,51.3168686],[4.9418156,51.3168686],[4.9418156,51.3168686],[4.9418156,51.3168686],[4.9418156,51.3168686]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T17:08:03Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/XJluYWN.jpg"],"leisure":["picnic_table"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"id":122587197}},{"id":122586466,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[103.0384728,13.3538336],[103.0384728,13.3538336],[103.0384728,13.3538336],[103.0384728,13.3538336],[103.0384728,13.3538336]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"choengbiy","uid":"16317899","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-19T16:48:16Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":1,"modify":4,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":2,"locale":"en","imagery":"EsriWorldImagery","add-image":2,"id":122586466}},{"id":122586234,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2283248,48.6778739],[9.2283248,48.6778739],[9.2283248,48.6778739],[9.2283248,48.6778739],[9.2283248,48.6778739]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T16:41:11Z","reviewed_features":[],"tag_changes":{"shop":["supermarket"],"image":["https://i.imgur.com/FS03Tu6.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/shops.html","theme":"shops","locale":"de","imagery":"osm","add-image":1,"change_within_500m":1,"id":122586234}},{"id":122580429,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2164547,51.1950847],[3.2164547,51.1950847],[3.2164547,51.1950847],[3.2164547,51.1950847],[3.2164547,51.1950847]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.1","comment":"Adding data with #MapComplete for theme #hackerspaces","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:47:45Z","reviewed_features":[],"tag_changes":{"email":["hello@mindandmakerspace.com"],"phone":["+32 50 68 26 95"],"leisure":["hackerspace"],"service:3dprinter":["yes"],"service:lasercutter":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/hackerspaces.html","theme":"hackerspaces","answer":4,"locale":"en","imagery":"osm","change_within_5000m":4,"id":122580429}},{"id":122580276,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8504051,60.327834],[24.8525859,60.327834],[24.8525859,60.3295044],[24.8504051,60.3295044],[24.8504051,60.327834]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:43:16Z","reviewed_features":[],"tag_changes":{"door":["hinged"],"highway":["crossing","street_lamp","cycleway"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["straight_mast"],"separation":["kerb"],"smoothness":["excellent"],"tactile_paving":["no"],"crossing:island":["no"]},"create":0,"modify":7,"delete":0,"area":0.00000364280831999092,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":11,"locale":"en","imagery":"osm","change_within_25m":9,"change_within_50m":2,"id":122580276}},{"id":122580177,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8521056,60.3293556],[24.8521056,60.3293556],[24.8521056,60.3293556],[24.8521056,60.3293556],[24.8521056,60.3293556]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:40:13Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["needleleaved"],"denotation":["park"],"leaf_cycle":["evergreen"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":3,"locale":"en","imagery":"osm","change_within_25m":3,"id":122580177}},{"id":122580108,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8520654,60.3293443],[24.8521403,60.3293443],[24.8521403,60.3293661],[24.8520654,60.3293661],[24.8520654,60.3293443]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:38:10Z","reviewed_features":[],"tag_changes":{"colour":["green"],"amenity":["bench"]},"create":0,"modify":3,"delete":0,"area":1.63281999987357e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":3,"locale":"en","imagery":"osm","change_within_25m":3,"id":122580108}},{"id":122580084,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8521223,60.3292124],[24.8521223,60.3292124],[24.8521223,60.3292124],[24.8521223,60.3292124],[24.8521223,60.3292124]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:37:01Z","reviewed_features":[],"tag_changes":{"waste":["trash"],"amenity":["waste_basket"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":1,"locale":"en","imagery":"osm","change_within_25m":1,"id":122580084}},{"id":122579644,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8513636,60.3290519],[24.852358,60.3290519],[24.852358,60.3294715],[24.8513636,60.3294715],[24.8513636,60.3290519]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:24:24Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"barrier":["fence"],"leisure":["playground"],"surface":["fine_gravel"],"operator":["Vantaan kaupunki"],"opening_hours":["24/7"]},"create":0,"modify":2,"delete":0,"area":4.17250239993558e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":4,"locale":"en","imagery":"osm","change_within_25m":4,"id":122579644}},{"id":122579325,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.8492879,60.3288397],[24.8503267,60.3288397],[24.8503267,60.3295204],[24.8492879,60.3295204],[24.8492879,60.3288397]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Scalarik","uid":"186981","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T13:16:04Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"],"covered":["yes"],"bicycle_parking":["wall_loops"]},"create":0,"modify":2,"delete":0,"area":7.07111159996447e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":4,"locale":"en","imagery":"CartoDB.Voyager","change_within_50m":4,"id":122579325}},{"id":122578230,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.9693098,40.3543024],[28.9013204,40.3543024],[28.9013204,41.0236898],[27.9693098,41.0236898],[27.9693098,40.3543024]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"bbtns1","uid":"5132923","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T12:44:41Z","reviewed_features":[],"tag_changes":{"barrier":["bollard"],"bicycle":["yes"],"bollard":["flexible"],"highway":["traffic_signals","crossing"],"crossing":["unmarked","uncontrolled","marked"],"tactile_paving":["no","yes"],"button_operated":["yes"],"crossing:island":["no","yes"],"maxwidth:physical":["0.3"],"red_turn:right:bicycle":["no"],"red_turn:straight:bicycle":["no"]},"create":0,"modify":22,"delete":0,"area":0.623876152306437,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra","theme":"cycle_infra","answer":37,"locale":"en","imagery":"CartoDB.Voyager","change_within_1000m":6,"id":122578230}},{"id":122576949,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7540083,53.094533],[13.7540083,53.094533],[13.7540083,53.094533],[13.7540083,53.094533],[13.7540083,53.094533]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T12:04:08Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":122576949}},{"id":122574235,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.4726843,49.1047123],[8.474601,49.1047123],[8.474601,49.1048168],[8.4726843,49.1048168],[8.4726843,49.1047123]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"k4pl4n","uid":"11229531","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #sidewalks","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-19T10:34:46Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"sidewalk:left":["yes"],"sidewalk:right":["yes"]},"create":0,"modify":1,"delete":0,"area":2.00295149998274e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sidewalks.html","theme":"sidewalks","answer":2,"locale":"en","imagery":"EsriWorldImageryClarity","id":122574235}},{"id":122571316,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.2260245,43.6437654],[1.2260245,43.6437654],[1.2260245,43.6437654],[1.2260245,43.6437654],[1.2260245,43.6437654]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"cyril42e","uid":"1801525","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-19T08:53:12Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_500m":1,"id":122571316}},{"id":122640479,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.0376711,50.7742844],[3.0376711,50.7742844],[3.0376711,50.7742844],[3.0376711,50.7742844],[3.0376711,50.7742844]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-20T22:05:37Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","import":1,"locale":"nl","imagery":"osm","import:node/9834595164":"source: https://osm.org/note/3156436","id":122640479}},{"id":122639064,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.373757,50.9509636],[5.373757,50.9509636],[5.373757,50.9509636],[5.373757,50.9509636],[5.373757,50.9509636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T20:57:31Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":4,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":6,"id":122639064}},{"id":122638880,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0748208,51.1042735],[5.0748208,51.1042735],[5.0748208,51.1042735],[5.0748208,51.1042735],[5.0748208,51.1042735]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T20:50:11Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":2,"import":1,"locale":"nl","imagery":"osm","change_over_5000m":3,"import:node/9834337616":"source: https://osm.org/note/3143410","id":122638880}},{"id":122636657,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3553743,50.9451473],[3.3553743,50.9451473],[3.3553743,50.9451473],[3.3553743,50.9451473],[3.3553743,50.9451473]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T19:34:02Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/e1pxHw5.jpg"],"amenity":["post_box"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/postboxes.html","theme":"postboxes","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"id":122636657}},{"id":122635551,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3550763,50.9362062],[3.4739958,50.9362062],[3.4739958,50.9455926],[3.3550763,50.9455926],[3.3550763,50.9362062]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T18:54:26Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/b1WU9lT.jpg"],"amenity":["charging_station"],"image:0":["https://i.imgur.com/6oMfJt3.jpg"],"image:1":["https://i.imgur.com/7dxtbEX.jpg"]},"create":0,"modify":2,"delete":0,"area":0.00111622599479962,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed","theme":"aed","locale":"nl","imagery":"osm","add-image":5,"id":122635551}},{"id":122634743,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2875906,50.9327435],[3.4744269,50.9327435],[3.4744269,50.9490403],[3.2875906,50.9490403],[3.2875906,50.9327435]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T18:25:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/oBrJtqy.jpg","https://i.imgur.com/6VUJuvK.jpg","https://i.imgur.com/idVtHWJ.jpg","https://i.imgur.com/nTkNjAy.jpg"],"route":["bicycle"],"amenity":["parking","toilets","bench","charging_station"],"highway":["residential"],"leisure":["picnic_table","playground"],"building":["yes"],"mapillary":["253560946526500"]},"create":1,"modify":16,"delete":0,"area":0.00304483381383985,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen","theme":"toerisme_vlaanderen","answer":2,"import":2,"locale":"nl","imagery":"AGIV","add-image":15,"import:node/9834136592":"source: https://osm.org/note/3099197","import:node/9834158215":"source: https://osm.org/note/3156368","id":122634743}},{"id":122634050,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3302641,53.2207045],[6.3302641,53.2207045],[6.3302641,53.2207045],[6.3302641,53.2207045],[6.3302641,53.2207045]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9834085168","osm_id":9834085168,"reasons":[43],"version":1,"primary_tags":{"tourism":"map"}}],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #maps","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T17:55:31Z","reviewed_features":[],"tag_changes":{"tourism":["map"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maps.html","theme":"maps","locale":"nl","imagery":"osm","change_over_5000m":1,"id":122634050}},{"id":122633908,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3303288,53.2192006],[6.3319471,53.2192006],[6.3319471,53.2195119],[6.3303288,53.2195119],[6.3303288,53.2192006]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T17:50:38Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"leisure":["picnic_table"]},"create":2,"modify":2,"delete":0,"area":5.03776789999728e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":6,"locale":"nl","imagery":"osm","add-image":2,"change_over_5000m":2,"change_within_25m":8,"id":122633908}},{"id":122633789,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3316374,53.2182724],[6.3325207,53.2182724],[6.3325207,53.2191517],[6.3316374,53.2191517],[6.3316374,53.2182724]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T17:45:54Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":3,"modify":2,"delete":0,"area":7.76685690000935e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":6,"locale":"nl","imagery":"osm","add-image":2,"change_over_5000m":3,"change_within_25m":8,"id":122633789}},{"id":122633579,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.3348922,53.2143438],[6.3348922,53.2143438],[6.3348922,53.2143438],[6.3348922,53.2143438],[6.3348922,53.2143438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T17:34:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","answer":2,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":3,"id":122633579}},{"id":122623273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.9581727,56.3395537],[43.95821,56.3395537],[43.95821,56.3395748],[43.9581727,56.3395748],[43.9581727,56.3395537]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T13:00:00Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/9M8IOMO.jpg","https://i.imgur.com/tE8ID5X.jpg"],"access":["yes"],"amenity":["bicycle_parking"],"covered":["no"],"capacity":["10"],"bicycle_parking":["wall_loops","stands"]},"create":0,"modify":6,"delete":0,"area":7.87029999973087e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":7,"locale":"ru","imagery":"CartoDB.Voyager","add-image":2,"change_within_25m":9,"id":122623273}},{"id":122623245,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Bernhard Pranz","uid":"8164818","editor":"iD 2.21.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"basemap.at Orthofoto","date":"2022-06-20T12:59:35Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"],"cuisine":["heuriger"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://www.openstreetmap.org/edit","locale":"de","hashtags":"#MapComplete;#food","changesets_count":2271,"id":122623245}},{"id":122623147,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379],[16.1671892,47.954379]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Bernhard Pranz","uid":"8164818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-20T12:57:35Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"de","imagery":"osm","id":122623147}},{"id":122618532,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.4424681,40.1295472],[-76.4424681,40.1295472],[-76.4424681,40.1295472],[-76.4424681,40.1295472],[-76.4424681,40.1295472]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"millerdev","uid":"16323920","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-20T11:32:19Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":3,"locale":"en","imagery":"Mapbox","id":122618532}},{"id":122603107,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741],[8.9965647,48.4999741]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-20T06:10:37Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"species:wikidata":["Q158746"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":122603107}},{"id":122681879,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4459796,52.4742489],[13.4459796,52.4742489],[13.4459796,52.4742489],[13.4459796,52.4742489],[13.4459796,52.4742489]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"tordans","uid":"11881","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-21T19:07:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"de","imagery":"osm","id":122681879}},{"id":122680288,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.7987028,41.6148739],[-4.7987028,41.6148739],[-4.7987028,41.6148739],[-4.7987028,41.6148739],[-4.7987028,41.6148739]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":42,"name":"Invalid tag modification"}],"tags":[],"features":[{"url":"node-8867327536","name":"Ramón y Cajal- Antonio de Ulloa","osm_id":8867327536,"reasons":[42],"version":5,"primary_tags":{}}],"user":"tigregti","uid":"15144964","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T18:27:24Z","reviewed_features":[],"tag_changes":{"emergency":["fire_hydrant"],"disused:emergency":["fire_hydrant"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":3,"locale":"en","imagery":"HDM_HOT","change_within_25m":3,"id":122680288}},{"id":122670794,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2157004,51.1934736],[3.2186749,51.1934736],[3.2186749,51.1951561],[3.2157004,51.1951561],[3.2157004,51.1934736]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #education","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-21T14:02:26Z","reviewed_features":[],"tag_changes":{"amenity":["university","college"],"website":["https://www.kuleuven.be/campussen/campus-brugge"],"school:gender":["mixed"]},"create":0,"modify":4,"delete":0,"area":0.00000500459625000357,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"http://127.0.0.1:1234/theme.html","theme":"education","answer":5,"locale":"en","imagery":"CartoDB.Voyager","id":122670794}},{"id":122664088,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5338753,53.2409037],[6.5338753,53.2409037],[6.5338753,53.2409037],[6.5338753,53.2409037],[6.5338753,53.2409037]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T11:44:09Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":1,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_25m":2,"id":122664088}},{"id":122661909,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.988348,51.160445],[4.9900166,51.160445],[4.9900166,51.1615324],[4.988348,51.1615324],[4.988348,51.160445]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T11:01:21Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"],"highway":["pedestrian"],"leisure":["outdoor_seating"],"building":["yes","commercial","house","roof"],"historic":["yes"],"addr:housenumber":["77;77A","77"],"source:geometry:ref":["Gbg/1692821","Gbg/1693523","Gbg/1693525","Gbg/5654012","Gbg/5654003","Gbg/1694221","Gbg/1694222","Gbg/1692822"],"source:geometry:date":["2009-06-05","2016-07-28","2017-11-20"]},"create":24,"modify":118,"delete":1,"area":0.0000018144356399925,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":112,"theme":"grb","answer":4,"import":2,"locale":"nl","imagery":"AGIVFlandersGRB","conflation":16,"id":122661909}},{"id":122655153,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9738208,50.9033628],[5.1239452,50.9033628],[5.1239452,51.1617729],[4.9738208,51.1617729],[4.9738208,50.9033628]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T08:48:03Z","reviewed_features":[],"tag_changes":{"amenity":["townhall"],"highway":["service","footway"],"building":["roof","yes","house","construction","apartments","shed"],"source:geometry:ref":["Gbg/1693039","Gbg/1694801","Gbg/1692619","Gbg/1694796","Gbg/1694865","Gbg/1694864","Gbg/5123217","Gbg/1695756","Gbg/5123218","Gbg/1705428","Gbg/1706602","Gbg/1695034","Gbg/1695033","Gbg/1692618","Gbg/6150261","Gbg/6155194","Gbg/1694797","Gbg/1694814","Gbg/5404466","Gbg/1694809","Gbg/5124476","Gbg/1694822","Gba/110941","Gba/551056"],"source:geometry:date":["2009-06-05","2019-07-09","2015-03-30","2017-11-20","2021-07-05","2009-09-21","2021-10-22"]},"create":910,"modify":417,"delete":4,"area":0.0387936612164407,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":393,"theme":"grb","answer":1,"import":107,"locale":"nl","imagery":"osm","conflation":48,"id":122655153}},{"id":122654914,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9859398,51.1614131],[4.9866147,51.1614131],[4.9866147,51.1617837],[4.9859398,51.1617837],[4.9859398,51.1614131]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T08:43:21Z","reviewed_features":[],"tag_changes":{"colour":["brown"],"amenity":["bench"],"backrest":["yes"],"material":["wood"],"direction":["170","252","355"],"survey:date":["2022-06-21"]},"create":2,"modify":25,"delete":0,"area":2.50117940002443e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":36,"locale":"nl","imagery":"AGIV","id":122654914}},{"id":122647591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.9942575,48.4989551],[8.9964013,48.4989551],[8.9964013,48.4999939],[8.9942575,48.4999939],[8.9942575,48.4989551]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ygramul","uid":"1230818","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-06-21T05:40:12Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"denotation":["park","garden"],"species:wikidata":["Q145954","Q158785"]},"create":4,"modify":9,"delete":0,"area":0.00000222697943999288,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":13,"locale":"de","imagery":"osm","change_over_5000m":4,"change_within_25m":13,"id":122647591}},{"id":122643179,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2381516,-39.8439309],[-73.2381516,-39.8439309],[-73.2381516,-39.8439309],[-73.2381516,-39.8439309],[-73.2381516,-39.8439309]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-06-21T01:54:30Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"species:wikidata":["Q1486147"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"es","imagery":"osmfr","id":122643179}}]} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7.json b/Docs/Tools/stats/stats.2022-7.json new file mode 100644 index 000000000..1277efa8c --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7.json @@ -0,0 +1 @@ +{"features":[{"id":123102504,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.606635,47.7848261],[9.6067662,47.7848261],[9.6067662,47.7849155],[9.606635,47.7849155],[9.606635,47.7848261]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T21:58:48Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/uiGbcfW.jpg"],"access":["yes"],"amenity":["toilets"],"building":["toilets"],"toilets:handwashing":["yes"]},"create":0,"modify":2,"delete":0,"area":1.17292799998923e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":2,"locale":"de","imagery":"osm","add-image":1,"id":123102504}},{"id":123102333,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6066708,47.7848909],[9.6068181,47.7848909],[9.6068181,47.7849922],[9.6066708,47.7849922],[9.6066708,47.7848909]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T21:51:11Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/Ctx0k5z.jpg"],"amenity":["bicycle_parking"],"building":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":1.49214899995942e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":123102333}},{"id":123102060,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6049025,47.7834979],[9.6055492,47.7834979],[9.6055492,47.7841719],[9.6049025,47.7841719],[9.6049025,47.7834979]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T21:38:56Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/FFpAm1I.jpg"],"amenity":["parking"]},"create":0,"modify":1,"delete":0,"area":4.35875799998267e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","theme":"parkings","locale":"de","imagery":"osm","add-image":1,"id":123102060}},{"id":123101845,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2614436,53.2052951],[6.2614436,53.2052951],[6.2614436,53.2052951],[6.2614436,53.2052951],[6.2614436,53.2052951]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T21:30:43Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"toilets:paper_supplied":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","change_within_1000m":1,"id":123101845}},{"id":123101816,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2614436,53.2052951],[6.2766056,53.2052951],[6.2766056,53.2135149],[6.2614436,53.2135149],[6.2614436,53.2052951]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T21:29:34Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["charging_station"]},"create":0,"modify":3,"delete":0,"area":0.000124628607599988,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":4,"locale":"nl","imagery":"osm","change_within_500m":1,"change_within_1000m":3,"id":123101816}},{"id":123099712,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.1990302,51.3326933],[3.2015021,51.3326933],[3.2015021,51.3335272],[3.1990302,51.3335272],[3.1990302,51.3326933]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T20:05:58Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/FGnA00u.jpg"],"seats":["20"],"colour":["gray"],"amenity":["bench"],"direction":["156"],"survey:date":["2022-07-01"]},"create":2,"modify":5,"delete":0,"area":0.00000206131740999087,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":16,"locale":"nl","imagery":"AGIV","add-image":3,"change_over_5000m":2,"change_within_25m":19,"id":123099712}},{"id":123099673,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.803851,11.9180455],[95.3110835,11.9180455],[95.3110835,28.645127],[72.803851,28.645127],[72.803851,11.9180455]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T20:04:49Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":16,"delete":0,"area":376.480312366949,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":16,"locale":"en","imagery":"osm","id":123099673}},{"id":123098929,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.2558073,46.89458],[8.4656997,46.89458],[8.4656997,46.9974299],[8.2558073,46.9974299],[8.2558073,46.89458]]]},"properties":{"check_user":null,"reasons":[{"id":87,"name":"Irrelevant tags on highway"}],"tags":[],"features":[{"url":"node-471295293","name":"Buochs","osm_id":471295293,"reasons":[87],"version":12,"primary_tags":{"highway":"motorway_junction"}}],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T19:39:25Z","reviewed_features":[],"tag_changes":{"highway":["motorway_junction","secondary","unclassified","residential","tertiary","living_street"],"name:etymology:wikidata":["Q63964","Q64567","Q63931","Q64108","Q43246","Q99367828","Q69140","Q2169139"]},"create":0,"modify":101,"delete":0,"area":0.0215874123507605,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":174,"locale":"fr","imagery":"osm","id":123098929}},{"id":123098867,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.3660334,46.9573002],[8.3678968,46.9573002],[8.3678968,46.9586627],[8.3660334,46.9586627],[8.3660334,46.9573002]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T19:38:02Z","reviewed_features":[],"tag_changes":{"waste":["trash"],"amenity":["waste_basket"]},"create":0,"modify":3,"delete":0,"area":0.00000253888249999998,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":3,"locale":"fr","imagery":"osm","id":123098867}},{"id":123098816,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.36547,46.9572396],[8.3655354,46.9572396],[8.3655354,46.9572806],[8.36547,46.9572806],[8.36547,46.9572396]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T19:36:45Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"building":["yes"],"toilets:handwashing":["yes"],"toilets:paper_supplied":["yes"]},"create":0,"modify":1,"delete":0,"area":2.68139999975378e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":2,"locale":"fr","imagery":"osm","id":123098816}},{"id":123098781,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.3646258,46.9572396],[8.3655354,46.9572396],[8.3655354,46.9611766],[8.3646258,46.9611766],[8.3646258,46.9572396]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T19:35:58Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["toilets"],"toilets:paper_supplied":["yes"]},"create":0,"modify":2,"delete":0,"area":0.0000035810952000003,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"fr","imagery":"osm","id":123098781}},{"id":123097417,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3512251,52.5722782],[13.3731231,52.5722782],[13.3731231,52.5749204],[13.3512251,52.5749204],[13.3512251,52.5722782]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:50:30Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":3,"modify":0,"delete":0,"area":0.0000578588956000865,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":11,"locale":"de","imagery":"osm","change_over_5000m":3,"change_within_25m":11,"id":123097417}},{"id":123097318,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:46:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":123097318}},{"id":123097310,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:46:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":123097310}},{"id":123097301,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:46:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":123097301}},{"id":123097297,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:46:21Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":123097297}},{"id":123097150,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3480489,52.5752399],[13.3487399,52.5752399],[13.3487399,52.5758365],[13.3480489,52.5758365],[13.3480489,52.5752399]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:41:46Z","reviewed_features":[],"tag_changes":{"ref":["61"],"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["bent_mast"],"light:count":["9"],"light:method":["gas"]},"create":2,"modify":4,"delete":0,"area":4.12250600000903e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":17,"locale":"de","imagery":"osm","change_over_5000m":2,"change_within_25m":17,"id":123097150}},{"id":123097070,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3480489,52.57561],[13.3492394,52.57561],[13.3492394,52.5758365],[13.3480489,52.5758365],[13.3480489,52.57561]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:38:28Z","reviewed_features":[],"tag_changes":{"ref":["62"],"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:count":["9"],"light:method":["gas"]},"create":0,"modify":4,"delete":1,"area":2.69648250004355e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":10,"locale":"de","imagery":"osm","deletion":1,"change_within_25m":11,"deletion:node/9725266729":"duplicate","id":123097070}},{"id":123097044,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3492207,52.5756478],[13.3492394,52.5756478],[13.3492394,52.5758229],[13.3492207,52.5758229],[13.3492207,52.5756478]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:37:41Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:count":["4"],"light:method":["gas"]},"create":0,"modify":3,"delete":0,"area":3.27437000000429e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":5,"locale":"de","imagery":"osm","change_within_25m":5,"id":123097044}},{"id":123096956,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.266119,50.7345064],[6.009517,50.7345064],[6.009517,51.120755],[3.266119,51.120755],[3.266119,50.7345064]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:34:27Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"amenity":["charging_station"],"bicycle":["no"],"maxstay":["unlimited"],"network":["Allego"],"scooter":["no"],"motorcar":["yes"],"parking:fee":["yes","no"],"payment:app":["yes","no"],"payment:cash":["no"],"socket:type2":["2"],"opening_hours":["24/7"],"payment:cards":["no"],"brand:wikidata":["Q75560554"],"payment:membership_card":["yes"]},"create":2,"modify":24,"delete":0,"area":1.0596336367428,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":34,"locale":"nl","imagery":"CartoDB.Voyager","add-image":3,"change_over_5000m":2,"change_within_500m":20,"id":123096956}},{"id":123096733,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3489755,52.5758229],[13.3492207,52.5758229],[13.3492207,52.5763354],[13.3489755,52.5763354],[13.3489755,52.5758229]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:27:16Z","reviewed_features":[],"tag_changes":{"ref":["59","56","57"],"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["straight_mast"],"light:count":["4"],"light:colour":["orange"],"light:method":["gas","mercury"]},"create":0,"modify":7,"delete":0,"area":1.25664999999902e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":19,"locale":"de","imagery":"osm","change_within_25m":19,"id":123096733}},{"id":123096629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3493729,52.5755092],[13.3495681,52.5755092],[13.3495681,52.5758967],[13.3493729,52.5758967],[13.3493729,52.5755092]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:22:50Z","reviewed_features":[],"tag_changes":{"ref":["52","55"],"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["bent_mast","straight_mast"],"light:count":["9","4"],"light:method":["gas"]},"create":0,"modify":4,"delete":0,"area":7.56400000005406e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":15,"locale":"de","imagery":"osm","change_within_25m":15,"id":123096629}},{"id":123096481,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.349437,52.5753605],[13.3511945,52.5753605],[13.3511945,52.5755092],[13.349437,52.5755092],[13.349437,52.5753605]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:17:39Z","reviewed_features":[],"tag_changes":{"ref":["48","46","44","50"],"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["bent_mast"],"light:count":["9"],"light:method":["gas"]},"create":0,"modify":10,"delete":0,"area":2.61340249994551e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":28,"locale":"de","imagery":"osm","change_within_25m":28,"id":123096481}},{"id":123096440,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3511945,52.5753372],[13.3516242,52.5753372],[13.3516242,52.5753605],[13.3511945,52.5753605],[13.3511945,52.5753372]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:16:31Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:count":["9"],"light:method":["gas"]},"create":0,"modify":3,"delete":0,"area":1.00120100009739e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":4,"locale":"de","imagery":"osm","change_within_25m":4,"id":123096440}},{"id":123096273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.1723883,38.7879042],[0.1723883,38.7879042],[0.1723883,38.7879042],[0.1723883,38.7879042],[0.1723883,38.7879042]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"paunofu","uid":"13779940","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T18:10:23Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","locale":"ca","imagery":"PNOA-Spain","change_over_5000m":1,"id":123096273}},{"id":123095949,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3515054,52.57029],[13.352942,52.57029],[13.352942,52.5753372],[13.3515054,52.5753372],[13.3515054,52.57029]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T17:58:19Z","reviewed_features":[],"tag_changes":{"ref":["34","36","30","32","10","38"],"highway":["street_lamp"],"support":["pole"],"light:lit":["dusk-dawn"],"lamp_mount":["bent_mast"],"light:count":["9","2"],"light:colour":["orange"],"light:method":["gas"]},"create":5,"modify":22,"delete":0,"area":0.00000725080751999937,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":55,"locale":"de","imagery":"osm","change_over_5000m":5,"change_within_25m":55,"id":123095949}},{"id":123095673,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.8455725,56.2394391],[43.8656933,56.2394391],[43.8656933,56.2429602],[43.8455725,56.2429602],[43.8455725,56.2394391]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T17:48:23Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/oosJDfP.jpg","https://i.imgur.com/KKWGvmf.jpg","https://i.imgur.com/qU8VYuB.jpg","https://i.imgur.com/KFpUVks.jpg"],"access":["yes"],"amenity":["bicycle_parking"],"capacity":["20"]},"create":3,"modify":10,"delete":0,"area":0.0000708473488799857,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":20,"locale":"ru","imagery":"CartoDB.Voyager","add-image":6,"change_over_5000m":3,"change_within_25m":25,"id":123095673}},{"id":123095409,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.8455725,56.2429602],[43.8455725,56.2429602],[43.8455725,56.2429602],[43.8455725,56.2429602],[43.8455725,56.2429602]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"alexashh","uid":"9054103","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T17:39:52Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"],"covered":["no"],"capacity":["5"],"bicycle_parking":["stands"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":4,"locale":"ru","imagery":"CartoDB.Voyager","id":123095409}},{"id":123094059,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1103993,48.7279843],[9.1109655,48.7279843],[9.1109655,48.7285204],[9.1103993,48.7285204],[9.1103993,48.7279843]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T16:57:59Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/BIIqhz7.jpg","https://i.imgur.com/WLkCKag.jpg","https://i.imgur.com/6fksA7o.jpg"],"tourism":["artwork"]},"create":0,"modify":3,"delete":0,"area":3.0353981999964e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"de","imagery":"osm","add-image":3,"id":123094059}},{"id":123093627,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2182705,48.0879841],[9.2188342,48.0879841],[9.2188342,48.0882766],[9.2182705,48.0882766],[9.2182705,48.0879841]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T16:45:02Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/5BaEVwW.jpg"],"amenity":["parking"]},"create":0,"modify":1,"delete":0,"area":1.64882250000478e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","theme":"parkings","locale":"de","imagery":"osm","add-image":1,"id":123093627}},{"id":123093379,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1118259,48.726658],[9.1118259,48.726658],[9.1118259,48.726658],[9.1118259,48.726658],[9.1118259,48.726658]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T16:36:36Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/lzdeTHP.jpg"],"amenity":["toilets"],"payment:cash":["yes"],"opening_hours":["24/7"],"payment:cards":["no"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":2,"locale":"de","imagery":"osm","add-image":1,"id":123093379}},{"id":123087824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4465267,52.54192],[13.4465267,52.54192],[13.4465267,52.54192],[13.4465267,52.54192],[13.4465267,52.54192]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T13:50:56Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","locale":"en","imagery":"CartoDB.Voyager","id":123087824}},{"id":123087463,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5931178,50.3632604],[7.6049016,50.3632604],[7.6049016,50.3640589],[7.5931178,50.3640589],[7.5931178,50.3632604]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"kjon","uid":"44217","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T13:40:54Z","reviewed_features":[],"tag_changes":{"flickr":["https://www.flickr.com/photos/28577026@N02/43997133060"],"tourism":["artwork"],"wikimedia_commons":["File:KO Bernar Venet Steel Arc.JPG"]},"create":0,"modify":2,"delete":0,"area":0.00000940936430002258,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"de","imagery":"osm","link-image":2,"id":123087463}},{"id":123086886,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4181462,52.532719],[13.4185991,52.532719],[13.4185991,52.5330975],[13.4181462,52.5330975],[13.4181462,52.532719]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T13:23:41Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"support":["pole"],"lamp_mount":["straight_mast"],"light:count":["2"],"light:method":["incandescent"]},"create":2,"modify":4,"delete":0,"area":1.71422649998073e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":11,"locale":"de","imagery":"osm","add-image":1,"change_over_5000m":2,"change_within_25m":12,"id":123086886}},{"id":123085602,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5578251,53.2164783],[6.5581499,53.2164783],[6.5581499,53.2165313],[6.5578251,53.2165313],[6.5578251,53.2164783]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T12:49:30Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/FkbpIAU.jpg","https://i.imgur.com/cXrjy3N.jpg"],"natural":["tree"],"leaf_cycle":["deciduous"]},"create":3,"modify":9,"delete":0,"area":1.72144000004111e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":10,"locale":"en","imagery":"Actueel_orthoHR_WMTS","add-image":2,"change_over_5000m":3,"change_within_25m":12,"id":123085602}},{"id":123085581,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5578491,53.2164214],[6.5578491,53.2164214],[6.5578491,53.2164214],[6.5578491,53.2164214],[6.5578491,53.2164214]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T12:48:59Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":2,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_over_5000m":1,"change_within_25m":2,"id":123085581}},{"id":123085423,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5579427,53.2164358],[6.5581787,53.2164358],[6.5581787,53.216573],[6.5579427,53.216573],[6.5579427,53.2164358]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T12:44:04Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":5,"modify":6,"delete":0,"area":3.23791999994286e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":12,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_over_5000m":5,"change_within_25m":12,"id":123085423}},{"id":123085257,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.0211251,47.5541624],[10.0211251,47.5541624],[10.0211251,47.5541624],[10.0211251,47.5541624],[10.0211251,47.5541624]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T12:38:28Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","answer":1,"locale":"de","imagery":"osm","add-image":1,"id":123085257}},{"id":123085164,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T12:35:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":123085164}},{"id":123078949,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3794023,52.5095536],[13.3794023,52.5095536],[13.3794023,52.5095536],[13.3794023,52.5095536],[13.3794023,52.5095536]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T09:59:05Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":123078949}},{"id":123073629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6435579,47.9524817],[9.6435579,47.9524817],[9.6435579,47.9524817],[9.6435579,47.9524817],[9.6435579,47.9524817]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T07:50:06Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/NJ1xRg8.jpg"],"amenity":["toilets"],"payment:cash":["yes"],"payment:cards":["no"],"toilets:handwashing":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":2,"locale":"de","imagery":"osm","add-image":1,"id":123073629}},{"id":123073404,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.1000365,38.8280344],[0.1074928,38.8280344],[0.1074928,38.8307725],[0.1000365,38.8307725],[0.1000365,38.8280344]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"paunofu","uid":"13779940","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T07:44:47Z","reviewed_features":[],"tag_changes":{"lit":["no"],"image":["https://i.imgur.com/Yv79pjd.jpg"],"amenity":["recycling"],"highway":["residential"],"surface":["asphalt"],"location":["overground"],"maxspeed":["30"],"operator":["Urbarser"],"sidewalk":["both","no"],"smoothness":["good"],"cycleway:both":["no"],"maxspeed:type":["sign","ES:urban"],"recycling:glass":["yes"],"recycling:newspaper":["yes"],"sidewalk:both:surface":["paving_stones"],"recycling:plastic_bottles":["yes"],"recycling:beverage_cartons":["yes"],"recycling:plastic_packaging":["yes"]},"create":3,"modify":7,"delete":0,"area":0.0000204160950300146,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":10,"locale":"ca","imagery":"PNOA-Spain","add-image":5,"change_over_5000m":3,"change_within_25m":11,"change_within_50m":4,"id":123073404}},{"id":123073149,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6174626,47.780908],[9.6179803,47.780908],[9.6179803,47.7812937],[9.6174626,47.7812937],[9.6174626,47.780908]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T07:38:16Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/lesbbkc.jpg"],"leisure":["playground"],"surface":["sand"]},"create":0,"modify":1,"delete":0,"area":1.99676890001141e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":1,"locale":"es","imagery":"osm","add-image":1,"id":123073149}},{"id":123071297,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6160285,47.7799357],[9.6160285,47.7799357],[9.6160285,47.7799357],[9.6160285,47.7799357],[9.6160285,47.7799357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T06:51:12Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/dHH8pQp.jpg"],"amenity":["charging_station"],"maxstay":["120 minutes"],"payment:app":["no"],"payment:cash":["no"],"payment:cards":["no"],"payment:membership_card":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":2,"locale":"es","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":3,"id":123071297}},{"id":123068416,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[71.7628554,9.4445638],[88.4566087,9.4445638],[88.4566087,30.3954896],[71.7628554,30.3954896],[71.7628554,9.4445638]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-01T05:17:58Z","reviewed_features":[],"tag_changes":{"route":["road"],"highway":["secondary","residential"],"name:etymology:wikidata":["Q9513"]},"create":0,"modify":144,"delete":0,"area":349.749586711805,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":190,"locale":"en","imagery":"osm","id":123068416}},{"id":123064756,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.1358909,39.992737],[-86.1357989,39.992737],[-86.1357989,39.9927653],[-86.1358909,39.9927653],[-86.1358909,39.992737]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kanellar","uid":"16249964","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-01T00:21:44Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water","bicycle_parking"]},"create":1,"modify":2,"delete":0,"area":2.60360000061914e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","move":2,"theme":"cyclofix","answer":3,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_5000m":5,"move:node/2881241124":"improve_accuracy","id":123064756}},{"id":123132619,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3495036,52.5769612],[13.3495036,52.5769612],[13.3495036,52.5769612],[13.3495036,52.5769612],[13.3495036,52.5769612]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T20:37:21Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":6,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":6,"id":123132619}},{"id":123132507,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Moh glk","uid":"16199465","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T20:32:52Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"fr","imagery":"AGIV","id":123132507}},{"id":123130543,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3037003,48.9013841],[2.3202,48.9013841],[2.3202,48.9093199],[2.3037003,48.9093199],[2.3037003,48.9013841]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:10:23Z","reviewed_features":[],"tag_changes":{"highway":["residential","secondary","unclassified"],"maxspeed":["30"]},"create":0,"modify":14,"delete":0,"area":0.000130938319259973,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":14,"locale":"fr","imagery":"osm","id":123130543}},{"id":123130500,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3106976,48.900653],[2.31104,48.900653],[2.31104,48.9008521],[2.3106976,48.9008521],[2.3106976,48.900653]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:08:54Z","reviewed_features":[],"tag_changes":{"access":["public"],"leisure":["pitch"],"surface":["asphalt"],"reservation":["no"]},"create":0,"modify":2,"delete":0,"area":6.81718400011201e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sport_pitches.html","theme":"sport_pitches","answer":4,"locale":"fr","imagery":"osm","id":123130500}},{"id":123130452,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3122323,48.9055118],[2.31243,48.9055118],[2.31243,48.9056411],[2.3122323,48.9056411],[2.3122323,48.9055118]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:07:01Z","reviewed_features":[],"tag_changes":{"leisure":["playground"],"opening_hours":["PH open;"]},"create":0,"modify":1,"delete":0,"area":2.55626099995414e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":1,"locale":"fr","imagery":"osm","id":123130452}},{"id":123130375,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3116505,48.9051199],[2.31243,48.9051199],[2.31243,48.9056411],[2.3116505,48.9056411],[2.3116505,48.9051199]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:03:50Z","reviewed_features":[],"tag_changes":{"lit":["no"],"leisure":["playground"],"max_age":["8"],"min_age":["3"],"surface":["woodchips","sand"],"operator":["Mairie de Clichy"],"opening_hours":["sunrise-sunset","Mo-Su 09:00-19:30;PH open;"]},"create":0,"modify":7,"delete":0,"area":4.06275399995667e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":12,"locale":"fr","imagery":"osm","id":123130375}},{"id":123130341,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3117766,48.9051199],[2.3121024,48.9051199],[2.3121024,48.9053123],[2.3117766,48.9053123],[2.3117766,48.9051199]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:02:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":6.26839199987214e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":6,"locale":"fr","imagery":"osm","id":123130341}},{"id":123130285,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.3172724,48.9018478],[2.3172724,48.9018478],[2.3172724,48.9018478],[2.3172724,48.9018478],[2.3172724,48.9018478]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vincentxavier","uid":"15739","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T19:00:21Z","reviewed_features":[],"tag_changes":{"rental":["ebike;city_bike"],"amenity":["bicycle_rental"],"payment:app":["no"],"payment:cash":["no"],"payment:cards":["yes"],"bicycle_rental":["docking_station"],"payment:membership_card":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","answer":3,"locale":"fr","imagery":"osm","id":123130285}},{"id":123127334,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5578491,53.2164214],[6.5579427,53.2164214],[6.5579427,53.2164358],[6.5578491,53.2164358],[6.5578491,53.2164214]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T17:12:23Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_cycle":["deciduous"],"species:wikidata":["Q157650"]},"create":0,"modify":3,"delete":0,"area":1.34783999978335e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":3,"locale":"nl","imagery":"osm","change_over_5000m":3,"id":123127334}},{"id":123127068,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T17:01:38Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","locale":"en","imagery":"osm","add-image":1,"change_within_25m":1,"id":123127068}},{"id":123124392,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.008867,51.1201825],[6.009517,51.1201825],[6.009517,51.120755],[6.008867,51.120755],[6.008867,51.1201825]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T15:33:58Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"ref":["04003534/04003590","EVW00092/EVW00093"],"email":["info@ev-wise.com"],"image":["https://i.imgur.com/ykIcVC1.jpg"],"phone":["+318000294601"],"amenity":["charging_station"],"network":["ShellRecharge","EV Wise"],"website":["https://pay.shellrecharge.com/"],"socket:type2:output":["22 kW"]},"create":0,"modify":11,"delete":0,"area":3.72125000002296e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":10,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"id":123124392}},{"id":123122965,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3727955,50.8652223],[4.3768895,50.8652223],[4.3768895,50.8671496],[4.3727955,50.8671496],[4.3727955,50.8652223]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"AussieMoose","uid":"8481916","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T14:53:25Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_repair_station"],"opening_hours":["24/7"],"service:bicycle:tools":["no"],"service:bicycle:pump:operational_status":["broken"]},"create":0,"modify":2,"delete":0,"area":0.000007890366199994,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":5,"locale":"en","imagery":"CartoDB.Voyager","id":123122965}},{"id":123122612,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2967836,51.2315695],[3.2968465,51.2315695],[3.2968465,51.2316077],[3.2967836,51.2316077],[3.2967836,51.2315695]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T14:43:17Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/EyNpSFB.jpg"],"amenity":["charging_station","toilets"]},"create":1,"modify":2,"delete":0,"area":2.4027799999258e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","locale":"nl","imagery":"osm","add-image":2,"change_over_5000m":1,"change_within_25m":2,"id":123122612}},{"id":123120706,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2632479,51.2141668],[3.2632479,51.2141668],[3.2632479,51.2141668],[3.2632479,51.2141668],[3.2632479,51.2141668]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T13:48:40Z","reviewed_features":[],"tag_changes":{"shop":["bicycle"],"image":["https://i.imgur.com/ZCKqElV.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_within_50m":1,"id":123120706}},{"id":123118856,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1457578,48.7505944],[9.1457578,48.7505944],[9.1457578,48.7505944],[9.1457578,48.7505944],[9.1457578,48.7505944]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T12:44:12Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/pw6JP0R.jpg"],"amenity":["toilets"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","locale":"de","imagery":"osm","add-image":1,"change_within_25m":1,"id":123118856}},{"id":123118741,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1456259,48.7505944],[9.1457578,48.7505944],[9.1457578,48.7507249],[9.1456259,48.7507249],[9.1456259,48.7505944]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T12:40:21Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"toilets:paper_supplied":["yes"]},"create":0,"modify":3,"delete":0,"area":1.72129500005273e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":6,"locale":"de","imagery":"osm","change_within_25m":6,"id":123118741}},{"id":123118710,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1456259,48.7507249],[9.1456259,48.7507249],[9.1456259,48.7507249],[9.1456259,48.7507249],[9.1456259,48.7507249]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T12:39:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"de","imagery":"osm","add-image":1,"change_within_25m":4,"id":123118710}},{"id":123115749,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.9352727,43.3113341],[-3.9352727,43.3113341],[-3.9352727,43.3113341],[-3.9352727,43.3113341],[-3.9352727,43.3113341]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ninopiña10","uid":"11138282","editor":"MapComplete 0.20.3","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T10:55:13Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":2,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_25m":2,"id":123115749}},{"id":123114381,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2335913,50.7345064],[4.2335913,50.7345064],[4.2335913,50.7345064],[4.2335913,50.7345064],[4.2335913,50.7345064]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T10:10:13Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"ref":["BEALLEGO001858"],"phone":["+32 800 78 192"],"access":["yes"],"amenity":["charging_station"],"maxstay":["unlimited"],"website":["https://www.allego.eu/"],"parking:fee":["yes"],"payment:app":["yes"],"payment:cash":["no"],"socket:type2":["2"],"payment:cards":["no"],"brand:wikidata":["Q75560554"],"socket:type2:output":["11 kW"],"payment:membership_card":["yes"]},"create":0,"modify":8,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":12,"locale":"nl","imagery":"CartoDB.Voyager","id":123114381}},{"id":123114043,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2215331,51.208375],[3.2215331,51.208375],[3.2215331,51.208375],[3.2215331,51.208375],[3.2215331,51.208375]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T10:00:47Z","reviewed_features":[],"tag_changes":{"name":["Jack Wolfskin","jack wolfskin"],"shop":["outdoor"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","answer":1,"locale":"nl","imagery":"osm","id":123114043}},{"id":123113517,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6144978,47.7819559],[9.6144978,47.7819559],[9.6144978,47.7819559],[9.6144978,47.7819559],[9.6144978,47.7819559]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T09:42:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/e0lCzR9.jpg"],"tourism":["artwork"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"de","imagery":"osm","add-image":1,"id":123113517}},{"id":123113172,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.614654,47.7819341],[9.614654,47.7819341],[9.614654,47.7819341],[9.614654,47.7819341],[9.614654,47.7819341]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T09:31:49Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/C4uFzC5.jpg"],"amenity":["bicycle_rental"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","locale":"de","imagery":"osm","add-image":1,"id":123113172}},{"id":123112961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7053477,51.0277952],[3.7053477,51.0277952],[3.7053477,51.0277952],[3.7053477,51.0277952],[3.7053477,51.0277952]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"velosophe","uid":"477861","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T09:26:16Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance.html","theme":"surveillance","answer":5,"locale":"en","imagery":"osm","id":123112961}},{"id":123112457,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.247939,52.7554902],[13.2620746,52.7554902],[13.2620746,52.7624618],[13.247939,52.7624618],[13.247939,52.7554902]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T09:09:06Z","reviewed_features":[],"tag_changes":{},"create":27,"modify":26,"delete":0,"area":0.0000985477489599958,"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","id":123112457}},{"id":123111262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.7028426,53.0771231],[13.9823261,53.0771231],[13.9823261,53.1742076],[13.7028426,53.1742076],[13.7028426,53.0771231]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-02T08:27:52Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":0,"delete":0,"area":0.0271335158557503,"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","id":123111262}},{"id":123106267,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MapTheWalk","uid":"10499594","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T04:18:42Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"climbing","answer":1,"locale":"en","imagery":"osm","id":123106267}},{"id":123106266,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[103.8482125,1.3040605],[103.8642452,1.3040605],[103.8642452,1.3077853],[103.8482125,1.3077853],[103.8482125,1.3040605]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"MapTheWalk","uid":"10499594","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-02T04:18:42Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["residential","footway","tertiary","pedestrian"]},"create":0,"modify":18,"delete":0,"area":0.0000597186009599854,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":18,"locale":"en","imagery":"osm","id":123106266}},{"id":123167136,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.2161179,53.3089194],[-6.2161179,53.3089194],[-6.2161179,53.3089194],[-6.2161179,53.3089194],[-6.2161179,53.3089194]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DIrish","uid":"12410778","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T23:24:00Z","reviewed_features":[],"tag_changes":{"waste":["trash"],"amenity":["waste_basket"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":1,"locale":"en","imagery":"osm","change_within_1000m":1,"id":123167136}},{"id":123167114,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.2086915,53.30786],[-6.2086915,53.30786],[-6.2086915,53.30786],[-6.2086915,53.30786],[-6.2086915,53.30786]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DIrish","uid":"12410778","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T23:22:09Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"],"bicycle_parking":["stands","rack"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":2,"locale":"en","imagery":"CartoDB.Voyager","change_within_100m":2,"id":123167114}},{"id":123167073,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.2083869,53.3081214],[-6.2083869,53.3081214],[-6.2083869,53.3081214],[-6.2083869,53.3081214],[-6.2083869,53.3081214]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DIrish","uid":"12410778","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T23:18:36Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"backrest":["yes"],"material":["wood"],"direction":["174"],"survey:date":["2022-07-03"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":4,"locale":"en","imagery":"osm","change_within_100m":4,"id":123167073}},{"id":123164586,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3741275,48.5540099],[9.3744414,48.5540099],[9.3744414,48.5542547],[9.3741275,48.5542547],[9.3741275,48.5540099]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T20:41:29Z","reviewed_features":[],"tag_changes":{"lit":["no"],"image":["https://i.imgur.com/c7pnXD9.jpg"],"leisure":["playground"],"max_age":["14"],"surface":["woodchips"]},"create":0,"modify":3,"delete":0,"area":7.68427200013951e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":3,"locale":"de","imagery":"osm","add-image":1,"id":123164586}},{"id":123163942,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3594285,52.5658738],[13.3594285,52.5658738],[13.3594285,52.5658738],[13.3594285,52.5658738],[13.3594285,52.5658738]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T20:13:06Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_over_5000m":1,"change_within_25m":1,"id":123163942}},{"id":123163740,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3748032,48.0986304],[9.7901422,48.0986304],[9.7901422,48.554133],[9.3748032,48.554133],[9.3748032,48.0986304]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T20:04:57Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/zvKyd6y.jpg"],"highway":["residential"],"tourism":["artwork"]},"create":0,"modify":3,"delete":0,"area":0.189187994381401,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":2,"locale":"de","imagery":"osm","add-image":2,"id":123163740}},{"id":123163227,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3747986,52.5676015],[13.375926,52.5676015],[13.375926,52.5680848],[13.3747986,52.5680848],[13.3747986,52.5676015]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T19:45:15Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:count":["1"],"light:method":["gas"]},"create":2,"modify":2,"delete":0,"area":5.44872419998798e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":9,"locale":"de","imagery":"osm","change_over_5000m":2,"change_within_25m":9,"id":123163227}},{"id":123163219,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T19:45:01Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"de","imagery":"osm","change_within_25m":1,"id":123163219}},{"id":123162947,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.2156885,48.4903348],[9.2157109,48.4903348],[9.2157109,48.4903456],[9.2156885,48.4903456],[9.2156885,48.4903348]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T19:35:40Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/jvICoVr.jpg"],"amenity":["public_bookcase"]},"create":0,"modify":1,"delete":0,"area":2.41919999949964e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","locale":"de","imagery":"osm","add-image":1,"change_over_5000m":1,"id":123162947}},{"id":123162744,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3756681,52.5680848],[13.3778496,52.5680848],[13.3778496,52.5698178],[13.3756681,52.5698178],[13.3756681,52.5680848]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T19:27:29Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":4,"modify":3,"delete":0,"area":0.00000378053950000153,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","move":2,"theme":"street_lighting","answer":17,"locale":"de","imagery":"osm","change_over_5000m":4,"change_within_25m":19,"move:node/8697947638":"improve_accuracy","id":123162744}},{"id":123161219,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.377824,52.5587976],[13.3827014,52.5587976],[13.3827014,52.5701098],[13.377824,52.5701098],[13.377824,52.5587976]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Dignus est intrare","uid":"10343642","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T18:32:06Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":2,"modify":3,"delete":0,"area":0.0000551741242799929,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","move":1,"theme":"street_lighting","answer":14,"locale":"de","imagery":"osm","change_over_5000m":2,"change_within_25m":6,"change_within_50m":9,"move:node/9864437530":"improve_accuracy","id":123161219}},{"id":123158262,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4237184,52.5639202],[13.4237184,52.5639202],[13.4237184,52.5639202],[13.4237184,52.5639202],[13.4237184,52.5639202]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Tobias Moldenhauer","uid":"16439012","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T16:55:13Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-03"],"pump:status":["broken"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":2,"locale":"de","imagery":"CartoDB.Voyager","id":123158262}},{"id":123157750,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3175,50.8520318],[4.3176161,50.8520318],[4.3176161,50.8520368],[4.3175,50.8520368],[4.3175,50.8520318]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T16:35:31Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":1,"delete":0,"area":5.80500000186796e-10,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/benches.html","theme":"benches","answer":4,"locale":"nl","imagery":"osm","change_over_5000m":2,"change_within_25m":4,"id":123157750}},{"id":123157634,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3202102,50.8514867],[4.3202102,50.8514867],[4.3202102,50.8514867],[4.3202102,50.8514867],[4.3202102,50.8514867]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T16:31:02Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/XrT0Mx7.jpg"],"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"change_within_25m":2,"id":123157634}},{"id":123156215,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.41946,52.4790857],[13.41946,52.4790857],[13.41946,52.4790857],[13.41946,52.4790857],[13.41946,52.4790857]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Supaplex030","uid":"418040","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T15:45:06Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-03","2019-09-01"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":2,"locale":"de","imagery":"CartoDB.Voyager","id":123156215}},{"id":123153738,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.5622452,52.4393887],[13.569483,52.4393887],[13.569483,52.4458415],[13.5622452,52.4458415],[13.5622452,52.4393887]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Kimkeriki","uid":"16438105","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T14:34:37Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-03"],"pump:status":["ok","broken"]},"create":0,"modify":4,"delete":0,"area":0.0000467040758399892,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":6,"locale":"de","imagery":"CartoDB.Voyager","id":123153738}},{"id":123153198,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4321689,52.4788977],[13.4380643,52.4788977],[13.4380643,52.4798437],[13.4321689,52.4798437],[13.4321689,52.4788977]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"kjon","uid":"44217","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T14:20:14Z","reviewed_features":[],"tag_changes":{"flickr":["https://www.flickr.com/photos/49828243@N08/36705719606"],"tourism":["artwork"],"mapillary":["809157710022314"]},"create":0,"modify":2,"delete":0,"area":0.00000557704840003601,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","locale":"de","imagery":"osm","link-image":2,"id":123153198}},{"id":123149774,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4671956,51.065357],[3.4746039,51.065357],[3.4746039,51.0690765],[3.4671956,51.0690765],[3.4671956,51.065357]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"L'imaginaire","uid":"654234","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #nature","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T12:34:49Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/nHEPwRy.jpg","https://i.imgur.com/uDECgYi.jpg","https://i.imgur.com/I9pnd8C.jpg"],"amenity":["bench"],"tourism":["information"],"material":["wood"],"survey:date":["2022-07-03"]},"create":0,"modify":7,"delete":0,"area":0.0000275551718500181,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/nature.html","theme":"nature","answer":6,"locale":"nl","imagery":"osm","add-image":3,"id":123149774}},{"id":123149564,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.320623,50.8489438],[4.320623,50.8489438],[4.320623,50.8489438],[4.320623,50.8489438],[4.320623,50.8489438]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:27:42Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_repair_station"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cyclofix.html","theme":"cyclofix","answer":2,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":1,"change_within_25m":3,"id":123149564}},{"id":123149162,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3294941,44.4871598],[11.3299597,44.4871598],[11.3299597,44.4877772],[11.3294941,44.4877772],[11.3294941,44.4871598]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TheRukk","uid":"10061533","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:16:34Z","reviewed_features":[],"tag_changes":{"fee":["no"],"access":["yes"],"amenity":["toilets"],"toilets:paper_supplied":["yes"]},"create":0,"modify":3,"delete":0,"area":2.87461439998124e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"it","imagery":"osm","change_within_1000m":3,"id":123149162}},{"id":123149147,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3294941,44.4877373],[11.3295574,44.4877373],[11.3295574,44.4877772],[11.3294941,44.4877772],[11.3294941,44.4877373]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TheRukk","uid":"10061533","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:16:07Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":2.52566999986072e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"it","imagery":"osm","change_within_1000m":3,"id":123149147}},{"id":123149031,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3203651,44.490995],[11.3209578,44.490995],[11.3209578,44.4911406],[11.3203651,44.4911406],[11.3203651,44.490995]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TheRukk","uid":"10061533","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:12:02Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"]},"create":2,"modify":2,"delete":0,"area":8.62971200020038e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":5,"locale":"it","imagery":"osm","change_over_5000m":2,"change_within_25m":3,"change_within_50m":2,"id":123149031}},{"id":123149004,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.3289586,44.487725],[11.330827,44.487725],[11.330827,44.4879142],[11.3289586,44.4879142],[11.3289586,44.487725]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"TheRukk","uid":"10061533","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:10:46Z","reviewed_features":[],"tag_changes":{"access":["yes"],"indoor":["yes"]},"create":0,"modify":3,"delete":0,"area":3.53501280002155e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":3,"locale":"it","imagery":"osm","change_within_1000m":3,"id":123149004}},{"id":123148929,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.0965594,38.8252344],[0.0965594,38.8252344],[0.0965594,38.8252344],[0.0965594,38.8252344],[0.0965594,38.8252344]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"paunofu","uid":"13779940","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T12:08:27Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","locale":"ca","imagery":"PNOA-Spain-TMS","add-image":1,"change_over_5000m":1,"change_within_25m":1,"id":123148929}},{"id":123148490,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[69.6160606,8.449521],[88.4083417,8.449521],[88.4083417,28.643877],[69.6160606,28.643877],[69.6160606,8.449521]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T11:57:34Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":170,"delete":0,"area":379.498014585472,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":213,"locale":"en","imagery":"osm","id":123148490}},{"id":123147389,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2363142,50.7315571],[4.2363142,50.7315571],[4.2363142,50.7315571],[4.2363142,50.7315571],[4.2363142,50.7315571]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T11:19:54Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":1,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":4,"locale":"en","imagery":"osm","id":123147389}},{"id":123146240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.3094274,51.1985679],[5.3094274,51.1985679],[5.3094274,51.1985679],[5.3094274,51.1985679],[5.3094274,51.1985679]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mjans","uid":"5199038","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T10:37:50Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"import":1,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":1,"import:node/9863653334":"source: https://osm.org/note/3044712","id":123146240}},{"id":123146141,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.580949,55.7050132],[12.5845862,55.7050132],[12.5845862,55.7089575],[12.580949,55.7089575],[12.580949,55.7050132]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Niels Elgaard Larsen","uid":"1288","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #pets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T10:35:48Z","reviewed_features":[],"tag_changes":{"waste":["trash;dog_excrement"],"amenity":["waste_basket"]},"create":2,"modify":1,"delete":0,"area":0.0000143462079599762,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/pets.html","theme":"pets","answer":3,"locale":"en","imagery":"osm","id":123146141}},{"id":123140440,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.947887,51.1943],[4.9601409,51.1943],[4.9601409,51.208044],[4.947887,51.208044],[4.947887,51.1943]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:53:14Z","reviewed_features":[],"tag_changes":{"building":["house","yes","shed","farm","barn","farm_auxiliary","roof"],"addr:housenumber":["1;3","1-3"],"source:geometry:ref":["Gbg/1715790","Gbg/1716024","Gbg/1715793","Gbg/6642428","Gbg/1715803","Gbg/1714935","Gbg/1714961","Gbg/6642516","Gbg/1714958","Gbg/5125466","Gbg/1714970","Gbg/6155054","Gbg/1714957","Gbg/1714968","Gbg/1714954","Gbg/1714949","Gbg/1715828","Gbg/1715830","Gbg/6148789","Gbg/1714956","Gbg/1714967","Gbg/1714966","Gbg/6150228","Gbg/1714963","Gbg/1714962","Gbg/1714959","Gbg/1714965","Gbg/1714960","Gba/112532","Gbg/5125467","Gbg/1714953","Gbg/5125489"],"source:geometry:date":["2009-11-20","2017-11-20","2019-07-09","2016-07-28","2015-03-30"]},"create":79,"modify":269,"delete":4,"area":0.000168417601600034,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":229,"theme":"grb","answer":10,"import":10,"locale":"nl","imagery":"AGIV","conflation":64,"id":123140440}},{"id":123140244,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9537241,51.2068044],[4.9632136,51.2068044],[4.9632136,51.2103981],[4.9537241,51.2103981],[4.9537241,51.2068044]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:42:21Z","reviewed_features":[],"tag_changes":{"building":["yes","sty","barn","farm_auxiliary","farm","house","shed","roof"],"man_made":["silo","water_tower"],"addr:housenumber":["3"],"source:geometry:ref":["Gbg/5654894","Gbg/1714976","Gbg/1714974","Gbg/1714977","Gbg/1714973","Gbg/1715007","Gbg/5122418","Gbg/1714975","Gbg/6642465","Gbg/1714972","Gbg/5122574","Gbg/1715009","Gbg/1715008","Gbg/1715005","Gbg/6153396","Gbg/1715833","Gbg/1716021","Gbg/1715836","Gbg/1714990","Gbg/1715006","Gbg/5655815","Gbg/6641867","Gbg/1715832"],"not:addr:housenumber":["yes"],"source:geometry:date":["2021-07-05","2017-11-20","2009-11-20","2015-03-30","2019-07-09","2020-03-16","2016-07-28"]},"create":73,"modify":212,"delete":2,"area":0.0000341024161499632,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":183,"theme":"grb","answer":10,"import":6,"locale":"nl","imagery":"AGIV","conflation":46,"id":123140244}},{"id":123140240,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2198577,52.5939629],[13.2811389,52.5939629],[13.2811389,52.7328226],[13.2198577,52.7328226],[13.2198577,52.5939629]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:42:16Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":4,"delete":0,"area":0.00850948904763983,"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","id":123140240}},{"id":123140237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9624682,51.2048815],[4.9632976,51.2048815],[4.9632976,51.2063507],[4.9624682,51.2063507],[4.9624682,51.2048815]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:41:53Z","reviewed_features":[],"tag_changes":{"building":["house","yes"],"source:geometry:ref":["Gbg/6154728","Gbg/1714991"],"source:geometry:date":["2019-07-09","2009-11-20"]},"create":8,"modify":14,"delete":0,"area":0.00000121855448000172,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":12,"theme":"grb","import":1,"locale":"nl","imagery":"AGIV","conflation":4,"id":123140237}},{"id":123140214,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.4638212,8.5873931],[83.3786225,8.5873931],[83.3786225,30.4692452],[70.4638212,30.4692452],[70.4638212,8.5873931]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-03T06:39:38Z","reviewed_features":[],"tag_changes":{"amenity":["college"],"name:etymology:wikidata":["Q380148"]},"create":0,"modify":274,"delete":0,"area":282.599771947488,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":420,"locale":"en","imagery":"osm","id":123140214}},{"id":123139944,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9622981,51.201115],[4.9675775,51.201115],[4.9675775,51.2053087],[4.9622981,51.2053087],[4.9622981,51.201115]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:24:21Z","reviewed_features":[],"tag_changes":{"building":["yes","barn","garage","farm","house","shed","roof"],"source:geometry:ref":["Gbg/1714994","Gbg/1715012","Gbg/1715026","Gbg/1715025","Gbg/6155239","Gbg/1715320","Gbg/1715345","Gbg/1715321","Gbg/1715330","Gbg/1715346","Gbg/1715329","Gbg/1714996","Gbg/1714993","Gbg/1715342","Gbg/1715343","Gbg/1715363","Gbg/1715344","Gbg/1715328","Gbg/5125480","Gbg/1715331","Gbg/1715362","Gbg/1715360","Gbg/1715359","Gbg/6151107","Gbg/1715361","Gbg/5125471","Gbg/1715365","Gbg/1715366","Gbg/1715370","Gbg/1715371","Gbg/1715368","Gbg/1715367"],"source:geometry:date":["2017-11-20","2009-11-20","2016-07-28","2015-03-30"]},"create":41,"modify":234,"delete":8,"area":0.00002214021978001,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":198,"theme":"grb","answer":8,"import":9,"locale":"nl","imagery":"AGIV","conflation":64,"id":123139944}},{"id":123139711,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9602097,51.2002157],[4.9632375,51.2002157],[4.9632375,51.202259],[4.9602097,51.202259],[4.9602097,51.2002157]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T06:08:21Z","reviewed_features":[],"tag_changes":{"building":["yes","house","shed","barn","garage","roof"],"addr:housenumber":["2;2A","2,2A"],"source:geometry:ref":["Gbg/1716029","Gbg/1715294","Gbg/1715292","Gbg/1715341","Gbg/1715291","Gbg/1715290","Gbg/1715358","Gbg/1715284","Gbg/1715282","Gbg/1715281","Gbg/1715280","Gbg/6154613","Gbg/5123524","Gbg/1715318","Gbg/1715317","Gbg/1715319","Gbg/1715324","Gbg/1715322","Gbg/5125472","Gbg/6149295","Gbg/6754435","Gbg/1715308","Gbg/6148996","Gbg/5122949","Gbg/1715295","Gbg/6150661","Gbg/1715323","Gbg/5123523","Gbg/5125479"],"source:geometry:date":["2009-11-20","2017-11-20","2015-03-30","2020-03-16"]},"create":90,"modify":221,"delete":4,"area":0.00000618670373999032,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":188,"theme":"grb","answer":5,"import":11,"locale":"nl","imagery":"AGIV","conflation":58,"change_over_5000m":8,"id":123139711}},{"id":123139277,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9504124,51.1981015],[4.9645443,51.1981015],[4.9645443,51.2007677],[4.9504124,51.2007677],[4.9504124,51.1981015]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-03T05:37:03Z","reviewed_features":[],"tag_changes":{"building":["farm_auxiliary","house","farm","yes","shed","roof"],"historic":["windmill"],"man_made":["windmill"],"source:geometry:ref":["Gbg/1714938","Gbg/1714942","Gbg/1714937","Gbg/6149151","Gbg/1714921","Gbg/1715311","Gbg/1714916","Gbg/1714946","Gbg/6148954","Gbg/1714927","Gbg/1714923","Gbg/6966838","Gbg/1714933","Gbg/1714931","Gbg/1714928","Gbg/6482874","Gbg/5740435","Gbg/1715340","Gbg/1715352","Gbg/6154770","Gbg/1715353","Gbg/6155065","Gbg/1715299","Gbg/1715297","Gbg/1715296","Gbg/5125473","Gbg/1715309","Gbg/1715347","Gbg/1715334","Gbg/1715338","Gbg/1715304","Gbg/1715339","Gbg/1715349","Gbg/1715336","Gbg/1715303","Gbg/5125483","Gbg/1715355","Gbg/1715351","Gbg/1715302","Gbg/1715298","Gbg/5125476","Gbg/1714912","Gbg/1714943","Gbg/1714914","Gbg/1714941","Gbg/1714911","Gbg/1714917","Gbg/1714910","Gbg/1715354","Gbg/6152969","Gbg/5125474","Gbg/5740434","Gbg/1715312","Gbg/1714929","Gbg/6642385"],"source:geometry:date":["2016-07-28","2009-11-20","2017-11-20","2021-07-05","2019-07-09","2016-11-21","2015-11-26","2020-03-16","2015-03-30"]},"create":133,"modify":362,"delete":4,"area":0.0000376784717800018,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":306,"theme":"grb","answer":1,"import":13,"locale":"nl","imagery":"AGIV","conflation":110,"change_over_5000m":14,"id":123139277}},{"id":123209408,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.3664911,46.9588001],[8.36768,46.9588001],[8.36768,46.9594729],[8.3664911,46.9594729],[8.3664911,46.9588001]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"LeTopographeFou","uid":"3178375","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/mcquests/master/crossingtime.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T22:06:54Z","reviewed_features":[],"tag_changes":{"bicycle":["yes"],"highway":["crossing"],"crossing_ref":["zebra","tiger"]},"create":0,"modify":4,"delete":0,"area":7.99891920005003e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/yopaseopor/mcquests/master/crossingtime.json","answer":4,"locale":"es","imagery":"osm","id":123209408}},{"id":123206929,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3761694,48.5556275],[9.3761694,48.5556275],[9.3761694,48.5556275],[9.3761694,48.5556275],[9.3761694,48.5556275]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T20:32:32Z","reviewed_features":[],"tag_changes":{"bus":["no"],"hgv":["no"],"image":["https://i.imgur.com/5ZTPAiP.jpg"],"amenity":["charging_station"],"bicycle":["no"],"scooter":["no"],"motorcar":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":1,"locale":"de","imagery":"CartoDB.Voyager","add-image":1,"id":123206929}},{"id":123205666,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3484428,50.8477606],[4.348858,50.8477606],[4.348858,50.8479394],[4.3484428,50.8479394],[4.3484428,50.8477606]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T19:51:35Z","reviewed_features":[],"tag_changes":{"amenity":["cafe"],"building":["yes"]},"create":2,"modify":1,"delete":0,"area":7.42377600001896e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/entrances.html","theme":"entrances","locale":"en","imagery":"osm","change_within_25m":2,"id":123205666}},{"id":123204635,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1454779,48.7505859],[9.1454779,48.7505859],[9.1454779,48.7505859],[9.1454779,48.7505859],[9.1454779,48.7505859]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T19:16:26Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/X6rL62j.jpg"],"tourism":["artwork"],"artist_name":["Peter Zeitler"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/artwork.html","theme":"artwork","answer":1,"locale":"de","imagery":"osm","add-image":1,"id":123204635}},{"id":123203657,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.1676516,48.6924021],[9.1676516,48.6924021],[9.1676516,48.6924021],[9.1676516,48.6924021],[9.1676516,48.6924021]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bicycle_rental","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T18:42:35Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/q4T5Sc6.jpg"],"amenity":["bicycle_rental"],"bicycle_rental":["docking_station"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bicycle_rental.html","theme":"bicycle_rental","answer":1,"locale":"de","imagery":"osm","add-image":1,"id":123203657}},{"id":123201766,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4601745,51.2526896],[4.4601745,51.2526896],[4.4601745,51.2526896],[4.4601745,51.2526896],[4.4601745,51.2526896]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"philippec","uid":"76884","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T17:38:41Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/JeQAEZB.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"id":123201766}},{"id":123201433,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.4601455,8.4879636],[88.3641121,8.4879636],[88.3641121,30.3962191],[70.4601455,30.3962191],[70.4601455,8.4879636]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T17:28:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":252,"delete":0,"area":392.244674736266,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":327,"locale":"en","imagery":"osm","id":123201433}},{"id":123199079,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.5156385,51.079959],[2.5156385,51.079959],[2.5156385,51.079959],[2.5156385,51.079959],[2.5156385,51.079959]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-9866215255","osm_id":9866215255,"reasons":[43],"version":2,"primary_tags":{"amenity":"binoculars"}}],"user":"Mizuna","uid":"12496737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #binoculars","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T16:09:58Z","reviewed_features":[],"tag_changes":{"amenity":["binoculars"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/binoculars.html","theme":"binoculars","answer":2,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":2,"id":123199079}},{"id":123198591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9811683,51.1782001],[4.9825296,51.1782001],[4.9825296,51.1800383],[4.9811683,51.1800383],[4.9811683,51.1782001]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T15:55:33Z","reviewed_features":[],"tag_changes":{"building":["house","yes","shed","roof"],"source:geometry:ref":["Gbg/1692174","Gbg/1692187","Gbg/1692172","Gbg/1692171","Gbg/1692097","Gbg/1692098","Gbg/1692179","Gbg/5123620","Gbg/6155259","Gbg/6928674","Gbg/1692188","Gbg/1692173","Gbg/6155361","Gbg/1692218","Gbg/1692216","Gbg/1692250"],"source:geometry:date":["2016-07-28","2009-02-20","2015-03-30","2017-11-20","2020-03-10","2020-03-16"]},"create":26,"modify":118,"delete":1,"area":0.00000250234166000251,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":101,"theme":"grb","answer":1,"import":4,"locale":"nl","imagery":"AGIV","conflation":32,"id":123198591}},{"id":123198570,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.980946,51.1800286],[4.9820401,51.1800286],[4.9820401,51.1801548],[4.980946,51.1801548],[4.980946,51.1800286]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T15:54:55Z","reviewed_features":[],"tag_changes":{"building":["house","yes","roof"],"source:geometry:ref":["Gbg/1692125","Gbg/6641794","Gbg/1692246"],"source:geometry:date":["2016-07-28","2019-07-09"]},"create":3,"modify":21,"delete":0,"area":1.38075419996503e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":18,"theme":"grb","import":1,"locale":"nl","imagery":"AGIV","conflation":6,"id":123198570}},{"id":123198326,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9807579,51.1798298],[4.9822638,51.1798298],[4.9822638,51.1810945],[4.9807579,51.1810945],[4.9807579,51.1798298]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T15:48:12Z","reviewed_features":[],"tag_changes":{"building":["house","yes","garage","roof"],"source:geometry:ref":["Gbg/1692116","Gbg/5123004","Gbg/1692119","Gbg/1692115","Gbg/1692118","Gbg/6149078","Gbg/1692117","Gbg/5122647","Gbg/6150191","Gbg/1692244","Gbg/5124618","Gbg/6155007","Gbg/6151051","Gbg/6149623","Gbg/6256545","Gbg/6256546","Gba/661280"],"source:geometry:date":["2009-02-20","2019-07-09","2017-11-20","2016-07-28","2015-03-30","2018-04-09"]},"create":23,"modify":125,"delete":0,"area":0.00000190451172999983,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":111,"theme":"grb","answer":4,"import":2,"locale":"nl","imagery":"AGIV","conflation":34,"id":123198326}},{"id":123198317,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T15:47:56Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","theme":"grb","import":1,"locale":"nl","imagery":"AGIV","id":123198317}},{"id":123197824,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9779856,51.1729922],[4.9829686,51.1729922],[4.9829686,51.1815908],[4.9779856,51.1815908],[4.9779856,51.1729922]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T15:32:39Z","reviewed_features":[],"tag_changes":{"amenity":["cafe"],"leisure":["outdoor_seating"],"building":["house","apartments","yes","shed","garage","roof"],"addr:housenumber":["31;31A","31,31A"],"source:geometry:ref":["Gbg/6154887","Gbg/1690639","Gbg/1690598","Gbg/6155371","Gbg/3534795","Gbg/6154705","Gbg/1690577","Gbg/1691405","Gbg/1692112","Gbg/1692110","Gbg/1692114","Gbg/1692113","Gbg/1692111","Gbg/1692109","Gbg/1689979","Gbg/1691395","Gbg/1691406","Gbg/5122649","Gbg/1691622","Gbg/1691407","Gbg/1691623","Gbg/1692165","Gbg/6154775","Gbg/1692095","Gbg/1691531","Gbg/5124669","Gbg/6152009","Gbg/5124663","Gbg/5123669","Gbg/5654173","Gbg/5127681","Gbg/6155502","Gbg/1692241","Gbg/6151666","Gbg/6149377","Gbg/1692236","Gbg/6149237","Gbg/6154936","Gbg/6154999","Gbg/1690646","Gbg/6155230","Gbg/1690637","Gbg/1690638","Gbg/6966433","Gba/110621"],"source:geometry:date":["2017-11-20","2021-07-05","2016-07-28","2012-10-10","2009-02-20","2015-03-30","2019-07-09"]},"create":145,"modify":377,"delete":16,"area":0.0000428468237999972,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":326,"theme":"grb","answer":11,"import":14,"locale":"nl","imagery":"AGIV","conflation":90,"id":123197824}},{"id":123191932,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5822797,53.2163377],[6.5832587,53.2163377],[6.5832587,53.2166336],[6.5822797,53.2166336],[6.5822797,53.2163377]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T13:20:39Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":2,"modify":2,"delete":0,"area":2.89686100004599e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":4,"locale":"nl","imagery":"Actueel_orthoHR_WMTS","add-image":2,"id":123191932}},{"id":123191890,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T13:19:47Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"],"image:2":["https://i.imgur.com/ME9dmCc.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","locale":"nl","imagery":"Actueel_orthoHR_WMTS","add-image":1,"id":123191890}},{"id":123191863,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886],[6.5812226,53.2166886]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T13:19:12Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","locale":"nl","imagery":"Actueel_orthoHR_WMTS","add-image":2,"id":123191863}},{"id":123191667,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5808984,53.2163321],[6.5824943,53.2163321],[6.5824943,53.2169115],[6.5808984,53.2169115],[6.5808984,53.2163321]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T13:13:22Z","reviewed_features":[],"tag_changes":{"amenity":["recycling"]},"create":2,"modify":3,"delete":0,"area":9.24664459999052e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":2,"locale":"nl","imagery":"Actueel_orthoHR_WMTS","add-image":2,"id":123191667}},{"id":123190566,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:43:54Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":2,"locale":"nl","imagery":"fr.ign.bdortho","change_within_25m":2,"id":123190566}},{"id":123190523,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:42:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":2,"locale":"nl","imagery":"fr.ign.bdortho","change_within_25m":2,"id":123190523}},{"id":123190511,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:42:22Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":2,"locale":"nl","imagery":"fr.ign.bdortho","change_within_25m":2,"id":123190511}},{"id":123190494,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:41:51Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":1,"locale":"nl","imagery":"fr.ign.bdortho","change_within_25m":1,"id":123190494}},{"id":123190472,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:41:20Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","locale":"nl","imagery":"fr.ign.bdortho","change_over_5000m":2,"id":123190472}},{"id":123190471,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.9937018,49.356321],[5.9937018,49.356321],[5.9937018,49.356321],[5.9937018,49.356321],[5.9937018,49.356321]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T12:41:20Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"toerisme_vlaanderen","answer":6,"locale":"nl","imagery":"fr.ign.bdortho","change_over_5000m":1,"change_within_25m":6,"id":123190471}},{"id":123189685,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.5979106,9.9048858],[88.640686,9.9048858],[88.640686,30.9137291],[72.5979106,30.9137291],[72.5979106,9.9048858]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"},{"id":91,"name":"Motorway/trunk geometry modified"}],"tags":[],"features":[{"url":"way-296648846","name":"Rani Jhansi Road","osm_id":296648846,"reasons":[91],"version":13,"primary_tags":{"highway":"trunk"}}],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T12:21:19Z","reviewed_features":[],"tag_changes":{"route":["road","bus"],"office":["yes"],"amenity":["hospital","school","college"],"barrier":["wall"],"highway":["residential","unclassified","tertiary","service","secondary_link","secondary","living_street","mini_roundabout","primary","trunk"],"landuse":["industrial"],"leisure":["park"],"natural":["water"],"building":["yes","commercial"],"name:etymology:wikidata":["Q2721961","Q467207","Q8597","Q3631340","Q151164","Q336268","Q2044389","Q604647"]},"create":0,"modify":432,"delete":0,"area":337.040154475695,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":568,"locale":"en","imagery":"osm","id":123189685}},{"id":123186721,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3683552,50.8362534],[4.3697627,50.8362534],[4.3697627,50.8375215],[4.3683552,50.8375215],[4.3683552,50.8362534]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"WardBeyens","uid":"10343215","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T11:21:49Z","reviewed_features":[],"tag_changes":{"amenity":["school"],"name:etymology:wikidata":["Q2869302"]},"create":0,"modify":1,"delete":0,"area":0.00000178485075000609,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":123186721}},{"id":123185883,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6303094,50.7737438],[5.6303094,50.7737438],[5.6303094,50.7737438],[5.6303094,50.7737438],[5.6303094,50.7737438]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hilde OSM","uid":"15275790","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T11:07:08Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/j4trE3c.jpg"],"seats":["5"],"amenity":["bench"],"backrest":["no"],"material":["wood"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":4,"id":123185883}},{"id":123185039,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T10:52:24Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":6,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":6,"id":123185039}},{"id":123184977,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.9936655,49.3563223],[5.9936655,49.3563223],[5.9936655,49.3563223],[5.9936655,49.3563223],[5.9936655,49.3563223]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T10:51:15Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":5,"locale":"nl","imagery":"osm","change_over_5000m":1,"change_within_25m":5,"id":123184977}},{"id":123182646,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6913992,50.1303574],[8.6913992,50.1303574],[8.6913992,50.1303574],[8.6913992,50.1303574],[8.6913992,50.1303574]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"mathildane","uid":"16445312","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T10:06:25Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":1,"locale":"en","imagery":"osm","add-image":1,"id":123182646}},{"id":123182334,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6918914,50.1303454],[9.1023197,50.1303454],[9.1023197,50.2891232],[8.6918914,50.2891232],[8.6918914,50.1303454]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"symtll","uid":"16362995","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T09:59:41Z","reviewed_features":[],"tag_changes":{"route":["bicycle","hiking","bus","train","tracks"],"amenity":["parking","bench"],"barrier":["fence"],"highway":["residential","track","unclassified","path"],"landuse":["cemetery"],"leisure":["picnic_table"],"railway":["rail"]},"create":2,"modify":4,"delete":0,"area":0.0651669025317385,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","move":1,"theme":"benches","answer":4,"locale":"de","imagery":"osm","move:node/9865496705":"improve_accuracy","id":123182334}},{"id":123182193,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.8475558,52.8271882],[13.8475558,52.8271882],[13.8475558,52.8271882],[13.8475558,52.8271882],[13.8475558,52.8271882]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T09:56:50Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"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","id":123182193}},{"id":123178163,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2324958,52.747863],[13.2439891,52.747863],[13.2439891,52.7564169],[13.2324958,52.7564169],[13.2324958,52.747863]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T08:15:27Z","reviewed_features":[],"tag_changes":{},"create":5,"modify":5,"delete":0,"area":0.0000983125388699452,"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","id":123178163}},{"id":123176729,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3966043,45.4399591],[4.3966043,45.4399591],[4.3966043,45.4399591],[4.3966043,45.4399591],[4.3966043,45.4399591]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"ciaoQuentin","uid":"641871","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T07:40:25Z","reviewed_features":[],"tag_changes":{"email":["sourisverte@heureux-cyclage.org"],"access":["yes"],"manual":["yes"],"valves":["sclaverand;schrader"],"amenity":["bicycle_repair_station"],"manometer":["yes"],"service:bicycle:stand":["yes"],"service:bicycle:tools":["yes"],"service:bicycle:pump:operational_status":["operational"]},"create":0,"modify":7,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":8,"locale":"en","imagery":"fr.ign.bdortho","id":123176729}},{"id":123175700,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.0594795,48.8368773],[10.061313,48.8368773],[10.061313,48.8379511],[10.0594795,48.8379511],[10.0594795,48.8368773]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Segelpaule","uid":"146822","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-04T07:16:47Z","reviewed_features":[],"tag_changes":{"lit":["no"],"leisure":["playground"],"surface":["grass"],"wheelchair":["limited"]},"create":0,"modify":1,"delete":0,"area":0.00000196881230000068,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":3,"locale":"en","imagery":"osm","id":123175700}},{"id":123172273,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.1043802,38.8342475],[0.1047612,38.8342475],[0.1047612,38.8349927],[0.1043802,38.8349927],[0.1043802,38.8342475]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"paunofu","uid":"13779940","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-04T05:40:13Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/H7lohk7.jpg"],"access":["yes"],"amenity":["recycling","waste_disposal"],"opening_hours":["24/7"],"recycling:clothes":["yes"]},"create":0,"modify":5,"delete":1,"area":2.83921200001645e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":4,"locale":"ca","imagery":"osm","deletion":1,"add-image":1,"change_over_5000m":6,"deletion:node/9621654230":"disused","id":123172273}},{"id":123252804,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3186656,50.8530113],[4.328227,50.8530113],[4.328227,50.8545488],[4.3186656,50.8545488],[4.3186656,50.8530113]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T22:09:38Z","reviewed_features":[],"tag_changes":{"shop":["deli","copyshop","convenience"]},"create":3,"modify":2,"delete":0,"area":0.0000147006525000463,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","answer":7,"locale":"en","imagery":"osm","change_over_5000m":3,"change_within_25m":7,"id":123252804}},{"id":123252648,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4022181,52.5528387],[13.4022181,52.5528387],[13.4022181,52.5528387],[13.4022181,52.5528387],[13.4022181,52.5528387]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"uli12v","uid":"16459735","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T22:01:52Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-05","2020-09-15"],"pump:status":["ok","broken"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":3,"locale":"de","imagery":"CartoDB.Voyager","id":123252648}},{"id":123250025,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3475309,50.8456127],[4.3475309,50.8456127],[4.3475309,50.8456127],[4.3475309,50.8456127],[4.3475309,50.8456127]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T20:14:34Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/bookcases.html","theme":"bookcases","answer":1,"locale":"en","imagery":"osm","id":123250025}},{"id":123248251,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7368936,50.0999954],[8.7368936,50.0999954],[8.7368936,50.0999954],[8.7368936,50.0999954],[8.7368936,50.0999954]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #postboxes","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T19:19:28Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/NuZyC7x.jpg"],"amenity":["post_box"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/postboxes.html","theme":"postboxes","locale":"de","imagery":"CartoDB.Voyager","add-image":1,"change_within_25m":1,"id":123248251}},{"id":123248107,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.724153,50.1006582],[8.724153,50.1006582],[8.724153,50.1006582],[8.724153,50.1006582],[8.724153,50.1006582]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T19:15:31Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":6,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":11,"locale":"de","imagery":"osm","change_over_5000m":1,"change_within_1000m":11,"id":123248107}},{"id":123247553,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.730703,50.0979682],[8.7365744,50.0979682],[8.7365744,50.0997197],[8.730703,50.0997197],[8.730703,50.0979682]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T18:59:57Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":3,"modify":4,"delete":0,"area":0.0000102837571000272,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":14,"locale":"de","imagery":"osm","add-image":2,"change_over_5000m":3,"change_within_25m":16,"id":123247553}},{"id":123247458,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9770677,51.032575],[4.9770677,51.032575],[4.9770677,51.032575],[4.9770677,51.032575],[4.9770677,51.032575]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T18:57:18Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/xZHrq4D.jpg"],"level":["0"],"access":["yes"],"survey:date":["2022-07-05"],"defibrillator:location":["Onmiddellijk links aan de muur als men binnen komt"]},"create":0,"modify":4,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":4,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":5,"id":123247458}},{"id":123247368,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7246082,50.0972835],[8.7384025,50.0972835],[8.7384025,50.0999408],[8.7246082,50.0999408],[8.7246082,50.0972835]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T18:54:49Z","reviewed_features":[],"tag_changes":{"bin":["yes"],"kerb":["lowered"],"bench":["yes"],"route":["bus"],"amenity":["waste_disposal"],"barrier":["bollard"],"highway":["bus_stop","crossing","residential","living_street"],"shelter":["no"],"crossing":["unmarked"],"tactile_paving":["no"],"crossing:island":["no"],"public_transport":["platform"]},"create":4,"modify":4,"delete":0,"area":0.0000366555933899371,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":5,"locale":"de","imagery":"osm","change_within_25m":8,"change_within_50m":1,"id":123247368}},{"id":123247296,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7305836,50.0979269],[8.732653,50.0979269],[8.732653,50.0983183],[8.7305836,50.0983183],[8.7305836,50.0979269]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T18:53:13Z","reviewed_features":[],"tag_changes":{"route":["bus"],"amenity":["waste_basket","waste_disposal","recycling"]},"create":4,"modify":4,"delete":0,"area":8.09963160011306e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":11,"locale":"de","imagery":"osm","add-image":1,"change_over_5000m":4,"change_within_25m":11,"change_within_50m":1,"id":123247296}},{"id":123247208,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.8688173,51.9256466],[13.9071108,51.9256466],[13.9071108,51.9432921],[13.8688173,51.9432921],[13.8688173,51.9256466]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Thommi_07","uid":"16458584","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T18:50:15Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":0,"delete":0,"area":0.000675707954250016,"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","id":123247208}},{"id":123242689,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.349422,50.8533298],[4.3508215,50.8533298],[4.3508215,50.8534549],[4.349422,50.8534549],[4.349422,50.8533298]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T16:25:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":1.75077450007526e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_50m":1,"id":123242689}},{"id":123242631,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.5802736,55.706511],[12.5831318,55.706511],[12.5831318,55.7073419],[12.5802736,55.7073419],[12.5802736,55.706511]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Niels Elgaard Larsen","uid":"1288","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #pets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T16:23:30Z","reviewed_features":[],"tag_changes":{"waste":["dog_excrement;trash"],"amenity":["waste_basket"],"vending":["dog_excrement_bag"]},"create":0,"modify":2,"delete":0,"area":0.00000237487838001164,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/pets.html","theme":"pets","answer":2,"locale":"en","imagery":"osm","id":123242631}},{"id":123237405,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9771864,51.0325165],[4.9771864,51.0325165],[4.9771864,51.0325165],[4.9771864,51.0325165],[4.9771864,51.0325165]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T14:07:54Z","reviewed_features":[],"tag_changes":{"dog":["yes"],"amenity":["pub"],"wheelchair":["yes"],"payment:cash":["yes"],"payment:cards":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":3,"locale":"nl","imagery":"osm","change_within_50m":3,"id":123237405}},{"id":123237046,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2314671,50.7387163],[4.2452814,50.7387163],[4.2452814,50.7431813],[4.2314671,50.7431813],[4.2314671,50.7387163]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T13:58:15Z","reviewed_features":[],"tag_changes":{"ref":["BEALLEGO000668"],"email":["audi@donboscogarage.be"],"phone":["+32 800 78 192","+32 2 359 91 59"],"amenity":["charging_station"],"image:0":["https://i.imgur.com/DBl6WUf.jpg"],"image:1":["https://i.imgur.com/0mFXAIa.jpg"],"maxstay":["unlimited"],"network":["Allego"],"website":["https://www.allego.eu","https://www.brusselsautogroup.be/nl/audi/halle/donbosco"],"parking:fee":["no"],"payment:app":["yes"],"payment:cash":["no"],"payment:cards":["no"],"brand:wikidata":["Q75560554"],"socket:type2:output":["11 kW"],"payment:membership_card":["yes"]},"create":0,"modify":11,"delete":0,"area":0.000061680849500045,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":11,"locale":"nl","imagery":"CartoDB.Voyager","add-image":2,"change_over_5000m":7,"id":123237046}},{"id":123237022,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2314671,50.7387163],[4.2314671,50.7387163],[4.2314671,50.7387163],[4.2314671,50.7387163],[4.2314671,50.7387163]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T13:57:44Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":2,"id":123237022}},{"id":123236640,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2314671,50.7345064],[4.2335913,50.7345064],[4.2335913,50.7387163],[4.2314671,50.7387163],[4.2314671,50.7345064]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T13:48:22Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/NR6B551.jpg"],"amenity":["charging_station"],"image:0":["https://i.imgur.com/qaXvwUq.jpg"],"image:1":["https://i.imgur.com/5qMMeJl.jpg"]},"create":0,"modify":4,"delete":0,"area":0.00000894266957999818,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","locale":"nl","imagery":"CartoDB.Voyager","add-image":4,"change_over_5000m":4,"id":123236640}},{"id":123236066,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2360158,50.7313348],[4.2360158,50.7313348],[4.2360158,50.7313348],[4.2360158,50.7313348],[4.2360158,50.7313348]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Stijn Matthys","uid":"1862147","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T13:33:48Z","reviewed_features":[],"tag_changes":{"fee":["yes"],"access":["yes"],"amenity":["charging_station"],"payment:app":["yes"],"payment:cash":["no"],"socket:type2":["2"],"payment:cards":["no"],"payment:membership_card":["yes"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":5,"locale":"nl","imagery":"CartoDB.Voyager","change_over_5000m":5,"id":123236066}},{"id":123235464,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[76.2989378,10.02732],[88.6340181,10.02732],[88.6340181,30.7636811],[76.2989378,30.7636811],[76.2989378,10.02732]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T13:18:56Z","reviewed_features":[],"tag_changes":{"route":["bus"],"barrier":["wall"],"highway":["residential","service","tertiary","elevator","secondary_link","secondary","primary","primary_link","cycleway"],"leisure":["stadium","sports_centre"],"railway":["subway_entrance"],"name:etymology:wikidata":["Q4593","Q619","Q9045","Q486188","Q4837333","Q15649302","Q3631426","Q381138","Q469894","Q36014","Q288441","Q1405629","Q312976"]},"create":0,"modify":209,"delete":0,"area":255.784679298296,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":332,"locale":"en","imagery":"osm","id":123235464}},{"id":123234753,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6786802,50.0832972],[8.6786802,50.0832972],[8.6786802,50.0832972],[8.6786802,50.0832972],[8.6786802,50.0832972]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T13:00:49Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"de","imagery":"Hessen-DOP20","id":123234753}},{"id":123234454,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.732138,50.0978891],[8.732138,50.0978891],[8.732138,50.0978891],[8.732138,50.0978891],[8.732138,50.0978891]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T12:53:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":3,"locale":"de","imagery":"Hessen-DOP20","id":123234454}},{"id":123233216,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2685701,53.2083619],[6.2689881,53.2083619],[6.2689881,53.2086212],[6.2685701,53.2086212],[6.2685701,53.2083619]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T12:22:48Z","reviewed_features":[],"tag_changes":{"lit":["no"],"leisure":["playground"],"surface":["grass"],"wheelchair":["no"]},"create":0,"modify":1,"delete":0,"area":1.08387400001327e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":3,"locale":"nl","imagery":"osm","change_within_500m":1,"change_within_5000m":2,"id":123233216}},{"id":123232237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4393069,50.8620139],[4.5158892,50.8620139],[4.5158892,50.8780829],[4.4393069,50.8780829],[4.4393069,50.8620139]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter vdVen","uid":"6663911","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T12:01:29Z","reviewed_features":[],"tag_changes":{"highway":["motorway_link","primary","unclassified","residential","primary_link","tertiary"],"maxspeed":["120","70","50"]},"create":0,"modify":36,"delete":0,"area":0.00123060097870013,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":36,"locale":"fr","imagery":"osm","id":123232237}},{"id":123232149,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7038165,50.1310675],[8.7038165,50.1310675],[8.7038165,50.1310675],[8.7038165,50.1310675],[8.7038165,50.1310675]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #pets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:59:33Z","reviewed_features":[],"tag_changes":{"barrier":["no"],"leisure":["dog_park"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/pets.html","theme":"pets","answer":4,"locale":"de","imagery":"osm","change_over_5000m":1,"change_within_500m":4,"id":123232149}},{"id":123232069,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3360868,50.8391168],[4.3360868,50.8391168],[4.3360868,50.8391168],[4.3360868,50.8391168],[4.3360868,50.8391168]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter vdVen","uid":"6663911","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T11:57:48Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"fr","imagery":"CartoDB.Voyager","id":123232069}},{"id":123231988,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0392235,50.9388947],[4.0402579,50.9388947],[4.0402579,50.9410157],[4.0392235,50.9410157],[4.0392235,50.9388947]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:56:08Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"maxspeed":["30"],"cyclestreet":["yes"],"overtaking:motor_vehicle":["no"]},"create":0,"modify":2,"delete":0,"area":0.00000219396240000255,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":2,"locale":"en","imagery":"osm","change_over_5000m":2,"id":123231988}},{"id":123231506,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7038139,50.1320316],[8.7041384,50.1320316],[8.7041384,50.1323639],[8.7038139,50.1323639],[8.7038139,50.1320316]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:46:24Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/DrTh8DJ.jpg"],"colour":["brown"],"amenity":["bench"]},"create":3,"modify":7,"delete":0,"area":1.07831350001082e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":15,"locale":"de","imagery":"Hessen-DOP20","add-image":3,"change_over_5000m":3,"change_within_25m":14,"change_within_50m":4,"id":123231506}},{"id":123231379,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:43:32Z","reviewed_features":[],"tag_changes":{"name":["Beroea","De Krebbe"],"amenity":["restaurant"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":1,"locale":"nl","imagery":"osm","change_within_500m":1,"id":123231379}},{"id":123231330,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3959752,52.5418311],[13.4466715,52.5418311],[13.4466715,52.5689948],[13.3959752,52.5689948],[13.3959752,52.5418311]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T11:42:33Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":0,"modify":2,"delete":0,"area":0.00137709908430978,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","move":2,"theme":"drinking_water","locale":"en","imagery":"CartoDB.Voyager","move:node/9860430193":"improve_accuracy","move:node/9860528200":"improve_accuracy","id":123231330}},{"id":123230722,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7055608,50.1317386],[8.7064419,50.1317386],[8.7064419,50.1337682],[8.7055608,50.1337682],[8.7055608,50.1317386]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T11:29:00Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"cycleway":["no"]},"create":0,"modify":1,"delete":0,"area":0.0000017882805599983,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"de","imagery":"CartoDB.Voyager","id":123230722}},{"id":123230411,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7030709,50.132051],[8.7061896,50.132051],[8.7061896,50.1335575],[8.7030709,50.1335575],[8.7030709,50.132051]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:21:40Z","reviewed_features":[],"tag_changes":{"amenity":["bench","waste_basket","waste_disposal"]},"create":8,"modify":9,"delete":0,"area":0.00000469832155001535,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":9,"locale":"de","imagery":"Hessen-DOP20","add-image":7,"change_over_5000m":8,"change_within_25m":4,"change_within_50m":6,"change_within_100m":4,"change_within_500m":2,"id":123230411}},{"id":123230214,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.703948,50.1323639],[8.7061686,50.1323639],[8.7061686,50.1335425],[8.703948,50.1335425],[8.703948,50.1323639]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T11:16:52Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/MDIq6Ww.jpg","https://i.imgur.com/sm58d0r.jpg"],"amenity":["bench"],"highway":["bus_stop"],"public_transport":["platform"]},"create":2,"modify":8,"delete":0,"area":0.00000261719915998993,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":11,"locale":"de","imagery":"Hessen-DOP20","add-image":3,"change_over_5000m":2,"change_within_25m":3,"change_within_50m":11,"id":123230214}},{"id":123229704,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7039165,50.1301284],[8.70449,50.1301284],[8.70449,50.1302513],[8.7039165,50.1302513],[8.7039165,50.1301284]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #sport_pitches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T11:04:56Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/xwreHkX.jpg","https://i.imgur.com/gLcOqtE.jpg"],"sport":["table_tennis","boules"],"access":["public"],"leisure":["pitch"],"surface":["concrete","fine_gravel"]},"create":0,"modify":5,"delete":0,"area":7.04831500005038e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/sport_pitches.html","theme":"sport_pitches","answer":4,"locale":"de","imagery":"osm","add-image":2,"id":123229704}},{"id":123229452,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7036824,50.129966],[8.7040365,50.129966],[8.7040365,50.1303084],[8.7036824,50.1303084],[8.7036824,50.129966]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:58:35Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":6,"modify":9,"delete":0,"area":1.21243839998138e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":23,"locale":"de","imagery":"osm","add-image":6,"id":123229452}},{"id":123229305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7069198,50.134164],[8.7103853,50.134164],[8.7103853,50.1346179],[8.7069198,50.1346179],[8.7069198,50.134164]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T10:55:19Z","reviewed_features":[],"tag_changes":{"amenity":["parking"]},"create":6,"modify":9,"delete":1,"area":0.00000157299045001308,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","move":1,"theme":"parkings","answer":1,"locale":"de","imagery":"osm","deletion":1,"add-image":7,"change_over_5000m":6,"change_within_25m":10,"move:node/9867967548":"improve_accuracy","deletion:node/9867967548":"testing point","id":123229305}},{"id":123229163,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7055278,50.1307477],[8.7055278,50.1307477],[8.7055278,50.1307477],[8.7055278,50.1307477],[8.7055278,50.1307477]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #ghostbikes","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:51:33Z","reviewed_features":[],"tag_changes":{"historic":["memorial"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"ghostbikes","locale":"de","imagery":"osm","add-image":1,"id":123229163}},{"id":123228977,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.8115085,12.2813543],[88.35084,12.2813543],[88.35084,28.6337254],[72.8115085,28.6337254],[72.8115085,12.2813543]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:46:35Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":87,"delete":0,"area":254.10491533392,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":162,"locale":"en","imagery":"osm","id":123228977}},{"id":123228917,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3178672,50.8563182],[4.3178672,50.8563182],[4.3178672,50.8563182],[4.3178672,50.8563182],[4.3178672,50.8563182]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T10:44:52Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/G8wQzFL.jpg"],"level":["0"],"access":["yes"],"indoor":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/aed.html","theme":"aed","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_within_25m":4,"id":123228917}},{"id":123228876,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7030246,50.1303316],[8.7058175,50.1303316],[8.7058175,50.1313426],[8.7030246,50.1313426],[8.7030246,50.1303316]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:43:51Z","reviewed_features":[],"tag_changes":{"amenity":["parking","waste_basket"]},"create":6,"modify":7,"delete":0,"area":0.00000282362190001446,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":6,"locale":"de","imagery":"osm","add-image":6,"id":123228876}},{"id":123228569,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7066677,50.1339791],[8.7091702,50.1339791],[8.7091702,50.1346635],[8.7066677,50.1346635],[8.7066677,50.1339791]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T10:35:43Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/T8K3Rcm.jpg"],"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:colour":["orange"]},"create":3,"modify":13,"delete":0,"area":0.00000171271100001111,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","move":8,"theme":"street_lighting","answer":17,"locale":"de","imagery":"osm","add-image":4,"change_over_5000m":3,"change_within_25m":29,"move:node/9867887568":"improve_accuracy","move:node/9867916999":"improve_accuracy","move:node/9867935056":"improve_accuracy","move:node/9867936338":"improve_accuracy","id":123228569}},{"id":123228456,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7052006,50.1299207],[8.7059891,50.1299207],[8.7059891,50.1319977],[8.7052006,50.1319977],[8.7052006,50.1299207]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #parkings","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:33:03Z","reviewed_features":[],"tag_changes":{"width":["3.7"],"amenity":["parking"],"highway":["living_street"],"source:width":["ARCore"]},"create":6,"modify":6,"delete":0,"area":0.000001637714500001,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/parkings.html","theme":"parkings","locale":"de","imagery":"osm","add-image":6,"id":123228456}},{"id":123228072,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7056351,50.1320166],[8.7056536,50.1320166],[8.7056536,50.1325681],[8.7056351,50.1325681],[8.7056351,50.1320166]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:24:49Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":6,"modify":11,"delete":0,"area":1.02027499997165e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":6,"locale":"de","imagery":"osm","add-image":6,"id":123228072}},{"id":123227716,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7067086,50.1339791],[8.7076963,50.1339791],[8.7076963,50.1344142],[8.7067086,50.1344142],[8.7067086,50.1339791]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T10:17:00Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":3,"modify":11,"delete":0,"area":4.29748270004011e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","move":1,"theme":"street_lighting","answer":14,"locale":"de","imagery":"osm","add-image":2,"change_over_5000m":3,"change_within_25m":17,"move:node/9867916999":"improve_accuracy","id":123227716}},{"id":123227355,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.705501,50.13202],[8.7062252,50.13202],[8.7062252,50.1337153],[8.705501,50.1337153],[8.705501,50.13202]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T10:08:46Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":7,"modify":14,"delete":0,"area":0.00000122773626000195,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":15,"locale":"de","imagery":"osm","add-image":6,"id":123227355}},{"id":123227004,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.70729,50.1342826],[8.70729,50.1342826],[8.70729,50.1342826],[8.70729,50.1342826],[8.70729,50.1342826]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe_23","uid":"16454314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T10:01:04Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","locale":"de","imagery":"Hessen-DOP20","deletion":1,"change_over_5000m":1,"change_within_25m":1,"deletion:node/9867859922":"not found","id":123227004}},{"id":123226529,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1224413,52.0718285],[5.1224413,52.0718285],[5.1224413,52.0718285],[5.1224413,52.0718285],[5.1224413,52.0718285]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T09:51:20Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"],"nobrand":["yes"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","answer":1,"locale":"en","imagery":"osm","change_within_25m":1,"id":123226529}},{"id":123226513,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.8262855,51.2951115],[14.8268137,51.2951115],[14.8268137,51.296115],[14.8262855,51.296115],[14.8262855,51.2951115]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T09:51:02Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"maxspeed":["30"]},"create":0,"modify":1,"delete":0,"area":5.30048700003146e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":1,"locale":"de","imagery":"osm","id":123226513}},{"id":123226225,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.1224413,52.070124],[5.1268333,52.070124],[5.1268333,52.0718285],[5.1224413,52.0718285],[5.1224413,52.070124]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Koen Rijnsent","uid":"4569696","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #bookcases","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T09:44:53Z","reviewed_features":[],"tag_changes":{"amenity":["public_bookcase"]},"create":3,"modify":6,"delete":0,"area":0.00000748616400001101,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/bookcases.html","theme":"bookcases","answer":7,"locale":"en","imagery":"osm","add-image":3,"change_over_5000m":3,"change_within_25m":10,"id":123226225}},{"id":123225591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6718616,50.8108499],[5.6718616,50.8108499],[5.6718616,50.8108499],[5.6718616,50.8108499],[5.6718616,50.8108499]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hilde OSM","uid":"15275790","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T09:31:00Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_500m":1,"id":123225591}},{"id":123225522,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hilde OSM","uid":"15275790","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T09:29:25Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"changing_table":["no"],"toilets:position":["seated"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":2,"locale":"nl","imagery":"osm","change_within_500m":2,"id":123225522}},{"id":123225481,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967],[5.6705815,50.8098967]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hilde OSM","uid":"15275790","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T09:28:40Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"osm","add-image":1,"change_over_5000m":1,"change_within_500m":4,"id":123225481}},{"id":123224074,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.7057745,50.133466],[8.7057906,50.133466],[8.7057906,50.1334797],[8.7057745,50.1334797],[8.7057745,50.133466]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Gruppe 24(2)","uid":"16454332","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T08:53:25Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"]},"create":2,"modify":0,"delete":2,"area":2.20570000058837e-10,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":3,"locale":"de","imagery":"osm","deletion":2,"deletion:node/9867677240":"testing point","deletion:node/9867741024":"testing point","id":123224074}},{"id":123224050,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.6689852,50.8083967],[5.6710444,50.8083967],[5.6710444,50.814668],[5.6689852,50.814668],[5.6689852,50.8083967]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Hilde OSM","uid":"15275790","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:52:46Z","reviewed_features":[],"tag_changes":{"amenity":["bench"]},"create":2,"modify":7,"delete":0,"area":0.0000129138609599925,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":15,"import":1,"locale":"nl","imagery":"osm","add-image":3,"change_over_5000m":3,"change_within_25m":13,"change_within_500m":5,"import:node/9867768579":"source: https://osm.org/note/3044346","id":123224050}},{"id":123223362,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0215466,51.1664196],[5.0238246,51.1664196],[5.0238246,51.1678587],[5.0215466,51.1678587],[5.0215466,51.1664196]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:35:32Z","reviewed_features":[],"tag_changes":{"building":["garage","house","yes"],"addr:street":["Kievermont"],"addr:housenumber":["32"],"source:geometry:ref":["Gbg/6642543","Gbg/1698590","Gbg/6154667","Gbg/5127494","Gbg/1698459","Gbg/1698387","Gbg/1698481","Gbg/1698558","Gbg/1698557","Gbg/1698480","Gbg/6966724","Gbg/1698479"],"source:geometry:date":["2019-07-09","2009-08-13","2017-11-20","2021-07-05","2016-07-28"]},"create":87,"modify":73,"delete":1,"area":0.00000327826979999817,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":60,"theme":"grb","answer":1,"import":12,"locale":"nl","imagery":"AGIV","conflation":24,"id":123223362}},{"id":123222892,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0236416,51.1665768],[5.0256533,51.1665768],[5.0256533,51.1684067],[5.0236416,51.1684067],[5.0236416,51.1665768]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:22:25Z","reviewed_features":[],"tag_changes":{"power":["substation"],"building":["roof","house","chapel","garage","yes","shed"],"historic":["chapel"],"man_made":["street_cabinet"],"start_date":["1877"],"source:geometry:ref":["Gbg/1698456","Gbg/1698435","Gbg/1698434","Gbg/1698455","Gbg/1698458","Gbg/1698397","Gbg/1698525","Gbg/1698457","Gbg/1698396","Gbg/1698484","Gbg/1698483","Gbg/6149179","Gbg/5127498","Gbg/1700120"],"not:addr:housenumber":["yes"],"source:geometry:date":["2009-08-13","2017-11-20","2019-07-09","2015-03-30"],"year_of_construction":["1877"]},"create":48,"modify":130,"delete":5,"area":0.00000368120982999357,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":114,"theme":"grb","answer":2,"import":6,"locale":"nl","imagery":"AGIV","conflation":28,"id":123222892}},{"id":123222850,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0245015,51.1677197],[5.025214,51.1677197],[5.025214,51.1679452],[5.0245015,51.1679452],[5.0245015,51.1677197]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:21:24Z","reviewed_features":[],"tag_changes":{"building":["yes","house","garage","roof"],"source:geometry:ref":["Gbg/1698436","Gbg/1698527","Gbg/1698526"],"source:geometry:date":["2009-08-13"]},"create":3,"modify":33,"delete":0,"area":1.60668749999286e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":30,"theme":"grb","import":1,"locale":"nl","imagery":"AGIV","conflation":6,"id":123222850}},{"id":123222833,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0250087,51.1676998],[5.0251577,51.1676998],[5.0251577,51.1677812],[5.0250087,51.1677812],[5.0250087,51.1676998]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:21:08Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1698528"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":6,"delete":0,"area":1.21285999999015e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":5,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123222833}},{"id":123222810,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0247498,51.1672195],[5.0260275,51.1672195],[5.0260275,51.167646],[5.0247498,51.167646],[5.0247498,51.1672195]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:20:17Z","reviewed_features":[],"tag_changes":{"building":["house","yes"],"source:geometry:ref":["Gbg/1698438","Gbg/1698529","Gbg/1698437","Gbg/6149138","Gbg/5127496"],"source:geometry:date":["2009-08-13","2017-11-20","2015-03-30"]},"create":4,"modify":50,"delete":2,"area":5.4493904999472e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":45,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":10,"id":123222810}},{"id":123222681,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0225921,51.1652099],[5.0253005,51.1652099],[5.0253005,51.1669946],[5.0225921,51.1669946],[5.0225921,51.1652099]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:16:24Z","reviewed_features":[],"tag_changes":{"building":["house","yes","roof"],"source:geometry:ref":["Gbg/1698405"],"source:geometry:date":["2015-03-30"]},"create":11,"modify":17,"delete":12,"area":0.00000483368148000543,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":16,"theme":"grb","import":2,"locale":"nl","imagery":"AGIV","conflation":2,"id":123222681}},{"id":123222572,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T08:12:27Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","theme":"grb","import":1,"locale":"nl","imagery":"AGIV","id":123222572}},{"id":123221859,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0221154,51.1647086],[5.0241583,51.1647086],[5.0241583,51.1665091],[5.0221154,51.1665091],[5.0221154,51.1647086]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:52:31Z","reviewed_features":[],"tag_changes":{"fixme":["huisnr?"],"leisure":["dance"],"building":["house","yes","garage","shed","roof"],"source:geometry:ref":["Gbg/1698401","Gbg/1698400","Gbg/1698394","Gbg/1698402","Gbg/5655296","Gbg/1698393","Gbg/1698392","Gbg/1698391","Gbg/5654297","Gbg/5127486","Gbg/1698474","Gbg/1698492","Gbg/1699059","Gbg/1699058","Gbg/5123368","Gbg/1698418","Gbg/1698403","Gbg/1698417","Gbg/1699144","Gbg/1699143","Gbg/1699060","Gbg/1699141","Gbg/6966734","Gbg/5740359"],"source:geometry:date":["2009-08-13","2016-07-28","2015-03-30","2019-07-09","2021-07-05","2016-11-21"]},"create":34,"modify":220,"delete":11,"area":0.00000367824145000369,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":194,"theme":"grb","answer":4,"import":6,"locale":"nl","imagery":"AGIV","conflation":48,"id":123221859}},{"id":123221849,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0218766,51.1656371],[5.0221,51.1656371],[5.0221,51.1659305],[5.0218766,51.1659305],[5.0218766,51.1656371]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:52:10Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/5127485"],"source:geometry:date":["2015-03-30"]},"create":6,"modify":5,"delete":0,"area":6.55455600009611e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","import":1,"locale":"nl","imagery":"AGIV","conflation":2,"id":123221849}},{"id":123220842,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0188176,51.164391],[5.0226137,51.164391],[5.0226137,51.1658648],[5.0188176,51.1658648],[5.0188176,51.164391]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:26:32Z","reviewed_features":[],"tag_changes":{"building":["house","yes","garage","shed","roof"],"source:geometry:ref":["Gbg/1698395","Gbg/1699139","Gbg/1700177","Gbg/1699054","Gbg/1699055","Gbg/1699012","Gbg/1699008","Gbg/1699006","Gbg/1699007","Gbg/1699011","Gbg/1699009","Gbg/1699010","Gbg/1700131","Gbg/1699138","Gbg/5127480","Gbg/5127481","Gbg/5654353","Gbg/6155294","Gbg/5655373","Gbg/6150403","Gbg/6150672","Gbg/1699104","Gbg/6150297","Gbg/1699099","Gbg/5127521","Gbg/1699105","Gbg/6154978","Gbg/1699103","Gbg/1699102"],"source:geometry:date":["2009-08-13","2017-11-20","2019-07-09","2021-07-05","2016-07-28","2015-03-30"]},"create":32,"modify":209,"delete":3,"area":0.0000055946921799974,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":178,"theme":"grb","answer":8,"import":2,"locale":"nl","imagery":"AGIV","conflation":58,"id":123220842}},{"id":123220828,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0187335,51.1645562],[5.0188046,51.1645562],[5.0188046,51.1645864],[5.0187335,51.1645864],[5.0187335,51.1645562]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:26:18Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1699107"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":5,"delete":0,"area":2.14721999984596e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123220828}},{"id":123220814,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0186149,51.1642765],[5.0188212,51.1642765],[5.0188212,51.1646017],[5.0186149,51.1646017],[5.0186149,51.1642765]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:25:52Z","reviewed_features":[],"tag_changes":{"building":["house","yes"],"source:geometry:ref":["Gbg/1699021","Gbg/1699108"],"source:geometry:date":["2017-11-20","2009-08-13"]},"create":0,"modify":18,"delete":0,"area":6.70887599995933e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":16,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":4,"id":123220814}},{"id":123220805,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0185051,51.1646894],[5.0185564,51.1646894],[5.0185564,51.1647941],[5.0185051,51.1647941],[5.0185051,51.1646894]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:25:41Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1699112"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":11,"delete":0,"area":5.37111000006939e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":10,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123220805}},{"id":123220789,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0182931,51.1646992],[5.0183424,51.1646992],[5.0183424,51.1648227],[5.0182931,51.1648227],[5.0182931,51.1646992]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:25:30Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1699111"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":5,"delete":0,"area":6.08855000000354e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123220789}},{"id":123220780,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0183095,51.1646633],[5.0184001,51.1646633],[5.0184001,51.1646945],[5.0183095,51.1646945],[5.0183095,51.1646633]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:25:22Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1699110"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":5,"delete":0,"area":2.8267200002036e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123220780}},{"id":123220143,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0146364,51.1638991],[5.0185699,51.1638991],[5.0185699,51.1649936],[5.0146364,51.1649936],[5.0146364,51.1638991]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:10:35Z","reviewed_features":[],"tag_changes":{"route":["foot"],"barrier":["wall"],"building":["house","yes","garage","shed","roof"],"addr:housenumber":["16;16A","16,16A"],"source:geometry:ref":["Gbg/1699018","Gbg/1699015","Gbg/1699020","Gbg/1699016","Gbg/1699019","Gbg/1699014","Gbg/6966311","Gbg/1699109","Gbg/1699013","Gbg/1699033","Gbg/1699017","Gbg/1699113","Gbg/1699117","Gbg/5127520","Gbg/5127522","Gbg/1699114","Gbg/1699116","Gbg/1700023","Gbg/1700024","Gbg/5740476","Gbg/1699115"],"source:geometry:date":["2009-08-13","2016-07-28","2021-07-05","2015-03-30","2017-11-20"]},"create":74,"modify":150,"delete":0,"area":0.00000430521575000314,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":128,"theme":"grb","answer":3,"import":10,"locale":"nl","imagery":"AGIV","conflation":42,"id":123220143}},{"id":123219853,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.3761769,48.5554512],[9.3761769,48.5554512],[9.3761769,48.5554512],[9.3761769,48.5554512],[9.3761769,48.5554512]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"5R-MFT","uid":"3417876","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-05T07:04:15Z","reviewed_features":[],"tag_changes":{"fee":["no"],"image":["https://i.imgur.com/bRwwEGY.jpg"],"amenity":["toilets"],"toilets:position":["seated;urinal"],"toilets:paper_supplied":["yes"]},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"de","imagery":"osm","add-image":1,"id":123219853}},{"id":123215119,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.840554,12.9505818],[88.3698382,12.9505818],[88.3698382,30.9007274],[72.840554,30.9007274],[72.840554,12.9505818]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-05T04:36:08Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":37,"delete":0,"area":278.75291245378,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":45,"locale":"en","imagery":"osm","id":123215119}},{"id":123295811,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.0880203,38.8461799],[0.0933637,38.8461799],[0.0933637,38.8486852],[0.0880203,38.8486852],[0.0880203,38.8461799]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"paunofu","uid":"13779940","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T23:07:25Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["waste_disposal","recycling"]},"create":0,"modify":3,"delete":0,"area":0.0000133868200199771,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":2,"locale":"ca","imagery":"osm","add-image":2,"id":123295811}},{"id":123290413,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.2512524,52.3771451],[-1.2507886,52.3771451],[-1.2507886,52.3779357],[-1.2512524,52.3779357],[-1.2512524,52.3771451]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"gnesss","uid":"6274199","editor":"MapComplete 0.21.0","comment":"Adding data with #MapComplete for theme #uk_addresses","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T19:25:57Z","reviewed_features":[],"tag_changes":{},"create":16,"modify":17,"delete":0,"area":3.66680280001014e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/uk_addresses.html","theme":"uk_addresses","answer":31,"import":16,"locale":"en","imagery":"osm","id":123290413}},{"id":123288305,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.8911026,51.9280268],[13.8958636,51.9280268],[13.8958636,51.9345923],[13.8911026,51.9345923],[13.8911026,51.9280268]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Thommi_07","uid":"16458584","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T18:14:32Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":0,"delete":0,"area":0.0000312583455000047,"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","id":123288305}},{"id":123285972,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3293549,50.8624083],[4.3377931,50.8624083],[4.3377931,50.8779243],[4.3293549,50.8779243],[4.3293549,50.8624083]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #artwork","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T16:58:54Z","reviewed_features":[],"tag_changes":{"tourism":["artwork"]},"create":2,"modify":2,"delete":0,"area":0.000130927111199978,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/artwork.html","theme":"artwork","answer":1,"locale":"en","imagery":"osm","add-image":2,"change_over_5000m":2,"change_within_25m":3,"id":123285972}},{"id":123285203,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.5322197,11.0129631],[88.4028645,11.0129631],[88.4028645,30.3402864],[72.5322197,30.3402864],[72.5322197,11.0129631]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T16:34:16Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":277,"delete":0,"area":306.737083029064,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":386,"locale":"en","imagery":"osm","id":123285203}},{"id":123284110,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3248045,50.8530122],[4.3248059,50.8530122],[4.3248059,50.8530731],[4.3248045,50.8530731],[4.3248045,50.8530122]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T15:59:22Z","reviewed_features":[],"tag_changes":{"shop":["copyshop","convenience"],"image":["https://i.imgur.com/Z5WsyUy.jpg"]},"create":1,"modify":4,"delete":0,"area":8.52600000243323e-11,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","answer":10,"locale":"en","imagery":"osm","add-image":2,"change_over_5000m":1,"change_within_25m":12,"id":123284110}},{"id":123282216,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2497048,52.7628106],[13.2583173,52.7628106],[13.2583173,52.7652759],[13.2497048,52.7652759],[13.2497048,52.7628106]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T15:06:36Z","reviewed_features":[],"tag_changes":{},"create":9,"modify":8,"delete":0,"area":0.0000212323962499759,"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","id":123282216}},{"id":123282048,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057],[4.316601,50.8537057]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T15:02:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","locale":"en","imagery":"osm","special-delete":1,"id":123282048}},{"id":123281287,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.5830426,55.7072202],[12.5830426,55.7072202],[12.5830426,55.7072202],[12.5830426,55.7072202],[12.5830426,55.7072202]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Niels Elgaard Larsen","uid":"1288","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #pets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T14:42:43Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/pets.html","theme":"pets","locale":"en","imagery":"osm","add-image":1,"change_within_25m":1,"id":123281287}},{"id":123281172,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[21.1372986,56.2122503],[21.1372986,56.2122503],[21.1372986,56.2122503],[21.1372986,56.2122503],[21.1372986,56.2122503]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"arturslunevs","uid":"10481190","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T14:39:19Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"en","imagery":"LV_ORTOFOTO_C6","change_over_5000m":1,"id":123281172}},{"id":123274521,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5149036,51.1496064],[4.5243747,51.1496064],[4.5243747,51.1602366],[4.5149036,51.1602366],[4.5149036,51.1496064]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T11:52:05Z","reviewed_features":[],"tag_changes":{"highway":["residential","unclassified"],"maxspeed":["30","50"],"cyclestreet":["yes"],"overtaking:motor_vehicle":["no"]},"create":0,"modify":5,"delete":0,"area":0.000100679687219944,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":5,"locale":"nl","imagery":"osm","id":123274521}},{"id":123272200,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4466715,52.5418311],[13.4466715,52.5418311],[13.4466715,52.5418311],[13.4466715,52.5418311],[13.4466715,52.5418311]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Annika_atip:tap","uid":"15923056","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T10:50:29Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":0,"modify":0,"delete":1,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","locale":"en","imagery":"CartoDB.Voyager","deletion":1,"deletion:node/9860430193":"duplicate","id":123272200}},{"id":123270189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.5482168,55.6466373],[12.5484702,55.6466373],[12.5484702,55.6467801],[12.5482168,55.6467801],[12.5482168,55.6466373]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Niels Elgaard Larsen","uid":"1288","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #pets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T09:57:24Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":2,"delete":0,"area":3.61855199997564e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/pets.html","theme":"pets","answer":2,"locale":"en","imagery":"osm","add-image":1,"id":123270189}},{"id":123269792,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4760549,51.0309255],[4.4760549,51.0309255],[4.4760549,51.0309255],[4.4760549,51.0309255],[4.4760549,51.0309255]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Dimitri Van Baelen","uid":"4885015","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T09:49:05Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":2,"locale":"nl","imagery":"CartoDB.Voyager","id":123269792}},{"id":123269175,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2212722,51.2177581],[3.2212722,51.2177581],[3.2212722,51.2177581],[3.2212722,51.2177581],[3.2212722,51.2177581]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #doctors","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T09:36:52Z","reviewed_features":[],"tag_changes":{"amenity":["doctors"],"healthcare:speciality":["general"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://1234-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu51.gitpod.io/theme.html","theme":"doctors","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":123269175}},{"id":123263942,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2434957,52.7322489],[13.248611,52.7322489],[13.248611,52.7563975],[13.2434957,52.7563975],[13.2434957,52.7322489]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T07:32:50Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":1,"delete":0,"area":0.000123527333579981,"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","id":123263942}},{"id":123261767,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9771554,51.0334128],[4.9779886,51.0334128],[4.9779886,51.0341496],[4.9771554,51.0341496],[4.9771554,51.0334128]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T06:35:13Z","reviewed_features":[],"tag_changes":{"barrier":["city_wall"],"building":["yes","house"],"source:geometry:ref":["Gbg/2442513","Gbg/6121864"],"source:geometry:date":["2016-04-04","2017-11-13"]},"create":0,"modify":14,"delete":0,"area":6.13901759998603e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":12,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":4,"id":123261767}},{"id":123261274,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9748402,51.0322287],[4.9798515,51.0322287],[4.9798515,51.0361699],[4.9748402,51.0361699],[4.9748402,51.0322287]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-06T06:21:16Z","reviewed_features":[],"tag_changes":{"barrier":["wall","city_wall","castle_wall"],"highway":["service","footway"],"building":["yes","house","barn"],"addr:street":["Herseltsebaan","Abdijstraat"],"addr:housenumber":["2","1"],"source:geometry:ref":["Gbg/6121800","Gbg/6121808","Gbg/2442510","Gbg/6119034","Gbg/6119023","Gbg/6119033","Gbg/5027040","Gbg/5028087","Gbg/6121802"],"source:geometry:date":["2018-03-15","2017-11-13","2015-02-05","2019-05-09"]},"create":36,"modify":90,"delete":2,"area":0.0000197505355599978,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":78,"theme":"grb","answer":7,"import":7,"locale":"nl","imagery":"AGIV","conflation":18,"id":123261274}},{"id":123256718,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[69.6229917,9.9000768],[90.5233221,9.9000768],[90.5233221,32.5389552],[69.6229917,32.5389552],[69.6229917,9.9000768]]]},"properties":{"check_user":null,"reasons":[{"id":489,"name":"Mapbox: Spam text"},{"id":531,"name":"Mapbox: Overlapping features"}],"tags":[],"features":[{"url":"way-828016797","note":"Spam text reported in [\"name\",\"name:etymology:wikidata\"] tags in the feature","osm_id":828016797,"reasons":[489,531],"version":2}],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-06T03:42:06Z","reviewed_features":[],"tag_changes":{"amenity":["college"],"highway":["primary"],"leisure":["park"],"name:etymology:wikidata":["Q1047","Q3633365"]},"create":0,"modify":102,"delete":0,"area":473.160038445423,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":112,"locale":"en","imagery":"osm","id":123256718}},{"id":123337320,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9947496,51.1510846],[5.0276409,51.1510846],[5.0276409,51.1804305],[4.9947496,51.1804305],[4.9947496,51.1510846]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T21:47:10Z","reviewed_features":[],"tag_changes":{"amenity":["parking"],"highway":["unclassified"],"building":["yes","industrial","house","apartments","parking","garage","roof"],"addr:housenumber":["23;25;27;29;31;33;35;37;39","23-39","26;28","26"],"source:geometry:ref":["Gbg/6154433","Gbg/1698211","Gbg/6149736","Gbg/1712424","Gbg/1712425","Gbg/6154785","Gbg/1698252","Gbg/5122835","Gbg/1705980","Gbg/1705940","Gbg/1712449","Gbg/5740440","Gbg/1705939","Gbg/1713430","Gbg/6149685","Gbg/6154408","Gbg/6153183","Gbg/1698244","Gbg/5126715"],"source:geometry:date":["2017-11-20","2009-08-13","2019-07-09","2009-09-21","2009-11-17"]},"create":62,"modify":191,"delete":4,"area":0.000965224800670094,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":170,"theme":"grb","answer":3,"import":7,"locale":"nl","imagery":"AGIV","conflation":40,"id":123337320}},{"id":123337192,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0125184,51.176518],[5.0167921,51.176518],[5.0167921,51.1778272],[5.0125184,51.1778272],[5.0125184,51.176518]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T21:41:47Z","reviewed_features":[],"tag_changes":{"building":["house","yes","shed","garage","roof"],"source:geometry:ref":["Gbg/1697911","Gbg/1697909","Gbg/5122710","Gbg/1711147","Gbg/1711145","Gbg/1697898","Gbg/1711144","Gbg/1697910","Gbg/1711146","Gbg/6928661","Gbg/1697918","Gbg/1697917","Gbg/5740405","Gbg/5123139","Gbg/1711189","Gbg/1711190","Gbg/1711191","Gbg/6151250","Gba/405210","Gba/405209"],"source:geometry:date":["2009-08-13","2015-03-30","2009-11-17","2020-03-10","2017-11-20","2019-07-09"]},"create":26,"modify":173,"delete":6,"area":0.00000559512804000584,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":153,"theme":"grb","import":4,"locale":"nl","imagery":"AGIV","conflation":40,"id":123337192}},{"id":123337147,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0117234,51.1748626],[5.0136132,51.1748626],[5.0136132,51.176553],[5.0117234,51.176553],[5.0117234,51.1748626]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T21:39:39Z","reviewed_features":[],"tag_changes":{"building":["house","farm","shed","dh","yes","roof"],"source:geometry:ref":["Gbg/6154725","Gbg/5654235","Gbg/1697902","Gbg/1697901","Gbg/6966709","Gbg/1697946","Gbg/1697945","Gbg/6153744","Gbg/5127591","Gbg/5127579","Gbg/5654236"],"source:geometry:date":["2017-11-20","2009-08-13","2021-07-05","2016-07-28","2015-11-26","2015-03-30"]},"create":25,"modify":77,"delete":0,"area":0.00000319451792000178,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":67,"theme":"grb","answer":1,"import":3,"locale":"nl","imagery":"AGIV","conflation":22,"id":123337147}},{"id":123334133,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.1284165,51.6510207],[39.1289124,51.6510207],[39.1289124,51.6514202],[39.1284165,51.6514202],[39.1284165,51.6510207]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"SoNick_RND","uid":"34198","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T19:48:40Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"camera:mount":["wall"],"surveillance":["public"],"camera:direction":["1","0"],"surveillance:type":["camera"],"surveillance:zone":["entrance","Park alley and intersection"]},"create":1,"modify":2,"delete":0,"area":1.98112049999008e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":4,"locale":"en","imagery":"osm","id":123334133}},{"id":123334053,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.1284165,51.6509597],[39.1295639,51.6509597],[39.1295639,51.6514202],[39.1284165,51.6514202],[39.1284165,51.6509597]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"SoNick_RND","uid":"34198","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T19:46:15Z","reviewed_features":[],"tag_changes":{"man_made":["surveillance"],"surveillance:zone":["entrance"]},"create":1,"modify":2,"delete":0,"area":5.28377699995192e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":3,"locale":"en","imagery":"osm","id":123334053}},{"id":123333755,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.1284511,51.65083],[39.1297639,51.65083],[39.1297639,51.6510628],[39.1284511,51.6510628],[39.1284511,51.65083]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"SoNick_RND","uid":"34198","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #surveillance","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T19:37:56Z","reviewed_features":[],"tag_changes":{"building":["apartments"],"man_made":["surveillance"],"operator":["citykrepost.ru/cabinet/videos/738","citykrepost.ru"],"camera:type":["fixed"],"camera:mount":["wall"],"surveillance":["public"],"camera:direction":["13","354"],"surveillance:type":["camera"],"surveillance:zone":["parking"]},"create":6,"modify":14,"delete":0,"area":3.05619839999085e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/surveillance","theme":"surveillance","answer":16,"locale":"en","imagery":"osm","id":123333755}},{"id":123333237,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.1169665,49.8907419],[7.1176173,49.8907419],[7.1176173,49.8910808],[7.1169665,49.8910808],[7.1169665,49.8907419]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"s6mables","uid":"8409097","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T19:21:34Z","reviewed_features":[],"tag_changes":{"leisure":["playground"],"surface":["grass"],"operator":["Gemeinde Longkamp"]},"create":0,"modify":1,"delete":0,"area":2.20556119997076e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":2,"locale":"en","imagery":"osm","id":123333237}},{"id":123330501,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3526848,50.856259],[4.3527849,50.856259],[4.3527849,50.856309],[4.3526848,50.856309],[4.3526848,50.856259]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T17:53:03Z","reviewed_features":[],"tag_changes":{"amenity":["fast_food"],"building":["yes"],"payment:cash":["yes"],"payment:cards":["yes"]},"create":0,"modify":1,"delete":0,"area":5.00500000016852e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/fritures.html","theme":"fritures","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":123330501}},{"id":123328508,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3526848,50.856259],[4.3527849,50.856259],[4.3527849,50.856309],[4.3526848,50.856309],[4.3526848,50.856259]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #fritures","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T16:46:03Z","reviewed_features":[],"tag_changes":{"amenity":["fast_food"],"building":["yes"],"takeaway":["yes"],"service:electricity":["no"]},"create":0,"modify":1,"delete":0,"area":5.00500000016852e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/fritures.html","theme":"fritures","answer":2,"locale":"nl","imagery":"osm","change_within_25m":2,"id":123328508}},{"id":123327996,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3523693,50.8564732],[4.3523693,50.8564732],[4.3523693,50.8564732],[4.3523693,50.8564732],[4.3523693,50.8564732]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cafes_and_pubs","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T16:34:35Z","reviewed_features":[],"tag_changes":{"amenity":["pub"],"payment:cash":["yes"],"payment:cards":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/cafes_and_pubs.html","theme":"cafes_and_pubs","answer":1,"locale":"nl","imagery":"osm","change_within_25m":1,"id":123327996}},{"id":123326665,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3521239,50.8564083],[4.3525245,50.8564083],[4.3525245,50.8566265],[4.3521239,50.8566265],[4.3521239,50.8564083]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:57:18Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":2,"modify":1,"delete":0,"area":8.74109199997864e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/entrances.html","theme":"entrances","locale":"nl","imagery":"osm","change_within_25m":2,"id":123326665}},{"id":123326096,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3529386,50.8564443],[4.3529386,50.8564443],[4.3529386,50.8564443],[4.3529386,50.8564443],[4.3529386,50.8564443]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:44:12Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"],"opening_hours":["24/7"],"changing_table":["no"],"toilets:handwashing":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/toilets.html","theme":"toilets","answer":3,"locale":"nl","imagery":"osm","change_within_50m":3,"id":123326096}},{"id":123324547,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5388796,53.2273896],[6.5390915,53.2273896],[6.5390915,53.2277902],[6.5388796,53.2277902],[6.5388796,53.2273896]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:03:37Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":1,"modify":3,"delete":0,"area":8.48871399997997e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","move":2,"theme":"trees","answer":1,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_over_5000m":1,"change_within_25m":3,"move:node/9872586614":"improve_accuracy","move:node/9872586615":"improve_accuracy","id":123324547}},{"id":123324541,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:03:29Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":1,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_within_25m":1,"id":123324541}},{"id":123324537,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5390137,53.2272847],[6.5391156,53.2272847],[6.5391156,53.2275302],[6.5390137,53.2275302],[6.5390137,53.2272847]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:03:25Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":0,"delete":0,"area":2.50164499997739e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":6,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_over_5000m":3,"change_within_25m":6,"id":123324537}},{"id":123324460,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5450419,53.2255425],[6.5450419,53.2255425],[6.5450419,53.2255425],[6.5450419,53.2255425],[6.5450419,53.2255425]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T15:01:02Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":2,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_25m":2,"id":123324460}},{"id":123324045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.5495521,53.2158083],[6.5577707,53.2158083],[6.5577707,53.2171268],[6.5495521,53.2171268],[6.5495521,53.2158083]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T14:52:03Z","reviewed_features":[],"tag_changes":{"natural":["tree"],"leaf_type":["broadleaved"]},"create":12,"modify":25,"delete":0,"area":0.0000108362241000294,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":37,"locale":"en","imagery":"Actueel_orthoHR_WMTS","change_over_5000m":12,"change_within_25m":28,"change_within_50m":9,"id":123324045}},{"id":123320682,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.7339741,-34.6636471],[-58.6088674,-34.6636471],[-58.6088674,-34.6465004],[-58.7339741,-34.6465004],[-58.7339741,-34.6636471]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"AgusQui","uid":"331218","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T13:24:38Z","reviewed_features":[],"tag_changes":{"ref":["HD 49","RO 55"],"railway":["signal"],"railway:signal:shunting:ref":["CL 43"]},"create":0,"modify":3,"delete":0,"area":0.00214516705288967,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals","answer":3,"locale":"es","imagery":"osm","change_within_25m":1,"change_within_100m":1,"change_within_500m":1,"id":123320682}},{"id":123311529,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.946606,50.4069365],[2.9647719,50.4069365],[2.9647719,50.4244826],[2.946606,50.4244826],[2.946606,50.4069365]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"whatismoss","uid":"8427311","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T10:09:14Z","reviewed_features":[],"tag_changes":{"highway":["secondary","footway","service","pedestrian"],"leisure":["sports_centre"],"boundary":["political"],"name:etymology:wikidata":["Q841275","Q110420244","Q12688","Q2038"]},"create":0,"modify":10,"delete":0,"area":0.000318740697989947,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":14,"locale":"en","imagery":"osm","id":123311529}},{"id":123311469,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3551079,50.8601402],[4.3551079,50.8601402],[4.3551079,50.8601402],[4.3551079,50.8601402],[4.3551079,50.8601402]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Robin van der Linde","uid":"5093765","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T10:07:41Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","locale":"nl","imagery":"osm","change_over_5000m":1,"id":123311469}},{"id":123311316,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3533586,50.8600278],[4.3552221,50.8600278],[4.3552221,50.8606172],[4.3533586,50.8606172],[4.3533586,50.8600278]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T10:03:58Z","reviewed_features":[],"tag_changes":{"building":["apartments"]},"create":2,"modify":1,"delete":0,"area":0.00000109834690000477,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/entrances.html","theme":"entrances","answer":1,"locale":"en","imagery":"osm","change_within_25m":3,"id":123311316}},{"id":123310431,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.4810843,52.4992968],[13.4810843,52.4992968],[13.4810843,52.4992968],[13.4810843,52.4992968],[13.4810843,52.4992968]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"maxwesemeyer","uid":"10773506","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T09:46:50Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"pump:status":["broken"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":1,"locale":"de","imagery":"CartoDB.Voyager","id":123310431}},{"id":123309962,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2647312,53.2099964],[6.2738813,53.2099964],[6.2738813,53.2131622],[6.2647312,53.2131622],[6.2647312,53.2099964]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:35:16Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["street_lamp","footway"],"light:lit":["dusk-dawn"],"light:count":["1"],"light:direction":["171"]},"create":1,"modify":5,"delete":0,"area":0.0000289673865799815,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":9,"locale":"en","imagery":"Actueel_orthoHR_WMTS","id":123309962}},{"id":123309940,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:34:53Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"en","imagery":"Actueel_orthoHR_WMTS","id":123309940}},{"id":123309936,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2738183,53.2128636],[6.2738183,53.2128636],[6.2738183,53.2128636],[6.2738183,53.2128636],[6.2738183,53.2128636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:34:46Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:method":["LED"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":1,"locale":"en","imagery":"Actueel_orthoHR_WMTS","id":123309936}},{"id":123309918,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.273766,53.2128636],[6.2738183,53.2128636],[6.2738183,53.2130117],[6.273766,53.2130117],[6.273766,53.2128636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:34:18Z","reviewed_features":[],"tag_changes":{"highway":["street_lamp"],"light:lit":["dusk-dawn"],"light:count":["2"]},"create":1,"modify":2,"delete":0,"area":7.74563000023122e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":3,"locale":"en","imagery":"Actueel_orthoHR_WMTS","id":123309918}},{"id":123309879,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.267885,53.2075984],[6.273766,53.2075984],[6.273766,53.2130117],[6.267885,53.2130117],[6.267885,53.2075984]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:33:21Z","reviewed_features":[],"tag_changes":{"lit":["yes","no"],"highway":["footway"]},"create":1,"modify":3,"delete":0,"area":0.0000318356173000068,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":4,"locale":"en","imagery":"Actueel_orthoHR_WMTS","id":123309879}},{"id":123308447,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0156811,51.177241],[5.0163438,51.177241],[5.0163438,51.1777282],[5.0156811,51.1777282],[5.0156811,51.177241]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:05:39Z","reviewed_features":[],"tag_changes":{"building":["house","yes","roof"],"source:geometry:ref":["Gbg/5740597","Gbg/6149881"],"source:geometry:date":["2016-11-21","2021-07-05"]},"create":7,"modify":23,"delete":3,"area":3.22867439996367e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":21,"theme":"grb","import":1,"locale":"nl","imagery":"AGIV","conflation":4,"id":123308447}},{"id":123308401,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.2739283,53.2126507],[6.2740852,53.2126507],[6.2740852,53.2130487],[6.2739283,53.2130487],[6.2739283,53.2126507]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T09:04:45Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket","recycling"]},"create":3,"modify":6,"delete":0,"area":6.24462000007847e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":8,"locale":"en","imagery":"Actueel_orthoHR_WMTS","add-image":3,"id":123308401}},{"id":123307620,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0167894,51.1746264],[5.0317155,51.1746264],[5.0317155,51.1791693],[5.0167894,51.1791693],[5.0167894,51.1746264]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:47:15Z","reviewed_features":[],"tag_changes":{"building":["house","yes","farm","hangar","detached","shed","garage","roof"],"source:geometry:ref":["Gbg/1698199","Gbg/1698201","Gbg/1698260","Gbg/1700164","Gbg/1698202","Gbg/1700163","Gbg/1698198","Gbg/1698200","Gbg/1698203","Gbg/1698204","Gbg/1698197","Gbg/1698209","Gbg/1698210","Gbg/1698218","Gbg/1698191","Gbg/1698192","Gbg/1700182","Gbg/1698245","Gbg/1711202","Gbg/1698206","Gbg/1698205","Gbg/1698207","Gbg/4447658","Gbg/1698228","Gbg/1698236","Gbg/6149514","Gbg/6642544","Gbg/1698256","Gbg/1698229","Gbg/6966482","Gbg/1698186","Gbg/1698235","Gbg/1698233","Gbg/5127602","Gbg/1698219"],"source:geometry:date":["2009-08-13","2017-11-20","2019-07-09","2009-11-17","2016-07-28","2021-07-05","2015-03-30"]},"create":113,"modify":239,"delete":3,"area":0.0000678077796899527,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":204,"theme":"grb","answer":2,"import":9,"locale":"nl","imagery":"AGIV","conflation":70,"id":123307620}},{"id":123307609,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0302045,51.1742431],[5.0302832,51.1742431],[5.0302832,51.1742664],[5.0302045,51.1742664],[5.0302045,51.1742431]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:47:00Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/1698184"],"source:geometry:date":["2009-08-13"]},"create":0,"modify":5,"delete":0,"area":1.83371000018947e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123307609}},{"id":123307600,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0300384,51.1742389],[5.0302021,51.1742389],[5.0302021,51.1742755],[5.0300384,51.1742755],[5.0300384,51.1742389]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:46:46Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/6150955"],"source:geometry:date":["2017-11-20"]},"create":6,"modify":5,"delete":0,"area":5.99142000025485e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123307600}},{"id":123306976,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0271073,51.1712348],[5.0320309,51.1712348],[5.0320309,51.1746955],[5.0271073,51.1746955],[5.0271073,51.1712348]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:30:33Z","reviewed_features":[],"tag_changes":{"office":["architect"],"amenity":["school"],"building":["house","yes","garage","farm","chapel","shed","school","barn","greenhouse","roof"],"historic":["chapel"],"source:geometry:ref":["Gbg/1698149","Gbg/1698147","Gbg/1698146","Gbg/1698136","Gbg/6154582","Gbg/1698177","Gbg/5655299","Gbg/1698135","Gbg/6148829","Gbg/1698150","Gbg/6154855","Gbg/1698148","Gbg/1698187","Gbg/1698144","Gbg/1698134","Gbg/1698137","Gbg/1698185","Gbg/5655323","Gbg/1700119","Gbg/5123892","Gbg/1698125","Gbg/1698153","Gbg/1698155","Gbg/1698173","Gbg/5127610","Gbg/6151737","Gbg/1698164","Gbg/1698167","Gbg/5127445","Gbg/6153958","Gbg/5127440","Gbg/5127439","Gbg/1698180","Gbg/5654283"],"not:addr:housenumber":["yes"],"source:geometry:date":["2009-08-13","2019-07-09","2016-07-28","2017-11-20","2018-06-05","2015-03-30"]},"create":67,"modify":233,"delete":7,"area":0.000017039102519989,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":192,"theme":"grb","answer":9,"import":8,"locale":"nl","imagery":"AGIV","conflation":68,"id":123306976}},{"id":123306471,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0262967,51.1698372],[5.0294524,51.1698372],[5.0294524,51.1719236],[5.0262967,51.1719236],[5.0262967,51.1698372]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:17:42Z","reviewed_features":[],"tag_changes":{"building":["hangar","house","garage","yes","barn","greenhouse","shed","roof"],"addr:housenumber":["78;80","80"],"source:geometry:ref":["Gbg/6148790","Gbg/1698190","Gbg/1698131","Gbg/1698468","Gbg/1698565","Gbg/1698126","Gbg/1698469","Gbg/1698128","Gbg/1698129","Gbg/1698127","Gbg/1698133","Gbg/1698464","Gbg/6154630","Gbg/6154570","Gbg/5123891","Gbg/5127447","Gbg/1698574","Gbg/6148761","Gbg/1698156","Gbg/6153010","Gbg/6150233","Gbg/5127611","Gbg/1698157","Gbg/1698570","Gbg/5127614","Gbg/5127612","Gbg/1698175","Gbg/6149117","Gbg/1698569","Gbg/1698519","Gbg/1698579","Gbg/6149802","Gbg/5123890","Gbg/6834607"],"source:geometry:date":["2017-11-20","2009-08-13","2015-03-30","2016-07-28","2021-07-05","2020-09-04"]},"create":109,"modify":244,"delete":1,"area":0.00000658405247998888,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":209,"theme":"grb","answer":5,"import":10,"locale":"nl","imagery":"AGIV","conflation":68,"id":123306471}},{"id":123306459,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0275293,51.1697977],[5.0276989,51.1697977],[5.0276989,51.1699151],[5.0275293,51.1699151],[5.0275293,51.1697977]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:17:15Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/5122717"],"source:geometry:date":["2015-03-30"]},"create":0,"modify":7,"delete":0,"area":1.99110400000487e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":6,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123306459}},{"id":123306367,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0258403,51.1687882],[5.0278007,51.1687882],[5.0278007,51.1705701],[5.0258403,51.1705701],[5.0258403,51.1687882]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:14:23Z","reviewed_features":[],"tag_changes":{"building":["house","garage","yes","shed"],"source:geometry:ref":["Gbg/1698467","Gbg/1698473","Gbg/1698472","Gbg/1698466","Gbg/1698465","Gbg/1698463","Gbg/1698568","Gbg/6152054","Gbg/1698587","Gbg/1698566","Gbg/1698520","Gbg/1698523","Gbg/1698571","Gbg/1698573"],"source:geometry:date":["2009-08-13","2017-11-20","2016-07-28"]},"create":20,"modify":94,"delete":0,"area":0.00000349323675999614,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":79,"theme":"grb","answer":1,"import":1,"locale":"nl","imagery":"AGIV","conflation":28,"id":123306367}},{"id":123306278,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.024887,51.1681687],[5.0260858,51.1681687],[5.0260858,51.1695092],[5.024887,51.1695092],[5.024887,51.1681687]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:11:56Z","reviewed_features":[],"tag_changes":{"building":["house","yes","garage","shed","roof"],"source:geometry:ref":["Gbg/1698428","Gbg/1698432","Gbg/1698430","Gbg/1698431","Gbg/1698429","Gbg/1698433","Gbg/5123151","Gbg/1698522","Gbg/1698521","Gbg/1698524","Gbg/1698586","Gbg/5127497"],"source:geometry:date":["2009-08-13","2015-03-30"]},"create":24,"modify":85,"delete":2,"area":0.00000160699139999737,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":73,"theme":"grb","answer":1,"import":2,"locale":"nl","imagery":"AGIV","conflation":24,"id":123306278}},{"id":123306091,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0229774,51.1681933],[5.0245811,51.1681933],[5.0245811,51.1691879],[5.0229774,51.1691879],[5.0229774,51.1681933]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:06:09Z","reviewed_features":[],"tag_changes":{"building":["house","garage","yes","shed","roof"],"source:geometry:ref":["Gbg/1698454","Gbg/1698453","Gbg/5123150","Gbg/1698450","Gbg/1698554","Gbg/5127455","Gbg/1698584","Gbg/5127454","Gbg/1698552","Gbg/1700138","Gbg/5123893","Gbg/1698547","Gbg/1698553"],"source:geometry:date":["2009-08-13","2015-03-30","2017-11-20"]},"create":38,"modify":81,"delete":0,"area":0.00000159504001999716,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":64,"theme":"grb","answer":7,"import":3,"locale":"nl","imagery":"AGIV","conflation":26,"id":123306091}},{"id":123306086,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0230667,51.1691829],[5.0231479,51.1691829],[5.0231479,51.1692327],[5.0230667,51.1692327],[5.0230667,51.1691829]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T08:05:54Z","reviewed_features":[],"tag_changes":{"building":["yes"],"source:geometry:ref":["Gbg/6153662"],"source:geometry:date":["2017-11-20"]},"create":2,"modify":5,"delete":0,"area":4.04375999991753e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":4,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":2,"id":123306086}},{"id":123305140,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.0392235,50.9399309],[4.0459485,50.9399309],[4.0459485,50.941752],[4.0392235,50.941752],[4.0392235,50.9399309]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"joost schouppe","uid":"67832","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T07:40:52Z","reviewed_features":[],"tag_changes":{"highway":["tertiary","residential","unclassified"],"maxspeed":["30","50"],"cyclestreet":["yes"],"overtaking:motor_vehicle":["no"]},"create":0,"modify":6,"delete":0,"area":0.0000122468975000043,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","answer":8,"locale":"en","imagery":"osm","id":123305140}},{"id":123305049,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.7240768,50.8822998],[4.7243739,50.8822998],[4.7243739,50.8824145],[4.7240768,50.8824145],[4.7240768,50.8822998]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"KristienV","uid":"16473314","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T07:38:19Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"leisure":["playground"]},"create":4,"modify":2,"delete":0,"area":3.4077370001365e-8,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":3,"locale":"nl","imagery":"AGIV","id":123305049}},{"id":123304530,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0125237,51.1660478],[5.0236362,51.1660478],[5.0236362,51.1702215],[5.0125237,51.1702215],[5.0125237,51.1660478]]]},"properties":{"check_user":null,"reasons":[{"id":4,"name":"mass modification"}],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T07:23:32Z","reviewed_features":[],"tag_changes":{"building":["yes","house","shed","garage","roof"],"addr:housenumber":["67","65"],"source:geometry:ref":["Gbg/1698443","Gbg/1698445","Gbg/1698444","Gbg/6149376","Gbg/1698448","Gbg/1698452","Gbg/1698446","Gbg/1698447","Gbg/1698462","Gbg/1697672","Gbg/1697751","Gbg/1697773","Gbg/1697747","Gbg/1697775","Gbg/1697673","Gbg/1697748","Gbg/1697728","Gbg/1697698","Gbg/1697736","Gbg/1697750","Gbg/1697737","Gbg/1697699","Gbg/1697749","Gbg/1697858","Gbg/1698548","Gbg/1698449","Gbg/5127453","Gbg/6151612","Gbg/6150401","Gbg/6642092","Gbg/3534828","Gbg/5126831","Gbg/1697857","Gbg/1697856","Gbg/6149950","Gbg/1700136","Gbg/5123889","Gbg/5740572"],"source:geometry:date":["2019-07-09","2015-03-30","2017-11-20","2009-08-13","2015-11-26"]},"create":98,"modify":294,"delete":2,"area":0.0000463802412499513,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":252,"theme":"grb","answer":7,"import":11,"locale":"nl","imagery":"AGIV","conflation":76,"id":123304530}},{"id":123304503,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0150142,51.1667335],[5.0157732,51.1667335],[5.0157732,51.1672105],[5.0150142,51.1672105],[5.0150142,51.1667335]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T07:22:45Z","reviewed_features":[],"tag_changes":{"building":["house","garage","yes","roof"],"source:geometry:ref":["Gbg/1697744","Gbg/3534531","Gbg/1697745","Gbg/1697851"],"source:geometry:date":["2009-08-13","2012-10-10","2016-07-28"]},"create":10,"modify":28,"delete":0,"area":3.62043000002509e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":24,"theme":"grb","answer":1,"import":2,"locale":"nl","imagery":"AGIV","conflation":8,"id":123304503}},{"id":123302179,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4884889,51.2887072],[4.4884889,51.2887072],[4.4884889,51.2887072],[4.4884889,51.2887072],[4.4884889,51.2887072]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"philippec","uid":"76884","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-07T06:14:44Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/zIXD3Hx.jpg"],"defibrillator:location":["Rechts achter opzij van de tweede schuifdeur. Het hangt nogal laag en het is gemakkelijk erover te kijken.","Rechts achter opzij van de tweede schuifdeur.\nHet hangt nogal laag en het is gemakkelijk erover te kijken."]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","locale":"nl","imagery":"osm","add-image":1,"id":123302179}},{"id":123301202,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7465054,44.9704473],[-92.743768,44.9704473],[-92.743768,44.9822237],[-92.7465054,44.9822237],[-92.7465054,44.9704473]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-07T05:45:06Z","reviewed_features":[],"tag_changes":{"highway":["residential"],"maxspeed":["25 mph"]},"create":0,"modify":3,"delete":0,"area":0.0000322367173600166,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":3,"locale":"en","imagery":"osm","id":123301202}},{"id":123384491,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.2718086,48.0801771],[16.2727688,48.0801771],[16.2727688,48.0805833],[16.2718086,48.0805833],[16.2718086,48.0801771]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"openclimb","uid":"14882361","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T23:57:37Z","reviewed_features":[],"tag_changes":{"sport":["climbing"],"access":["yes"],"natural":["cliff"]},"create":0,"modify":1,"delete":0,"area":3.90033240001067e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/climbing.html","theme":"climbing","answer":2,"locale":"de","imagery":"osm","id":123384491}},{"id":123384045,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.22097,45.5040643],[9.22097,45.5040643],[9.22097,45.5040643],[9.22097,45.5040643],[9.22097,45.5040643]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"realjep","uid":"4413023","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste_basket","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T23:15:11Z","reviewed_features":[],"tag_changes":{"waste":["trash"],"amenity":["waste_basket"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste_basket.html","theme":"waste_basket","answer":1,"locale":"en","imagery":"Lombardia-Italy-CTR-DBT","id":123384045}},{"id":123383628,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.247095,45.5092449],[9.247095,45.5092449],[9.247095,45.5092449],[9.247095,45.5092449],[9.247095,45.5092449]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Quang Huy NGUYEN","uid":"10341989","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T22:49:02Z","reviewed_features":[],"tag_changes":{"bottle":["yes"],"amenity":["drinking_water"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_within_500m":1,"id":123383628}},{"id":123383452,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7243775,-37.1400266],[-72.7243775,-37.1400266],[-72.7243775,-37.1400266],[-72.7243775,-37.1400266],[-72.7243775,-37.1400266]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T22:38:49Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/nGZdxXT.jpg"],"natural":["tree"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":1,"id":123383452}},{"id":123381036,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.0192806,47.2529863],[7.0192806,47.2529863],[7.0192806,47.2529863],[7.0192806,47.2529863],[7.0192806,47.2529863]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T20:33:40Z","reviewed_features":[],"tag_changes":{"amenity":["sanitary_dump_station"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","locale":"en","imagery":"osm","id":123381036}},{"id":123380714,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.711743,51.1322974],[2.711743,51.1322974],[2.711743,51.1322974],[2.711743,51.1322974],[2.711743,51.1322974]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"philippec","uid":"76884","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T20:22:03Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/GPcNV6m.jpg"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","locale":"nl","imagery":"osm","add-image":1,"id":123380714}},{"id":123379734,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6532854,45.2190583],[11.6570252,45.2190583],[11.6570252,45.2280074],[11.6532854,45.2280074],[11.6532854,45.2190583]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"loviuz","uid":"4763621","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T19:49:19Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":3,"modify":0,"delete":1,"area":0.0000334678441800085,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":3,"locale":"it","imagery":"osm","deletion":1,"change_over_5000m":3,"change_within_25m":4,"deletion:node/9875165003":"duplicate","id":123379734}},{"id":123377600,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T18:35:45Z","reviewed_features":[],"tag_changes":{"amenity":["fast_food"],"diet:vegan":["no"],"diet:vegetarian":["limited"],"service:electricity":["limited"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":3,"locale":"en","imagery":"osm","change_within_25m":3,"id":123377600}},{"id":123377563,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219],[4.3227687,50.849219]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T18:34:23Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/food.html","theme":"food","answer":5,"locale":"en","imagery":"osm","change_over_5000m":1,"change_within_25m":5,"id":123377563}},{"id":123377138,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.6536993,45.2231382],[11.6576153,45.2231382],[11.6576153,45.2268598],[11.6536993,45.2268598],[11.6536993,45.2231382]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"loviuz","uid":"4763621","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T18:20:49Z","reviewed_features":[],"tag_changes":{"amenity":["waste_basket"]},"create":4,"modify":0,"delete":0,"area":0.0000145737855999957,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","answer":3,"locale":"it","imagery":"osm","change_over_5000m":4,"change_within_25m":2,"change_within_100m":1,"id":123377138}},{"id":123376043,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.2338987,50.7321052],[4.2395109,50.7321052],[4.2395109,50.7352097],[4.2338987,50.7352097],[4.2338987,50.7321052]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Bart Hanssens","uid":"15770101","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T17:44:31Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"],"website":["https://www.facebook.com/MeGustaHalle","https://www.mags.be","http://www.magsburgers.be/"],"building":["yes"]},"create":0,"modify":2,"delete":0,"area":0.0000174230748999949,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":2,"locale":"en","imagery":"osm","id":123376043}},{"id":123375189,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.8490428,36.1556525],[-86.847007,36.1556525],[-86.847007,36.156274],[-86.8490428,36.156274],[-86.8490428,36.1556525]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"OpenStreetMap Appreciator","uid":"16057133","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T17:15:46Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant","fast_food"]},"create":3,"modify":1,"delete":1,"area":0.00000126524970000335,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","move":1,"theme":"food","answer":3,"locale":"en","imagery":"osm","deletion":1,"move:node/9874872650":"improve_accuracy","deletion:node/9874872650":"duplicate","id":123375189}},{"id":123372433,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.370657,50.8626484],[4.370657,50.8626484],[4.370657,50.8626484],[4.370657,50.8626484],[4.370657,50.8626484]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T15:54:04Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/P4xL3Bh.jpg"],"amenity":["bench"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"nl","imagery":"osm","add-image":1,"id":123372433}},{"id":123369179,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.7927293,45.1826286],[5.7927293,45.1826286],[5.7927293,45.1826286],[5.7927293,45.1826286],[5.7927293,45.1826286]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Wild Wild Wes","uid":"10185209","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T14:42:23Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":1,"locale":"fr","imagery":"fr.ign.bdortho","id":123369179}},{"id":123363719,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.269774,53.2076668],[6.2788523,53.2076668],[6.2788523,53.2131072],[6.269774,53.2131072],[6.269774,53.2076668]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"wjtje","uid":"11949970","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #healthcare","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T13:20:47Z","reviewed_features":[],"tag_changes":{"email":["assistente@gcabeltasman.nl"],"phone":["+31 594 613 113","+31 594 612 126"],"amenity":["doctors","pharmacy"],"drive_through":["no"],"opening_hours":["Mo-Fr 08:00-10:00, 10:30-12:00, 13:00-17:00;"],"healthcare:speciality":["general"]},"create":0,"modify":6,"delete":0,"area":0.0000493895833200415,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/healthcare.html","theme":"healthcare","answer":7,"locale":"en","imagery":"CartoDB.Voyager","change_within_500m":5,"change_within_1000m":2,"id":123363719}},{"id":123362150,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2156362,51.2020878],[3.215827,51.2020878],[3.215827,51.2022036],[3.2156362,51.2022036],[3.2156362,51.2020878]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #healthcare","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T12:56:23Z","reviewed_features":[],"tag_changes":{"amenity":["dentist"],"building":["house"],"opening_hours":["We 09:00-12:00;PH off;Mo-Tu 09:00-12:00, 14:00-18:00 \"by appointment\"; Th 09:00-12:00, 14:00-18:00 \"by appointment\"; Fr 09:00-12:00 \"by appointment\"","\"by appointment\""]},"create":0,"modify":1,"delete":0,"area":2.2094639999251e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/healthcare.html","theme":"healthcare","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":123362150}},{"id":123361805,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.7217747,51.018938],[3.7330048,51.018938],[3.7330048,51.028021],[3.7217747,51.028021],[3.7217747,51.018938]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Ruben Van de Velde","uid":"2676725","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #healthcare","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T12:47:53Z","reviewed_features":[],"tag_changes":{"email":["info@uzgent.be"],"phone":["+32 9 332 21 11"],"amenity":["hospital"],"website":["https://uzgent.be/"]},"create":0,"modify":3,"delete":0,"area":0.000102002998300042,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/healthcare.html","theme":"healthcare","answer":3,"locale":"en","imagery":"CartoDB.Voyager","id":123361805}},{"id":123360380,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2317284,51.2097688],[3.2317284,51.2097688],[3.2317284,51.2097688],[3.2317284,51.2097688],[3.2317284,51.2097688]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T12:15:07Z","reviewed_features":[],"tag_changes":{"shop":["copyshop"],"payment:cash":["yes"],"opening_hours":["Mo-Tu 10:00-12:00, 14:00-18:00; We 10:00-12:00; Th-Fr 10:00-12:00, 14:00-18:00; Sa 10:00-12:00;PH off;","mo-fr 10:00-12:00, 14:00-18:00; sa 10:00-12:00; PH Off"],"payment:cards":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","theme":"shops","answer":2,"locale":"en","imagery":"osm","change_within_25m":2,"id":123360380}},{"id":123359792,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2478674,51.2140289],[3.2485728,51.2140289],[3.2485728,51.2145724],[3.2478674,51.2145724],[3.2478674,51.2140289]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"way-1076829311","osm_id":1076829311,"reasons":[43],"version":3,"primary_tags":{"building":"shopping_center"}},{"url":"way-1076829313","osm_id":1076829313,"reasons":[43],"version":3,"primary_tags":{"building":"shopping_center"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #entrances","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T12:00:39Z","reviewed_features":[],"tag_changes":{"building":["shopping_center"]},"create":4,"modify":4,"delete":0,"area":3.83384899999256e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/entrances.html","theme":"entrances","answer":4,"locale":"en","imagery":"osm","add-image":2,"change_within_25m":10,"id":123359792}},{"id":123359687,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2478674,51.2140289],[3.248749,51.2140289],[3.248749,51.2148639],[3.2478674,51.2148639],[3.2478674,51.2140289]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"way-1076829312","osm_id":1076829312,"reasons":[43],"version":2,"primary_tags":{"building":"shopping_center"}}],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T11:58:15Z","reviewed_features":[],"tag_changes":{"building":["shopping_center","house","yes"]},"create":37,"modify":3,"delete":0,"area":7.36135999995654e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb","theme":"grb","answer":3,"import":8,"locale":"en","imagery":"osm","change_within_25m":6,"change_within_50m":1,"change_within_100m":4,"id":123359687}},{"id":123355591,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.5371124,44.8588263],[-0.5371124,44.8588263],[-0.5371124,44.8588263],[-0.5371124,44.8588263],[-0.5371124,44.8588263]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Marival","uid":"8238040","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toilets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T10:31:30Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toilets.html","theme":"toilets","answer":3,"locale":"fr","imagery":"osm","id":123355591}},{"id":123353062,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.2212426,51.2141406],[3.2481524,51.2141406],[3.2481524,51.2154766],[3.2212426,51.2154766],[3.2212426,51.2141406]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #shops","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-08T09:37:17Z","reviewed_features":[],"tag_changes":{"shop":["copyshop"],"image":["https://i.imgur.com/0Gbbc9Q.jpg"]},"create":0,"modify":2,"delete":0,"area":0.0000359514928000537,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/shops.html","move":1,"theme":"shops","answer":1,"locale":"en","imagery":"osm","change_within_25m":2,"move:node/6765253841":"relocated","id":123353062}},{"id":123350623,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2402687,41.4388123],[2.2410882,41.4388123],[2.2410882,41.4399879],[2.2402687,41.4399879],[2.2402687,41.4388123]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"},{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"node-8811431678","osm_id":8811431678,"reasons":[43],"version":2,"primary_tags":{"natural":"tree_stump"}}],"user":"JBadalona","uid":"13507795","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://llefia.org/arbres/mapcomplete1.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T08:42:37Z","reviewed_features":[],"tag_changes":{"source":["survey"],"natural":["tree","tree_stump"]},"create":0,"modify":5,"delete":0,"area":9.63404199996919e-7,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://llefia.org/arbres/mapcomplete1.json","answer":6,"locale":"ca","imagery":"HDM_HOT","id":123350623}},{"id":123345976,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.0035479,51.1251522],[5.0070942,51.1251522],[5.0070942,51.1269955],[5.0035479,51.1269955],[5.0035479,51.1251522]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.0.8f","comment":"Adding data with #MapComplete for theme #buurtnatuur","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T06:42:57Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/ILhLGIB.jpg"],"access":["yes"],"landuse":["forest"]},"create":0,"modify":2,"delete":0,"area":0.00000653689478999053,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"buurtnatuur","theme-creator":"Pieter Vander Vennet","id":123345976}},{"id":123341467,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7341586,44.9488025],[-92.7341328,44.9488025],[-92.7341328,44.9627042],[-92.7341586,44.9627042],[-92.7341586,44.9488025]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T03:54:55Z","reviewed_features":[],"tag_changes":{"highway":["tertiary"],"maxspeed":["25 mph"]},"create":0,"modify":2,"delete":0,"area":3.58663860042677e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":2,"locale":"en","imagery":"osm","id":123341467}},{"id":123341400,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7573149,44.977072],[-92.7463972,44.977072],[-92.7463972,44.9837351],[-92.7573149,44.9837351],[-92.7573149,44.977072]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T03:50:49Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["footway"]},"create":0,"modify":2,"delete":0,"area":0.0000727457268699244,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":2,"locale":"en","imagery":"osm","id":123341400}},{"id":123339532,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.021087,14.6670112],[121.021087,14.6670112],[121.021087,14.6670112],[121.021087,14.6670112],[121.021087,14.6670112]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ezranacianceno","uid":"16480751","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T00:49:08Z","reviewed_features":[],"tag_changes":{"amenity":["restaurant"]},"create":1,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","answer":1,"locale":"en","imagery":"osm","id":123339532}},{"id":123339507,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.0198417,14.668093],[121.0198417,14.668093],[121.0198417,14.668093],[121.0198417,14.668093],[121.0198417,14.668093]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"ezranacianceno","uid":"16480751","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-08T00:46:40Z","reviewed_features":[],"tag_changes":{"office":["association"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5","locale":"en","imagery":"osm","id":123339507}},{"id":123415379,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-122.0095859,37.5412772],[-122.0078596,37.5412772],[-122.0078596,37.5421972],[-122.0095859,37.5421972],[-122.0095859,37.5412772]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"157","uid":"16462628","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T22:20:18Z","reviewed_features":[],"tag_changes":{"highway":["secondary"],"maxspeed":["35 mph"]},"create":0,"modify":1,"delete":0,"area":0.00000158819599999023,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":1,"locale":"en","imagery":"osm","id":123415379}},{"id":123414601,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.9528483,50.7411662],[3.5575586,50.7411662],[3.5575586,51.2493701],[2.9528483,51.2493701],[2.9528483,50.7411662]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vjyblauw","uid":"2844254","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T21:33:29Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/kllkMjo.jpg","https://i.imgur.com/5YsxGBo.jpg","https://i.imgur.com/ebiWTqT.jpg","https://i.imgur.com/ikleVip.jpg","https://i.imgur.com/1Ia14KQ.jpg","https://i.imgur.com/JEwEDzo.jpg"],"route":["foot","bicycle"],"amenity":["bench"],"highway":["path","unclassified"],"leisure":["nature_reserve"],"natural":["grassland"]},"create":0,"modify":6,"delete":0,"area":0.307316132830169,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"nl","imagery":"osm","add-image":6,"id":123414601}},{"id":123412164,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3438723,50.7490094],[3.6063555,50.7490094],[3.6063555,50.8401937],[3.3438723,50.8401937],[3.3438723,50.7490094]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vjyblauw","uid":"2844254","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T19:45:29Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/P9X242F.jpg","https://i.imgur.com/jpxwVG2.jpg","https://i.imgur.com/4lSyjJW.jpg"],"amenity":["bench"]},"create":0,"modify":3,"delete":0,"area":0.0239343468537605,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"nl","imagery":"osm","add-image":3,"id":123412164}},{"id":123403351,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6935543,45.3892244],[10.6943712,45.3892244],[10.6943712,45.3896999],[10.6935543,45.3896999],[10.6935543,45.3892244]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #playgrounds","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T15:02:24Z","reviewed_features":[],"tag_changes":{"fee":["no"],"lit":["no"],"access":["yes"],"leisure":["playground"],"max_age":["12"],"surface":["grass"],"operator":["Commune di Monzambano"],"wheelchair":["yes"],"opening_hours":["sunrise-sunset"]},"create":0,"modify":5,"delete":0,"area":3.88435949994547e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/playgrounds.html","theme":"playgrounds","answer":7,"locale":"nl","imagery":"osm","change_within_25m":7,"id":123403351}},{"id":123402197,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.6916361,45.3866982],[10.693892,45.3866982],[10.693892,45.3875124],[10.6916361,45.3875124],[10.6916361,45.3866982]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"RubOSM","uid":"2096650","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T14:28:28Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":3,"modify":6,"delete":0,"area":0.00000183675378000127,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":11,"locale":"nl","imagery":"osm","add-image":3,"change_over_5000m":1,"change_within_25m":16,"id":123402197}},{"id":123399197,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4619609,50.814777],[3.4619609,50.814777],[3.4619609,50.814777],[3.4619609,50.814777],[3.4619609,50.814777]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vjyblauw","uid":"2844254","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T12:49:35Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/2oDqN7y.jpg"],"amenity":["bench"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","locale":"nl","imagery":"osm","add-image":1,"id":123399197}},{"id":123398690,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.0906582,45.3804684],[7.0906582,45.3804684],[7.0906582,45.3804684],[7.0906582,45.3804684],[7.0906582,45.3804684]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T12:33:24Z","reviewed_features":[],"tag_changes":{"amenity":["toilets"]},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":4,"locale":"fr","imagery":"osm","id":123398690}},{"id":123398224,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5401096,48.0179075],[8.5401096,48.0179075],[8.5401096,48.0179075],[8.5401096,48.0179075],[8.5401096,48.0179075]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"osmdees","uid":"16492361","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #food","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T12:17:47Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/OCXICiq.jpg"],"amenity":["restaurant"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/food.html","theme":"food","locale":"en","imagery":"osm","add-image":1,"id":123398224}},{"id":123396778,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.1794002,52.7365039],[13.2176923,52.7365039],[13.2176923,52.7426697],[13.1794002,52.7426697],[13.1794002,52.7365039]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T11:27:02Z","reviewed_features":[],"tag_changes":{},"create":4,"modify":2,"delete":0,"area":0.000236101430179921,"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","id":123396778}},{"id":123396773,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3280661,50.8509734],[4.3280661,50.8509734],[4.3280661,50.8509734],[4.3280661,50.8509734],[4.3280661,50.8509734]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #fitness_station","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T11:26:54Z","reviewed_features":[],"tag_changes":{"leisure":["fitness_station"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme.html","theme":"fitness_station","locale":"en","imagery":"osm","change_over_5000m":1,"id":123396773}},{"id":123396693,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.1568163,51.1626276],[4.1575451,51.1626276],[4.1575451,51.163464],[4.1568163,51.163464],[4.1568163,51.1626276]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"jospyck","uid":"12128135","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T11:24:17Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/o3jCfOA.jpg"],"amenity":["bench"],"leisure":["playground","picnic_table"],"surface":["grass"],"operator":["Stad Sint-Niklaas"],"wheelchair":["limited"],"opening_hours":["sunrise-sunset"]},"create":5,"modify":8,"delete":0,"area":6.09568319998019e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":21,"locale":"nl","imagery":"AGIV","add-image":2,"change_over_5000m":5,"change_within_25m":10,"change_within_50m":13,"id":123396693}},{"id":123395798,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.323792,50.8492427],[4.3238644,50.8492427],[4.3238644,50.849534],[4.323792,50.849534],[4.323792,50.8492427]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Pieter Vander Vennet","uid":"3818858","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T10:56:33Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":2,"modify":2,"delete":0,"area":2.10901199999428e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/drinking_water.html","theme":"drinking_water","answer":4,"locale":"en","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":2,"change_within_25m":5,"id":123395798}},{"id":123395416,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.6807523,44.4028939],[6.6807523,44.4028939],[6.6807523,44.4028939],[6.6807523,44.4028939],[6.6807523,44.4028939]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Brec10","uid":"13615286","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #personal","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T10:41:59Z","reviewed_features":[],"tag_changes":{"leisure":["picnic_table"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/personal.html","theme":"personal","answer":1,"locale":"fr","imagery":"osm","id":123395416}},{"id":123394629,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.3499836,50.8504773],[4.3501219,50.8504773],[4.3501219,50.8506077],[4.3499836,50.8506077],[4.3499836,50.8504773]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"bxl-forever","uid":"2644288","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclestreets","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T10:13:45Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/n723Icr.jpg"],"highway":["tertiary"]},"create":0,"modify":1,"delete":0,"area":1.80343199995515e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclestreets.html","theme":"cyclestreets","locale":"en","imagery":"osm","add-image":1,"id":123394629}},{"id":123394076,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.5904652,12.2871844],[78.595151,12.2871844],[78.595151,28.6479998],[72.5904652,28.6479998],[72.5904652,12.2871844]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T09:53:48Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":49,"delete":0,"area":98.2415559088014,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":66,"locale":"en","imagery":"osm","id":123394076}},{"id":123393800,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.4710336,50.9775981],[4.4712329,50.9775981],[4.4712329,50.9778137],[4.4710336,50.9778137],[4.4710336,50.9775981]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T09:44:53Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/owK2ejH.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":4.2969079999472e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_within_5000m":1,"id":123393800}},{"id":123393015,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3950255,50.8183944],[3.478756,50.8183944],[3.478756,50.8348386],[3.3950255,50.8348386],[3.3950255,50.8183944]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"vjyblauw","uid":"2844254","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #benches","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T09:16:10Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/pm6IlBW.jpg","https://i.imgur.com/37CORXC.jpg","https://i.imgur.com/eaIyeeT.jpg","https://i.imgur.com/K7Swn4m.jpg","https://i.imgur.com/XNari8s.jpg"],"amenity":["bench"],"leisure":["picnic_table"],"material":["wood"]},"create":0,"modify":6,"delete":0,"area":0.0013768810880996,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/benches.html","theme":"benches","answer":1,"locale":"nl","imagery":"osm","add-image":5,"id":123393015}},{"id":123390948,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.8630867,45.7418613],[13.8633436,45.7418613],[13.8633436,45.7420325],[13.8630867,45.7420325],[13.8630867,45.7418613]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DavidKarlas","uid":"12422736","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #aed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T07:58:39Z","reviewed_features":[],"tag_changes":{"building":["yes"]},"create":2,"modify":5,"delete":0,"area":4.39812800010563e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/aed.html","theme":"aed","answer":5,"locale":"sl","imagery":"osm","add-image":1,"id":123390948}},{"id":123389016,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.8296831,17.8947098],[88.3775668,17.8947098],[88.3775668,31.6456612],[72.8296831,31.6456612],[72.8296831,17.8947098]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"NaanAvanIllai","uid":"14062769","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T06:39:46Z","reviewed_features":[],"tag_changes":{"route":["road"],"amenity":["college","school","university","hospital"],"barrier":["wall"],"highway":["primary","residential","trunk","tertiary","service"],"leisure":["sports_centre","stadium","park"],"name:etymology:wikidata":["Q83322","Q312967","Q9455","Q7238271"]},"create":0,"modify":85,"delete":0,"area":213.798193131552,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":95,"locale":"en","imagery":"osm","id":123389016}},{"id":123388308,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.1023745,50.4521149],[6.1027163,50.4521149],[6.1027163,50.4529101],[6.1023745,50.4529101],[6.1023745,50.4521149]]]},"properties":{"check_user":null,"reasons":[{"id":43,"name":"Invalid key value combination"}],"tags":[],"features":[{"url":"way-105586317","osm_id":105586317,"reasons":[43],"version":2,"primary_tags":{"building":"castle"}}],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-09T06:05:01Z","reviewed_features":[],"tag_changes":{"landuse":["forest"],"natural":["rock"],"building":["castle","yes","retail"],"source:geometry:ref":["Picc/2556519","Picc/2038176","Picc/557940"],"source:geometry:date":["2016-06-23"]},"create":8,"modify":15,"delete":0,"area":2.71799359999754e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":12,"theme":"grb","import":1,"locale":"nl","imagery":"SPW_ORTHO_LAST","conflation":6,"id":123388308}},{"id":123387154,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7414013,44.9541504],[-92.73404,44.9541504],[-92.73404,44.9606492],[-92.7414013,44.9606492],[-92.7414013,44.9541504]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T04:46:18Z","reviewed_features":[],"tag_changes":{},"create":28,"modify":1,"delete":0,"area":0.0000478396164400572,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":5,"locale":"en","imagery":"USDA-NAIP","id":123387154}},{"id":123386401,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7281445,44.9558435],[-92.7270931,44.9558435],[-92.7270931,44.956785],[-92.7281445,44.956785],[-92.7281445,44.9558435]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T03:36:16Z","reviewed_features":[],"tag_changes":{},"create":3,"modify":1,"delete":0,"area":9.89893099998129e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":6,"locale":"en","imagery":"USDA-NAIP","id":123386401}},{"id":123386260,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7294856,44.9534709],[-92.7216093,44.9534709],[-92.7216093,44.9562877],[-92.7294856,44.9562877],[-92.7294856,44.9534709]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #hailhydrant","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-09T03:19:19Z","reviewed_features":[],"tag_changes":{},"create":12,"modify":4,"delete":0,"area":0.0000221859618400025,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/hailhydrant.html","theme":"hailhydrant","answer":23,"locale":"en","imagery":"USDA-NAIP","id":123386260}},{"id":123448923,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #healthcare","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T22:20:14Z","reviewed_features":[],"tag_changes":{"amenity":["doctors"],"website":["https://www.debrugruiselede.be/"],"healthcare:speciality":["general"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/healthcare.html","theme":"healthcare","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":123448923}},{"id":123448906,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636],[3.3942232,51.0424636]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thibaultmol","uid":"2916921","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #healthcare","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T22:19:20Z","reviewed_features":[],"tag_changes":{},"create":1,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://pietervdvn.github.io/mc/develop/healthcare.html","theme":"healthcare","answer":2,"locale":"en","imagery":"CartoDB.Voyager","id":123448906}},{"id":123447997,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8940586,51.1667236],[4.9038703,51.1667236],[4.9038703,51.1718606],[4.8940586,51.1718606],[4.8940586,51.1667236]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T21:34:12Z","reviewed_features":[],"tag_changes":{"shop":["photo"],"landuse":["recreation_ground"],"leisure":["park","sports_centre"],"building":["house","yes","apartments","school","shed","roof"],"source:geometry:ref":["Gbg/4011917","Gbg/4011918","Gbg/4011919","Gbg/4011913","Gbg/4011931","Gbg/4011932","Gbg/4011916","Gbg/4011915","Gbg/3838182","Gbg/3838183","Gbg/4012268","Gbg/4011966","Gbg/4011965","Gbg/4012142","Gbg/4011964","Gbg/4012140","Gbg/4011963","Gbg/4012141","Gbg/4011962","Gbg/4011961","Gbg/4011960","Gbg/5862482","Gbg/4012139","Gbg/4011958","Gbg/4012138","Gbg/4011957","Gbg/4011956","Gbg/4011955","Gbg/4011954","Gbg/4011523","Gbg/4011953","Gbg/4011952","Gbg/4011951","Gbg/4011930","Gbg/4011519","Gbg/4011520","Gbg/3837997","Gbg/3838308","Gbg/3838178","Gbg/3838141","Gbg/3838140","Gbg/3837994","Gbg/5862337","Gbg/3837995","Gbg/3837993","Gbg/3838181","Gbg/4011218","Gbg/4011206","Gbg/3838180","Gbg/3838170","Gbg/3838179","Gbg/3838143","Gbg/3838214","Gbg/5403811","Gbg/3838310","Gbg/3838213","Gbg/3838212","Gbg/4011502","Gbg/3838320","Gbg/3838324","Gbg/6757819","Gbg/3838330","Gbg/6570665","Gbg/7020234","Gbg/3838031","Gbg/5860880","Gbg/5748703","Gbg/3838176","Gbg/5860846","Gbg/6508586","Gbg/6057087","Gbg/5862286"],"source:geometry:date":["2013-01-07","2014-12-04","2012-09-17","2017-03-01","2019-09-04","2015-11-24","2013-02-20","2020-03-16","2019-02-20","2021-10-25","2018-10-24"]},"create":836,"modify":483,"delete":5,"area":0.0000504027029000484,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":411,"theme":"grb","answer":5,"import":89,"locale":"nl","imagery":"AGIV","conflation":142,"id":123447997}},{"id":123447987,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.8998547,51.1666789],[4.9001388,51.1666789],[4.9001388,51.1668054],[4.8998547,51.1668054],[4.8998547,51.1666789]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T21:33:43Z","reviewed_features":[],"tag_changes":{"building":["house"],"source:geometry:ref":["Gbg/4014160","Gbg/4014159","Gbg/4014158"],"source:geometry:date":["2013-01-07"]},"create":0,"modify":13,"delete":0,"area":3.59386500001041e-8,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":12,"theme":"grb","locale":"nl","imagery":"AGIV","conflation":6,"id":123447987}},{"id":123447961,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.9003768,51.1659184],[4.9012801,51.1659184],[4.9012801,51.1668836],[4.9003768,51.1668836],[4.9003768,51.1659184]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"dentonny","uid":"4198737","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #grb","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T21:32:28Z","reviewed_features":[],"tag_changes":{"building":["house","roof","yes"],"source:geometry:ref":["Gbg/4678932","Gbg/3838347","Gbg/3838348","Gbg/3838349","Gbg/3838350","Gbg/3838222","Gbg/3838223"],"source:geometry:date":["2014-05-02","2012-09-17","2013-02-20","2015-11-24"]},"create":41,"modify":50,"delete":0,"area":8.71865159996439e-7,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/grb.html","move":45,"theme":"grb","import":3,"locale":"nl","imagery":"AGIV","conflation":14,"id":123447961}},{"id":123443911,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6478227,50.1416148],[8.6478683,50.1416148],[8.6478683,50.141699],[8.6478227,50.141699],[8.6478227,50.1416148]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Elch12","uid":"20736","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T19:06:47Z","reviewed_features":[],"tag_changes":{"natural":["tree"]},"create":2,"modify":3,"delete":0,"area":3.8395200001542e-9,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","answer":5,"locale":"de","imagery":"osm","id":123443911}},{"id":123443641,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6475458,50.141623],[8.6475458,50.141623],[8.6475458,50.141623],[8.6475458,50.141623],[8.6475458,50.141623]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Elch12","uid":"20736","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #cycle_infra","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T18:56:47Z","reviewed_features":[],"tag_changes":{"bicycle":["yes"],"highway":["crossing"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cycle_infra.html","theme":"cycle_infra","answer":1,"locale":"de","imagery":"CartoDB.Voyager","id":123443641}},{"id":123443255,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6037778,53.2612887],[13.6041541,53.2612887],[13.6041541,53.2626554],[13.6037778,53.2626554],[13.6037778,53.2612887]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Brandoberinspektor Erdmann","uid":"13364061","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T18:42:23Z","reviewed_features":[],"tag_changes":{},"create":2,"modify":2,"delete":0,"area":5.14289210000754e-7,"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","id":123443255}},{"id":123441645,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-86.0175121,39.9570422],[-86.013364,39.9570422],[-86.013364,39.9584838],[-86.0175121,39.9584838],[-86.0175121,39.9570422]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kanellar","uid":"16249964","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T17:44:03Z","reviewed_features":[],"tag_changes":{"amenity":["bicycle_parking"]},"create":2,"modify":1,"delete":0,"area":0.00000597990096004122,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":9,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":2,"change_within_25m":4,"change_within_50m":5,"id":123441645}},{"id":123440075,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2326157,-39.8414862],[-73.2326157,-39.8414862],[-73.2326157,-39.8414862],[-73.2326157,-39.8414862],[-73.2326157,-39.8414862]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Awo","uid":"196556","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #trees","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T16:54:14Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/2sVEaRv.jpg"],"image:0":["https://i.imgur.com/oOhVwNO.jpg"],"natural":["tree"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/trees.html","theme":"trees","locale":"es","imagery":"osm","add-image":2,"id":123440075}},{"id":123439303,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.5578565,47.5469387],[7.5792545,47.5469387],[7.5792545,47.5635894],[7.5578565,47.5635894],[7.5578565,47.5469387]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"KaiPankrath","uid":"4067009","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T16:35:45Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/A9kdpTy.jpg","https://i.imgur.com/s3nEb5z.jpg","https://i.imgur.com/W516tpg.jpg","https://i.imgur.com/Oni0Qeb.jpg","https://i.imgur.com/WhgCbzB.jpg","https://i.imgur.com/5aSt0YL.jpg"],"bottle":["yes"],"amenity":["drinking_water"],"historic":["drinking_fountain"],"man_made":["drinking_fountain","water_well"],"operational_status":["broken"]},"create":0,"modify":10,"delete":0,"area":0.000356291678599999,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":6,"locale":"en","imagery":"CartoDB.Voyager","add-image":6,"id":123439303}},{"id":123439236,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.7465526,44.976961],[-92.7393588,44.976961],[-92.7393588,44.9777303],[-92.7465526,44.9777303],[-92.7465526,44.976961]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"noliver","uid":"91568","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T16:34:22Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["tertiary"]},"create":0,"modify":3,"delete":0,"area":0.00000553419033995841,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":4,"locale":"en","imagery":"osm","id":123439236}},{"id":123438304,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-92.5990713,38.1499529],[-92.5990713,38.1499529],[-92.5990713,38.1499529],[-92.5990713,38.1499529],[-92.5990713,38.1499529]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Kanellar","uid":"16249964","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T16:08:20Z","reviewed_features":[],"tag_changes":{"amenity":["drinking_water"]},"create":1,"modify":0,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","answer":1,"locale":"en","imagery":"CartoDB.Voyager","change_over_5000m":1,"change_within_25m":1,"id":123438304}},{"id":123436871,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.8804384,49.8002851],[9.8881355,49.8002851],[9.8881355,49.8054609],[9.8804384,49.8054609],[9.8804384,49.8002851]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"hiierundda","uid":"14063915","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #maxspeed","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T15:29:31Z","reviewed_features":[],"tag_changes":{"highway":["tertiary","unclassified"],"maxspeed":["50"]},"create":0,"modify":3,"delete":0,"area":0.0000398386501799798,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/maxspeed.html","theme":"maxspeed","answer":3,"locale":"de","imagery":"osm","id":123436871}},{"id":123436464,"type":"Feature","geometry":null,"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"KaiPankrath","uid":"4067009","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #drinking_water","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T15:18:13Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":0,"delete":0,"area":null,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/drinking_water.html","theme":"drinking_water","answer":1,"locale":"en","imagery":"CartoDB.Voyager","id":123436464}},{"id":123432869,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4758835,46.990792],[7.4758835,46.990792],[7.4758835,46.990792],[7.4758835,46.990792],[7.4758835,46.990792]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"habi","uid":"15671","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #campersite","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T13:39:05Z","reviewed_features":[],"tag_changes":{"access":["yes"],"amenity":["sanitary_dump_station"],"power_supply":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/campersite.html","theme":"campersite","answer":2,"locale":"en","imagery":"osm","change_within_25m":2,"id":123432869}},{"id":123429820,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.545827,48.015408],[8.545827,48.015408],[8.545827,48.015408],[8.545827,48.015408],[8.545827,48.015408]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"osmdees","uid":"16492361","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #waste","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T12:11:33Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/5vDXeGe.jpg"],"amenity":["recycling"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/waste.html","theme":"waste","locale":"en","imagery":"osm","add-image":1,"id":123429820}},{"id":123429607,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.5311886,48.0354555],[8.532637,48.0354555],[8.532637,48.0370641],[8.5311886,48.0370641],[8.5311886,48.0354555]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"osmdees","uid":"16492361","editor":"MapComplete 0.22.2","comment":"Adding data with #MapComplete for theme #street_lighting","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T12:03:52Z","reviewed_features":[],"tag_changes":{"lit":["yes"],"highway":["service"]},"create":0,"modify":4,"delete":0,"area":0.00000232989624000515,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/street_lighting.html","theme":"street_lighting","answer":4,"locale":"en","imagery":"osm","id":123429607}},{"id":123428098,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[5.016502,50.9443955],[5.0185882,50.9443955],[5.0185882,50.9473178],[5.016502,50.9473178],[5.016502,50.9443955]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"mjans","uid":"5199038","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #toerisme_vlaanderen","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T11:12:00Z","reviewed_features":[],"tag_changes":{"amenity":["bench"],"leisure":["picnic_table"]},"create":1,"modify":0,"delete":1,"area":0.00000609650226000312,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/toerisme_vlaanderen.html","theme":"toerisme_vlaanderen","answer":1,"locale":"nl","imagery":"osm","deletion":1,"change_over_5000m":1,"change_within_25m":2,"deletion:node/2560337679":"not found","id":123428098}},{"id":123426168,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3226006,52.4735694],[13.3226006,52.4735694],[13.3226006,52.4735694],[13.3226006,52.4735694],[13.3226006,52.4735694]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"miwie","uid":"57526","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T10:10:56Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"pump:status":["ok"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":1,"locale":"de","imagery":"CartoDB.Voyager","id":123426168}},{"id":123425965,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6248593,52.450505],[13.6355299,52.450505],[13.6355299,52.4537454],[13.6248593,52.4537454],[13.6248593,52.450505]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fusselwurm","uid":"63552","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T10:04:05Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-10","2020-02-15","2022-07-09"],"pump:status":["ok"]},"create":0,"modify":4,"delete":0,"area":0.0000345770122400274,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":6,"locale":"de","imagery":"CartoDB.Voyager","id":123425965}},{"id":123424395,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.3628262,52.48134],[13.3628262,52.48134],[13.3628262,52.48134],[13.3628262,52.48134],[13.3628262,52.48134]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"Baeumegiessen","uid":"16503567","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T08:58:42Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-10","2018-04-18"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":true,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":1,"locale":"de","imagery":"CartoDB.Voyager","id":123424395}},{"id":123424289,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6324487,52.450505],[13.6324487,52.450505],[13.6324487,52.450505],[13.6324487,52.450505],[13.6324487,52.450505]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Fusselwurm","uid":"63552","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T08:54:12Z","reviewed_features":[],"tag_changes":{"man_made":["water_well"],"check_date":["2022-07-09"],"pump:status":["ok"]},"create":0,"modify":2,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/theme","theme":"https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json","answer":2,"locale":"de","imagery":"CartoDB.Voyager","id":123424289}},{"id":123422569,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.2584894,48.1021991],[11.6066386,48.1021991],[11.6066386,48.9060403],[2.2584894,48.9060403],[2.2584894,48.1021991]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Sukkoria","uid":"3083013","editor":"MapComplete 0.2.2a","comment":"Adding data with #MapComplete for theme #climbing","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T07:49:19Z","reviewed_features":[],"tag_changes":{"leisure":["sports_centre"],"climbing:sport":["no"],"climbing:toprope":["no"],"climbing:traditional":["no"]},"create":0,"modify":25,"delete":0,"area":7.51442747070705,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"theme":"climbing","language":"en","theme-creator":"Christian Neumann ","id":123422569}},{"id":123421596,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.6810695,50.5560441],[9.6932099,50.5560441],[9.6932099,50.5664921],[9.6810695,50.5664921],[9.6810695,50.5560441]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"DL2ZAV","uid":"11637040","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #etymology","comments_count":0,"source":"Not reported","imagery_used":"Not reported","date":"2022-07-10T07:07:12Z","reviewed_features":[],"tag_changes":{"highway":["residential","service","secondary"],"name:etymology:wikidata":["Q37542732","Q684479","Q75780","Q836028","Q153858","Q124638","Q2515205"]},"create":0,"modify":63,"delete":0,"area":0.000126842899199958,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/etymology.html","theme":"etymology","answer":82,"locale":"de","imagery":"osm","id":123421596}},{"id":123421013,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5823176,51.1427792],[4.5823176,51.1427792],[4.5823176,51.1427792],[4.5823176,51.1427792],[4.5823176,51.1427792]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #cyclofix","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T06:38:51Z","reviewed_features":[],"tag_changes":{"image":["https://i.imgur.com/pN8i5IU.jpg"],"amenity":["bicycle_parking"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/cyclofix.html","theme":"cyclofix","locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":1,"id":123421013}},{"id":123420942,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T06:35:34Z","reviewed_features":[],"tag_changes":{"amenity":["charging_station"],"authentication:app":["no"],"authentication:nfc":["no"],"authentication:none":["yes"],"authentication:debit_card":["no"],"authentication:money_card":["no"],"authentication:phone_call":["no"],"authentication:short_message":["no"],"authentication:membership_card":["no"]},"create":0,"modify":1,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":1,"locale":"nl","imagery":"CartoDB.Voyager","change_over_5000m":1,"id":123420942}},{"id":123420883,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924],[4.5823152,51.1427924]]]},"properties":{"check_user":null,"reasons":[],"tags":[],"features":[],"user":"Thierry1030","uid":"286563","editor":"MapComplete 0.22.1","comment":"Adding data with #MapComplete for theme #charging_stations","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T06:33:17Z","reviewed_features":[],"tag_changes":{},"create":0,"modify":3,"delete":0,"area":0,"is_suspect":false,"harmful":null,"checked":false,"check_date":null,"host":"https://mapcomplete.osm.be/charging_stations.html","theme":"charging_stations","answer":4,"locale":"nl","imagery":"CartoDB.Voyager","add-image":1,"change_over_5000m":5,"id":123420883}},{"id":123418574,"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2276746,52.7233234],[13.2401327,52.7233234],[13.2401327,52.7277979],[13.2276746,52.7277979],[13.2276746,52.7233234]]]},"properties":{"check_user":null,"reasons":[{"id":40,"name":"New mapper"}],"tags":[],"features":[],"user":"SebastianFranz","uid":"16395555","editor":"MapComplete 0.7.2l","comment":"Adding data with #MapComplete for theme #waldbrand","comments_count":0,"source":"survey","imagery_used":"Not reported","date":"2022-07-10T03:41:33Z","reviewed_features":[],"tag_changes":{"fire_hydrant:type":["underground"],"fire_hydrant:diameter":["150"]},"create":2,"modify":4,"delete":0,"area":0.0000557437684500071,"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","id":123418574}}]} \ No newline at end of file diff --git a/test.ts b/test.ts index 1336dfbca..097e8bb36 100644 --- a/test.ts +++ b/test.ts @@ -1,3 +1,3 @@ import StatisticsGUI from "./UI/StatisticsGUI"; -new StatisticsGUI().setup() \ No newline at end of file +new StatisticsGUI().AttachTo("maindiv") \ No newline at end of file