diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index c671b9a733..b50322b13c 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -1,5 +1,6 @@ + Metatags ========== diff --git a/Docs/Tools/GenerateSeries.ts b/Docs/Tools/GenerateSeries.ts index 9bb2fa2032..1b8a075023 100644 --- a/Docs/Tools/GenerateSeries.ts +++ b/Docs/Tools/GenerateSeries.ts @@ -44,11 +44,23 @@ class StatsDownloader { if (year === currentYear && month === currentMonth && day === today.getDate() ) { break; } - const path = `${this._targetDirectory}/stats.${year}-${month}-${(day < 10 ? "0" : "") + day}.json` + const path = `${this._targetDirectory}/stats.${year}-${month}-${(day < 10 ? "0" : "") + day}.json` if(existsSync(path)){ + console.log("Skipping ", path,": already exists") continue } + try{ + await this.DownloadStatsForDay(year, month, day, path) + }catch(e){ + console.error(e) + console.error("Could not download "+year+"-"+month+"-"+day+"... Trying again") + try{ + await this.DownloadStatsForDay(year, month, day, path) + }catch(e){ + console.error("Could not download "+year+"-"+month+"-"+day+", skipping for now") + } + } } } } @@ -828,17 +840,21 @@ async function main(): Promise { if (process.argv.indexOf("--no-graphs") >= 0) { return } - await createMiscGraphs(allFeatures, emptyCS) - - const grbOnly = allFeatures.filter(f => f.properties.metadata.theme === "grb") - allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "grb") - await createGraphs(allFeatures, "") - await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020") - await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021") - await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022") - await createGraphs(allFeatures.filter(f => f.properties.metadata.theme === "toerisme_vlaanderen"), " met pin je punt", 0) - await createGraphs(grbOnly, " with the GRB import tool", 0) + const allFiles = readdirSync("Docs/Tools/stats").filter(p => p.endsWith(".json")) + writeFileSync("Docs/Tools/stats/file-overview.json", JSON.stringify(allFiles)) + + /* + await createMiscGraphs(allFeatures, emptyCS) + const grbOnly = allFeatures.filter(f => f.properties.metadata.theme === "grb") + allFeatures = allFeatures.filter(f => f.properties.metadata.theme !== "grb") + await createGraphs(allFeatures, "") + await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020") + await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021") + await createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022") + await createGraphs(allFeatures.filter(f => f.properties.metadata.theme === "toerisme_vlaanderen"), " met pin je punt", 0) + await createGraphs(grbOnly, " with the GRB import tool", 0) +*/ } main().then(_ => console.log("All done!")) diff --git a/Docs/Tools/stats/file-overview.json b/Docs/Tools/stats/file-overview.json new file mode 100644 index 0000000000..3fde2672ab --- /dev/null +++ b/Docs/Tools/stats/file-overview.json @@ -0,0 +1 @@ +["stats.2020-10.json","stats.2020-11.json","stats.2020-12.json","stats.2020-5.json","stats.2020-6.json","stats.2020-7.json","stats.2020-8.json","stats.2020-9.json","stats.2021-1.json","stats.2021-10.json","stats.2021-11.json","stats.2021-12.json","stats.2021-2.json","stats.2021-3.json","stats.2021-4.json","stats.2021-5.json","stats.2021-6.json","stats.2021-7.json","stats.2021-8.json","stats.2021-9.json","stats.2022-1.json","stats.2022-2.json","stats.2022-3.json","stats.2022-4.json","stats.2022-5-01.json","stats.2022-5-02.json","stats.2022-5-03.json","stats.2022-5-04.json","stats.2022-5-05.json","stats.2022-5-06.json","stats.2022-5-07.json","stats.2022-5-08.json","stats.2022-5-09.json","stats.2022-5-10.json","stats.2022-5-11.json","stats.2022-5-12.json","stats.2022-5-13.json","stats.2022-5-14.json","stats.2022-5-15.json","stats.2022-5-16.json","stats.2022-5-17.json","stats.2022-5-18.json","stats.2022-5-19.json","stats.2022-5-20.json","stats.2022-5-21.json","stats.2022-5-22.json","stats.2022-5-23.json","stats.2022-5-24.json","stats.2022-5-25.json","stats.2022-5-26.json","stats.2022-5-27.json","stats.2022-5-28.json","stats.2022-5-29.json","stats.2022-5-30.json","stats.2022-5-31.json","stats.2022-6-01.json","stats.2022-6-02.json","stats.2022-6-03.json","stats.2022-6-04.json","stats.2022-6-05.json","stats.2022-6-06.json","stats.2022-6-07.json","stats.2022-6-08.json","stats.2022-6-09.json","stats.2022-6-10.json","stats.2022-6-11.json","stats.2022-6-12.json","stats.2022-6-13.json","stats.2022-6-14.json","stats.2022-6-15.json","stats.2022-6-16.json","stats.2022-6-17.json","stats.2022-6-18.json","stats.2022-6-19.json","stats.2022-6-20.json","stats.2022-6-21.json","stats.2022-6-22.json","stats.2022-6-23.json","stats.2022-6-24.json","stats.2022-6-25.json","stats.2022-6-26.json","stats.2022-6-27.json","stats.2022-6-28.json","stats.2022-6-29.json","stats.2022-6-30.json","stats.2022-7-01.json","stats.2022-7-02.json","stats.2022-7-03.json","stats.2022-7-04.json","stats.2022-7-05.json","stats.2022-7-06.json","stats.2022-7-07.json","stats.2022-7-08.json","stats.2022-7-09.json","stats.2022-7-10.json","stats.2022-7-11.json","stats.2022-7-12.json","stats.2022-7-13.json","stats.2022-7-14.json","stats.2022-7-15.json","stats.2022-7-16.json","stats.2022-7-17.json","stats.2022-7-18.json","stats.2022-7-19.json","stats.2022-7-20.json","stats.2022-7-21.json","stats.2022-7-22.json","stats.2022-7-23.json","stats.2022-7-24.json","stats.2022-7-25.json","stats.2022-7-26.json","stats.2022-7-27.json","stats.2022-7-28.json"] \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-16.json b/Docs/Tools/stats/stats.2022-7-16.json new file mode 100644 index 0000000000..d7241ee095 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-16.json @@ -0,0 +1,4085 @@ +{ + "features": [ + { + "id": 123705233, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5728311, + 52.4547852 + ], + [ + 13.5741167, + 52.4547852 + ], + [ + 13.5741167, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4547852 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.22.2", + "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-16T23:41:46Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/8VcijHe.jpg" + ], + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000204172563999863, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123705233 + } + }, + { + "id": 123704516, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4128921, + 45.3147409 + ], + [ + 8.4247035, + 45.3147409 + ], + [ + 8.4247035, + 45.325316 + ], + [ + 8.4128921, + 45.325316 + ], + [ + 8.4128921, + 45.3147409 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T22:41:31Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "unclassified", + "secondary", + "residential", + "tertiary" + ], + "leisure": [ + "stadium" + ], + "name:etymology:wikidata": [ + "Q3947651", + "Q15042072", + "Q3579", + "Q3882204", + "Q113126008", + "Q42782", + "Q211866", + "Q1064", + "Q1873330", + "Q7322", + "Q21914886", + "Q1056738", + "Q44601", + "Q1403", + "Q15708195", + "Q296276" + ] + }, + "create": 0, + "modify": 34, + "delete": 0, + "area": 0.000124906736140039, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 41, + "locale": "it", + "imagery": "osm" + }, + "id": 123704516 + } + }, + { + "id": 123703735, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.992898, + 51.6729921 + ], + [ + 8.994659, + 51.6729921 + ], + [ + 8.994659, + 51.6742866 + ], + [ + 8.992898, + 51.6742866 + ], + [ + 8.992898, + 51.6729921 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Amenophis", + "uid": "53104", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T21:56:21Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "maxspeed": [ + "30" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000227961450000051, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_1000m": 1 + }, + "id": 123703735 + } + }, + { + "id": 123703623, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9999414, + 51.6764033 + ], + [ + 9.0000283, + 51.6764033 + ], + [ + 9.0000283, + 51.6764491 + ], + [ + 8.9999414, + 51.6764491 + ], + [ + 8.9999414, + 51.6764033 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Amenophis", + "uid": "53104", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T21:49:32Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 3.98002000017589e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/", + "move": 2, + "theme": "toilets", + "answer": 2, + "create": 1, + "locale": "de", + "move:node/9892326815": "improve_accuracy" + }, + "id": 123703623 + } + }, + { + "id": 123703031, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.1473812, + 52.3970232 + ], + [ + 14.1711617, + 52.3970232 + ], + [ + 14.1711617, + 52.4210025 + ], + [ + 14.1473812, + 52.4210025 + ], + [ + 14.1473812, + 52.3970232 + ] + ] + ] + }, + "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-07-16T21:19:38Z", + "reviewed_features": [], + "tag_changes": { + "water_tank:volume": [ + "96m³" + ] + }, + "create": 5, + "modify": 4, + "delete": 0, + "area": 0.000570239743650035, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123703031 + } + }, + { + "id": 123703013, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6007898, + 50.9555394 + ], + [ + 3.6007898, + 50.9555394 + ], + [ + 3.6007898, + 50.9555394 + ], + [ + 3.6007898, + 50.9555394 + ], + [ + 3.6007898, + 50.9555394 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "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-16T21:18:35Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/uBA2ouy.jpg" + ], + "waste": [ + "dog_excrement" + ], + "amenity": [ + "waste_basket" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123703013 + } + }, + { + "id": 123700917, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6818929, + 50.9548146 + ], + [ + 3.6820547, + 50.9548146 + ], + [ + 3.6820547, + 50.954958 + ], + [ + 3.6818929, + 50.954958 + ], + [ + 3.6818929, + 50.9548146 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T19:53:21Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/5hWzUgq.jpg", + "https://i.imgur.com/R1UTwFK.jpg" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 2.32021199998692e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 2 + }, + "id": 123700917 + } + }, + { + "id": 123700428, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4138909, + 45.323411 + ], + [ + 8.4331646, + 45.323411 + ], + [ + 8.4331646, + 45.3349645 + ], + [ + 8.4138909, + 45.3349645 + ], + [ + 8.4138909, + 45.323411 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T19:35:17Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "highway": [ + "unclassified", + "pedestrian", + "residential", + "tertiary", + "service" + ], + "landuse": [ + "education" + ], + "tourism": [ + "museum" + ], + "building": [ + "church", + "school" + ], + "name:etymology:wikidata": [ + "Q3649511", + "Q550262", + "Q2851732", + "Q102490", + "Q723652", + "Q721738", + "Q1241969", + "Q3719531", + "Q1395790", + "Q164294", + "Q1297903", + "Q2898897", + "Q113125217; Q113125226", + "Q113125494", + "Q113125237", + "Q113125250", + "Q7317", + "Q225937", + "Q469134", + "Q193660", + "Q1490296", + "Q17631842", + "Q113125204", + "Q166092", + "Q962574", + "Q3742254", + "Q330284", + "Q43440", + "Q41569098", + "Q16025272", + "Q31966", + "Q220", + "Q15708195", + "Q734108", + "Q669314" + ] + }, + "create": 0, + "modify": 86, + "delete": 0, + "area": 0.000222678692949954, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 109, + "locale": "it", + "imagery": "osm" + }, + "id": 123700428 + } + }, + { + "id": 123697542, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.320981, + 52.452696 + ], + [ + 13.325408, + 52.452696 + ], + [ + 13.325408, + 52.45295 + ], + [ + 13.320981, + 52.45295 + ], + [ + 13.320981, + 52.452696 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-16T17:45:48Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000112445799999196, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123697542 + } + }, + { + "id": 123697228, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3396281, + 52.546576 + ], + [ + 13.3477554, + 52.546576 + ], + [ + 13.3477554, + 52.546782 + ], + [ + 13.3396281, + 52.546782 + ], + [ + 13.3396281, + 52.546576 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "wtRocks", + "uid": "16563010", + "editor": "MapComplete 0.22.2", + "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-16T17:34:28Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2022-05-23", + "2020" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000167422379998858, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123697228 + } + }, + { + "id": 123696251, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.7645097, + 49.8151805 + ], + [ + 5.7645097, + 49.8151805 + ], + [ + 5.7645097, + 49.8151805 + ], + [ + 5.7645097, + 49.8151805 + ], + [ + 5.7645097, + 49.8151805 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ClarissaWAM", + "uid": "13745921", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T17:02:27Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "public_bookcase" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases", + "theme": "bookcases", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "id": 123696251 + } + }, + { + "id": 123695377, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T16:34:30Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/U9AfySA.jpg" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_within_500m": 1 + }, + "id": 123695377 + } + }, + { + "id": 123695355, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ], + [ + 9.4799761, + 48.3601967 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T16:33:22Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 5, + "locale": "de", + "imagery": "osm", + "change_within_500m": 5 + }, + "id": 123695355 + } + }, + { + "id": 123694466, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.2833372, + 51.3813464 + ], + [ + -0.2833372, + 51.3813464 + ], + [ + -0.2833372, + 51.3813464 + ], + [ + -0.2833372, + 51.3813464 + ], + [ + -0.2833372, + 51.3813464 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "hocu", + "uid": "374342", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T16:00:48Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/uw4pVt5.jpg" + ], + "bottle": [ + "yes" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 2 + }, + "id": 123694466 + } + }, + { + "id": 123692891, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.5705629, + 50.7559247 + ], + [ + 3.7334713, + 50.7559247 + ], + [ + 3.7334713, + 50.9955201 + ], + [ + 3.5705629, + 50.9955201 + ], + [ + 3.5705629, + 50.7559247 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T15:08:01Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "originally mapped as picnic_site as a node, so there's a small chance there is more than one table around" + ], + "image": [ + "https://i.imgur.com/gpYJYRd.jpg", + "https://i.imgur.com/eSoOR3O.jpg", + "https://i.imgur.com/jteeXFP.jpg" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ], + "material": [ + "wood" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.0390321032613598, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 7 + }, + "id": 123692891 + } + }, + { + "id": 123692702, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.501533, + 48.334189 + ], + [ + 9.5017576, + 48.334189 + ], + [ + 9.5017576, + 48.3343149 + ], + [ + 9.501533, + 48.3343149 + ], + [ + 9.501533, + 48.334189 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T15:02:21Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/9LKGvO5.jpg" + ], + "amenity": [ + "fire_station" + ], + "building": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.8277140000007e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "locale": "de", + "imagery": "HDM_HOT", + "add-image": 1, + "change_within_5000m": 1 + }, + "id": 123692702 + } + }, + { + "id": 123692384, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3494282, + 52.5433557 + ], + [ + 13.3494282, + 52.5433557 + ], + [ + 13.3494282, + 52.5433557 + ], + [ + 13.3494282, + 52.5433557 + ], + [ + 13.3494282, + 52.5433557 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "wtRocks", + "uid": "16563010", + "editor": "MapComplete 0.22.2", + "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-16T14:53:35Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2020" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123692384 + } + }, + { + "id": 123692313, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.8377016, + 48.6183345 + ], + [ + 9.8385239, + 48.6183345 + ], + [ + 9.8385239, + 48.618696 + ], + [ + 9.8377016, + 48.618696 + ], + [ + 9.8377016, + 48.6183345 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "SanSim", + "uid": "2481180", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T14:51:29Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "no" + ], + "leisure": [ + "playground" + ], + "surface": [ + "sand" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 2.97261449997143e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 3, + "locale": "en", + "imagery": "osm", + "change_within_25m": 2, + "change_within_50m": 1 + }, + "id": 123692313 + } + }, + { + "id": 123692290, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.4804874, + 48.3597746 + ], + [ + 9.4933764, + 48.3597746 + ], + [ + 9.4933764, + 48.4335803 + ], + [ + 9.4804874, + 48.4335803 + ], + [ + 9.4804874, + 48.3597746 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T14:50:34Z", + "reviewed_features": [], + "tag_changes": { + "books": [ + "adults" + ], + "image": [ + "https://i.imgur.com/duS62He.jpg", + "https://i.imgur.com/7Hlt67z.jpg" + ], + "amenity": [ + "public_bookcase" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.000951281667300108, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "id": 123692290 + } + }, + { + "id": 123691995, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5728311, + 52.4524625 + ], + [ + 13.5832241, + 52.4524625 + ], + [ + 13.5832241, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4524625 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.22.2", + "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-16T14:41:59Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/8VcijHe.jpg", + "https://i.imgur.com/yWTeyjf.jpg" + ], + "image:1": [ + "https://i.imgur.com/bAqb4Ts.jpg" + ], + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2018-07-14" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000189196250600005, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 10, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 3 + }, + "id": 123691995 + } + }, + { + "id": 123691874, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.4812102, + 48.359132 + ], + [ + 9.4812102, + 48.359132 + ], + [ + 9.4812102, + 48.359132 + ], + [ + 9.4812102, + 48.359132 + ], + [ + 9.4812102, + 48.359132 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T14:37:26Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/Hnhe0lo.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123691874 + } + }, + { + "id": 123690012, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2928969, + 52.4512699 + ], + [ + 13.3167194, + 52.4512699 + ], + [ + 13.3167194, + 52.4633525 + ], + [ + 13.2928969, + 52.4633525 + ], + [ + 13.2928969, + 52.4512699 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-16T13:38:46Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2018-08-28" + ], + "pump:status": [ + "ok", + "broken", + "funktioniert (<30x pumpen), allerdings geringe Hubwirkung, von Pflanzen zugewachsen", + "<10x pumpen" + ] + }, + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.000287837738499981, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 12, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123690012 + } + }, + { + "id": 123689830, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3014904, + 52.459499 + ], + [ + 13.3167194, + 52.459499 + ], + [ + 13.3167194, + 52.4654288 + ], + [ + 13.3014904, + 52.4654288 + ], + [ + 13.3014904, + 52.459499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-16T13:32:13Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2022-07-15" + ], + "pump:status": [ + "ok", + "broken", + "funktioniert, aber geringe Hubleistung", + "<10x pumpen" + ] + }, + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0000903049241999524, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 12, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123689830 + } + }, + { + "id": 123689131, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3366138, + 52.5445349 + ], + [ + 13.34861, + 52.5445349 + ], + [ + 13.34861, + 52.5484206 + ], + [ + 13.3366138, + 52.5484206 + ], + [ + 13.3366138, + 52.5445349 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "wtRocks", + "uid": "16563010", + "editor": "MapComplete 0.22.2", + "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-16T13:06:57Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16", + "2020" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000466136343399764, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123689131 + } + }, + { + "id": 123688358, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:42:09Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_5000m": 1 + }, + "id": 123688358 + } + }, + { + "id": 123688338, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3648461, + 50.6446228 + ], + [ + 4.3648461, + 50.6446228 + ], + [ + 4.3648461, + 50.6446228 + ], + [ + 4.3648461, + 50.6446228 + ], + [ + 4.3648461, + 50.6446228 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:41:31Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ], + "operator": [ + "Commune de Braine-l'Alleud" + ], + "service:bicycle:stand": [ + "yes" + ], + "service:bicycle:tools": [ + "yes" + ], + "service:bicycle:chain_tool": [ + "no" + ], + "service:bicycle:pump:operational_status": [ + "operational" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 6, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_5000m": 6 + }, + "id": 123688338 + } + }, + { + "id": 123688325, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:41:02Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 1 + }, + "id": 123688325 + } + }, + { + "id": 123688323, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:41:00Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 1 + }, + "id": 123688323 + } + }, + { + "id": 123688313, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3866363, + 50.6782283 + ], + [ + 4.3866363, + 50.6782283 + ], + [ + 4.3866363, + 50.6782283 + ], + [ + 4.3866363, + 50.6782283 + ], + [ + 4.3866363, + 50.6782283 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:40:39Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station" + ], + "operator": [ + "Commune de Braine-l'Alleud" + ], + "service:bicycle:stand": [ + "yes" + ], + "service:bicycle:chain_tool": [ + "no" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 3, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 3 + }, + "id": 123688313 + } + }, + { + "id": 123688310, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:40:34Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 1 + }, + "id": 123688310 + } + }, + { + "id": 123688299, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3713821, + 50.6782283 + ], + [ + 4.3866363, + 50.6782283 + ], + [ + 4.3866363, + 50.6835178 + ], + [ + 4.3713821, + 50.6835178 + ], + [ + 4.3713821, + 50.6782283 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:40:18Z", + "reviewed_features": [], + "tag_changes": { + "manual": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ], + "manometer": [ + "yes" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000806870908999461, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 3, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_500m": 2, + "change_within_1000m": 1 + }, + "id": 123688299 + } + }, + { + "id": 123688110, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3713821, + 50.6835178 + ], + [ + 4.3762446, + 50.6835178 + ], + [ + 4.3762446, + 50.6844698 + ], + [ + 4.3713821, + 50.6844698 + ], + [ + 4.3713821, + 50.6835178 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "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-16T12:32:56Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "manual": [ + "yes" + ], + "valves": [ + "sclaverand;dunlop;schrader" + ], + "amenity": [ + "bicycle_repair_station" + ], + "operator": [ + "Commune de Braine-l'Alleud" + ], + "manometer": [ + "yes" + ], + "service:bicycle:stand": [ + "yes" + ], + "service:bicycle:tools": [ + "yes" + ], + "service:bicycle:chain_tool": [ + "no" + ], + "service:bicycle:pump:operational_status": [ + "operational" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.00000462910000002492, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 15, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "change_within_500m": 15 + }, + "id": 123688110 + } + }, + { + "id": 123687601, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5983379, + 52.4512481 + ], + [ + 13.6011158, + 52.4512481 + ], + [ + 13.6011158, + 52.4532144 + ], + [ + 13.5983379, + 52.4532144 + ], + [ + 13.5983379, + 52.4512481 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.22.2", + "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-16T12:14:01Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000546218476999817, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123687601 + } + }, + { + "id": 123687406, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.598734, + 52.45106 + ], + [ + 13.598734, + 52.45106 + ], + [ + 13.598734, + 52.45106 + ], + [ + 13.598734, + 52.45106 + ], + [ + 13.598734, + 52.45106 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T12:05:21Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 5, + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123687406 + } + }, + { + "id": 123686322, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ] + ] + ] + }, + "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-16T11:24:22Z", + "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, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/bookcases.html", + "theme": "bookcases", + "create": 1, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 123686322 + } + }, + { + "id": 123685357, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.948541, + 48.8283068 + ], + [ + 12.9527034, + 48.8283068 + ], + [ + 12.9527034, + 48.8295964 + ], + [ + 12.948541, + 48.8295964 + ], + [ + 12.948541, + 48.8283068 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T10:51:34Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/v9czH68.jpg", + "https://i.imgur.com/HxbltPC.jpg" + ], + "waste": [ + "trash" + ], + "amenity": [ + "waste_basket" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000536783103999938, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_within_5000m": 3 + }, + "id": 123685357 + } + }, + { + "id": 123685224, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.213656, + 51.2095519 + ], + [ + 3.213656, + 51.2095519 + ], + [ + 3.213656, + 51.2095519 + ], + [ + 3.213656, + 51.2095519 + ], + [ + 3.213656, + 51.2095519 + ] + ] + ] + }, + "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 #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-16T10:46:19Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/h1uEjFM.jpg" + ], + "highway": [ + "crossing" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/rainbow_crossings.html", + "theme": "rainbow_crossings", + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_100m": 1 + }, + "id": 123685224 + } + }, + { + "id": 123683492, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7471712, + 53.1687541 + ], + [ + 13.8265709, + 53.1687541 + ], + [ + 13.8265709, + 53.1742049 + ], + [ + 13.7471712, + 53.1742049 + ], + [ + 13.7471712, + 53.1687541 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Mathias Jordan", + "uid": "16545675", + "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-16T09:49:23Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "Tragkraftspritze erforderlich" + ], + "image": [ + "https://i.imgur.com/4robX7v.jpg", + "https://i.imgur.com/RKBF46i.jpg" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000432791884759873, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123683492 + } + }, + { + "id": 123679307, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.3626227, + 45.8033054 + ], + [ + 8.7834663, + 45.8033054 + ], + [ + 8.7834663, + 46.298054 + ], + [ + 8.3626227, + 46.298054 + ], + [ + 8.3626227, + 45.8033054 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Enrico Rossi", + "uid": "53188", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T08:07:52Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "yes" + ], + "toilets": [ + "no" + ], + "tourism": [ + "caravan_site" + ], + "website": [ + "https://www.alestecamping.it/" + ], + "internet_access": [ + "no" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.208211781918961, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/campersite.html", + "theme": "campersite", + "answer": 4, + "locale": "it", + "imagery": "osm", + "change_over_5000m": 2 + }, + "id": 123679307 + } + }, + { + "id": 123679175, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8901606, + 51.1670844 + ], + [ + 4.8959274, + 51.1670844 + ], + [ + 4.8959274, + 51.1745264 + ], + [ + 4.8901606, + 51.1745264 + ], + [ + 4.8901606, + 51.1670844 + ] + ] + ] + }, + "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-16T08:03:21Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3948312", + "Gbg/6220688", + "Gbg/6427330" + ], + "source:geometry:date": [ + "2014-05-02", + "2018-02-26", + "2018-10-24" + ] + }, + "create": 29, + "modify": 15, + "delete": 0, + "area": 0.0000429165255999853, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 12, + "theme": "grb", + "import": 3, + "locale": "nl", + "imagery": "AGIV", + "conflation": 6 + }, + "id": 123679175 + } + }, + { + "id": 123678483, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8904247, + 51.1745987 + ], + [ + 4.8980733, + 51.1745987 + ], + [ + 4.8980733, + 51.178917 + ], + [ + 4.8904247, + 51.178917 + ], + [ + 4.8904247, + 51.1745987 + ] + ] + ] + }, + "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-16T07:38:21Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house" + ], + "addr:housenumber": [ + "87", + "47" + ], + "source:geometry:ref": [ + "Gbg/3951154", + "Gbg/3948335", + "Gbg/6508555", + "Gbg/3951181" + ], + "source:geometry:date": [ + "2013-02-20", + "2018-10-24", + "2012-11-15" + ] + }, + "create": 70, + "modify": 29, + "delete": 2, + "area": 0.0000330289493800121, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 26, + "theme": "grb", + "answer": 1, + "delete": 2, + "import": 6, + "locale": "nl", + "imagery": "AGIV", + "conflation": 8, + "change_over_5000m": 3 + }, + "id": 123678483 + } + }, + { + "id": 123678424, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8983717, + 51.1784901 + ], + [ + 4.8987046, + 51.1784901 + ], + [ + 4.8987046, + 51.1787187 + ], + [ + 4.8983717, + 51.1787187 + ], + [ + 4.8983717, + 51.1784901 + ] + ] + ] + }, + "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-16T07:36:54Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948357" + ], + "source:geometry:date": [ + "2013-02-20" + ] + }, + "create": 10, + "modify": 7, + "delete": 0, + "area": 7.61009399999522e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 6, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123678424 + } + }, + { + "id": 123678413, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8981058, + 51.1778025 + ], + [ + 4.8992891, + 51.1778025 + ], + [ + 4.8992891, + 51.1782242 + ], + [ + 4.8981058, + 51.1782242 + ], + [ + 4.8981058, + 51.1778025 + ] + ] + ] + }, + "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-16T07:36:25Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948413", + "Gbg/3948434" + ], + "source:geometry:date": [ + "2013-02-20", + "2017-03-01" + ] + }, + "create": 17, + "modify": 10, + "delete": 0, + "area": 4.98997610004739e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 8, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 4 + }, + "id": 123678413 + } + }, + { + "id": 123678234, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8986852, + 51.1752148 + ], + [ + 4.9027244, + 51.1752148 + ], + [ + 4.9027244, + 51.1796332 + ], + [ + 4.8986852, + 51.1796332 + ], + [ + 4.8986852, + 51.1752148 + ] + ] + ] + }, + "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-16T07:30:01Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3948557", + "Gbg/3948031", + "Gbg/4928262", + "Gbg/5862403", + "Gbg/4928326", + "Gbg/3948554", + "Gbg/3948108", + "Gbg/3948107", + "Gbg/5862518", + "Gbg/3948110", + "Gbg/3948111", + "Gbg/3948558", + "Gbg/3948560", + "Gbg/3948399", + "Gbg/3948400", + "Gbg/3948378", + "Gbg/3948537", + "Gbg/3947848" + ], + "source:geometry:date": [ + "2012-11-15", + "2015-11-24", + "2017-03-01", + "2014-12-04", + "2013-02-20", + "2021-10-25", + "2020-03-16" + ] + }, + "create": 116, + "modify": 113, + "delete": 0, + "area": 0.0000178468012799959, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 97, + "theme": "grb", + "import": 9, + "locale": "nl", + "imagery": "AGIV", + "conflation": 36, + "change_over_5000m": 9 + }, + "id": 123678234 + } + }, + { + "id": 123678224, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9021193, + 51.1778979 + ], + [ + 4.9023911, + 51.1778979 + ], + [ + 4.9023911, + 51.1780085 + ], + [ + 4.9021193, + 51.1780085 + ], + [ + 4.9021193, + 51.1778979 + ] + ] + ] + }, + "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-16T07:29:43Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948109" + ], + "source:geometry:date": [ + "2013-02-20" + ] + }, + "create": 6, + "modify": 5, + "delete": 0, + "area": 3.00610799998254e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123678224 + } + }, + { + "id": 123678216, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9021894, + 51.1777193 + ], + [ + 4.9024621, + 51.1777193 + ], + [ + 4.9024621, + 51.1778337 + ], + [ + 4.9021894, + 51.1778337 + ], + [ + 4.9021894, + 51.1777193 + ] + ] + ] + }, + "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-16T07:29:29Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948102" + ], + "source:geometry:date": [ + "2015-11-24" + ] + }, + "create": 2, + "modify": 5, + "delete": 0, + "area": 3.11968800002932e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123678216 + } + }, + { + "id": 123678204, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9022195, + 51.1769164 + ], + [ + 4.9027329, + 51.1769164 + ], + [ + 4.9027329, + 51.1775875 + ], + [ + 4.9022195, + 51.1775875 + ], + [ + 4.9022195, + 51.1769164 + ] + ] + ] + }, + "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-16T07:28:55Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948054", + "Gbg/3948053", + "Gbg/3948055", + "Gbg/3948056" + ], + "source:geometry:date": [ + "2018-10-24", + "2015-11-24", + "2013-02-20", + "2014-12-04" + ] + }, + "create": 15, + "modify": 28, + "delete": 0, + "area": 3.44542739999047e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 24, + "theme": "grb", + "import": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 8, + "change_over_5000m": 1 + }, + "id": 123678204 + } + }, + { + "id": 123677869, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8995658, + 51.1750843 + ], + [ + 4.9025739, + 51.1750843 + ], + [ + 4.9025739, + 51.1771931 + ], + [ + 4.8995658, + 51.1771931 + ], + [ + 4.8995658, + 51.1750843 + ] + ] + ] + }, + "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-16T07:14:47Z", + "reviewed_features": [], + "tag_changes": { + "landuse": [ + "residential", + "forest" + ], + "building": [ + "house", + "yes", + "roof" + ], + "addr:street": [ + "Lichtaartseweg" + ], + "addr:housenumber": [ + "9" + ], + "source:geometry:ref": [ + "Gbg/3948016", + "Gbg/3948019", + "Gbg/3948021", + "Gbg/3948051", + "Gbg/3948398", + "Gbg/3948393", + "Gbg/3948432", + "Gbg/3948394", + "Gbg/3948433", + "Gbg/3948395", + "Gbg/7019771", + "Gbg/3948381", + "Gbg/3948115", + "Gbg/3948392", + "Gbg/3948116", + "Gbg/3948117", + "Gbg/3948397", + "Gbg/3948114", + "Gbg/3948015", + "Gbg/3948017", + "Gbg/3948018", + "Gbg/5403581", + "Gbg/5862269" + ], + "source:geometry:date": [ + "2012-11-15", + "2018-10-24", + "2013-02-20", + "2021-10-25", + "2014-05-02", + "2015-11-24", + "2017-03-01" + ] + }, + "create": 273, + "modify": 146, + "delete": 0, + "area": 0.00000634348127998415, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 127, + "theme": "grb", + "answer": 1, + "import": 12, + "locale": "nl", + "imagery": "AGIV", + "conflation": 46 + }, + "id": 123677869 + } + }, + { + "id": 123676767, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8983425, + 51.1721806 + ], + [ + 4.9028566, + 51.1721806 + ], + [ + 4.9028566, + 51.1770687 + ], + [ + 4.8983425, + 51.1770687 + ], + [ + 4.8983425, + 51.1721806 + ] + ] + ] + }, + "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-16T06:28:58Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "pub" + ], + "building": [ + "house", + "yes", + "roof" + ], + "addr:housenumber": [ + "27;27A", + "27" + ], + "source:geometry:ref": [ + "Gbg/3948022", + "Gbg/6910823", + "Gbg/3948047", + "Gbg/3948048", + "Gbg/3948049", + "Gbg/3948050", + "Gbg/4011925", + "Gbg/4011924", + "Gbg/4012155", + "Gbg/4011923", + "Gbg/4011922", + "Gbg/4011921", + "Gbg/4012162", + "Gbg/4011920", + "Gbg/4012161", + "Gbg/4012160", + "Gbg/4012153", + "Gbg/4012149", + "Gbg/4012150", + "Gbg/4012151", + "Gbg/4012157", + "Gbg/4012163", + "Gbg/5862547", + "Gbg/4012164", + "Gbg/4012147", + "Gbg/4012165", + "Gbg/4012148", + "Gbg/4928207", + "Gbg/4011215", + "Gbg/4011217", + "Gbg/3948121", + "Gbg/3948122", + "Gbg/4678954", + "Gbg/4012158", + "Gbg/4012159", + "Gbg/6057090", + "Gbg/6507908", + "Gbg/3948131" + ], + "source:geometry:date": [ + "2018-10-24", + "2021-10-25", + "2012-11-15", + "2013-02-20", + "2015-11-24", + "2013-01-07", + "2017-03-01", + "2014-12-04", + "2021-09-10", + "2017-10-16" + ] + }, + "create": 240, + "modify": 222, + "delete": 6, + "area": 0.000022065372210009, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 187, + "theme": "grb", + "answer": 1, + "delete": 6, + "import": 27, + "locale": "nl", + "imagery": "AGIV", + "conflation": 76, + "change_over_5000m": 18 + }, + "id": 123676767 + } + }, + { + "id": 123676751, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8998183, + 51.1727238 + ], + [ + 4.9003626, + 51.1727238 + ], + [ + 4.9003626, + 51.1730773 + ], + [ + 4.8998183, + 51.1730773 + ], + [ + 4.8998183, + 51.1727238 + ] + ] + ] + }, + "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-16T06:28:18Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/4012154" + ], + "source:geometry:date": [ + "2013-02-20" + ] + }, + "create": 23, + "modify": 5, + "delete": 0, + "area": 1.9241005000169e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 2, + "change_over_5000m": 4 + }, + "id": 123676751 + } + }, + { + "id": 123676721, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9003058, + 51.1724306 + ], + [ + 4.9014885, + 51.1724306 + ], + [ + 4.9014885, + 51.173164 + ], + [ + 4.9003058, + 51.173164 + ], + [ + 4.9003058, + 51.1724306 + ] + ] + ] + }, + "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-16T06:26:48Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/5862505", + "Gbg/4011928", + "Gbg/4011194", + "Gbg/4012152", + "Gbg/4011202", + "Gbg/4011196", + "Gbg/4011195" + ], + "source:geometry:date": [ + "2017-03-01", + "2013-01-07", + "2013-02-20" + ] + }, + "create": 102, + "modify": 33, + "delete": 0, + "area": 8.6739218000185e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 28, + "theme": "grb", + "import": 8, + "locale": "nl", + "imagery": "AGIV", + "conflation": 14, + "change_over_5000m": 8 + }, + "id": 123676721 + } + }, + { + "id": 123672585, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T00:28:50Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station" + ], + "manometer": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager" + }, + "id": 123672585 + } + }, + { + "id": 123672576, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ], + [ + 4.5059007, + 50.6135052 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "eMerzh", + "uid": "15399", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-16T00:28:05Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 5, + "locale": "fr", + "imagery": "CartoDB.Voyager" + }, + "id": 123672576 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-17.json b/Docs/Tools/stats/stats.2022-7-17.json new file mode 100644 index 0000000000..13bc39d72b --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-17.json @@ -0,0 +1,2293 @@ +{ + "features": [ + { + "id": 123738095, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "degutant", + "uid": "4974073", + "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-17T23:49:35Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123738095 + } + }, + { + "id": 123737100, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.9126061, + 40.7065429 + ], + [ + -73.910608, + 40.7065429 + ], + [ + -73.910608, + 40.7085286 + ], + [ + -73.9126061, + 40.7085286 + ], + [ + -73.9126061, + 40.7065429 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "iD 2.21.1", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "local knowledge;streetlevel imagery;survey", + "imagery_used": "OpenStreetMap (Standard)", + "date": "2022-07-17T22:31:20Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "apartments", + "industrial", + "yes", + "office" + ], + "man_made": [ + "surveillance" + ], + "camera:type": [ + "fixed", + "panning", + "dome" + ], + "camera:mount": [ + "wall" + ], + "surveillance": [ + "public", + "outdoor" + ], + "camera:direction": [ + "80", + "180", + "300", + "150" + ], + "surveillance:type": [ + "camera" + ], + "surveillance:zone": [ + "street" + ] + }, + "create": 42, + "modify": 33, + "delete": 0, + "area": 0.00000396762717001472, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://www.openstreetmap.org/edit", + "locale": "en", + "hashtags": "#MapComplete;#surveillance", + "changesets_count": 178 + }, + "id": 123737100 + } + }, + { + "id": 123736584, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2953526, + 51.1142874 + ], + [ + 3.2953573, + 51.1142874 + ], + [ + 3.2953573, + 51.1143143 + ], + [ + 3.2953526, + 51.1143143 + ], + [ + 3.2953526, + 51.1142874 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T22:00:19Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/UW1jv6O.jpg" + ], + "amenity": [ + "bench" + ], + "survey:date": [ + "2022-07-17" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.26429999970845e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", + "theme": "toerisme_vlaanderen", + "answer": 2, + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123736584 + } + }, + { + "id": 123736272, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7318155, + 51.0103227 + ], + [ + 4.7318155, + 51.0103227 + ], + [ + 4.7318155, + 51.0103227 + ], + [ + 4.7318155, + 51.0103227 + ], + [ + 4.7318155, + 51.0103227 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T21:40:07Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "picnic_table" + ], + "material": [ + "wood" + ], + "mapillary": [ + "726243168527043" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 1, + "locale": "en", + "imagery": "AGIV", + "link-image": 1 + }, + "id": 123736272 + } + }, + { + "id": 123736230, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T21:38:11Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 1 + }, + "id": 123736230 + } + }, + { + "id": 123736210, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.9120589, + 40.707555 + ], + [ + -73.9117892, + 40.707555 + ], + [ + -73.9117892, + 40.7077315 + ], + [ + -73.9120589, + 40.7077315 + ], + [ + -73.9120589, + 40.707555 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T21:37:14Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "apartments" + ], + "man_made": [ + "surveillance" + ] + }, + "create": 2, + "modify": 5, + "delete": 0, + "area": 4.76020500012578e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 6, + "create": 4, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 10 + }, + "id": 123736210 + } + }, + { + "id": 123736202, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T21:36:53Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 1 + }, + "id": 123736202 + } + }, + { + "id": 123736093, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.9127789, + 40.7073409 + ], + [ + -73.9122046, + 40.7073409 + ], + [ + -73.9122046, + 40.7079326 + ], + [ + -73.9127789, + 40.7079326 + ], + [ + -73.9127789, + 40.7073409 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "davidtorcivia", + "uid": "1798584", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T21:31:29Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "apartments" + ], + "man_made": [ + "surveillance" + ], + "camera:type": [ + "fixed" + ], + "camera:mount": [ + "wall" + ], + "surveillance": [ + "public" + ], + "camera:direction": [ + "60" + ], + "surveillance:type": [ + "camera" + ], + "surveillance:zone": [ + "corridor" + ] + }, + "create": 6, + "modify": 13, + "delete": 0, + "area": 3.39813310007076e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 25, + "create": 13, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 37 + }, + "id": 123736093 + } + }, + { + "id": 123735832, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.28407, + 51.1133528 + ], + [ + 3.2953639, + 51.1133528 + ], + [ + 3.2953639, + 51.1144932 + ], + [ + 3.28407, + 51.1144932 + ], + [ + 3.28407, + 51.1133528 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.22.2", + "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-07-17T21:18:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/S5KHp4D.jpg", + "https://i.imgur.com/udPdfLY.jpg" + ], + "survey:date": [ + "2022-07-17", + "2022-05-21" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000128795635599667, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/seppesantens/mapcomplete-themes/main/walkingnodenetworks/walkingnodenetworks.json", + "answer": 1, + "locale": "en", + "imagery": "osm", + "add-image": 2 + }, + "id": 123735832 + } + }, + { + "id": 123734126, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3684603, + 50.866271 + ], + [ + 4.3684603, + 50.866271 + ], + [ + 4.3684603, + 50.866271 + ], + [ + 4.3684603, + 50.866271 + ], + [ + 4.3684603, + 50.866271 + ] + ] + ] + }, + "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 #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T20:13:53Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/60psbgZ.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_500m": 2 + }, + "id": 123734126 + } + }, + { + "id": 123732793, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.5114034, + 64.1234707 + ], + [ + 29.5114034, + 64.1234707 + ], + [ + 29.5114034, + 64.1234707 + ], + [ + 29.5114034, + 64.1234707 + ], + [ + 29.5114034, + 64.1234707 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T19:22:15Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "hgv": [ + "no" + ], + "access": [ + "yes" + ], + "amenity": [ + "charging_station" + ], + "bicycle": [ + "no" + ], + "network": [ + "ABC-lataus" + ], + "scooter": [ + "no" + ], + "motorcar": [ + "yes" + ], + "opening_hours": [ + "24/7" + ], + "authentication:app": [ + "yes" + ], + "authentication:nfc": [ + "no" + ], + "authentication:none": [ + "no" + ], + "authentication:debit_card": [ + "no" + ], + "authentication:money_card": [ + "no" + ], + "authentication:phone_call": [ + "no" + ], + "authentication:short_message": [ + "no" + ], + "authentication:membership_card": [ + "no" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 5, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123732793 + } + }, + { + "id": 123732607, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.5043359, + 64.1264983 + ], + [ + 29.5043359, + 64.1264983 + ], + [ + 29.5043359, + 64.1264983 + ], + [ + 29.5043359, + 64.1264983 + ], + [ + 29.5043359, + 64.1264983 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T19:16:23Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "hinged" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/entrances.html", + "theme": "entrances", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123732607 + } + }, + { + "id": 123732117, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.4781819, + 64.1254735 + ], + [ + 29.5063141, + 64.1254735 + ], + [ + 29.5063141, + 64.1288879 + ], + [ + 29.4781819, + 64.1288879 + ], + [ + 29.4781819, + 64.1254735 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T18:59:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ], + "material": [ + "wood" + ], + "direction": [ + "184", + "129" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000960545836799195, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 6, + "locale": "en", + "imagery": "osm" + }, + "id": 123732117 + } + }, + { + "id": 123730326, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0227652, + 38.8177393 + ], + [ + 0.1081794, + 38.8177393 + ], + [ + 0.1081794, + 38.8409952 + ], + [ + 0.0227652, + 38.8409952 + ], + [ + 0.0227652, + 38.8177393 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T18:04:40Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes", + "customers" + ], + "amenity": [ + "toilets" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:handwashing": [ + "yes" + ], + "toilets:paper_supplied": [ + "yes" + ], + "changing_table:location": [ + "dedicated_room" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0019863840937802, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 8, + "locale": "ca", + "imagery": "osm", + "change_over_5000m": 5, + "change_within_500m": 1, + "change_within_5000m": 2 + }, + "id": 123730326 + } + }, + { + "id": 123730241, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3431349, + 50.8343268 + ], + [ + 4.3431349, + 50.8343268 + ], + [ + 4.3431349, + 50.8343268 + ], + [ + 4.3431349, + 50.8343268 + ], + [ + 4.3431349, + 50.8343268 + ] + ] + ] + }, + "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 #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T18:01:16Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123730241 + } + }, + { + "id": 123730224, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ], + [ + 3.7106323, + 51.0337654 + ] + ] + ] + }, + "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": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T18:00:30Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/awrONsS.jpg" + ], + "amenity": [ + "public_bookcase" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/", + "theme": "bookcases", + "locale": "en", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123730224 + } + }, + { + "id": 123730185, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3244702, + 52.4798497 + ], + [ + 13.3261039, + 52.4798497 + ], + [ + 13.3261039, + 52.4828121 + ], + [ + 13.3244702, + 52.4828121 + ], + [ + 13.3244702, + 52.4798497 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Wikinaut", + "uid": "120965", + "editor": "MapComplete 0.22.2", + "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-17T17:59:07Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-17", + "2020-09-11" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00000483967287998835, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123730185 + } + }, + { + "id": 123728785, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.742032, + 45.8224151 + ], + [ + 8.742032, + 45.8224151 + ], + [ + 8.742032, + 45.8224151 + ], + [ + 8.742032, + 45.8224151 + ], + [ + 8.742032, + 45.8224151 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Enrico Rossi", + "uid": "53188", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T17:14:13Z", + "reviewed_features": [], + "tag_changes": { + "opening_hours": [ + "24/7" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 1, + "locale": "it", + "imagery": "osm" + }, + "id": 123728785 + } + }, + { + "id": 123728685, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6744806, + 45.807953 + ], + [ + 8.742032, + 45.807953 + ], + [ + 8.742032, + 45.8224151 + ], + [ + 8.6744806, + 45.8224151 + ], + [ + 8.6744806, + 45.807953 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Enrico Rossi", + "uid": "53188", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T17:11:29Z", + "reviewed_features": [], + "tag_changes": { + "level": [ + "0" + ], + "defibrillator:location": [ + "entrata" + ], + "defibrillator:location:en": [ + "entrance" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000976935101940187, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 7, + "locale": "it", + "imagery": "osm" + }, + "id": 123728685 + } + }, + { + "id": 123727615, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 43.9580074, + 56.3257362 + ], + [ + 43.9580074, + 56.3257362 + ], + [ + 43.9580074, + 56.3257362 + ], + [ + 43.9580074, + 56.3257362 + ], + [ + 43.9580074, + 56.3257362 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "alexashh", + "uid": "9054103", + "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-17T16:35:20Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 4, + "create": 1, + "locale": "ru", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 + }, + "id": 123727615 + } + }, + { + "id": 123725573, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.2732669, + 53.3027304 + ], + [ + 6.2732669, + 53.3027304 + ], + [ + 6.2732669, + 53.3027304 + ], + [ + 6.2732669, + 53.3027304 + ], + [ + 6.2732669, + 53.3027304 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T15:33:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 7 + }, + "id": 123725573 + } + }, + { + "id": 123723796, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3109171, + 52.4614888 + ], + [ + 13.3285439, + 52.4614888 + ], + [ + 13.3285439, + 52.4670047 + ], + [ + 13.3109171, + 52.4670047 + ], + [ + 13.3109171, + 52.4614888 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-17T14:38:45Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-17", + "2022-07-16", + "2022-07-15", + "2020-09-11" + ], + "pump:status": [ + "ok", + "es kommt Wasser, aber die Pumpe blockiert manchmal", + "blocked" + ] + }, + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.0000972276661199829, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 11, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123723796 + } + }, + { + "id": 123721698, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ], + [ + 13.5728311, + 52.4706667 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.22.2", + "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-17T13:39:55Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-16" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123721698 + } + }, + { + "id": 123719624, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7938218, + 53.1285286 + ], + [ + 13.7939242, + 53.1285286 + ], + [ + 13.7939242, + 53.1285629 + ], + [ + 13.7938218, + 53.1285629 + ], + [ + 13.7938218, + 53.1285286 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FFw Groß-Fredenwalde", + "uid": "16545424", + "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-17T12:31:24Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "Fehleintrag" + ], + "image": [ + "https://i.imgur.com/fsRvh6G.jpg" + ], + "fire_hydrant:diameter": [ + "100" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 3.5123199995515e-9, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123719624 + } + }, + { + "id": 123716294, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3141906, + 52.4544938 + ], + [ + 13.3254543, + 52.4544938 + ], + [ + 13.3254543, + 52.4613384 + ], + [ + 13.3141906, + 52.4613384 + ], + [ + 13.3141906, + 52.4544938 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-17T10:45:46Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-17" + ], + "pump:status": [ + "broken", + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000770955210200142, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123716294 + } + }, + { + "id": 123715601, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.5030276, + 48.3736517 + ], + [ + 9.5030276, + 48.3736517 + ], + [ + 9.5030276, + 48.3736517 + ], + [ + 9.5030276, + 48.3736517 + ], + [ + 9.5030276, + 48.3736517 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-17T10:22:21Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123715601 + } + }, + { + "id": 123715522, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.8221405, + 53.3021287 + ], + [ + 13.8525769, + 53.3021287 + ], + [ + 13.8525769, + 53.3800462 + ], + [ + 13.8221405, + 53.3800462 + ], + [ + 13.8221405, + 53.3021287 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FFw Groß-Fredenwalde", + "uid": "16545424", + "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-17T10:20:43Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "Nicht zugänglich", + "Fehleintrag, Hydrant ist nur Deko der FFw", + "Bei Nutzung fehlt Anwohnern nach geraumer Zeit das Wasser in den Häusern" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0.00237152819700024, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "EsriWorldImagery", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123715522 + } + }, + { + "id": 123715039, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3424824, + 51.6648863 + ], + [ + 14.3495554, + 51.6648863 + ], + [ + 14.3495554, + 51.6703711 + ], + [ + 14.3424824, + 51.6703711 + ], + [ + 14.3424824, + 51.6648863 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-17T10:06:22Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 8, + "modify": 7, + "delete": 0, + "area": 0.0000387939903999854, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123715039 + } + }, + { + "id": 123711005, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.1609223, + 52.3981639 + ], + [ + 14.1661124, + 52.3981639 + ], + [ + 14.1661124, + 52.3982441 + ], + [ + 14.1609223, + 52.3982441 + ], + [ + 14.1609223, + 52.3981639 + ] + ] + ] + }, + "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-07-17T08:05:20Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 2, + "modify": 2, + "delete": 0, + "area": 4.16246019996418e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123711005 + } + }, + { + "id": 123710987, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4057141, + 45.3228077 + ], + [ + 8.4304936, + 45.3228077 + ], + [ + 8.4304936, + 45.3344139 + ], + [ + 8.4057141, + 45.3344139 + ], + [ + 8.4057141, + 45.3228077 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-17T08:04:42Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "highway": [ + "tertiary", + "secondary", + "unclassified", + "residential" + ], + "landuse": [ + "education" + ], + "name:etymology:wikidata": [ + "Q3376", + "Q113127925", + "Q42945", + "Q9275", + "Q19886017", + "Q3770509", + "Q113128010", + "Q6596", + "Q6537", + "Q3861764", + "Q13670", + "Q39473", + "Q13410", + "Q103842234", + "Q3724277", + "Q43440", + "Q375769" + ] + }, + "create": 0, + "modify": 32, + "delete": 0, + "area": 0.000287595832900061, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 35, + "locale": "it", + "imagery": "osm" + }, + "id": 123710987 + } + }, + { + "id": 123706455, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -87.6339968, + 41.4676676 + ], + [ + -87.0616656, + 41.4676676 + ], + [ + -87.0616656, + 41.8934169 + ], + [ + -87.6339968, + 41.8934169 + ], + [ + -87.6339968, + 41.4676676 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9890724657", + "name": "Valparaiso Bike Share", + "osm_id": 9890724657, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "amenity": "bicycle_library" + } + } + ], + "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-17T01:49:29Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Valparaiso Bike Share" + ], + "amenity": [ + "bicycle_library", + "bicycle_parking" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.243669607768163, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 4, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 4 + }, + "id": 123706455 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-18.json b/Docs/Tools/stats/stats.2022-7-18.json new file mode 100644 index 0000000000..008ada35b6 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-18.json @@ -0,0 +1,3226 @@ +{ + "features": [ + { + "id": 123783119, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1115228, + 38.8393253 + ], + [ + 0.1117144, + 38.8393253 + ], + [ + 0.1117144, + 38.8394937 + ], + [ + 0.1115228, + 38.8394937 + ], + [ + 0.1115228, + 38.8393253 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T23:59:21Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ], + "surface": [ + "paving_stones" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.22654399999493e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "ca", + "imagery": "osm", + "change_within_500m": 1 + }, + "id": 123783119 + } + }, + { + "id": 123783090, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1022411, + 38.837667 + ], + [ + 0.1051336, + 38.837667 + ], + [ + 0.1051336, + 38.8389325 + ], + [ + 0.1022411, + 38.8389325 + ], + [ + 0.1022411, + 38.837667 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T23:56:25Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "landuse": [ + "education" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "ca;es" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000366045874998627, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education.html", + "theme": "education", + "answer": 4, + "locale": "ca", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 4 + }, + "id": 123783090 + } + }, + { + "id": 123783066, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -78.6618868, + 26.5233694 + ], + [ + -78.6613369, + 26.5233694 + ], + [ + -78.6613369, + 26.5238844 + ], + [ + -78.6618868, + 26.5238844 + ], + [ + -78.6618868, + 26.5233694 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "InsertUser", + "uid": "89098", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T23:54:55Z", + "reviewed_features": [], + "tag_changes": { + "phone": [ + "+1 242 373 7400", + "+242 373 7400" + ], + "amenity": [ + "hospital" + ], + "building": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.83198500005166e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123783066 + } + }, + { + "id": 123783037, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1026098, + 38.8342001 + ], + [ + 0.1090525, + 38.8342001 + ], + [ + 0.1090525, + 38.8370447 + ], + [ + 0.1026098, + 38.8370447 + ], + [ + 0.1026098, + 38.8342001 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T23:52:00Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "hgv": [ + "no" + ], + "access": [ + "yes" + ], + "amenity": [ + "charging_station" + ], + "bicycle": [ + "no" + ], + "scooter": [ + "yes" + ], + "motorcar": [ + "yes" + ], + "parking:fee": [ + "no" + ], + "socket:type2": [ + "2" + ], + "opening_hours": [ + "24/7" + ], + "socket:type2:output": [ + "22 kW" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.0000183269044200199, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 9, + "locale": "ca", + "imagery": "CartoDB.Voyager", + "change_within_500m": 3, + "change_within_1000m": 6 + }, + "id": 123783037 + } + }, + { + "id": 123783019, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1090525, + 38.8370447 + ], + [ + 0.1090525, + 38.8370447 + ], + [ + 0.1090525, + 38.8370447 + ], + [ + 0.1090525, + 38.8370447 + ], + [ + 0.1090525, + 38.8370447 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T23:51:10Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 3, + "locale": "ca", + "imagery": "CartoDB.Voyager", + "change_within_500m": 3 + }, + "id": 123783019 + } + }, + { + "id": 123782333, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4731632, + 50.1840832 + ], + [ + 8.5688285, + 50.1840832 + ], + [ + 8.5688285, + 50.2252182 + ], + [ + 8.4731632, + 50.2252182 + ], + [ + 8.4731632, + 50.1840832 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Elch12", + "uid": "20736", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T22:56:20Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "leisure": [ + "nature_reserve" + ], + "boundary": [ + "protected_area" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00393519211549973, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/nature.html", + "theme": "nature", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123782333 + } + }, + { + "id": 123782297, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Elch12", + "uid": "20736", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T22:54:04Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123782297 + } + }, + { + "id": 123782241, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4054672, + 51.0449415 + ], + [ + 3.4110054, + 51.0449415 + ], + [ + 3.4110054, + 51.0467913 + ], + [ + 3.4054672, + 51.0467913 + ], + [ + 3.4054672, + 51.0449415 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:51:06Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "industrial", + "house" + ] + }, + "create": 4, + "modify": 4, + "delete": 0, + "area": 0.0000102445623600127, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 5, + "create": 8, + "locale": "en", + "imagery": "osm" + }, + "id": 123782241 + } + }, + { + "id": 123782204, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:49:07Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 1, + "locale": "en", + "imagery": "AGIV" + }, + "id": 123782204 + } + }, + { + "id": 123782115, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4084145, + 51.0430034 + ], + [ + 3.4109973, + 51.0430034 + ], + [ + 3.4109973, + 51.0445817 + ], + [ + 3.4084145, + 51.0445817 + ], + [ + 3.4084145, + 51.0430034 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:44:42Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "industrial" + ] + }, + "create": 4, + "modify": 6, + "delete": 0, + "area": 0.00000407643323999589, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 9, + "create": 8, + "locale": "en", + "imagery": "AGIV" + }, + "id": 123782115 + } + }, + { + "id": 123782107, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:44:07Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 3, + "locale": "en", + "imagery": "osm" + }, + "id": 123782107 + } + }, + { + "id": 123781969, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3874313, + 51.0335647 + ], + [ + 3.3957666, + 51.0335647 + ], + [ + 3.3957666, + 51.0458705 + ], + [ + 3.3874313, + 51.0458705 + ], + [ + 3.3874313, + 51.0335647 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:37:06Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "sports_hall" + ], + "building": [ + "yes", + "house", + "retail" + ] + }, + "create": 6, + "modify": 9, + "delete": 0, + "area": 0.000102572534740002, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 14, + "create": 12, + "locale": "en", + "imagery": "osm" + }, + "id": 123781969 + } + }, + { + "id": 123781953, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:36:36Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123781953 + } + }, + { + "id": 123781940, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:36:19Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123781940 + } + }, + { + "id": 123781878, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3896606, + 51.0387509 + ], + [ + 3.3933092, + 51.0387509 + ], + [ + 3.3933092, + 51.0430739 + ], + [ + 3.3896606, + 51.0430739 + ], + [ + 3.3896606, + 51.0387509 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T22:34:07Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "entrance": [ + "yes" + ] + }, + "create": 3, + "modify": 6, + "delete": 0, + "area": 0.0000157728978000238, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 6, + "create": 7, + "locale": "en", + "imagery": "osm" + }, + "id": 123781878 + } + }, + { + "id": 123781297, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0713783, + 51.1283031 + ], + [ + 5.0849258, + 51.1283031 + ], + [ + 5.0849258, + 51.1325064 + ], + [ + 5.0713783, + 51.1325064 + ], + [ + 5.0713783, + 51.1283031 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "relation-12915298", + "osm_id": 12915298, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "building": "castle" + } + } + ], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T22:06:00Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "building": [ + "house", + "school", + "yes", + "castle", + "roof" + ], + "addr:street": [ + "Veldstraat" + ], + "addr:housenumber": [ + "81", + "22;24", + "22-24", + "72" + ], + "source:geometry:ref": [ + "Gbg/1042596", + "Gbg/1042516", + "Gbg/1042512", + "Gbg/1042513", + "Gbg/1044548", + "Gbg/1044547", + "Gbg/1042615", + "Gbg/1042594", + "Gbg/1042937", + "Gbg/1043101", + "Gbg/1042995", + "Gbg/1042997", + "Gbg/1043254", + "Gbg/1043227", + "Gbg/5774663", + "Gbg/1042515", + "Gbg/1042487", + "Gbg/5256101", + "Gbg/1043025", + "Gbg/1045167", + "Gbg/5774850", + "Gbg/5774611", + "Gbg/1042597" + ], + "source:geometry:date": [ + "2008-09-01", + "2016-11-21", + "2018-08-29", + "2020-04-20" + ] + }, + "create": 91, + "modify": 250, + "delete": 4, + "area": 0.0000569442067500031, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 227, + "theme": "grb", + "answer": 2, + "delete": 4, + "import": 5, + "locale": "nl", + "imagery": "AGIV", + "conflation": 46, + "change_over_5000m": 2, + "change_within_5000m": 5 + }, + "id": 123781297 + } + }, + { + "id": 123781002, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0683191, + 51.12767 + ], + [ + 5.0715949, + 51.12767 + ], + [ + 5.0715949, + 51.1303416 + ], + [ + 5.0683191, + 51.1303416 + ], + [ + 5.0683191, + 51.12767 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T21:52:15Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "apartments", + "garages", + "shed", + "roof" + ], + "source:geometry:ref": [ + "Gbg/1042602", + "Gbg/1042439", + "Gbg/4857245", + "Gbg/4855859", + "Gbg/1042593", + "Gbg/1042604", + "Gbg/4857014", + "Gbg/5774788", + "Gbg/4855857", + "Gbg/1042599", + "Gbg/1044860", + "Gbg/4857016", + "Gbg/1045194", + "Gbg/5774479", + "Gbg/5774815", + "Gbg/5255998", + "Gbg/4857147", + "Gbg/6528439" + ], + "source:geometry:date": [ + "2018-08-29", + "2008-09-01", + "2014-10-01", + "2015-07-13", + "2016-11-21", + "2018-12-19" + ] + }, + "create": 52, + "modify": 139, + "delete": 2, + "area": 0.00000875162727999765, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 121, + "theme": "grb", + "answer": 1, + "delete": 2, + "import": 7, + "locale": "nl", + "imagery": "AGIV", + "conflation": 36, + "change_within_5000m": 8 + }, + "id": 123781002 + } + }, + { + "id": 123780927, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0666078, + 51.1279041 + ], + [ + 5.0690539, + 51.1279041 + ], + [ + 5.0690539, + 51.1302586 + ], + [ + 5.0666078, + 51.1302586 + ], + [ + 5.0666078, + 51.1279041 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T21:49:15Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "source:geometry:ref": [ + "Gbg/1044536", + "Gbg/4856061", + "Gbg/4856062", + "Gbg/1042611", + "Gbg/1042609", + "Gbg/1042612", + "Gbg/1042610", + "Gbg/1042608", + "Gbg/5774600", + "Gbg/1043661", + "Gbg/5774789", + "Gbg/5774089", + "Gbg/5773921", + "Gbg/4857018", + "Gbg/1045168" + ], + "source:geometry:date": [ + "2008-09-01", + "2014-10-01", + "2016-11-21" + ] + }, + "create": 37, + "modify": 109, + "delete": 0, + "area": 0.00000575934244998977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 94, + "theme": "grb", + "import": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 30, + "change_within_5000m": 1 + }, + "id": 123780927 + } + }, + { + "id": 123780594, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.2774477, + 53.2131072 + ], + [ + 6.2774477, + 53.2131072 + ], + [ + 6.2774477, + 53.2131072 + ], + [ + 6.2774477, + 53.2131072 + ], + [ + 6.2774477, + 53.2131072 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T21:31:03Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Gezondheidscentrum Grootegast" + ], + "amenity": [ + "doctors" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123780594 + } + }, + { + "id": 123778704, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3902626, + 50.8228124 + ], + [ + 4.3907799, + 50.8228124 + ], + [ + 4.3907799, + 50.8230062 + ], + [ + 4.3902626, + 50.8230062 + ], + [ + 4.3902626, + 50.8228124 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T20:22:27Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/5O61YZA.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 8, + "delete": 0, + "area": 1.00252740002764e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 7, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 2 + }, + "id": 123778704 + } + }, + { + "id": 123776560, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.3470763, + 44.4985392 + ], + [ + 11.3470763, + 44.4985392 + ], + [ + 11.3470763, + 44.4985392 + ], + [ + 11.3470763, + 44.4985392 + ], + [ + 11.3470763, + 44.4985392 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "WinstonSmith", + "uid": "36030", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T19:09:26Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "bicycle_parking" + ], + "capacity": [ + "12", + "8" + ], + "cargo_bike": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix", + "theme": "cyclofix", + "answer": 3, + "locale": "it", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 3 + }, + "id": 123776560 + } + }, + { + "id": 123773372, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.346194, + 44.4985327 + ], + [ + 11.3475305, + 44.4985327 + ], + [ + 11.3475305, + 44.501977 + ], + [ + 11.346194, + 44.501977 + ], + [ + 11.346194, + 44.4985327 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "WinstonSmith", + "uid": "36030", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T17:30:06Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_parking" + ] + }, + "create": 3, + "modify": 3, + "delete": 0, + "area": 0.000004603306949994, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix", + "theme": "cyclofix", + "answer": 14, + "create": 3, + "locale": "it", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 3, + "change_within_25m": 4, + "change_within_500m": 10 + }, + "id": 123773372 + } + }, + { + "id": 123770631, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4501049, + 52.5078826 + ], + [ + 13.4501049, + 52.5078826 + ], + [ + 13.4501049, + 52.5078826 + ], + [ + 13.4501049, + 52.5078826 + ], + [ + 13.4501049, + 52.5078826 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Huglu96", + "uid": "722577", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T16:05:56Z", + "reviewed_features": [], + "tag_changes": { + "email": [ + "praxis@drcordes.de" + ], + "phone": [ + "+49 30 97002288" + ], + "amenity": [ + "doctors" + ], + "website": [ + "https://www.drcordes.de/" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 3, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123770631 + } + }, + { + "id": 123770126, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0144789, + 38.8300585 + ], + [ + 0.0144789, + 38.8300585 + ], + [ + 0.0144789, + 38.8300585 + ], + [ + 0.0144789, + 38.8300585 + ], + [ + 0.0144789, + 38.8300585 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T15:49:51Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 2, + "create": 1, + "locale": "ca", + "imagery": "PNOA-Spain-TMS", + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "id": 123770126 + } + }, + { + "id": 123769865, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.1390476, + 52.4033615 + ], + [ + 14.1657275, + 52.4033615 + ], + [ + 14.1657275, + 52.4071856 + ], + [ + 14.1390476, + 52.4071856 + ], + [ + 14.1390476, + 52.4033615 + ] + ] + ] + }, + "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-07-18T15:41:30Z", + "reviewed_features": [], + "tag_changes": { + "fire_hydrant:diameter": [ + "80" + ] + }, + "create": 4, + "modify": 5, + "delete": 0, + "area": 0.000102026605589883, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123769865 + } + }, + { + "id": 123769720, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.393582, + 51.039923 + ], + [ + 3.3948453, + 51.039923 + ], + [ + 3.3948453, + 51.040994 + ], + [ + 3.393582, + 51.040994 + ], + [ + 3.393582, + 51.039923 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "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-18T15:37:41Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "building": [ + "retail" + ], + "entrance": [ + "main" + ], + "automatic_door": [ + "motion" + ] + }, + "create": 1, + "modify": 5, + "delete": 0, + "area": 0.00000135299429999521, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 7, + "create": 4, + "locale": "en", + "imagery": "AGIV", + "change_within_500m": 9 + }, + "id": 123769720 + } + }, + { + "id": 123769714, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -122.6331758, + 45.5364897 + ], + [ + -122.6260894, + 45.5364897 + ], + [ + -122.6260894, + 45.5413743 + ], + [ + -122.6331758, + 45.5413743 + ], + [ + -122.6331758, + 45.5364897 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Timothy Smith", + "uid": "115918", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T15:37:31Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "school:gender": [ + "mixed" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000346142294400563, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education", + "theme": "education", + "answer": 3, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123769714 + } + }, + { + "id": 123768932, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3609464, + 50.8687751 + ], + [ + 4.3609753, + 50.8687751 + ], + [ + 4.3609753, + 50.8688026 + ], + [ + 4.3609464, + 50.8688026 + ], + [ + 4.3609464, + 50.8687751 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T15:13:59Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/UQdA6KT.jpg", + "https://i.imgur.com/cJ43ftL.jpg" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 7.94750000052979e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "en", + "imagery": "osm", + "add-image": 2 + }, + "id": 123768932 + } + }, + { + "id": 123768856, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.36006, + 50.8682456 + ], + [ + 4.3604555, + 50.8682456 + ], + [ + 4.3604555, + 50.8684735 + ], + [ + 4.36006, + 50.8684735 + ], + [ + 4.36006, + 50.8682456 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T15:11:32Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/DNvSfKC.jpg" + ], + "image:0": [ + "https://i.imgur.com/zk9G1HT.jpg" + ], + "leisure": [ + "park", + "playground" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 9.01344499994441e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "locale": "en", + "imagery": "osm", + "add-image": 2 + }, + "id": 123768856 + } + }, + { + "id": 123768550, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3620081, + 50.8582088 + ], + [ + 4.3627148, + 50.8582088 + ], + [ + 4.3627148, + 50.8583627 + ], + [ + 4.3620081, + 50.8583627 + ], + [ + 4.3620081, + 50.8582088 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T15:02:40Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/PDA9bjU.jpg" + ], + "amenity": [ + "bicycle_parking" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 1.08761130000621e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 3, + "create": 1, + "locale": "en", + "imagery": "AGIV", + "add-image": 2 + }, + "id": 123768550 + } + }, + { + "id": 123768324, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1036134, + 52.092132 + ], + [ + 5.1036134, + 52.092132 + ], + [ + 5.1036134, + 52.092132 + ], + [ + 5.1036134, + 52.092132 + ], + [ + 5.1036134, + 52.092132 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T14:56:53Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "public_bookcase" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "answer": 4, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 + }, + "id": 123768324 + } + }, + { + "id": 123768265, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7423413, + 51.1712899 + ], + [ + 4.7423413, + 51.1712899 + ], + [ + 4.7423413, + 51.1712899 + ], + [ + 4.7423413, + 51.1712899 + ], + [ + 4.7423413, + 51.1712899 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Stinus_Clasius", + "uid": "1086503", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-18T14:55:47Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "doctors" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 3, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123768265 + } + }, + { + "id": 123765542, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1147296, + 52.092603 + ], + [ + 5.1147422, + 52.092603 + ], + [ + 5.1147422, + 52.0928868 + ], + [ + 5.1147296, + 52.0928868 + ], + [ + 5.1147296, + 52.092603 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:46:41Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ], + "denotation": [ + "urban" + ], + "leaf_cycle": [ + "deciduous" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 3.57588000001314e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 9, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_25m": 9 + }, + "id": 123765542 + } + }, + { + "id": 123765498, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1147656, + 52.0922445 + ], + [ + 5.1147656, + 52.0922445 + ], + [ + 5.1147656, + 52.0922445 + ], + [ + 5.1147656, + 52.0922445 + ], + [ + 5.1147656, + 52.0922445 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:45:35Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_25m": 1 + }, + "id": 123765498 + } + }, + { + "id": 123765494, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:45:31Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_25m": 1 + }, + "id": 123765494 + } + }, + { + "id": 123765488, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1148364, + 52.0920425 + ], + [ + 5.1148364, + 52.0920425 + ], + [ + 5.1148364, + 52.0920425 + ], + [ + 5.1148364, + 52.0920425 + ], + [ + 5.1148364, + 52.0920425 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:45:27Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_25m": 1 + }, + "id": 123765488 + } + }, + { + "id": 123765486, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:45:24Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_25m": 1 + }, + "id": 123765486 + } + }, + { + "id": 123765046, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Amenophis", + "uid": "53104", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:34:14Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "maxspeed", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_1000m": 1 + }, + "id": 123765046 + } + }, + { + "id": 123764852, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1146062, + 52.091637 + ], + [ + 5.1150921, + 52.091637 + ], + [ + 5.1150921, + 52.0924457 + ], + [ + 5.1146062, + 52.0924457 + ], + [ + 5.1146062, + 52.091637 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T13:28:38Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ], + "denotation": [ + "urban" + ], + "leaf_cycle": [ + "deciduous" + ] + }, + "create": 0, + "modify": 5, + "delete": 2, + "area": 3.92947330000281e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 13, + "locale": "nl", + "imagery": "Actueel_orthoHR_WMTS", + "deletion": 2, + "change_within_25m": 4, + "change_within_50m": 11, + "deletion:node/3105562570": "disused", + "deletion:node/3105562573": "disused" + }, + "id": 123764852 + } + }, + { + "id": 123754334, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.6492433, + 40.5548081 + ], + [ + -3.648967, + 40.5548081 + ], + [ + -3.648967, + 40.5548204 + ], + [ + -3.6492433, + 40.5548204 + ], + [ + -3.6492433, + 40.5548081 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9894888777", + "osm_id": 9894888777, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "natural": "tree_stump" + } + } + ], + "user": "Cpalaciosh", + "uid": "16577158", + "editor": "MapComplete 0.22.2", + "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-18T09:41:38Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree_stump" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 3.39848999849145e-9, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://llefia.org/arbres/mapcomplete1.json", + "create": 2, + "locale": "ca", + "imagery": "HDM_HOT" + }, + "id": 123754334 + } + }, + { + "id": 123753063, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2940957, + 52.4668034 + ], + [ + 13.303083, + 52.4668034 + ], + [ + 13.303083, + 52.4698146 + ], + [ + 13.2940957, + 52.4698146 + ], + [ + 13.2940957, + 52.4668034 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.22.2", + "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-18T09:15:40Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-18" + ], + "pump:status": [ + "ok", + "locked", + "broken" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000270625577599674, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123753063 + } + }, + { + "id": 123752945, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1040407, + 52.091698 + ], + [ + 5.1040407, + 52.091698 + ], + [ + 5.1040407, + 52.091698 + ], + [ + 5.1040407, + 52.091698 + ], + [ + 5.1040407, + 52.091698 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-18T09:12:33Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/5yLQeX3.jpg" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123752945 + } + }, + { + "id": 123749589, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3797478, + 52.4945143 + ], + [ + 13.3797478, + 52.4945143 + ], + [ + 13.3797478, + 52.4945143 + ], + [ + 13.3797478, + 52.4945143 + ], + [ + 13.3797478, + 52.4945143 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Supaplex030", + "uid": "418040", + "editor": "MapComplete 0.22.2", + "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-18T08:07:10Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-17", + "2018" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123749589 + } + }, + { + "id": 123745512, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7570313, + 53.1621226 + ], + [ + 13.7570313, + 53.1621226 + ], + [ + 13.7570313, + 53.1621226 + ], + [ + 13.7570313, + 53.1621226 + ], + [ + 13.7570313, + 53.1621226 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Mathias Jordan", + "uid": "16545675", + "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-18T06:36:09Z", + "reviewed_features": [], + "tag_changes": { + "emergency": [ + "water_tank", + "fire_water_pond" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "Mapbox", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123745512 + } + }, + { + "id": 123745419, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.843767, + 51.1486092 + ], + [ + 4.9055163, + 51.1486092 + ], + [ + 4.9055163, + 51.2016047 + ], + [ + 4.843767, + 51.2016047 + ], + [ + 4.843767, + 51.1486092 + ] + ] + ] + }, + "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-18T06:34:13Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus" + ], + "amenity": [ + "parking", + "fast_food", + "restaurant" + ], + "barrier": [ + "fence" + ], + "highway": [ + "pedestrian", + "primary" + ], + "building": [ + "house", + "yes", + "roof" + ], + "addr:street": [ + "Olensteenweg" + ], + "addr:housenumber": [ + "45" + ], + "source:geometry:ref": [ + "Gbg/3073895", + "Gbg/5246130", + "Gbg/4045556", + "Gbg/3073891", + "Gbg/3075710", + "Gbg/6104853", + "Gbg/6104847", + "Gbg/6104338", + "Gbg/3073892", + "Gbg/4048570", + "Gbg/4048569", + "Gbg/1655518", + "Gbg/1655516", + "Gbg/1655517", + "Gbg/1657642", + "Gbg/1655279", + "Gbg/4045559", + "Gbg/4045560", + "Gbg/4045561", + "Gbg/4045562", + "Gbg/4045563", + "Gbg/4045580", + "Gbg/4048585", + "Gbg/4045576", + "Gbg/4045579", + "Gbg/4048573", + "Gbg/4045578", + "Gbg/4045577", + "Gbg/4045543", + "Gbg/5862379", + "Gbg/4046524", + "Gbg/4046535", + "Gbg/4045558", + "Gbg/4048571", + "Gbg/5861009", + "Gbg/5403705" + ], + "source:geometry:date": [ + "2011-07-27", + "2015-06-25", + "2013-01-16", + "2017-11-02", + "2016-02-10", + "2009-10-26", + "2017-06-29", + "2013-02-20", + "2017-03-01", + "2015-11-24" + ] + }, + "create": 355, + "modify": 283, + "delete": 3, + "area": 0.00327243502814969, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 247, + "theme": "grb", + "answer": 2, + "delete": 3, + "import": 40, + "locale": "nl", + "imagery": "AGIV", + "conflation": 72 + }, + "id": 123745419 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-19.json b/Docs/Tools/stats/stats.2022-7-19.json new file mode 100644 index 0000000000..67d1bf64d9 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-19.json @@ -0,0 +1,4794 @@ +{ + "features": [ + { + "id": 123827065, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0577158, + 38.8264945 + ], + [ + 0.1103227, + 38.8264945 + ], + [ + 0.1103227, + 38.8382582 + ], + [ + 0.0577158, + 38.8382582 + ], + [ + 0.0577158, + 38.8264945 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T23:34:59Z", + "reviewed_features": [], + "tag_changes": { + "email": [ + "info@dermopremium.es", + "info@marinasalud.es", + "direccion_hlapedrera@gva.es" + ], + "phone": [ + "+34 966 42 90 00", + "+34 966 46 71 70" + ], + "amenity": [ + "pharmacy", + "hospital" + ], + "website": [ + "https://www.marinasalud.es/" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.000618851789529786, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 6, + "locale": "ca", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 6 + }, + "id": 123827065 + } + }, + { + "id": 123825809, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3391845, + 52.4720132 + ], + [ + 13.3391845, + 52.4720132 + ], + [ + 13.3391845, + 52.4720132 + ], + [ + 13.3391845, + 52.4720132 + ], + [ + 13.3391845, + 52.4720132 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Holger92", + "uid": "4797614", + "editor": "MapComplete 0.23.0", + "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-19T22:07:21Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-19" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123825809 + } + }, + { + "id": 123825762, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3530806, + 51.0515668 + ], + [ + 3.4007486, + 51.0515668 + ], + [ + 3.4007486, + 51.0761865 + ], + [ + 3.3530806, + 51.0761865 + ], + [ + 3.3530806, + 51.0515668 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T22:03:57Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ] + }, + "create": 2, + "modify": 3, + "delete": 0, + "area": 0.00117357185959977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 6, + "create": 4, + "locale": "en", + "imagery": "osm" + }, + "id": 123825762 + } + }, + { + "id": 123825178, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.379381, + 50.8641872 + ], + [ + 4.379381, + 50.8641872 + ], + [ + 4.379381, + 50.8641872 + ], + [ + 4.379381, + 50.8641872 + ], + [ + 4.379381, + 50.8641872 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T21:37:02Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123825178 + } + }, + { + "id": 123824266, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3733812, + 50.8393385 + ], + [ + 4.3733812, + 50.8393385 + ], + [ + 4.3733812, + 50.8393385 + ], + [ + 4.3733812, + 50.8393385 + ], + [ + 4.3733812, + 50.8393385 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T20:56:35Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123824266 + } + }, + { + "id": 123823860, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.8687119, + 49.8697643 + ], + [ + 10.9398783, + 49.8697643 + ], + [ + 10.9398783, + 49.9578705 + ], + [ + 10.8687119, + 49.9578705 + ], + [ + 10.8687119, + 49.8697643 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "Marc Schütz", + "uid": "3555", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T20:42:10Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school", + "social_facility", + "kindergarten" + ], + "highway": [ + "residential", + "service", + "unclassified", + "primary", + "path", + "living_street", + "primary_link", + "tertiary", + "tertiary_link", + "secondary", + "pedestrian" + ], + "leisure": [ + "park" + ], + "building": [ + "yes" + ], + "name:etymology:wikidata": [ + "Q3914", + "Q504808", + "Q277760", + "Q2090", + "Q1670", + "Q529392", + "Q553227", + "Q1726", + "Q37985", + "Q103556", + "Q494537", + "Q483522", + "Q522698", + "Q64", + "Q2492", + "Q61678", + "Q188780", + "Q168542", + "Q84280", + "Q504585", + "Q94836479", + "Q63434", + "Q9312", + "Q1498895", + "Q2531428", + "Q130875", + "Q81720", + "Q77098", + "Q58577", + "Q43948", + "Q539907", + "Q153085", + "Q171353", + "Q1581405", + "Q1583224", + "Q215092", + "Q67597", + "Q63243824", + "Q2120664", + "Q77204", + "Q61620", + "Q16116", + "Q2999", + "Q41257", + "Q12876", + "Q105923", + "Q97159077", + "Q72865", + "Q2582043", + "Q161204", + "Q8958", + "Q95589", + "Q1589611", + "Q302632", + "Q534442", + "Q745899", + "Q44723", + "Q5580", + "Q163800", + "Q9235", + "Q507533", + "Q76728", + "Q243778", + "Q35149", + "Q9021", + "Q57077", + "Q8473", + "Q43523", + "Q317991", + "Q3936", + "Q1771083", + "Q194242", + "Q21288593", + "Q14821", + "Q349313", + "Q44015", + "Q1411211", + "Q1870095" + ] + }, + "create": 0, + "modify": 1015, + "delete": 0, + "area": 0.00627020107167998, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 1198, + "locale": "de", + "imagery": "HDM_HOT" + }, + "id": 123823860 + } + }, + { + "id": 123823034, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -84.7093889, + 43.1829993 + ], + [ + -84.7089714, + 43.1829993 + ], + [ + -84.7089714, + 43.183175 + ], + [ + -84.7093889, + 43.183175 + ], + [ + -84.7093889, + 43.1829993 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "nickrosencrans", + "uid": "159484", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T20:11:07Z", + "reviewed_features": [], + "tag_changes": { + "phone": [ + "+1 989 236 7794" + ], + "amenity": [ + "restaurant" + ], + "website": [ + "https://www.facebook.com/MiddletonDiner" + ], + "building": [ + "yes" + ], + "delivery": [ + "no" + ], + "diet:halal": [ + "no" + ], + "wheelchair": [ + "limited" + ], + "payment:cash": [ + "yes" + ], + "opening_hours": [ + "Tu-Sa 11:00-19:00" + ], + "payment:cards": [ + "yes" + ], + "diet:vegetarian": [ + "limited" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 7.33547499994714e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 10, + "locale": "en", + "imagery": "osm" + }, + "id": 123823034 + } + }, + { + "id": 123822919, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -84.607421, + 43.2825875 + ], + [ + -84.6017836, + 43.2825875 + ], + [ + -84.6017836, + 43.2969716 + ], + [ + -84.607421, + 43.2969716 + ], + [ + -84.607421, + 43.2825875 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "nickrosencrans", + "uid": "159484", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T20:07:05Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Ithaca South Elementary School", + "South Elementary School" + ], + "amenity": [ + "school" + ], + "school:gender": [ + "mixed" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000810889253399717, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education", + "theme": "education", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123822919 + } + }, + { + "id": 123822797, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -84.7138917, + 43.1725988 + ], + [ + -84.5923021, + 43.1725988 + ], + [ + -84.5923021, + 43.3021566 + ], + [ + -84.7138917, + 43.3021566 + ], + [ + -84.7138917, + 43.1725988 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "nickrosencrans", + "uid": "159484", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T20:02:07Z", + "reviewed_features": [], + "tag_changes": { + "phone": [ + "+1 989 236 7300" + ], + "amenity": [ + "school" + ], + "website": [ + "https://www.fultonpirates.net/", + "https://www.ithacaschools.net/o/ijsh", + "https://www.ithacaschools.net/jr-sr" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "en" + ] + }, + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.015752881078881, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education", + "theme": "education", + "answer": 14, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123822797 + } + }, + { + "id": 123822341, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3246793, + 52.4640256 + ], + [ + 13.3246793, + 52.4640256 + ], + [ + 13.3246793, + 52.4640256 + ], + [ + 13.3246793, + 52.4640256 + ], + [ + 13.3246793, + 52.4640256 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.23.0", + "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-19T19:45:43Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "ok", + "blocked" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123822341 + } + }, + { + "id": 123821214, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3730894, + 50.8387723 + ], + [ + 4.3733404, + 50.8387723 + ], + [ + 4.3733404, + 50.8680973 + ], + [ + 4.3730894, + 50.8680973 + ], + [ + 4.3730894, + 50.8387723 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T19:03:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/n024eWQ.jpg", + "https://i.imgur.com/4h7F9DG.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00000736057500001307, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings", + "theme": "rainbow_crossings", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 2, + "change_within_25m": 2 + }, + "id": 123821214 + } + }, + { + "id": 123821154, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9047659, + 51.1515703 + ], + [ + 4.9047659, + 51.1515703 + ], + [ + 4.9047659, + 51.1515703 + ], + [ + 4.9047659, + 51.1515703 + ], + [ + 4.9047659, + 51.1515703 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "philippec", + "uid": "76884", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T19:00:32Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 123821154 + } + }, + { + "id": 123819841, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0968727, + 38.8492995 + ], + [ + 0.0969173, + 38.8492995 + ], + [ + 0.0969173, + 38.8493232 + ], + [ + 0.0968727, + 38.8493232 + ], + [ + 0.0968727, + 38.8492995 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T18:15:23Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "waste_disposal", + "recycling" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 1.05701999999307e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 4, + "create": 1, + "locale": "ca", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_25m": 4 + }, + "id": 123819841 + } + }, + { + "id": 123817922, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3494213, + 51.6648863 + ], + [ + 14.3494213, + 51.6648863 + ], + [ + 14.3494213, + 51.6648863 + ], + [ + 14.3494213, + 51.6648863 + ], + [ + 14.3494213, + 51.6648863 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-19T17:19:18Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/VPPSGc9.jpg" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123817922 + } + }, + { + "id": 123816397, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4479798, + 51.0880293 + ], + [ + 3.4510042, + 51.0880293 + ], + [ + 3.4510042, + 51.0906397 + ], + [ + 3.4479798, + 51.0906397 + ], + [ + 3.4479798, + 51.0880293 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T16:47:54Z", + "reviewed_features": [], + "tag_changes": { + "school": [ + "kindergarten;primary" + ], + "amenity": [ + "school" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "nl" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000789489375998315, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education", + "theme": "education", + "answer": 3, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 3 + }, + "id": 123816397 + } + }, + { + "id": 123816330, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4195343, + 45.3254724 + ], + [ + 8.4223636, + 45.3254724 + ], + [ + 8.4223636, + 45.328559 + ], + [ + 8.4195343, + 45.328559 + ], + [ + 8.4195343, + 45.3254724 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:46:32Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "unclassified", + "residential" + ], + "name:etymology:wikidata": [ + "Q112122633", + "Q113153204", + "Q170547" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00000873291737998928, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 4, + "locale": "it", + "imagery": "osm" + }, + "id": 123816330 + } + }, + { + "id": 123816296, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2367754, + 50.7330115 + ], + [ + 4.2367754, + 50.7330115 + ], + [ + 4.2367754, + 50.7330115 + ], + [ + 4.2367754, + 50.7330115 + ], + [ + 4.2367754, + 50.7330115 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Bart Hanssens", + "uid": "15770101", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:45:58Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123816296 + } + }, + { + "id": 123816238, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4479766, + 51.093353 + ], + [ + 3.4490044, + 51.093353 + ], + [ + 3.4490044, + 51.0940685 + ], + [ + 3.4479766, + 51.0940685 + ], + [ + 3.4479766, + 51.093353 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "L'imaginaire", + "uid": "654234", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T16:44:56Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "supermarket" + ], + "building": [ + "yes" + ], + "payment:cash": [ + "yes" + ], + "payment:cards": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 7.35390899998364e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "theme": "shops", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_500m": 1 + }, + "id": 123816238 + } + }, + { + "id": 123815565, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2364602, + 50.7352864 + ], + [ + 4.2380559, + 50.7352864 + ], + [ + 4.2380559, + 50.7387442 + ], + [ + 4.2364602, + 50.7387442 + ], + [ + 4.2364602, + 50.7352864 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9897875136", + "name": "Inkoop Oud Goud", + "osm_id": 9897875136, + "reasons": [ + 43 + ], + "version": 6, + "primary_tags": { + "shop": "gold_buyer" + } + } + ], + "user": "Bart Hanssens", + "uid": "15770101", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:27:20Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "gold_buyer", + "estate_agent" + ] + }, + "create": 2, + "modify": 10, + "delete": 0, + "area": 0.00000551761146000009, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "move": 5, + "theme": "shops", + "answer": 5, + "create": 2, + "locale": "en", + "imagery": "osm", + "move:node/9897875136": "improve_accuracy", + "move:node/9897894179": "improve_accuracy" + }, + "id": 123815565 + } + }, + { + "id": 123815497, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:25:41Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste_basket.html", + "theme": "waste_basket", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123815497 + } + }, + { + "id": 123815401, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6070842, + 52.4507756 + ], + [ + 13.608883, + 52.4507756 + ], + [ + 13.608883, + 52.4508399 + ], + [ + 13.6070842, + 52.4508399 + ], + [ + 13.6070842, + 52.4507756 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:23:29Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "survey:date": [ + "2022-07-19" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.1566283999692e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123815401 + } + }, + { + "id": 123815332, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6070842, + 52.4508399 + ], + [ + 13.6070842, + 52.4508399 + ], + [ + 13.6070842, + 52.4508399 + ], + [ + 13.6070842, + 52.4508399 + ], + [ + 13.6070842, + 52.4508399 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:22:01Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 5, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123815332 + } + }, + { + "id": 123815257, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.608883, + 52.4506787 + ], + [ + 13.6108896, + 52.4506787 + ], + [ + 13.6108896, + 52.4507756 + ], + [ + 13.608883, + 52.4507756 + ], + [ + 13.608883, + 52.4506787 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:19:47Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/q02sjxM.jpg", + "https://i.imgur.com/zIlHdvA.jpg" + ], + "colour": [ + "brown" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ], + "material": [ + "wood" + ], + "direction": [ + "267" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 1.94439540005222e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 5, + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 123815257 + } + }, + { + "id": 123815223, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6108106, + 52.450749 + ], + [ + 13.6108106, + 52.450749 + ], + [ + 13.6108106, + 52.450749 + ], + [ + 13.6108106, + 52.450749 + ], + [ + 13.6108106, + 52.450749 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:18:12Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123815223 + } + }, + { + "id": 123814684, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2362974, + 50.7353231 + ], + [ + 4.2364554, + 50.7353231 + ], + [ + 4.2364554, + 50.7362181 + ], + [ + 4.2362974, + 50.7362181 + ], + [ + 4.2362974, + 50.7353231 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Bart Hanssens", + "uid": "15770101", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T16:02:23Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "restaurant", + "fast_food" + ], + "website": [ + "https://loui-sushi.be" + ] + }, + "create": 0, + "modify": 1, + "delete": 1, + "area": 1.41409999999872e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 1, + "locale": "en", + "imagery": "osm", + "deletion": 1, + "deletion:node/5578934931": "testing point" + }, + "id": 123814684 + } + }, + { + "id": 123814448, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5154911, + 52.4801358 + ], + [ + 13.5380989, + 52.4801358 + ], + [ + 13.5380989, + 52.4930464 + ], + [ + 13.5154911, + 52.4930464 + ], + [ + 13.5154911, + 52.4801358 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-19T15:56:19Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/NgC5toU.jpg", + "https://i.imgur.com/o7fgMQH.jpg", + "https://i.imgur.com/Md25pdR.jpg", + "https://i.imgur.com/58wlPWS.jpg" + ], + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-19" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 11, + "delete": 0, + "area": 0.000291880262679944, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 13, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 6 + }, + "id": 123814448 + } + }, + { + "id": 123813920, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3507832, + 50.8617855 + ], + [ + 4.3514396, + 50.8617855 + ], + [ + 4.3514396, + 50.8621392 + ], + [ + 4.3507832, + 50.8621392 + ], + [ + 4.3507832, + 50.8617855 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T15:41:11Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "apartments" + ] + }, + "create": 1, + "modify": 4, + "delete": 0, + "area": 2.3216867999854e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 4, + "create": 2, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 7 + }, + "id": 123813920 + } + }, + { + "id": 123812940, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -123.062478, + 49.2428252 + ], + [ + -123.062478, + 49.2428252 + ], + [ + -123.062478, + 49.2428252 + ], + [ + -123.062478, + 49.2428252 + ], + [ + -123.062478, + 49.2428252 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Sieva", + "uid": "4860526", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T15:14:15Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ], + "opening_hours": [ + "24/7" + ], + "service:bicycle:stand": [ + "yes" + ], + "service:bicycle:tools": [ + "no" + ], + "service:bicycle:chain_tool": [ + "no" + ], + "service:bicycle:pump:operational_status": [ + "broken" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix", + "theme": "cyclofix", + "answer": 7, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123812940 + } + }, + { + "id": 123811824, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 18.1973049, + 59.2604082 + ], + [ + 18.1973049, + 59.2604082 + ], + [ + 18.1973049, + 59.2604082 + ], + [ + 18.1973049, + 59.2604082 + ], + [ + 18.1973049, + 59.2604082 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AChoice", + "uid": "394089", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T14:44:30Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ], + "surface": [ + "sand" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_500m": 1 + }, + "id": 123811824 + } + }, + { + "id": 123811123, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3427123, + 50.8734405 + ], + [ + 4.3427123, + 50.8734405 + ], + [ + 4.3427123, + 50.8734405 + ], + [ + 4.3427123, + 50.8734405 + ], + [ + 4.3427123, + 50.8734405 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "_AndrewsL_", + "uid": "8504164", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T14:26:28Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 3, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 3 + }, + "id": 123811123 + } + }, + { + "id": 123810686, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 18.2010981, + 59.2591532 + ], + [ + 18.2018878, + 59.2591532 + ], + [ + 18.2018878, + 59.2593223 + ], + [ + 18.2010981, + 59.2593223 + ], + [ + 18.2010981, + 59.2591532 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AChoice", + "uid": "394089", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T14:13:53Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "maxspeed": [ + "30" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.33538270000997e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123810686 + } + }, + { + "id": 123810610, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3305606, + 50.8632293 + ], + [ + 4.3305606, + 50.8632293 + ], + [ + 4.3305606, + 50.8632293 + ], + [ + 4.3305606, + 50.8632293 + ], + [ + 4.3305606, + 50.8632293 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T14:11:31Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 5, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 5 + }, + "id": 123810610 + } + }, + { + "id": 123810225, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T14:00:04Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123810225 + } + }, + { + "id": 123810202, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T13:59:33Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 2 + }, + "id": 123810202 + } + }, + { + "id": 123810147, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T13:58:21Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 2 + }, + "id": 123810147 + } + }, + { + "id": 123809685, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3526321, + 50.85658 + ], + [ + 4.3526321, + 50.85658 + ], + [ + 4.3526321, + 50.85658 + ], + [ + 4.3526321, + 50.85658 + ], + [ + 4.3526321, + 50.85658 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T13:46:33Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 1 + }, + "id": 123809685 + } + }, + { + "id": 123808116, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3551819, + 50.860181 + ], + [ + 4.3551819, + 50.860181 + ], + [ + 4.3551819, + 50.860181 + ], + [ + 4.3551819, + 50.860181 + ], + [ + 4.3551819, + 50.860181 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T13:10:21Z", + "reviewed_features": [], + "tag_changes": { + "width": [ + "0.94" + ], + "entrance": [ + "main", + "yes" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/entrances.html", + "theme": "entrances", + "answer": 8, + "locale": "en", + "imagery": "osm", + "change_within_25m": 8 + }, + "id": 123808116 + } + }, + { + "id": 123806886, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3559413, + 50.8605381 + ], + [ + 4.3559413, + 50.8605381 + ], + [ + 4.3559413, + 50.8605381 + ], + [ + 4.3559413, + 50.8605381 + ], + [ + 4.3559413, + 50.8605381 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:45:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "create": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 123806886 + } + }, + { + "id": 123806448, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.356063, + 50.8605468 + ], + [ + 4.3561591, + 50.8605468 + ], + [ + 4.3561591, + 50.8607836 + ], + [ + 4.356063, + 50.8607836 + ], + [ + 4.356063, + 50.8605468 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:35:42Z", + "reviewed_features": [], + "tag_changes": { + "width": [ + "0.95" + ], + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 2.27564799997193e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 5, + "create": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 5 + }, + "id": 123806448 + } + }, + { + "id": 123805745, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:20:38Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123805745 + } + }, + { + "id": 123805743, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:20:33Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123805743 + } + }, + { + "id": 123805732, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3537721, + 50.8606179 + ], + [ + 4.3549681, + 50.8606179 + ], + [ + 4.3549681, + 50.8614007 + ], + [ + 4.3537721, + 50.8614007 + ], + [ + 4.3537721, + 50.8606179 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:20:19Z", + "reviewed_features": [], + "tag_changes": { + "office": [ + "company" + ], + "building": [ + "yes" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 9.36228799995474e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 3, + "create": 2, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_25m": 5 + }, + "id": 123805732 + } + }, + { + "id": 123804891, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T12:01:34Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 1, + "locale": "nl", + "imagery": "osm", + "change_within_25m": 1 + }, + "id": 123804891 + } + }, + { + "id": 123804522, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3503112, + 50.8646408 + ], + [ + 4.3523403, + 50.8646408 + ], + [ + 4.3523403, + 50.8651701 + ], + [ + 4.3503112, + 50.8651701 + ], + [ + 4.3503112, + 50.8646408 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T11:52:26Z", + "reviewed_features": [], + "tag_changes": { + "kerb": [ + "lowered", + "raised" + ], + "barrier": [ + "kerb" + ], + "highway": [ + "crossing", + "footway" + ], + "tactile_paving": [ + "no" + ], + "button_operated": [ + "no" + ], + "crossing:island": [ + "no" + ] + }, + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.00000107400263000739, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 6, + "create": 6, + "locale": "nl", + "imagery": "osm", + "change_within_25m": 10 + }, + "id": 123804522 + } + }, + { + "id": 123804121, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3498441, + 50.8630167 + ], + [ + 4.3533158, + 50.8630167 + ], + [ + 4.3533158, + 50.8656632 + ], + [ + 4.3498441, + 50.8656632 + ], + [ + 4.3498441, + 50.8630167 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T11:43:14Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "image": [ + "https://i.imgur.com/5EzcD8q.jpg" + ], + "width": [ + "0.82", + "0.93" + ], + "image:0": [ + "https://i.imgur.com/lGUnP7y.jpg" + ], + "building": [ + "office" + ], + "automatic_door": [ + "motion" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0.00000918785404998947, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 3, + "create": 2, + "locale": "nl", + "imagery": "osm", + "change_within_25m": 5 + }, + "id": 123804121 + } + }, + { + "id": 123804110, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3493369, + 50.8655878 + ], + [ + 4.350863, + 50.8655878 + ], + [ + 4.350863, + 50.8668593 + ], + [ + 4.3493369, + 50.8668593 + ], + [ + 4.3493369, + 50.8655878 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "way-444059131", + "name": "Herman Teirlinckgebouw", + "osm_id": 444059131, + "reasons": [ + 43 + ], + "version": 16, + "primary_tags": { + "building": "government" + } + } + ], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T11:43:05Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "reception_desk" + ], + "building": [ + "government" + ] + }, + "create": 3, + "modify": 9, + "delete": 0, + "area": 0.00000194043615000271, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "answer": 12, + "create": 4, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 2, + "change_within_25m": 9, + "change_within_500m": 1 + }, + "id": 123804110 + } + }, + { + "id": 123802863, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "RobinJulien", + "uid": "10173303", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T11:12:09Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 123802863 + } + }, + { + "id": 123798696, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3566973, + 50.8605715 + ], + [ + 4.3566973, + 50.8605715 + ], + [ + 4.3566973, + 50.8605715 + ], + [ + 4.3566973, + 50.8605715 + ], + [ + 4.3566973, + 50.8605715 + ] + ] + ] + }, + "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 #governments", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T09:38:43Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "FOD/SPF BOSA", + "Selor-Bosa" + ], + "office": [ + "government" + ], + "website": [ + "https://bosa.belgium.be", + "https://www.selor.be" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "http://127.0.0.1:1234/theme.html", + "theme": "governments", + "answer": 4, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123798696 + } + }, + { + "id": 123795136, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4650744, + 50.8168273 + ], + [ + 3.4650744, + 50.8168273 + ], + [ + 3.4650744, + 50.8168273 + ], + [ + 3.4650744, + 50.8168273 + ], + [ + 3.4650744, + 50.8168273 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T08:34:02Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/9PUpCmc.jpg" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123795136 + } + }, + { + "id": 123794909, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4659921, + 50.815764 + ], + [ + 3.4659921, + 50.815764 + ], + [ + 3.4659921, + 50.815764 + ], + [ + 3.4659921, + 50.815764 + ], + [ + 3.4659921, + 50.815764 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T08:29:04Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/jd93DkF.jpg" + ], + "amenity": [ + "public_bookcase" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123794909 + } + }, + { + "id": 123794466, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T08:19:52Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/", + "theme": "healthcare", + "answer": 1, + "locale": "en" + }, + "id": 123794466 + } + }, + { + "id": 123793778, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.0442275, + 48.4606276 + ], + [ + 8.0493357, + 48.4606276 + ], + [ + 8.0493357, + 48.463208 + ], + [ + 8.0442275, + 48.463208 + ], + [ + 8.0442275, + 48.4606276 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T08:06:08Z", + "reviewed_features": [], + "tag_changes": { + "seats": [ + "3" + ], + "colour": [ + "brown" + ], + "amenity": [ + "bench" + ], + "backrest": [ + "yes" + ], + "material": [ + "wood" + ], + "direction": [ + "96", + "84", + "317" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000013181199279998, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "move": 1, + "theme": "toerisme_vlaanderen", + "answer": 13, + "locale": "nl", + "imagery": "osm", + "change_within_25m": 9, + "change_within_500m": 5, + "move:node/6307814155": "improve_accuracy" + }, + "id": 123793778 + } + }, + { + "id": 123789401, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8523612, + 51.1453604 + ], + [ + 4.8573638, + 51.1453604 + ], + [ + 4.8573638, + 51.149085 + ], + [ + 4.8523612, + 51.149085 + ], + [ + 4.8523612, + 51.1453604 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T06:22:09Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/4046135", + "Gbg/4046121", + "Gbg/4046137", + "Gbg/4046124", + "Gbg/4046120", + "Gbg/4046138", + "Gbg/4046119", + "Gbg/4046123", + "Gbg/4049676", + "Gbg/4046122", + "Gbg/4046516", + "Gbg/4046517", + "Gbg/4046518", + "Gbg/4046621", + "Gbg/4046601", + "Gbg/4046559", + "Gbg/4046602", + "Gbg/4046558", + "Gbg/4046603", + "Gbg/4046557", + "Gbg/4046604", + "Gbg/4046556", + "Gbg/4046615", + "Gbg/4046639", + "Gbg/4928280", + "Gbg/4046616", + "Gbg/7020088", + "Gbg/4046619", + "Gbg/4046600", + "Gbg/4046682", + "Gbg/4046681", + "Gbg/5748697", + "Gbg/6757846", + "Gbg/4046140", + "Gbg/4928350", + "Gbg/4046623", + "Gbg/4046624", + "Gbg/4046679", + "Gbg/4046678", + "Gbg/4046352", + "Gbg/4046578", + "Gbg/4046622", + "Gbg/4046544", + "Gbg/4046543", + "Gbg/5862537", + "Gbg/5862531", + "Gbg/4046540", + "Gbg/4046539", + "Gbg/6803485", + "Gbg/4046136" + ], + "source:geometry:date": [ + "2013-01-16", + "2018-10-24", + "2018-09-13", + "2014-12-04", + "2021-10-25", + "2020-06-05", + "2013-02-20", + "2017-03-01" + ] + }, + "create": 645, + "modify": 301, + "delete": 0, + "area": 0.0000186326839599912, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 259, + "theme": "grb", + "import": 75, + "locale": "nl", + "imagery": "AGIV", + "conflation": 100 + }, + "id": 123789401 + } + }, + { + "id": 123789365, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8553528, + 51.1489028 + ], + [ + 4.8563636, + 51.1489028 + ], + [ + 4.8563636, + 51.1493779 + ], + [ + 4.8553528, + 51.1493779 + ], + [ + 4.8553528, + 51.1489028 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T06:21:22Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/4046523", + "Gbg/4046537", + "Gbg/4046522", + "Gbg/5403713" + ], + "source:geometry:date": [ + "2014-12-04", + "2013-02-20", + "2013-01-16", + "2015-11-24" + ] + }, + "create": 53, + "modify": 20, + "delete": 0, + "area": 4.80231079995352e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 16, + "theme": "grb", + "import": 6, + "locale": "nl", + "imagery": "AGIV", + "conflation": 8 + }, + "id": 123789365 + } + }, + { + "id": 123788718, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5154911, + 52.4801358 + ], + [ + 13.5380989, + 52.4801358 + ], + [ + 13.5380989, + 52.4930464 + ], + [ + 13.5154911, + 52.4930464 + ], + [ + 13.5154911, + 52.4801358 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-19T06:05:40Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "broken", + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000291880262679944, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123788718 + } + }, + { + "id": 123787306, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T05:13:43Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123787306 + } + }, + { + "id": 123787196, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T05:08:44Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123787196 + } + }, + { + "id": 123787186, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T05:08:13Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123787186 + } + }, + { + "id": 123787009, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ], + [ + 13.6090254, + 52.4508092 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T05:01:20Z", + "reviewed_features": [], + "tag_changes": { + "waste": [ + "dog_excrement;trash", + "trash" + ], + "amenity": [ + "waste_basket" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123787009 + } + }, + { + "id": 123786902, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T04:55:23Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123786902 + } + }, + { + "id": 123786822, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6122966, + 52.4517563 + ], + [ + 13.6122966, + 52.4517563 + ], + [ + 13.6122966, + 52.4517563 + ], + [ + 13.6122966, + 52.4517563 + ], + [ + 13.6122966, + 52.4517563 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T04:50:47Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123786822 + } + }, + { + "id": 123786735, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6122434, + 52.4515561 + ], + [ + 13.6122434, + 52.4515561 + ], + [ + 13.6122434, + 52.4515561 + ], + [ + 13.6122434, + 52.4515561 + ], + [ + 13.6122434, + 52.4515561 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T04:46:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/kko982f.jpg" + ], + "colour": [ + "brown" + ], + "amenity": [ + "bench" + ], + "direction": [ + "259" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 18, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 123786735 + } + }, + { + "id": 123786484, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6455658, + 50.7653174 + ], + [ + 3.6455658, + 50.7653174 + ], + [ + 3.6455658, + 50.7653174 + ], + [ + 3.6455658, + 50.7653174 + ], + [ + 3.6455658, + 50.7653174 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T04:32:15Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/7KTSGuv.jpg" + ], + "amenity": [ + "bicycle_parking" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 123786484 + } + }, + { + "id": 123785826, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6099936, + 50.7539139 + ], + [ + 3.6539158, + 50.7539139 + ], + [ + 3.6539158, + 50.7713386 + ], + [ + 3.6099936, + 50.7713386 + ], + [ + 3.6099936, + 50.7539139 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T03:58:05Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/jY5ZZ73.jpg", + "https://i.imgur.com/DLvte1A.jpg", + "https://i.imgur.com/KSIC14G.jpg" + ], + "route": [ + "bicycle", + "mtb", + "hiking" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000765331158339972, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 7 + }, + "id": 123785826 + } + }, + { + "id": 123785275, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7993712, + 44.1399391 + ], + [ + 4.7998143, + 44.1399391 + ], + [ + 4.7998143, + 44.1411476 + ], + [ + 4.7993712, + 44.1411476 + ], + [ + 4.7993712, + 44.1399391 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "JLZIMMERMANN", + "uid": "188930", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-19T03:14:59Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "maxspeed": [ + "10" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 5.35486349998733e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "fr", + "imagery": "osm", + "change_within_5000m": 1 + }, + "id": 123785275 + } + }, + { + "id": 123784705, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 172.5586397, + -43.5236976 + ], + [ + 172.5587621, + -43.5236976 + ], + [ + 172.5587621, + -43.5234595 + ], + [ + 172.5586397, + -43.5234595 + ], + [ + 172.5586397, + -43.5236976 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "CoderThomas", + "uid": "11817585", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-19T02:21:51Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "direction": [ + "101", + "15", + "104", + "111" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 2.91434400018616e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 4, + "locale": "en", + "imagery": "LINZ_NZ_Aerial_Imagery" + }, + "id": 123784705 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-20.json b/Docs/Tools/stats/stats.2022-7-20.json new file mode 100644 index 0000000000..c3b91172b3 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-20.json @@ -0,0 +1,3573 @@ +{ + "features": [ + { + "id": 123869916, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.0715215, + 40.0403618 + ], + [ + -86.0714269, + 40.0403618 + ], + [ + -86.0714269, + 40.0404336 + ], + [ + -86.0715215, + 40.0404336 + ], + [ + -86.0715215, + 40.0403618 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9900802972", + "name": "Noblesville", + "osm_id": 9900802972, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "amenity": "bicycle_library" + } + } + ], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T23:59:52Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station", + "bicycle_parking", + "bicycle_library" + ] + }, + "create": 3, + "modify": 3, + "delete": 0, + "area": 6.79227999984756e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 8, + "create": 3, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 3, + "change_within_25m": 8 + }, + "id": 123869916 + } + }, + { + "id": 123868182, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3089822, + 51.6747081 + ], + [ + 14.3093283, + 51.6747081 + ], + [ + 14.3093283, + 51.6749319 + ], + [ + 14.3089822, + 51.6749319 + ], + [ + 14.3089822, + 51.6747081 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-20T22:00:37Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "das ist leider falsch eingetragen" + ], + "landuse": [ + "basin" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 7.74571800001447e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123868182 + } + }, + { + "id": 123867395, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.0946968, + 51.8897052 + ], + [ + -2.0944922, + 51.8897052 + ], + [ + -2.0944922, + 51.8898033 + ], + [ + -2.0946968, + 51.8898033 + ], + [ + -2.0946968, + 51.8897052 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "InsertUser", + "uid": "89098", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T21:18:17Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "public" + ], + "leisure": [ + "pitch" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.00712599990438e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_500m": 1 + }, + "id": 123867395 + } + }, + { + "id": 123867066, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.5997185, + 50.7485863 + ], + [ + 3.5997185, + 50.7485863 + ], + [ + 3.5997185, + 50.7485863 + ], + [ + 3.5997185, + 50.7485863 + ], + [ + 3.5997185, + 50.7485863 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T21:02:26Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/cB2PWWw.jpg" + ], + "tourism": [ + "artwork" + ], + "historic": [ + "memorial" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123867066 + } + }, + { + "id": 123866427, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9526508, + 48.8283096 + ], + [ + 12.9567737, + 48.8283096 + ], + [ + 12.9567737, + 48.8308515 + ], + [ + 12.9526508, + 48.8308515 + ], + [ + 12.9526508, + 48.8283096 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T20:36:10Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "university" + ], + "name:etymology:wikidata": [ + "Q468553" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.0000104799995100141, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_1000m": 1 + }, + "id": 123866427 + } + }, + { + "id": 123866299, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 43.8775688, + 56.2480817 + ], + [ + 43.8813524, + 56.2480817 + ], + [ + 43.8813524, + 56.2498446 + ], + [ + 43.8775688, + 56.2498446 + ], + [ + 43.8775688, + 56.2480817 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "alexashh", + "uid": "9054103", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T20:31:39Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/UuzVzpA.jpg" + ], + "access": [ + "yes" + ], + "amenity": [ + "bicycle_parking" + ] + }, + "create": 1, + "modify": 4, + "delete": 0, + "area": 0.0000066701084400078, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 4, + "create": 1, + "locale": "ru", + "imagery": "CartoDB.Voyager", + "add-image": 2, + "change_over_5000m": 1, + "change_within_5000m": 3 + }, + "id": 123866299 + } + }, + { + "id": 123866281, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.5563084, + 50.8332773 + ], + [ + 3.6089142, + 50.8332773 + ], + [ + 3.6089142, + 50.8341479 + ], + [ + 3.5563084, + 50.8341479 + ], + [ + 3.5563084, + 50.8332773 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T20:30:41Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/YtJwMou.jpg", + "https://i.imgur.com/nEoWFah.jpg" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000457986094799447, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 2 + }, + "id": 123866281 + } + }, + { + "id": 123865689, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3428682, + 50.8572987 + ], + [ + 4.3428682, + 50.8572987 + ], + [ + 4.3428682, + 50.8572987 + ], + [ + 4.3428682, + 50.8572987 + ], + [ + 4.3428682, + 50.8572987 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #climbing", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T20:09:23Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "JES Stadsavontuur" + ], + "email": [ + "glenn.govaert@jes.be" + ], + "phone": [ + "+32 2 411 68 83" + ], + "leisure": [ + "sports_centre" + ], + "website": [ + "https://jesbrussels.be/vrije-tijd/stadsavontuur/" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/climbing", + "theme": "climbing", + "answer": 4, + "locale": "en", + "imagery": "osm" + }, + "id": 123865689 + } + }, + { + "id": 123865007, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.3998477, + 45.3145448 + ], + [ + 8.4103905, + 45.3145448 + ], + [ + 8.4103905, + 45.3211854 + ], + [ + 8.3998477, + 45.3211854 + ], + [ + 8.3998477, + 45.3145448 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T19:45:47Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "unclassified", + "residential", + "service" + ], + "name:etymology:wikidata": [ + "Q202303", + "Q189015", + "Q5883980", + "Q113164895", + "Q101698", + "Q327237", + "Q113164812", + "Q25025", + "Q25050" + ] + }, + "create": 0, + "modify": 35, + "delete": 0, + "area": 0.0000700105176799682, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 43, + "locale": "it", + "imagery": "osm" + }, + "id": 123865007 + } + }, + { + "id": 123864455, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "wtRocks", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T19:26:49Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123864455 + } + }, + { + "id": 123862902, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.384526, + 51.6463892 + ], + [ + 14.3857947, + 51.6463892 + ], + [ + 14.3857947, + 51.6507429 + ], + [ + 14.384526, + 51.6507429 + ], + [ + 14.384526, + 51.6463892 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-20T18:40:15Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.00000552353918999762, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123862902 + } + }, + { + "id": 123860844, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4250519, + 46.3838935 + ], + [ + 8.4250519, + 46.3838935 + ], + [ + 8.4250519, + 46.3838935 + ], + [ + 8.4250519, + 46.3838935 + ], + [ + 8.4250519, + 46.3838935 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Enrico Rossi", + "uid": "53188", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T17:28:17Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "yes" + ], + "toilets": [ + "yes" + ], + "tourism": [ + "caravan_site" + ], + "capacity": [ + "30" + ], + "sanitary_dump_station": [ + "yes" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/campersite.html", + "theme": "campersite", + "answer": 4, + "locale": "it", + "imagery": "osm" + }, + "id": 123860844 + } + }, + { + "id": 123860774, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 72.8134759, + 12.9651088 + ], + [ + 88.4189388, + 12.9651088 + ], + [ + 88.4189388, + 28.6166904 + ], + [ + 72.8134759, + 28.6166904 + ], + [ + 72.8134759, + 12.9651088 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "NaanAvanIllai", + "uid": "14062769", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T17:26:24Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "secondary", + "residential", + "unclassified", + "tertiary", + "primary" + ], + "leisure": [ + "park" + ], + "natural": [ + "water" + ], + "name:etymology:wikidata": [ + "Q55769", + "Q7282619" + ] + }, + "create": 0, + "modify": 80, + "delete": 0, + "area": 244.250175985123, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 101, + "locale": "en", + "imagery": "osm" + }, + "id": 123860774 + } + }, + { + "id": 123859702, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4093209, + 45.3133868 + ], + [ + 8.4293647, + 45.3133868 + ], + [ + 8.4293647, + 45.3236221 + ], + [ + 8.4093209, + 45.3236221 + ], + [ + 8.4093209, + 45.3133868 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T16:53:33Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "hospital", + "school" + ], + "highway": [ + "tertiary", + "residential", + "unclassified", + "secondary", + "footway" + ], + "landuse": [ + "education" + ], + "leisure": [ + "park" + ], + "name:etymology:wikidata": [ + "Q1025312", + "Q168962", + "Q806070", + "Q938903", + "Q166234", + "Q3136905", + "Q110279605", + "Q6101", + "Q316876", + "Q1016", + "Q172599", + "Q1399", + "Q182092", + "Q2714363", + "Q21077161", + "Q1401", + "Q44112", + "Q43399", + "Q313980", + "Q1242", + "Q296244", + "Q110160583", + "Q275635", + "Q53353158", + "Q715232", + "Q104694031", + "Q550262" + ] + }, + "create": 0, + "modify": 74, + "delete": 0, + "area": 0.000205154306139957, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 91, + "locale": "it", + "imagery": "osm" + }, + "id": 123859702 + } + }, + { + "id": 123859643, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.1067185, + 38.834806 + ], + [ + 0.1219017, + 38.834806 + ], + [ + 0.1219017, + 38.8455599 + ], + [ + 0.1067185, + 38.8455599 + ], + [ + 0.1067185, + 38.834806 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T16:51:18Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "fee": [ + "yes", + "no" + ], + "hgv": [ + "no" + ], + "access": [ + "yes" + ], + "amenity": [ + "charging_station" + ], + "bicycle": [ + "no" + ], + "maxstay": [ + "2 hours" + ], + "scooter": [ + "yes" + ], + "motorcar": [ + "yes" + ], + "parking:fee": [ + "yes", + "no" + ], + "payment:app": [ + "yes" + ], + "payment:cash": [ + "no" + ], + "socket:type2": [ + "1" + ], + "payment:cards": [ + "no" + ], + "authentication:app": [ + "yes" + ], + "authentication:nfc": [ + "no" + ], + "authentication:none": [ + "no" + ], + "socket:type2:output": [ + "7.4 kW", + "22 kW" + ], + "payment:membership_card": [ + "no" + ], + "authentication:debit_card": [ + "no" + ], + "authentication:money_card": [ + "no" + ], + "authentication:phone_call": [ + "no" + ], + "authentication:short_message": [ + "no" + ], + "authentication:membership_card": [ + "no" + ] + }, + "create": 1, + "modify": 15, + "delete": 0, + "area": 0.000163278614479961, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 23, + "create": 1, + "locale": "ca", + "imagery": "PNOA-Spain" + }, + "id": 123859643 + } + }, + { + "id": 123859610, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.5170757, + 64.1268042 + ], + [ + 29.5170757, + 64.1268042 + ], + [ + 29.5170757, + 64.1268042 + ], + [ + 29.5170757, + 64.1268042 + ], + [ + 29.5170757, + 64.1268042 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T16:50:08Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "bicycle" + ], + "service:bicycle:retail": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123859610 + } + }, + { + "id": 123859116, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.106627, + 38.8342582 + ], + [ + 0.1087568, + 38.8342582 + ], + [ + 0.1087568, + 38.8354983 + ], + [ + 0.106627, + 38.8354983 + ], + [ + 0.106627, + 38.8342582 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T16:36:01Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "secondary" + ], + "maxspeed": [ + "50" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000264116497999331, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed", + "theme": "maxspeed", + "answer": 1, + "locale": "ca", + "imagery": "osm" + }, + "id": 123859116 + } + }, + { + "id": 123858848, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.1132885, + 38.8423754 + ], + [ + -0.1132885, + 38.8423754 + ], + [ + -0.1132885, + 38.8423754 + ], + [ + -0.1132885, + 38.8423754 + ], + [ + -0.1132885, + 38.8423754 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T16:27:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "dentist" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/healthcare.html", + "theme": "healthcare", + "answer": 1, + "create": 1, + "locale": "ca", + "imagery": "PNOA-Spain" + }, + "id": 123858848 + } + }, + { + "id": 123858720, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4888146, + 50.7898645 + ], + [ + 3.4888146, + 50.7898645 + ], + [ + 3.4888146, + 50.7898645 + ], + [ + 3.4888146, + 50.7898645 + ], + [ + 3.4888146, + 50.7898645 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T16:23:35Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/981IcAa.jpg" + ], + "amenity": [ + "public_bookcase" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123858720 + } + }, + { + "id": 123856751, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5922091, + 53.0267034 + ], + [ + 6.593019, + 53.0267034 + ], + [ + 6.593019, + 53.0271404 + ], + [ + 6.5922091, + 53.0271404 + ], + [ + 6.5922091, + 53.0267034 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Niels Elgaard Larsen", + "uid": "1288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #pets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T15:29:16Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Hondenspeelplaats Marsdijk" + ], + "image": [ + "https://i.imgur.com/uBuhYp8.jpg" + ], + "amenity": [ + "waste_basket" + ], + "barrier": [ + "fence" + ], + "image:0": [ + "https://i.imgur.com/u84pN4T.jpg" + ], + "image:1": [ + "https://i.imgur.com/mEXtTfM.jpg" + ], + "image:2": [ + "https://i.imgur.com/8gFFdzv.jpg" + ], + "leisure": [ + "dog_park" + ], + "small_dog": [ + "shared" + ] + }, + "create": 1, + "modify": 8, + "delete": 0, + "area": 3.5392629999846e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/pets.html", + "move": 1, + "theme": "pets", + "answer": 4, + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 5, + "move:node/9900017686": "improve_accuracy" + }, + "id": 123856751 + } + }, + { + "id": 123855431, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4927793, + 50.7567379 + ], + [ + 3.6051468, + 50.7567379 + ], + [ + 3.6051468, + 50.8162546 + ], + [ + 3.4927793, + 50.8162546 + ], + [ + 3.4927793, + 50.7567379 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T14:56:38Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/Gptf5Ae.jpg", + "https://i.imgur.com/nPJcGEC.jpg", + "https://i.imgur.com/GMwu0U1.jpg", + "https://i.imgur.com/XZGxgv7.jpg" + ], + "route": [ + "foot", + "bicycle", + "hiking", + "bus" + ], + "amenity": [ + "bench" + ], + "highway": [ + "track", + "unclassified", + "footway", + "service", + "path", + "residential", + "tertiary" + ], + "landuse": [ + "farmyard" + ], + "building": [ + "yes" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00668774278725036, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 4 + }, + "id": 123855431 + } + }, + { + "id": 123853858, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.3397713, + 53.2513714 + ], + [ + 6.3397713, + 53.2513714 + ], + [ + 6.3397713, + 53.2513714 + ], + [ + 6.3397713, + 53.2513714 + ], + [ + 6.3397713, + 53.2513714 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T14:21:24Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "Actueel_orthoHR_WMTS", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "id": 123853858 + } + }, + { + "id": 123853806, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.3397692, + 53.2513953 + ], + [ + 6.3397692, + 53.2513953 + ], + [ + 6.3397692, + 53.2513953 + ], + [ + 6.3397692, + 53.2513953 + ], + [ + 6.3397692, + 53.2513953 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T14:20: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, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "Actueel_orthoHR_WMTS", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 2 + }, + "id": 123853806 + } + }, + { + "id": 123852812, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 72.8195054, + 11.9371712 + ], + [ + 79.8043921, + 11.9371712 + ], + [ + 79.8043921, + 28.5947474 + ], + [ + 72.8195054, + 28.5947474 + ], + [ + 72.8195054, + 11.9371712 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "NaanAvanIllai", + "uid": "14062769", + "editor": "MapComplete 0.22.2", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T13:57:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school", + "library" + ], + "leisure": [ + "park" + ], + "name:etymology:wikidata": [ + "Q9513", + "Q19812241", + "Q3537634" + ] + }, + "create": 0, + "modify": 14, + "delete": 0, + "area": 116.351282453617, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 14, + "locale": "en", + "imagery": "osm" + }, + "id": 123852812 + } + }, + { + "id": 123852334, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3559547, + 50.8634729 + ], + [ + 4.3563651, + 50.8634729 + ], + [ + 4.3563651, + 50.8637827 + ], + [ + 4.3559547, + 50.8637827 + ], + [ + 4.3559547, + 50.8634729 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "RobinJulien", + "uid": "10173303", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T13:44:37Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "community_centre" + ], + "building": [ + "yes" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 1.27141920001456e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123852334 + } + }, + { + "id": 123852068, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.6314189, + -34.5874977 + ], + [ + -58.6314189, + -34.5874977 + ], + [ + -58.6314189, + -34.5874977 + ], + [ + -58.6314189, + -34.5874977 + ], + [ + -58.6314189, + -34.5874977 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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-07-20T13:38:24Z", + "reviewed_features": [], + "tag_changes": { + "railway": [ + "signal" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals", + "answer": 4, + "create": 1, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_25m": 4 + }, + "id": 123852068 + } + }, + { + "id": 123849519, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.3595728, + 53.2289964 + ], + [ + 6.3748339, + 53.2289964 + ], + [ + 6.3748339, + 53.2327886 + ], + [ + 6.3595728, + 53.2327886 + ], + [ + 6.3595728, + 53.2289964 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T12:28:40Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "yes", + "no" + ], + "highway": [ + "secondary", + "cycleway", + "path", + "street_lamp" + ] + }, + "create": 1, + "modify": 5, + "delete": 0, + "area": 0.000057873143419992, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 9, + "create": 1, + "locale": "en", + "imagery": "Actueel_orthoHR_WMTS", + "change_over_5000m": 1, + "change_within_25m": 7, + "change_within_500m": 1, + "change_within_1000m": 1 + }, + "id": 123849519 + } + }, + { + "id": 123849450, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.2767473, + 53.2140205 + ], + [ + 6.2767473, + 53.2140205 + ], + [ + 6.2767473, + 53.2140205 + ], + [ + 6.2767473, + 53.2140205 + ], + [ + 6.2767473, + 53.2140205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T12:26:41Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "recycling" + ], + "recycling:shoes": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "waste", + "answer": 1, + "locale": "en", + "imagery": "Actueel_orthoHR_WMTS", + "change_within_1000m": 1 + }, + "id": 123849450 + } + }, + { + "id": 123849449, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.3745581, + 53.2326105 + ], + [ + 6.3746506, + 53.2326105 + ], + [ + 6.3746506, + 53.2326837 + ], + [ + 6.3745581, + 53.2326837 + ], + [ + 6.3745581, + 53.2326105 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T12:26:41Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 3, + "modify": 0, + "delete": 0, + "area": 6.77100000026005e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 5, + "create": 3, + "locale": "en", + "imagery": "Actueel_orthoHR_WMTS", + "change_over_5000m": 3, + "change_within_25m": 5 + }, + "id": 123849449 + } + }, + { + "id": 123849211, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.8179812, + 53.0424808 + ], + [ + 8.8189602, + 53.0424808 + ], + [ + 8.8189602, + 53.0428776 + ], + [ + 8.8179812, + 53.0428776 + ], + [ + 8.8179812, + 53.0424808 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Niels Elgaard Larsen", + "uid": "1288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #pets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T12:21:20Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "no" + ], + "leisure": [ + "dog_park" + ], + "small_dog": [ + "shared" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.88467199996931e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/pets.html", + "theme": "pets", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123849211 + } + }, + { + "id": 123847579, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.8568433, + 47.9980214 + ], + [ + 7.8568433, + 47.9980214 + ], + [ + 7.8568433, + 47.9980214 + ], + [ + 7.8568433, + 47.9980214 + ], + [ + 7.8568433, + 47.9980214 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 1, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-20T11:42:56Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "image": [ + "https://i.imgur.com/igD30OX.jpg" + ], + "access": [ + "yes" + ], + "leisure": [ + "playground" + ], + "surface": [ + "woodchips" + ], + "wheelchair": [ + "limited" + ], + "opening_hours": [ + "sunrise-sunset" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 4, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 5 + }, + "id": 123847579 + } + }, + { + "id": 123846535, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.379468, + 50.8720933 + ], + [ + 4.379468, + 50.8720933 + ], + [ + 4.379468, + 50.8720933 + ], + [ + 4.379468, + 50.8720933 + ], + [ + 4.379468, + 50.8720933 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AlexanderReb", + "uid": "16447083", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #https://8080-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/assets/themes/onwheels/onwheels.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T11:17:17Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://8080-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/assets/themes/onwheels/onwheels.json", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123846535 + } + }, + { + "id": 123846485, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ], + [ + 4.3498343, + 50.8662424 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T11:15:54Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "image": [ + "https://i.imgur.com/rVxcIvd.jpg" + ], + "access": [ + "customers" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 123846485 + } + }, + { + "id": 123846021, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3730894, + 50.8387723 + ], + [ + 4.3730894, + 50.8387723 + ], + [ + 4.3730894, + 50.8387723 + ], + [ + 4.3730894, + 50.8387723 + ], + [ + 4.3730894, + 50.8387723 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T11:05:24Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "image:0": [ + "https://i.imgur.com/S3M59uZ.jpg" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "rainbow_crossings", + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123846021 + } + }, + { + "id": 123845951, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T11:03:55Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/index.html", + "theme": "rainbow_crossings", + "locale": "en", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123845951 + } + }, + { + "id": 123844847, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3216341, + 52.465545 + ], + [ + 13.3216341, + 52.465545 + ], + [ + 13.3216341, + 52.465545 + ], + [ + 13.3216341, + 52.465545 + ], + [ + 13.3216341, + 52.465545 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.23.0", + "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-20T10:36:31Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-20", + "2022-07-17" + ], + "pump:status": [ + "ok", + "blocked" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123844847 + } + }, + { + "id": 123844707, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.2871062, + 50.8013397 + ], + [ + 4.2871062, + 50.8013397 + ], + [ + 4.2871062, + 50.8013397 + ], + [ + 4.2871062, + 50.8013397 + ], + [ + 4.2871062, + 50.8013397 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Mizuna", + "uid": "12496737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T10:33:06Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 2, + "create": 1, + "locale": "nl", + "imagery": "osm" + }, + "id": 123844707 + } + }, + { + "id": 123844462, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.027127, + 51.9915138 + ], + [ + 14.0960091, + 51.9915138 + ], + [ + 14.0960091, + 52.0298784 + ], + [ + 14.027127, + 52.0298784 + ], + [ + 14.027127, + 51.9915138 + ] + ] + ] + }, + "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": "2022-07-20T10:26:58Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 5, + "modify": 2, + "delete": 0, + "area": 0.00264263421366008, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123844462 + } + }, + { + "id": 123841349, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.0260997, + 51.7782894 + ], + [ + 14.0260997, + 51.7782894 + ], + [ + 14.0260997, + 51.7782894 + ], + [ + 14.0260997, + 51.7782894 + ], + [ + 14.0260997, + 51.7782894 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "EnricoP71", + "uid": "15704807", + "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-20T09:16:32Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123841349 + } + }, + { + "id": 123841037, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4062348, + 50.7594223 + ], + [ + 3.587651, + 50.7594223 + ], + [ + 3.587651, + 50.8349046 + ], + [ + 3.4062348, + 50.8349046 + ], + [ + 3.4062348, + 50.7594223 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T09:09:21Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/JSJEpQh.jpg", + "https://i.imgur.com/6NOgTR7.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0136937120332608, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "nl", + "imagery": "osm", + "add-image": 2 + }, + "id": 123841037 + } + }, + { + "id": 123840168, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.007386, + 51.7861317 + ], + [ + 14.007386, + 51.7861317 + ], + [ + 14.007386, + 51.7861317 + ], + [ + 14.007386, + 51.7861317 + ], + [ + 14.007386, + 51.7861317 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9899285885", + "osm_id": 9899285885, + "reasons": [ + 43 + ], + "version": 3, + "primary_tags": { + "emergency": "Wasser tank unterirdisch" + } + } + ], + "user": "EnricoP71", + "uid": "15704807", + "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-20T08:50:29Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "www.waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123840168 + } + }, + { + "id": 123839939, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3780429, + 50.8691168 + ], + [ + 4.3790066, + 50.8691168 + ], + [ + 4.3790066, + 50.8713231 + ], + [ + 4.3780429, + 50.8713231 + ], + [ + 4.3780429, + 50.8691168 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AlexanderReb", + "uid": "16447083", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #https://8081-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/assets/themes/onwheels/onwheels.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T08:46:24Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.00000212621130999903, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://8081-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/assets/themes/onwheels/onwheels.json", + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123839939 + } + }, + { + "id": 123839852, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4666068, + 50.7893835 + ], + [ + 3.5706814, + 50.7893835 + ], + [ + 3.5706814, + 50.815326 + ], + [ + 3.4666068, + 50.815326 + ], + [ + 3.4666068, + 50.7893835 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T08:44:42Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/jGofxqH.jpg", + "https://i.imgur.com/4kpC07r.jpg", + "https://i.imgur.com/6OrmCfo.jpg", + "https://i.imgur.com/2rGvLlV.jpg" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00269995531049992, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 4 + }, + "id": 123839852 + } + }, + { + "id": 123837973, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3963653, + 51.0409765 + ], + [ + 3.3966545, + 51.0409765 + ], + [ + 3.3966545, + 51.0411284 + ], + [ + 3.3963653, + 51.0411284 + ], + [ + 3.3963653, + 51.0409765 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T08:00:50Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:date": [ + "2019-04-18", + "2012-09-24" + ] + }, + "create": 0, + "modify": 8, + "delete": 0, + "area": 4.3929479999657e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 7, + "theme": "grb", + "locale": "nl", + "imagery": "AGIVFlandersGRB", + "conflation": 2 + }, + "id": 123837973 + } + }, + { + "id": 123837228, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3307745, + 51.6631111 + ], + [ + 14.3398994, + 51.6631111 + ], + [ + 14.3398994, + 51.6702413 + ], + [ + 14.3307745, + 51.6702413 + ], + [ + 14.3307745, + 51.6631111 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-20T07:43:00Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 3, + "modify": 5, + "delete": 0, + "area": 0.000065062361979988, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123837228 + } + }, + { + "id": 123835174, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.61875, + 51.7096253 + ], + [ + 13.6511993, + 51.7096253 + ], + [ + 13.6511993, + 51.7212528 + ], + [ + 13.61875, + 51.7212528 + ], + [ + 13.61875, + 51.7096253 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FFw Zeckerin", + "uid": "16592520", + "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-20T06:48:36Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "800l/min.", + "600l/min.", + "1000l/min.", + "200m3" + ], + "natural": [ + "water" + ] + }, + "create": 5, + "modify": 13, + "delete": 0, + "area": 0.000377304235750094, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123835174 + } + }, + { + "id": 123832834, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.66065, + 50.9326706 + ], + [ + 3.66065, + 50.9326706 + ], + [ + 3.66065, + 50.9326706 + ], + [ + 3.66065, + 50.9326706 + ], + [ + 3.66065, + 50.9326706 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-20T05:41:35Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/BAfRjcK.jpg" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123832834 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-21.json b/Docs/Tools/stats/stats.2022-7-21.json new file mode 100644 index 0000000000..a2ccac30cc --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-21.json @@ -0,0 +1,4391 @@ +{ + "features": [ + { + "id": 123913712, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.397104, + 51.0410662 + ], + [ + 3.397104, + 51.0410662 + ], + [ + 3.397104, + 51.0410662 + ], + [ + 3.397104, + 51.0410662 + ], + [ + 3.397104, + 51.0410662 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T23:16:11Z", + "reviewed_features": [], + "tag_changes": { + "office": [ + "government" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/personal.html", + "theme": "personal", + "create": 2, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 2 + }, + "id": 123913712 + } + }, + { + "id": 123912833, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4150553, + 45.3235043 + ], + [ + 8.4173997, + 45.3235043 + ], + [ + 8.4173997, + 45.3275375 + ], + [ + 8.4150553, + 45.3275375 + ], + [ + 8.4150553, + 45.3235043 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T22:36:36Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "name:etymology:wikidata": [ + "Q5625802", + "Q734108", + "Q113183089" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00000945543407998874, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 4, + "locale": "it", + "imagery": "osm" + }, + "id": 123912833 + } + }, + { + "id": 123909434, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9632704, + 48.8283176 + ], + [ + 12.9632704, + 48.8283176 + ], + [ + 12.9632704, + 48.8283176 + ], + [ + 12.9632704, + 48.8283176 + ], + [ + 12.9632704, + 48.8283176 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T20:42:57Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_cycle": [ + "deciduous" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123909434 + } + }, + { + "id": 123909381, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.0412151, + 48.8759329 + ], + [ + 13.0412151, + 48.8759329 + ], + [ + 13.0412151, + 48.8759329 + ], + [ + 13.0412151, + 48.8759329 + ], + [ + 13.0412151, + 48.8759329 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T20:40:31Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "yes" + ], + "tourism": [ + "caravan_site" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/campersite.html", + "theme": "campersite", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123909381 + } + }, + { + "id": 123907594, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3739489, + 50.86695 + ], + [ + 4.3744523, + 50.86695 + ], + [ + 4.3744523, + 50.8678518 + ], + [ + 4.3739489, + 50.8678518 + ], + [ + 4.3739489, + 50.86695 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T19:44:42Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/RlDywPI.jpg", + "https://i.imgur.com/bjW4vOk.jpg", + "https://i.imgur.com/y12fs78.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 4.53966119996552e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 3, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 3 + }, + "id": 123907594 + } + }, + { + "id": 123901728, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5585916, + 52.9944362 + ], + [ + 6.5585916, + 52.9944362 + ], + [ + 6.5585916, + 52.9944362 + ], + [ + 6.5585916, + 52.9944362 + ], + [ + 6.5585916, + 52.9944362 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T16:40:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/toilets.html", + "theme": "toilets", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "id": 123901728 + } + }, + { + "id": 123900830, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6987581, + 50.5633838 + ], + [ + 4.6987581, + 50.5633838 + ], + [ + 4.6987581, + 50.5633838 + ], + [ + 4.6987581, + 50.5633838 + ], + [ + 4.6987581, + 50.5633838 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FabienneWilmet", + "uid": "13029843", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T16:13:02Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/yJjhM5t.jpg" + ], + "amenity": [ + "bicycle_parking" + ], + "capacity": [ + "16" + ], + "bicycle_parking": [ + "bollard", + "stands" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 3 + }, + "id": 123900830 + } + }, + { + "id": 123899774, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.540516, + 53.0068617 + ], + [ + 6.540516, + 53.0068617 + ], + [ + 6.540516, + 53.0068617 + ], + [ + 6.540516, + 53.0068617 + ], + [ + 6.540516, + 53.0068617 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T15:42:51Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "recycling" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/waste.html", + "theme": "waste", + "answer": 3, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 4 + }, + "id": 123899774 + } + }, + { + "id": 123898634, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FabienneWilmet", + "uid": "13029843", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T15:10:40Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123898634 + } + }, + { + "id": 123898627, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FabienneWilmet", + "uid": "13029843", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T15:10:32Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 3 + }, + "id": 123898627 + } + }, + { + "id": 123898607, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FabienneWilmet", + "uid": "13029843", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T15:10:12Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123898607 + } + }, + { + "id": 123898363, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.699198, + 50.5618002 + ], + [ + 4.699198, + 50.5618002 + ], + [ + 4.699198, + 50.5618002 + ], + [ + 4.699198, + 50.5618002 + ], + [ + 4.699198, + 50.5618002 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "FabienneWilmet", + "uid": "13029843", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T15:05:31Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_parking" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 6, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "id": 123898363 + } + }, + { + "id": 123898044, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4371683, + 50.8479392 + ], + [ + 4.4371683, + 50.8479392 + ], + [ + 4.4371683, + 50.8479392 + ], + [ + 4.4371683, + 50.8479392 + ], + [ + 4.4371683, + 50.8479392 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "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-21T14:57:12Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "move": 1, + "theme": "cyclofix", + "answer": 9, + "create": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 11, + "move:node/9902102977": "improve_accuracy" + }, + "id": 123898044 + } + }, + { + "id": 123897820, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6413805, + -33.4579702 + ], + [ + -70.6413805, + -33.4579702 + ], + [ + -70.6413805, + -33.4579702 + ], + [ + -70.6413805, + -33.4579702 + ], + [ + -70.6413805, + -33.4579702 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T14:51:10Z", + "reviewed_features": [], + "tag_changes": { + "historic": [ + "memorial" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "create": 1, + "locale": "en", + "imagery": "EsriWorldImagery", + "add-image": 1 + }, + "id": 123897820 + } + }, + { + "id": 123897817, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.393501, + 45.3216469 + ], + [ + 8.412255, + 45.3216469 + ], + [ + 8.412255, + 45.3283355 + ], + [ + 8.393501, + 45.3283355 + ], + [ + 8.393501, + 45.3216469 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T14:51:07Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "unclassified", + "tertiary", + "living_street" + ], + "leisure": [ + "park" + ], + "name:etymology:wikidata": [ + "Q569213", + "Q583", + "Q2717091", + "Q428308", + "Q1373", + "Q1372", + "Q167457", + "Q1451146", + "Q495", + "Q982573", + "Q13376", + "Q13375", + "Q1248", + "Q113173142", + "Q15981", + "Q441294", + "Q69194", + "Q471166", + "Q463243", + "Q155691", + "Q93182", + "Q3064018", + "Q1982632", + "Q104694031" + ] + }, + "create": 0, + "modify": 43, + "delete": 0, + "area": 0.00012543800440007, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 50, + "locale": "it", + "imagery": "osm" + }, + "id": 123897817 + } + }, + { + "id": 123896993, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5695291, + 50.3628452 + ], + [ + 8.5695291, + 50.3628452 + ], + [ + 8.5695291, + 50.3628452 + ], + [ + 8.5695291, + 50.3628452 + ], + [ + 8.5695291, + 50.3628452 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:31:03Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "create": 1, + "locale": "de", + "imagery": "HDM_HOT" + }, + "id": 123896993 + } + }, + { + "id": 123896964, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6628809, + 51.8123377 + ], + [ + 4.668645, + 51.8123377 + ], + [ + 4.668645, + 51.8135134 + ], + [ + 4.6628809, + 51.8135134 + ], + [ + 4.6628809, + 51.8123377 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:30:18Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 2, + "modify": 2, + "delete": 0, + "area": 0.0000067768523699847, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 3, + "create": 2, + "locale": "en", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2, + "change_within_25m": 5 + }, + "id": 123896964 + } + }, + { + "id": 123896692, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.7918838, + 47.3280985 + ], + [ + -1.7918838, + 47.3280985 + ], + [ + -1.7918838, + 47.3280985 + ], + [ + -1.7918838, + 47.3280985 + ], + [ + -1.7918838, + 47.3280985 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "cyril42e", + "uid": "1801525", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:22:31Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "no" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_25m": 1 + }, + "id": 123896692 + } + }, + { + "id": 123896476, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5037814, + 50.3404039 + ], + [ + 8.5037814, + 50.3404039 + ], + [ + 8.5037814, + 50.3404039 + ], + [ + 8.5037814, + 50.3404039 + ], + [ + 8.5037814, + 50.3404039 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:16:02Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "caravan_site" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/campersite.html", + "theme": "campersite", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123896476 + } + }, + { + "id": 123896244, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.5905801, + -34.6444625 + ], + [ + -58.5905687, + -34.6444625 + ], + [ + -58.5905687, + -34.6444289 + ], + [ + -58.5905801, + -34.6444289 + ], + [ + -58.5905801, + -34.6444625 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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-07-21T14:09:23Z", + "reviewed_features": [], + "tag_changes": { + "ref": [ + "HD 17", + "HD 8" + ], + "railway": [ + "signal" + ], + "railway:signal:route:caption": [ + "HD 17" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 3.83039999961278e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals", + "answer": 5, + "locale": "en", + "imagery": "osm", + "change_within_25m": 5 + }, + "id": 123896244 + } + }, + { + "id": 123896121, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.3740477, + 52.1535371 + ], + [ + 5.3740477, + 52.1535371 + ], + [ + 5.3740477, + 52.1535371 + ], + [ + 5.3740477, + 52.1535371 + ], + [ + 5.3740477, + 52.1535371 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:06:00Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "elevator" + ], + "operational_status": [ + "broken" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 1 + }, + "id": 123896121 + } + }, + { + "id": 123895901, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5087851, + 50.3340268 + ], + [ + 8.5678554, + 50.3340268 + ], + [ + 8.5678554, + 50.3597918 + ], + [ + 8.5087851, + 50.3597918 + ], + [ + 8.5087851, + 50.3340268 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T14:00:05Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking", + "recycling", + "waste_basket" + ] + }, + "create": 3, + "modify": 2, + "delete": 0, + "area": 0.00152194627950037, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 5, + "create": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 123895901 + } + }, + { + "id": 123894890, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5279749, + 50.3310203 + ], + [ + 8.6034456, + 50.3310203 + ], + [ + 8.6034456, + 50.3582945 + ], + [ + 8.5279749, + 50.3582945 + ], + [ + 8.5279749, + 50.3310203 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T13:35:04Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking", + "post_box" + ], + "highway": [ + "street_lamp" + ] + }, + "create": 4, + "modify": 0, + "delete": 0, + "area": 0.00205840296594007, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 11, + "create": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 123894890 + } + }, + { + "id": 123894314, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5280581, + 50.3307887 + ], + [ + 11.2817734, + 50.3307887 + ], + [ + 11.2817734, + 51.5170603 + ], + [ + 8.5280581, + 51.5170603 + ], + [ + 8.5280581, + 50.3307887 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #postboxes", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T13:19:54Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bicycle", + "bus", + "road", + "hiking" + ], + "amenity": [ + "parking", + "post_box" + ], + "highway": [ + "residential", + "footway", + "secondary", + "secondary_link" + ] + }, + "create": 6, + "modify": 0, + "delete": 0, + "area": 3.26665425487547, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "postboxes", + "create": 5, + "locale": "de", + "imagery": "osm" + }, + "id": 123894314 + } + }, + { + "id": 123893924, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5282191, + 50.3306305 + ], + [ + 8.5282191, + 50.3306305 + ], + [ + 8.5282191, + 50.3306305 + ], + [ + 8.5282191, + 50.3306305 + ], + [ + 8.5282191, + 50.3306305 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T13:09:05Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "amenity": [ + "toilets" + ], + "opening_hours": [ + "24/7" + ], + "toilets:position": [ + "seated;urinal" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 123893924 + } + }, + { + "id": 123893776, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5326661, + 50.333484 + ], + [ + 8.5326661, + 50.333484 + ], + [ + 8.5326661, + 50.333484 + ], + [ + 8.5326661, + 50.333484 + ], + [ + 8.5326661, + 50.333484 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T13:05:29Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "charging_station" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "create": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123893776 + } + }, + { + "id": 123893334, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5594561, + 52.9949319 + ], + [ + 6.56991, + 52.9949319 + ], + [ + 6.56991, + 52.9987231 + ], + [ + 6.5594561, + 52.9987231 + ], + [ + 6.5594561, + 52.9949319 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:55:45Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.0000396328256800205, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 3, + "create": 2, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 2, + "change_within_5000m": 3 + }, + "id": 123893334 + } + }, + { + "id": 123893302, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3495888, + 50.8658337 + ], + [ + 4.3496425, + 50.8658337 + ], + [ + 4.3496425, + 50.865873 + ], + [ + 4.3495888, + 50.865873 + ], + [ + 4.3495888, + 50.8658337 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:54:44Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "customers" + ], + "amenity": [ + "toilets" + ], + "toilets:position": [ + "seated" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.11040999984529e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 2, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 2 + }, + "id": 123893302 + } + }, + { + "id": 123893220, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5687148, + 50.3613198 + ], + [ + 8.5695618, + 50.3613198 + ], + [ + 8.5695618, + 50.3655401 + ], + [ + 8.5687148, + 50.3655401 + ], + [ + 8.5687148, + 50.3613198 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:53:13Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "limited" + ], + "leisure": [ + "pitch" + ], + "surface": [ + "sand" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.00000357459410000117, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 3, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123893220 + } + }, + { + "id": 123893205, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:52:53Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123893205 + } + }, + { + "id": 123893185, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:52:22Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123893185 + } + }, + { + "id": 123893056, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5389986, + 50.35568 + ], + [ + 11.2818084, + 50.35568 + ], + [ + 11.2818084, + 51.5196996 + ], + [ + 8.5389986, + 51.5196996 + ], + [ + 8.5389986, + 50.35568 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:48:51Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus" + ], + "highway": [ + "tertiary" + ], + "maxspeed": [ + "100" + ] + }, + "create": 3, + "modify": 7, + "delete": 0, + "area": 3.19268436627209, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "split": 4, + "theme": "maxspeed", + "answer": 3, + "locale": "de", + "imagery": "osm", + "relation-fix": 4 + }, + "id": 123893056 + } + }, + { + "id": 123892623, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6713859, + 50.1471514 + ], + [ + 8.6713859, + 50.1471514 + ], + [ + 8.6713859, + 50.1471514 + ], + [ + 8.6713859, + 50.1471514 + ], + [ + 8.6713859, + 50.1471514 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:37:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 123892623 + } + }, + { + "id": 123892582, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5570098, + 50.1469932 + ], + [ + 8.671284, + 50.1469932 + ], + [ + 8.671284, + 50.3624936 + ], + [ + 8.5570098, + 50.3624936 + ], + [ + 8.5570098, + 50.1469932 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:36:40Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 4, + "modify": 0, + "delete": 0, + "area": 0.0246261358096805, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 2, + "create": 4, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_100m": 1 + }, + "id": 123892582 + } + }, + { + "id": 123892352, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6675987, + 50.1463126 + ], + [ + 8.6675987, + 50.1463126 + ], + [ + 8.6675987, + 50.1463126 + ], + [ + 8.6675987, + 50.1463126 + ], + [ + 8.6675987, + 50.1463126 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:31:06Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 123892352 + } + }, + { + "id": 123892252, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.9738122, + 48.6354205 + ], + [ + 9.9738122, + 48.6354205 + ], + [ + 9.9738122, + 48.6354205 + ], + [ + 9.9738122, + 48.6354205 + ], + [ + 9.9738122, + 48.6354205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:29:06Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/7OGD46H.jpg" + ], + "amenity": [ + "parking" + ], + "parking": [ + "surface" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 1, + "locale": "es", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 2 + }, + "id": 123892252 + } + }, + { + "id": 123891998, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.9740351, + 48.6354319 + ], + [ + 9.9740351, + 48.6354319 + ], + [ + 9.9740351, + 48.6354319 + ], + [ + 9.9740351, + 48.6354319 + ], + [ + 9.9740351, + 48.6354319 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:23:59Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/L0hscmh.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_within_50m": 1 + }, + "id": 123891998 + } + }, + { + "id": 123891978, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5123175, + 50.1467354 + ], + [ + 11.2793246, + 50.1467354 + ], + [ + 11.2793246, + 51.517556 + ], + [ + 8.5123175, + 51.517556 + ], + [ + 8.5123175, + 50.1467354 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:23:25Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bicycle", + "bus", + "road", + "hiking" + ], + "amenity": [ + "parking" + ], + "highway": [ + "service", + "residential", + "footway", + "secondary", + "secondary_link", + "track" + ], + "landuse": [ + "cemetery", + "forest" + ], + "natural": [ + "wetland" + ], + "building": [ + "yes" + ], + "man_made": [ + "tower" + ] + }, + "create": 17, + "modify": 2, + "delete": 0, + "area": 3.79307033302627, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 5, + "create": 17, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 5 + }, + "id": 123891978 + } + }, + { + "id": 123891894, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6706027, + 50.1467457 + ], + [ + 8.6706027, + 50.1467457 + ], + [ + 8.6706027, + 50.1467457 + ], + [ + 8.6706027, + 50.1467457 + ], + [ + 8.6706027, + 50.1467457 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:21:22Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "pub" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_500m": 1 + }, + "id": 123891894 + } + }, + { + "id": 123891697, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.6709729, + 50.146995 + ], + [ + 8.6709729, + 50.146995 + ], + [ + 8.6709729, + 50.146995 + ], + [ + 8.6709729, + 50.146995 + ], + [ + 8.6709729, + 50.146995 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Karl Holzlehner", + "uid": "16513028", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T12:17:16Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 4, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_100m": 4 + }, + "id": 123891697 + } + }, + { + "id": 123889905, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3820021, + 52.976565 + ], + [ + 13.5094473, + 52.976565 + ], + [ + 13.5094473, + 53.0340861 + ], + [ + 13.3820021, + 53.0340861 + ], + [ + 13.3820021, + 52.976565 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Carsten OHV", + "uid": "16603575", + "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-21T11:34:57Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 7, + "modify": 3, + "delete": 0, + "area": 0.00733078809372033, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123889905 + } + }, + { + "id": 123889036, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.3936334, + 45.3183297 + ], + [ + 8.3980397, + 45.3183297 + ], + [ + 8.3980397, + 45.3218487 + ], + [ + 8.3936334, + 45.3218487 + ], + [ + 8.3936334, + 45.3183297 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T11:14:17Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "name:etymology:wikidata": [ + "Q113171133", + "Q113171076" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000155057696999855, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 6, + "locale": "it", + "imagery": "osm" + }, + "id": 123889036 + } + }, + { + "id": 123886242, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9617953, + 48.8317808 + ], + [ + 12.9623943, + 48.8317808 + ], + [ + 12.9623943, + 48.8336155 + ], + [ + 12.9617953, + 48.8336155 + ], + [ + 12.9617953, + 48.8317808 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T10:06:37Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "pedestrian" + ], + "name:etymology:wikidata": [ + "Q44785" + ] + }, + "create": 0, + "modify": 11, + "delete": 0, + "area": 0.00000109898530000085, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 15, + "locale": "de", + "imagery": "osm", + "change_within_500m": 2, + "change_within_1000m": 13 + }, + "id": 123886242 + } + }, + { + "id": 123885123, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5209044, + 52.4861089 + ], + [ + 13.5246391, + 52.4861089 + ], + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5209044, + 52.4890908 + ], + [ + 13.5209044, + 52.4861089 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-21T09:44:21Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/QW057Q3.jpg", + "https://i.imgur.com/ekZyUbf.jpg" + ], + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-21" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000111365019300088, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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", + "add-image": 2 + }, + "id": 123885123 + } + }, + { + "id": 123885117, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9077325, + 51.1838971 + ], + [ + 4.9087142, + 51.1838971 + ], + [ + 4.9087142, + 51.1841112 + ], + [ + 4.9077325, + 51.1841112 + ], + [ + 4.9077325, + 51.1838971 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T09:44:14Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948960", + "Gbg/3948972", + "Gbg/3948961" + ], + "source:geometry:date": [ + "2012-11-15" + ] + }, + "create": 41, + "modify": 15, + "delete": 0, + "area": 2.10181969994005e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 12, + "theme": "grb", + "import": 6, + "locale": "nl", + "imagery": "AGIV", + "conflation": 6 + }, + "id": 123885117 + } + }, + { + "id": 123884925, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9047111, + 51.1840674 + ], + [ + 4.9101519, + 51.1840674 + ], + [ + 4.9101519, + 51.1861051 + ], + [ + 4.9047111, + 51.1861051 + ], + [ + 4.9047111, + 51.1840674 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T09:39:47Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "shed", + "yes" + ], + "source:geometry:ref": [ + "Gbg/7019693", + "Gbg/1708461", + "Gbg/1708433", + "Gbg/1708430", + "Gbg/5125367", + "Gbg/6151978", + "Gbg/1708499", + "Gbg/1708488" + ], + "source:geometry:date": [ + "2021-10-25", + "2009-09-30", + "2015-03-30", + "2017-11-20", + "2019-07-09" + ] + }, + "create": 100, + "modify": 69, + "delete": 0, + "area": 0.0000110867181599742, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 61, + "theme": "grb", + "import": 17, + "locale": "nl", + "imagery": "AGIV", + "conflation": 16 + }, + "id": 123884925 + } + }, + { + "id": 123884855, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9040821, + 51.1851866 + ], + [ + 4.9072344, + 51.1851866 + ], + [ + 4.9072344, + 51.1867829 + ], + [ + 4.9040821, + 51.1867829 + ], + [ + 4.9040821, + 51.1851866 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T09:37:52Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "source:geometry:ref": [ + "Gbg/1708443", + "Gbg/1708474", + "Gbg/3948878", + "Gbg/5403592", + "Gbg/5554927" + ], + "source:geometry:date": [ + "2009-09-30", + "2015-03-30", + "2012-11-15", + "2015-11-24", + "2016-05-02" + ] + }, + "create": 82, + "modify": 43, + "delete": 0, + "area": 0.00000503201648998633, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 38, + "theme": "grb", + "import": 11, + "locale": "nl", + "imagery": "AGIV", + "conflation": 10 + }, + "id": 123884855 + } + }, + { + "id": 123884809, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9037825, + 51.1856357 + ], + [ + 4.9048358, + 51.1856357 + ], + [ + 4.9048358, + 51.1867593 + ], + [ + 4.9037825, + 51.1867593 + ], + [ + 4.9037825, + 51.1856357 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T09:37:03Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3948861", + "Gbg/3948860", + "Gbg/3948859", + "Gbg/3948858", + "Gbg/5862421", + "Gbg/3948857", + "Gbg/3948873" + ], + "source:geometry:date": [ + "2021-10-25", + "2013-02-20", + "2012-11-15", + "2017-03-01", + "2018-10-24" + ] + }, + "create": 42, + "modify": 59, + "delete": 0, + "area": 0.00000118348787999932, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 52, + "theme": "grb", + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 14 + }, + "id": 123884809 + } + }, + { + "id": 123884763, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3527096, + 50.8566312 + ], + [ + 4.3527096, + 50.8566312 + ], + [ + 4.3527096, + 50.8566312 + ], + [ + 4.3527096, + 50.8566312 + ], + [ + 4.3527096, + 50.8566312 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 2, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T09:36:01Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "elevator" + ], + "operational_status": [ + "closed" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 123884763 + } + }, + { + "id": 123883607, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4489835, + 52.5178773 + ], + [ + 13.4489835, + 52.5178773 + ], + [ + 13.4489835, + 52.5178773 + ], + [ + 13.4489835, + 52.5178773 + ], + [ + 13.4489835, + 52.5178773 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "paddymonsun", + "uid": "4574701", + "editor": "MapComplete 0.23.0", + "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-21T09:12:11Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-21", + "2018" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123883607 + } + }, + { + "id": 123880704, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4503042, + 50.868903 + ], + [ + 4.4503968, + 50.868903 + ], + [ + 4.4503968, + 50.8689783 + ], + [ + 4.4503042, + 50.8689783 + ], + [ + 4.4503042, + 50.868903 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T08:10:11Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/tXYd7rE.jpg" + ], + "leisure": [ + "playground" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 6.97277999992217e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "locale": "en", + "imagery": "osm", + "add-image": 1 + }, + "id": 123880704 + } + }, + { + "id": 123879737, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9019609, + 51.1841411 + ], + [ + 4.9098724, + 51.1841411 + ], + [ + 4.9098724, + 51.1860571 + ], + [ + 4.9019609, + 51.1860571 + ], + [ + 4.9019609, + 51.1841411 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T07:45:11Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "place_of_worship" + ], + "building": [ + "yes", + "house", + "church", + "roof", + "garage" + ], + "addr:housenumber": [ + "3;3A", + "3", + "8;8A", + "8" + ], + "source:geometry:ref": [ + "Gbg/5554909", + "Gbg/3948879", + "Gbg/3948993", + "Gbg/3948994", + "Gbg/3949001", + "Gbg/3949012", + "Gbg/3949013", + "Gbg/3948981", + "Gbg/3949014", + "Gbg/3949015", + "Gbg/3948880", + "Gbg/3948980", + "Gbg/3948881", + "Gbg/3948979", + "Gbg/3948892", + "Gbg/5862273", + "Gbg/5862476", + "Gbg/3948997", + "Gbg/3948995", + "Gbg/3949000", + "Gbg/3948998", + "Gbg/5403628", + "Gbg/3948996", + "Gbg/3952058", + "Gbg/3948999", + "Gbg/3948776", + "Gbg/3948775", + "Gbg/6508582", + "Gbg/3948774", + "Gbg/1708429", + "Gbg/1708428", + "Gbg/1708427", + "Gbg/1708435", + "Gbg/6966468", + "Gbg/6641292", + "Gbg/1708510", + "Gbg/1708511", + "Gbg/1708495", + "Gbg/1708490", + "Gbg/1708489", + "Gbg/1708485" + ], + "source:geometry:date": [ + "2016-05-02", + "2012-11-15", + "2013-02-20", + "2021-10-25", + "2017-03-01", + "2014-12-04", + "2015-11-24", + "2018-10-24", + "2020-06-05", + "2016-07-28", + "2009-09-30", + "2021-07-05", + "2019-07-09" + ] + }, + "create": 297, + "modify": 315, + "delete": 1, + "area": 0.0000151584340000118, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 277, + "theme": "grb", + "answer": 4, + "delete": 1, + "import": 21, + "locale": "nl", + "imagery": "AGIV", + "conflation": 82 + }, + "id": 123879737 + } + }, + { + "id": 123879132, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9038759, + 51.1844828 + ], + [ + 4.9093796, + 51.1844828 + ], + [ + 4.9093796, + 51.186959 + ], + [ + 4.9038759, + 51.186959 + ], + [ + 4.9038759, + 51.1844828 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T07:30:05Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/1708475", + "Gbg/1708476", + "Gbg/3948894", + "Gbg/1708469", + "Gbg/1708471", + "Gbg/1708437", + "Gbg/1708444", + "Gbg/1708442", + "Gbg/1708441", + "Gbg/1708477", + "Gbg/1708440", + "Gbg/1708439", + "Gbg/1708438", + "Gbg/1708445", + "Gbg/1708446", + "Gbg/1708447", + "Gbg/1708473", + "Gbg/1708478", + "Gbg/1708472", + "Gbg/1708479", + "Gbg/1708432", + "Gbg/2915781", + "Gbg/1708467", + "Gbg/5125368", + "Gbg/5125370", + "Gbg/1708484", + "Gbg/5127670", + "Gbg/6155395", + "Gbg/7015234", + "Gbg/7015233", + "Gbg/1708561", + "Gbg/5127669" + ], + "source:geometry:date": [ + "2009-09-30", + "2018-10-24", + "2015-03-30", + "2017-11-20", + "2021-10-22" + ] + }, + "create": 195, + "modify": 216, + "delete": 2, + "area": 0.0000136282619400215, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 184, + "theme": "grb", + "answer": 1, + "delete": 2, + "import": 22, + "locale": "nl", + "imagery": "AGIV", + "conflation": 64 + }, + "id": 123879132 + } + }, + { + "id": 123873216, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.638044, + -33.4591118 + ], + [ + -70.6374868, + -33.4591118 + ], + [ + -70.6374868, + -33.4590409 + ], + [ + -70.638044, + -33.4590409 + ], + [ + -70.638044, + -33.4591118 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T04:31:02Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 2, + "modify": 3, + "delete": 0, + "area": 3.95054800016038e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "create": 2, + "locale": "es", + "imagery": "EsriWorldImagery", + "add-image": 2 + }, + "id": 123873216 + } + }, + { + "id": 123872768, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6407539, + -33.459011 + ], + [ + -70.6384776, + -33.459011 + ], + [ + -70.6384776, + -33.4577934 + ], + [ + -70.6407539, + -33.4577934 + ], + [ + -70.6407539, + -33.459011 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-21T04:09:59Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 2, + "modify": 4, + "delete": 0, + "area": 0.0000027716228799994, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 1, + "create": 2, + "locale": "en", + "imagery": "EsriWorldImagery", + "add-image": 4 + }, + "id": 123872768 + } + }, + { + "id": 123872413, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.5148802, + 48.5319084 + ], + [ + 9.5148967, + 48.5319084 + ], + [ + 9.5148967, + 48.5319307 + ], + [ + 9.5148802, + 48.5319307 + ], + [ + 9.5148802, + 48.5319084 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T03:48:31Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/vc0IPCm.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 3.67949999944145e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2 + }, + "id": 123872413 + } + }, + { + "id": 123871418, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -142.9536456, + 61.4351523 + ], + [ + -142.953645, + 61.4351523 + ], + [ + -142.953645, + 61.4351523 + ], + [ + -142.9536456, + 61.4351523 + ], + [ + -142.9536456, + 61.4351523 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jeepjockey", + "uid": "354701", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T02:28:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 6, + "create": 1, + "locale": "en", + "imagery": "Mapbox", + "add-image": 1, + "change_over_5000m": 1, + "change_within_50m": 7 + }, + "id": 123871418 + } + }, + { + "id": 123869985, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0235354, + 38.8267462 + ], + [ + 0.0913477, + 38.8267462 + ], + [ + 0.0913477, + 38.8430819 + ], + [ + 0.0235354, + 38.8430819 + ], + [ + 0.0235354, + 38.8267462 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "paunofu", + "uid": "13779940", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T00:05:51Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "no", + "yes" + ], + "highway": [ + "footway", + "path" + ], + "railway": [ + "abandoned" + ], + "separation": [ + "kerb" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00110776138910994, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 3, + "locale": "ca", + "imagery": "CartoDB.Voyager" + }, + "id": 123869985 + } + }, + { + "id": 123869928, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.0713223, + 40.0404075 + ], + [ + -86.0713223, + 40.0404075 + ], + [ + -86.0713223, + 40.0404075 + ], + [ + -86.0713223, + 40.0404075 + ], + [ + -86.0713223, + 40.0404075 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-21T00:01:09Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 123869928 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-22.json b/Docs/Tools/stats/stats.2022-7-22.json new file mode 100644 index 0000000000..0c6e14a982 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-22.json @@ -0,0 +1,2328 @@ +{ + "features": [ + { + "id": 123958169, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4179056, + 45.3141245 + ], + [ + 10.2293608, + 45.3141245 + ], + [ + 10.2293608, + 45.5364354 + ], + [ + 8.4179056, + 45.5364354 + ], + [ + 8.4179056, + 45.3141245 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T22:54:45Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "secondary", + "unclassified", + "tertiary", + "pedestrian" + ], + "name:etymology:wikidata": [ + "Q42595", + "Q113205720", + "Q3676162", + "Q851323" + ] + }, + "create": 0, + "modify": 23, + "delete": 0, + "area": 0.402706235821687, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 24, + "locale": "it", + "imagery": "osm" + }, + "id": 123958169 + } + }, + { + "id": 123956365, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6669809, + 50.8925019 + ], + [ + 3.6842596, + 50.8925019 + ], + [ + 3.6842596, + 50.9165227 + ], + [ + 3.6669809, + 50.9165227 + ], + [ + 3.6669809, + 50.8925019 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T21:21:52Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/Nb3XNrA.jpg", + "https://i.imgur.com/KZWoLwy.jpg", + "https://i.imgur.com/LQBJ7Tv.jpg", + "https://i.imgur.com/M1r8HKm.jpg", + "https://i.imgur.com/v8NePtn.jpg" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000415048196960038, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 5 + }, + "id": 123956365 + } + }, + { + "id": 123955439, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.7102019, + 51.4750333 + ], + [ + -2.7102019, + 51.4750333 + ], + [ + -2.7102019, + 51.4750333 + ], + [ + -2.7102019, + 51.4750333 + ], + [ + -2.7102019, + 51.4750333 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jumaka", + "uid": "129182", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T20:39:34Z", + "reviewed_features": [], + "tag_changes": { + "historic": [ + "memorial" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Positron" + }, + "id": 123955439 + } + }, + { + "id": 123954361, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.97261, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1843282 + ], + [ + 4.97261, + 51.1843282 + ], + [ + 4.97261, + 51.1666063 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T19:58:51Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Annigo", + "Friture Annigo" + ], + "amenity": [ + "fast_food" + ], + "website": [ + "https://www.pizza-masters-geel.be", + "https://www.pastabar-forza.be/", + "https://www.frietjesonline.be" + ], + "delivery": [ + "yes" + ], + "takeaway": [ + "yes" + ] + }, + "create": 1, + "modify": 6, + "delete": 0, + "area": 0.000290598399630078, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 10, + "create": 1, + "locale": "nl", + "imagery": "osm" + }, + "id": 123954361 + } + }, + { + "id": 123954317, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T19:57:08Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 1, + "locale": "nl", + "imagery": "osm" + }, + "id": 123954317 + } + }, + { + "id": 123954272, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9889905, + 51.1666063 + ], + [ + 4.9890077, + 51.1666063 + ], + [ + 4.9890077, + 51.1666552 + ], + [ + 4.9889905, + 51.1666552 + ], + [ + 4.9889905, + 51.1666063 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T19:55:13Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "fast_food" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 8.41080000065203e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 7, + "create": 1, + "locale": "nl", + "imagery": "osm" + }, + "id": 123954272 + } + }, + { + "id": 123953209, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3531549, + 51.6521558 + ], + [ + 14.354327, + 51.6521558 + ], + [ + 14.354327, + 51.6853963 + ], + [ + 14.3531549, + 51.6853963 + ], + [ + 14.3531549, + 51.6521558 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9904734695", + "osm_id": 9904734695, + "reasons": [ + 43 + ], + "version": 3, + "primary_tags": { + "emergency": "Wassertank" + } + } + ], + "user": "tomtom616", + "uid": "16546724", + "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-22T19:22:14Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 3, + "modify": 5, + "delete": 0, + "area": 0.0000389611900499906, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123953209 + } + }, + { + "id": 123952470, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.0083221, + 52.11064 + ], + [ + 14.0083221, + 52.11064 + ], + [ + 14.0083221, + 52.11064 + ], + [ + 14.0083221, + 52.11064 + ], + [ + 14.0083221, + 52.11064 + ] + ] + ] + }, + "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": "2022-07-22T18:57:24Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123952470 + } + }, + { + "id": 123949832, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.4787769, + 51.3617279 + ], + [ + 14.4820296, + 51.3617279 + ], + [ + 14.4820296, + 51.362392 + ], + [ + 14.4787769, + 51.362392 + ], + [ + 14.4787769, + 51.3617279 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Hufkratzer", + "uid": "1377473", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T17:46:18Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "maxspeed": [ + "30" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000216011807000583, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123949832 + } + }, + { + "id": 123949311, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3737702, + 50.8671657 + ], + [ + 4.3737702, + 50.8671657 + ], + [ + 4.3737702, + 50.8671657 + ], + [ + 4.3737702, + 50.8671657 + ], + [ + 4.3737702, + 50.8671657 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T17:34:30Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 2, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 123949311 + } + }, + { + "id": 123943881, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3410555, + 51.3343573 + ], + [ + 13.3410555, + 51.3343573 + ], + [ + 13.3410555, + 51.3343573 + ], + [ + 13.3410555, + 51.3343573 + ], + [ + 13.3410555, + 51.3343573 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T15:00:34Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 3 + }, + "id": 123943881 + } + }, + { + "id": 123942617, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2158218, + 51.2006089 + ], + [ + 3.2158218, + 51.2006089 + ], + [ + 3.2158218, + 51.2006089 + ], + [ + 3.2158218, + 51.2006089 + ], + [ + 3.2158218, + 51.2006089 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Simon Ongenae", + "uid": "16614724", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T14:30:18Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 1, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "locale": "nl", + "imagery": "osm", + "deletion": 1, + "deletion:node/6211698751": "disused" + }, + "id": 123942617 + } + }, + { + "id": 123942089, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2642592, + 51.3040058 + ], + [ + 13.272504, + 51.3040058 + ], + [ + 13.272504, + 51.3117395 + ], + [ + 13.2642592, + 51.3117395 + ], + [ + 13.2642592, + 51.3040058 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T14:17:05Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus" + ], + "highway": [ + "tertiary" + ], + "maxspeed": [ + "30", + "50", + "60" + ] + }, + "create": 2, + "modify": 7, + "delete": 0, + "area": 0.000063762809760023, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "split": 3, + "theme": "maxspeed", + "answer": 5, + "locale": "de", + "imagery": "osm", + "relation-fix": 2 + }, + "id": 123942089 + } + }, + { + "id": 123942073, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9548761, + 48.8280456 + ], + [ + 12.9639595, + 48.8280456 + ], + [ + 12.9639595, + 48.8319086 + ], + [ + 12.9548761, + 48.8319086 + ], + [ + 12.9548761, + 48.8280456 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T14:16:44Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "service" + ], + "tourism": [ + "museum" + ], + "building": [ + "school" + ], + "historic": [ + "building" + ], + "name:etymology:wikidata": [ + "Q75009459", + "Q1222050" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000350891741999582, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 5, + "locale": "de", + "imagery": "osm" + }, + "id": 123942073 + } + }, + { + "id": 123939815, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.9809878, + 49.4754608 + ], + [ + 10.9815566, + 49.4754608 + ], + [ + 10.9815566, + 49.4778511 + ], + [ + 10.9809878, + 49.4778511 + ], + [ + 10.9809878, + 49.4754608 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "delphiN", + "uid": "13192", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T13:24:12Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ], + "denotation": [ + "garden", + "urban" + ], + "leaf_cycle": [ + "deciduous" + ] + }, + "create": 0, + "modify": 18, + "delete": 0, + "area": 0.00000135960264000087, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees", + "theme": "trees", + "answer": 21, + "locale": "en", + "imagery": "osm" + }, + "id": 123939815 + } + }, + { + "id": 123939201, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9068028, + 51.1827995 + ], + [ + 4.9094513, + 51.1827995 + ], + [ + 4.9094513, + 51.1841659 + ], + [ + 4.9068028, + 51.1841659 + ], + [ + 4.9068028, + 51.1827995 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T13:10:23Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3948977" + ], + "source:geometry:date": [ + "2012-11-15" + ] + }, + "create": 193, + "modify": 9, + "delete": 0, + "area": 0.00000361891040000443, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 8, + "theme": "grb", + "import": 28, + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123939201 + } + }, + { + "id": 123938771, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.26417, + 51.3048439 + ], + [ + 13.2643014, + 51.3048439 + ], + [ + 13.2643014, + 51.3049395 + ], + [ + 13.26417, + 51.3049395 + ], + [ + 13.26417, + 51.3048439 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T12:59:24Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 1.256184000029e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 123938771 + } + }, + { + "id": 123938203, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9421039, + 48.8274072 + ], + [ + 12.9637672, + 48.8274072 + ], + [ + 12.9637672, + 48.8434244 + ], + [ + 12.9421039, + 48.8434244 + ], + [ + 12.9421039, + 48.8274072 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T12:46:17Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "cinema" + ], + "highway": [ + "residential", + "path" + ], + "name:etymology:wikidata": [ + "Q50843436", + "Q260073", + "Q884746", + "Q884705", + "Q23787547" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000346985408760009, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 6, + "locale": "de", + "imagery": "osm" + }, + "id": 123938203 + } + }, + { + "id": 123935612, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3405674, + 52.9765408 + ], + [ + 13.3405674, + 52.9765408 + ], + [ + 13.3405674, + 52.9765408 + ], + [ + 13.3405674, + 52.9765408 + ], + [ + 13.3405674, + 52.9765408 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Carsten OHV", + "uid": "16603575", + "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-22T11:44:05Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123935612 + } + }, + { + "id": 123935417, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.6942572, + 48.2401805 + ], + [ + 12.7079916, + 48.2401805 + ], + [ + 12.7079916, + 48.2411326 + ], + [ + 12.6942572, + 48.2411326 + ], + [ + 12.6942572, + 48.2401805 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "termoyer", + "uid": "782208", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T11:39:36Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "tertiary" + ], + "maxspeed": [ + "50" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00001307652223999, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_1000m": 1 + }, + "id": 123935417 + } + }, + { + "id": 123934641, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.7998638, + 51.1514736 + ], + [ + 2.7998638, + 51.1514736 + ], + [ + 2.7998638, + 51.1514736 + ], + [ + 2.7998638, + 51.1514736 + ], + [ + 2.7998638, + 51.1514736 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Ambigirl", + "uid": "15314372", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T11:20:54Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", + "theme": "toerisme_vlaanderen", + "answer": 1, + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_500m": 1 + }, + "id": 123934641 + } + }, + { + "id": 123931378, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.8441432, + 48.815412 + ], + [ + 11.8441432, + 48.815412 + ], + [ + 11.8441432, + 48.815412 + ], + [ + 11.8441432, + 48.815412 + ], + [ + 11.8441432, + 48.815412 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T10:10:13Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "access": [ + "yes" + ], + "amenity": [ + "toilets" + ], + "wheelchair": [ + "no" + ], + "changing_table": [ + "no" + ], + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 7, + "locale": "en", + "imagery": "osm", + "change_within_25m": 7 + }, + "id": 123931378 + } + }, + { + "id": 123929542, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.1151895, + 54.3236382 + ], + [ + 10.1223694, + 54.3236382 + ], + [ + 10.1223694, + 54.3256943 + ], + [ + 10.1151895, + 54.3256943 + ], + [ + 10.1151895, + 54.3236382 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Discostu36", + "uid": "8265165", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T09:32:44Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "secondary", + "residential", + "path" + ], + "cycleway": [ + "no", + "separate" + ], + "separation": [ + "parking_lane", + "dashed_line" + ], + "cycleway:surface": [ + "asphalt" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000147625923900323, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 5, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123929542 + } + }, + { + "id": 123929364, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.1154258, + 54.3270751 + ], + [ + 10.1161881, + 54.3270751 + ], + [ + 10.1161881, + 54.327493 + ], + [ + 10.1154258, + 54.327493 + ], + [ + 10.1154258, + 54.3270751 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Discostu36", + "uid": "8265165", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T09:28:54Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ], + "surface": [ + "sand" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 3.18565169996205e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 123929364 + } + }, + { + "id": 123929001, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 72.822298, + 8.4813886 + ], + [ + 87.2989325, + 8.4813886 + ], + [ + 87.2989325, + 32.0484619 + ], + [ + 72.822298, + 32.0484619 + ], + [ + 72.822298, + 8.4813886 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "NaanAvanIllai", + "uid": "14062769", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T09:21:06Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "tertiary", + "primary", + "primary_link", + "unclassified", + "living_street" + ], + "leisure": [ + "park" + ], + "name:etymology:wikidata": [ + "Q7785243", + "Q7129065", + "Q13021", + "Q9513" + ] + }, + "create": 0, + "modify": 96, + "delete": 0, + "area": 341.171906398809, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 112, + "locale": "en", + "imagery": "osm" + }, + "id": 123929001 + } + }, + { + "id": 123927518, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4138625, + 45.3198179 + ], + [ + 8.4363617, + 45.3198179 + ], + [ + 8.4363617, + 45.3291037 + ], + [ + 8.4138625, + 45.3291037 + ], + [ + 8.4138625, + 45.3198179 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-22T08:51:09Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "unclassified", + "residential", + "pedestrian", + "secondary" + ], + "name:etymology:wikidata": [ + "Q313188", + "Q3604376", + "Q51122", + "Q435151", + "Q113192457", + "Q2942854", + "Q113192081", + "Q47578", + "Q113192763", + "Q113193022", + "Q61970959", + "Q2851732", + "Q113192157", + "Q113192953", + "Q261082", + "Q3104278", + "Q113128010", + "Q113192038", + "Q318037", + "Q22338086", + "Q109758159" + ] + }, + "create": 0, + "modify": 43, + "delete": 0, + "area": 0.000208923071360019, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 47, + "locale": "it", + "imagery": "osm" + }, + "id": 123927518 + } + }, + { + "id": 123927026, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4062549, + 51.0430412 + ], + [ + 3.4071422, + 51.0430412 + ], + [ + 3.4071422, + 51.0445256 + ], + [ + 3.4062549, + 51.0445256 + ], + [ + 3.4062549, + 51.0430412 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T08:39:53Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "bollard" + ], + "bicycle": [ + "yes" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000131710812000227, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/personal.html", + "theme": "personal", + "answer": 3, + "locale": "en", + "imagery": "osm", + "change_within_1000m": 3 + }, + "id": 123927026 + } + }, + { + "id": 123925715, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3420219, + 52.546782 + ], + [ + 13.3477554, + 52.546782 + ], + [ + 13.3477554, + 52.5501085 + ], + [ + 13.3420219, + 52.5501085 + ], + [ + 13.3420219, + 52.546782 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "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-22T08:07:38Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-29", + "2020", + "2022-07-22", + "2022-07-16" + ], + "pump:status": [ + "broken", + "ok" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000190724877499995, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 5, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123925715 + } + }, + { + "id": 123925501, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3356759, + 52.551622 + ], + [ + 13.3412022, + 52.551622 + ], + [ + 13.3412022, + 52.5572254 + ], + [ + 13.3356759, + 52.5572254 + ], + [ + 13.3356759, + 52.551622 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "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-22T08:02:10Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-22", + "2020" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000309660694199884, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123925501 + } + }, + { + "id": 123924547, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7522283, + 51.0750636 + ], + [ + 3.7522283, + 51.0750636 + ], + [ + 3.7522283, + 51.0750636 + ], + [ + 3.7522283, + 51.0750636 + ], + [ + 3.7522283, + 51.0750636 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ruben Van de Velde", + "uid": "2676725", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #healthcare", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T07:38:02Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/98Wmtxj.jpg" + ], + "amenity": [ + "pharmacy" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/healthcare.html", + "theme": "healthcare", + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_500m": 1 + }, + "id": 123924547 + } + }, + { + "id": 123924110, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9619123, + 48.8305709 + ], + [ + 12.9627891, + 48.8305709 + ], + [ + 12.9627891, + 48.8318053 + ], + [ + 12.9619123, + 48.8318053 + ], + [ + 12.9619123, + 48.8305709 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-22T07:26:35Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "pedestrian", + "residential" + ], + "name:etymology:wikidata": [ + "Q72959" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.00000108232192000157, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 9, + "locale": "de", + "imagery": "osm", + "change_within_1000m": 9 + }, + "id": 123924110 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-23.json b/Docs/Tools/stats/stats.2022-7-23.json new file mode 100644 index 0000000000..32db3903a4 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-23.json @@ -0,0 +1,3261 @@ +{ + "features": [ + { + "id": 123991608, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.1874671, + 47.6366492 + ], + [ + -116.9332011, + 47.6366492 + ], + [ + -116.9332011, + 47.735686 + ], + [ + -117.1874671, + 47.735686 + ], + [ + -117.1874671, + 47.6366492 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T22:05:35Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "tertiary", + "secondary" + ], + "maxspeed": [ + "25 mph", + "35 mph" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0251816909888002, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 5, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_25m": 1, + "change_within_50m": 1, + "change_within_100m": 1, + "change_within_500m": 1 + }, + "id": 123991608 + } + }, + { + "id": 123989489, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4382963, + 52.9738984 + ], + [ + 13.4680393, + 52.9738984 + ], + [ + 13.4680393, + 52.9859346 + ], + [ + 13.4382963, + 52.9859346 + ], + [ + 13.4382963, + 52.9738984 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Carsten OHV", + "uid": "16603575", + "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-23T20:30:25Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.000357992696599914, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123989489 + } + }, + { + "id": 123989175, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1449015, + 49.2861696 + ], + [ + 13.1449445, + 49.2861696 + ], + [ + 13.1449445, + 49.2861704 + ], + [ + 13.1449015, + 49.2861704 + ], + [ + 13.1449015, + 49.2861696 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T20:17:29Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/Idb54LA.jpg", + "https://i.imgur.com/rQ0nVLx.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 3.44000000963029e-11, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_within_50m": 2 + }, + "id": 123989175 + } + }, + { + "id": 123988928, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0053223, + 51.6715421 + ], + [ + 9.0053223, + 51.6715421 + ], + [ + 9.0053223, + 51.6715421 + ], + [ + 9.0053223, + 51.6715421 + ], + [ + 9.0053223, + 51.6715421 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Amenophis", + "uid": "53104", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T20:07:41Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/waste_basket.html", + "theme": "waste_basket", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 2 + }, + "id": 123988928 + } + }, + { + "id": 123987966, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9287009, + 50.1727438 + ], + [ + 8.9301181, + 50.1727438 + ], + [ + 8.9301181, + 50.1744325 + ], + [ + 8.9287009, + 50.1744325 + ], + [ + 8.9287009, + 50.1727438 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T19:30:12Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "public", + "members" + ], + "leisure": [ + "pitch" + ], + "reservation": [ + "required" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000239322564000155, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 123987966 + } + }, + { + "id": 123987816, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3602027, + 50.8676644 + ], + [ + 4.3602027, + 50.8676644 + ], + [ + 4.3602027, + 50.8676644 + ], + [ + 4.3602027, + 50.8676644 + ], + [ + 4.3602027, + 50.8676644 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T19:24:24Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "kerb" + ], + "tactile_paving": [ + "no" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 1, + "locale": "en", + "imagery": "osm", + "change_within_1000m": 1 + }, + "id": 123987816 + } + }, + { + "id": 123987793, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9265257, + 50.1734093 + ], + [ + 8.9313928, + 50.1734093 + ], + [ + 8.9313928, + 50.1757807 + ], + [ + 8.9265257, + 50.1757807 + ], + [ + 8.9265257, + 50.1734093 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T19:23:24Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ], + "capacity": [ + "40", + "32", + "27" + ], + "capacity:disabled": [ + "1", + "2" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000011541840939972, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 7, + "locale": "de", + "imagery": "osm" + }, + "id": 123987793 + } + }, + { + "id": 123987482, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.927329, + 50.1733706 + ], + [ + 8.9284026, + 50.1733706 + ], + [ + 8.9284026, + 50.1741353 + ], + [ + 8.927329, + 50.1741353 + ], + [ + 8.927329, + 50.1733706 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T19:11:13Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "cycleway": [ + "no" + ], + "smoothness": [ + "good" + ], + "width:carriageway": [ + "7" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 8.20981920005029e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 4, + "locale": "de", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 4 + }, + "id": 123987482 + } + }, + { + "id": 123987449, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6483447, + 50.9561049 + ], + [ + 3.6624708, + 50.9561049 + ], + [ + 3.6624708, + 50.956695 + ], + [ + 3.6483447, + 50.956695 + ], + [ + 3.6483447, + 50.9561049 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T19:09:51Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/QwQU0OE.jpg", + "https://i.imgur.com/1ZHHsdG.jpg" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000833581161005224, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 2 + }, + "id": 123987449 + } + }, + { + "id": 123986933, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.926653, + 50.172937 + ], + [ + 8.927329, + 50.172937 + ], + [ + 8.927329, + 50.1733706 + ], + [ + 8.926653, + 50.1733706 + ], + [ + 8.926653, + 50.172937 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T18:50:29Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "cycleway": [ + "no" + ], + "smoothness": [ + "good" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 2.93113600000772e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 7, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 7 + }, + "id": 123986933 + } + }, + { + "id": 123985493, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.6678789, + 49.2148328 + ], + [ + 12.6693365, + 49.2148328 + ], + [ + 12.6693365, + 49.215351 + ], + [ + 12.6678789, + 49.215351 + ], + [ + 12.6678789, + 49.2148328 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T17:58:19Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "image": [ + "https://i.imgur.com/XDG6ggy.jpg", + "https://i.imgur.com/Z72cYbR.jpg" + ], + "access": [ + "yes" + ], + "amenity": [ + "toilets" + ], + "building": [ + "yes" + ], + "wheelchair": [ + "no" + ], + "changing_table": [ + "no" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:paper_supplied": [ + "yes" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 7.55328319992517e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 7, + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 5, + "change_within_500m": 4 + }, + "id": 123985493 + } + }, + { + "id": 123984287, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3793154, + 52.493169 + ], + [ + 13.3793154, + 52.493169 + ], + [ + 13.3793154, + 52.493169 + ], + [ + 13.3793154, + 52.493169 + ], + [ + 13.3793154, + 52.493169 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "fillidefilla", + "uid": "10882026", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T17:17:22Z", + "reviewed_features": [], + "tag_changes": { + "email": [ + "eat@h2beveggie.de" + ], + "amenity": [ + "restaurant" + ], + "delivery": [ + "yes" + ], + "takeaway": [ + "yes" + ], + "diet:vegan": [ + "yes" + ], + "payment:cash": [ + "yes" + ], + "payment:cards": [ + "yes" + ], + "service:electricity": [ + "ask" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 6, + "locale": "en", + "imagery": "osm" + }, + "id": 123984287 + } + }, + { + "id": 123984213, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3811143, + 52.4956644 + ], + [ + 13.3811143, + 52.4956644 + ], + [ + 13.3811143, + 52.4956644 + ], + [ + 13.3811143, + 52.4956644 + ], + [ + 13.3811143, + 52.4956644 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "fillidefilla", + "uid": "10882026", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T17:14:30Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_parking" + ], + "cargo_bike": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 123984213 + } + }, + { + "id": 123984121, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.3039594, + 46.7951302 + ], + [ + 13.3795744, + 46.7951302 + ], + [ + 13.3795744, + 52.4950171 + ], + [ + 10.3039594, + 52.4950171 + ], + [ + 10.3039594, + 46.7951302 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "fillidefilla", + "uid": "10882026", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T17:11:11Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 17.5306576479435, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 2, + "locale": "en", + "imagery": "osm" + }, + "id": 123984121 + } + }, + { + "id": 123983045, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.1397107, + 43.5358721 + ], + [ + 4.1397107, + 43.5358721 + ], + [ + 4.1397107, + 43.5358721 + ], + [ + 4.1397107, + 43.5358721 + ], + [ + 4.1397107, + 43.5358721 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "LySioS", + "uid": "11579673", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T16:39:36Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 1, + "locale": "fr", + "imagery": "osm", + "change_over_5000m": 1 + }, + "id": 123983045 + } + }, + { + "id": 123980974, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ], + [ + 13.3520526, + 52.546131 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T15:43:01Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/z5RZhRg.jpg" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 123980974 + } + }, + { + "id": 123978763, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3170306, + 52.0791492 + ], + [ + 4.3170306, + 52.0791492 + ], + [ + 4.3170306, + 52.0791492 + ], + [ + 4.3170306, + 52.0791492 + ], + [ + 4.3170306, + 52.0791492 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "guushoekman", + "uid": "2618153", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T14:48:19Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "toys" + ], + "opening_hours": [ + "Fr 12:00-18:00;Mo-We 11:00-18:00;Sa 11:00-18:00;Su 12:00-18:00;Th 12:00-21:00" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "theme": "shops", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 123978763 + } + }, + { + "id": 123978524, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3530154, + 52.5398611 + ], + [ + 13.3530154, + 52.5398611 + ], + [ + 13.3530154, + 52.5398611 + ], + [ + 13.3530154, + 52.5398611 + ], + [ + 13.3530154, + 52.5398611 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T14:42:36Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/r3LQoby.jpg" + ], + "bottle": [ + "yes" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 2, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 123978524 + } + }, + { + "id": 123978274, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3529617, + 52.5402949 + ], + [ + 13.3569552, + 52.5402949 + ], + [ + 13.3569552, + 52.5420303 + ], + [ + 13.3529617, + 52.5420303 + ], + [ + 13.3529617, + 52.5402949 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "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-23T14:37:06Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-23", + "2020" + ], + "pump:status": [ + "broken", + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000693031990000462, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123978274 + } + }, + { + "id": 123978125, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.0104384, + 51.3035242 + ], + [ + 13.0104384, + 51.3035242 + ], + [ + 13.0104384, + 51.3035242 + ], + [ + 13.0104384, + 51.3035242 + ], + [ + 13.0104384, + 51.3035242 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9905964354", + "osm_id": 9905964354, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T14:33:57Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "binoculars" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/binoculars.html", + "theme": "binoculars", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 2 + }, + "id": 123978125 + } + }, + { + "id": 123976619, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9013659, + 51.1798717 + ], + [ + 4.9060596, + 51.1798717 + ], + [ + 4.9060596, + 51.1829188 + ], + [ + 4.9013659, + 51.1829188 + ], + [ + 4.9013659, + 51.1798717 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T13:47:40Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "guest_house" + ], + "building": [ + "yes", + "house", + "residential", + "garage", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948719", + "Gbg/3948718", + "Gbg/3948715", + "Gbg/3948714", + "Gbg/3948800", + "Gbg/3948713", + "Gbg/3948801", + "Gbg/3948712", + "Gbg/3948812", + "Gbg/3948813", + "Gbg/7019716", + "Gbg/3948815", + "Gbg/7020227", + "Gbg/7019717", + "Gbg/3948817", + "Gbg/3948818", + "Gbg/3948753", + "Gbg/3948752", + "Gbg/3948741", + "Gbg/3948740", + "Gbg/3948739", + "Gbg/3948738", + "Gbg/3948737", + "Gbg/3948500", + "Gbg/5403591", + "Gbg/3948699", + "Gbg/3948700", + "Gbg/3948701", + "Gbg/3951917", + "Gbg/5860969", + "Gbg/3948779" + ], + "source:geometry:date": [ + "2012-11-15", + "2015-11-24", + "2017-03-01", + "2020-06-05", + "2021-10-25", + "2016-05-02", + "2013-02-20" + ] + }, + "create": 170, + "modify": 240, + "delete": 4, + "area": 0.0000143021732700154, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 209, + "theme": "grb", + "delete": 4, + "import": 15, + "locale": "nl", + "imagery": "AGIV", + "conflation": 62, + "change_over_5000m": 15 + }, + "id": 123976619 + } + }, + { + "id": 123976194, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0074511, + 52.3473238 + ], + [ + 5.0074511, + 52.3473238 + ], + [ + 5.0074511, + 52.3473238 + ], + [ + 5.0074511, + 52.3473238 + ], + [ + 5.0074511, + 52.3473238 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T13:34:28Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "hgv": [ + "no" + ], + "access": [ + "yes" + ], + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 2, + "locale": "nl", + "imagery": "CartoDB.Voyager" + }, + "id": 123976194 + } + }, + { + "id": 123976010, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0019624, + 52.3460998 + ], + [ + 5.0022073, + 52.3460998 + ], + [ + 5.0022073, + 52.3462258 + ], + [ + 5.0019624, + 52.3462258 + ], + [ + 5.0019624, + 52.3460998 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "DS_020", + "uid": "2771494", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T13:29:49Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 3.08574000004249e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 3, + "create": 2, + "locale": "nl", + "imagery": "osm" + }, + "id": 123976010 + } + }, + { + "id": 123972387, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7697555, + 52.8421004 + ], + [ + 13.7724998, + 52.8421004 + ], + [ + 13.7724998, + 52.8428728 + ], + [ + 13.7697555, + 52.8428728 + ], + [ + 13.7697555, + 52.8421004 + ] + ] + ] + }, + "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-23T11:42:41Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 4, + "modify": 7, + "delete": 0, + "area": 0.00000211969732000657, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 123972387 + } + }, + { + "id": 123971306, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.5024233, + 53.7303268 + ], + [ + -0.3610841, + 53.7303268 + ], + [ + -0.3610841, + 53.7926327 + ], + [ + -0.5024233, + 53.7926327 + ], + [ + -0.5024233, + 53.7303268 + ] + ] + ] + }, + "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-07-23T11:08:52Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "highway": [ + "secondary", + "tertiary", + "residential" + ], + "name:etymology:wikidata": [ + "Q128147", + "Q667", + "Q6652464", + "Q1003286", + "Q350", + "Q208257", + "Q42462", + "Q28469715", + "Q28469731", + "Q28469739", + "Q28469735", + "Q28469737", + "Q28469736", + "Q28469742", + "Q28469741", + "Q28469743", + "Q28469717", + "Q28469721", + "Q28469719", + "Q28469716", + "Q28469718", + "Q28469724", + "Q28469728", + "Q28469726", + "Q28469738", + "Q28469740", + "Q28469744", + "Q28469748", + "Q28469746", + "Q28469734", + "Q28469730", + "Q28469722", + "Q28469720", + "Q28469732", + "Q28469714", + "Q2162945" + ] + }, + "create": 0, + "modify": 59, + "delete": 0, + "area": 0.00880626606127977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 75, + "locale": "en", + "imagery": "osm" + }, + "id": 123971306 + } + }, + { + "id": 123971095, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.6664451, + 49.2177339 + ], + [ + 12.6664451, + 49.2177339 + ], + [ + 12.6664451, + 49.2177339 + ], + [ + 12.6664451, + 49.2177339 + ], + [ + 12.6664451, + 49.2177339 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T11:01:05Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/fzNT8su.jpg" + ], + "amenity": [ + "charging_station" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 123971095 + } + }, + { + "id": 123968681, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.309781, + 51.3010608 + ], + [ + 13.309781, + 51.3010608 + ], + [ + 13.309781, + 51.3010608 + ], + [ + 13.309781, + 51.3010608 + ], + [ + 13.309781, + 51.3010608 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T09:44:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 6, + "create": 1, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_5000m": 6 + }, + "id": 123968681 + } + }, + { + "id": 123968669, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3499118, + 52.5476283 + ], + [ + 13.3532002, + 52.5476283 + ], + [ + 13.3532002, + 52.5477669 + ], + [ + 13.3499118, + 52.5477669 + ], + [ + 13.3499118, + 52.5476283 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "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-23T09:43:36Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-23", + "2020" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 4.55772239998956e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 123968669 + } + }, + { + "id": 123968507, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.1404155, + 48.5395496 + ], + [ + 8.1404155, + 48.5395496 + ], + [ + 8.1404155, + 48.5395496 + ], + [ + 8.1404155, + 48.5395496 + ], + [ + 8.1404155, + 48.5395496 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T09:38:53Z", + "reviewed_features": [], + "tag_changes": { + "colour": [ + "brown" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 1, + "locale": "nl", + "imagery": "osm", + "change_within_100m": 1 + }, + "id": 123968507 + } + }, + { + "id": 123968460, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.1373345, + 48.5395496 + ], + [ + 8.1404155, + 48.5395496 + ], + [ + 8.1404155, + 48.5449056 + ], + [ + 8.1373345, + 48.5449056 + ], + [ + 8.1373345, + 48.5395496 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "jospyck", + "uid": "12128135", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T09:37:21Z", + "reviewed_features": [], + "tag_changes": { + "seats": [ + "3" + ], + "colour": [ + "brown" + ], + "amenity": [ + "bench" + ], + "backrest": [ + "yes" + ], + "material": [ + "wood" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000165018359999964, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 7, + "locale": "nl", + "imagery": "osm", + "change_within_100m": 3, + "change_within_1000m": 4 + }, + "id": 123968460 + } + }, + { + "id": 123968033, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.5542052, + 44.8471924 + ], + [ + -0.5535989, + 44.8471924 + ], + [ + -0.5535989, + 44.8476683 + ], + [ + -0.5542052, + 44.8476683 + ], + [ + -0.5542052, + 44.8471924 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Marival", + "uid": "8238040", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T09:25:32Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "civic" + ], + "man_made": [ + "surveillance" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 2.88538170002989e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance.html", + "theme": "surveillance", + "answer": 2, + "create": 2, + "locale": "fr", + "imagery": "osm", + "add-image": 1, + "change_within_50m": 5 + }, + "id": 123968033 + } + }, + { + "id": 123965562, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "OpenStreetMapContributor1", + "uid": "16427682", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #surveillance", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T08:11:53Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/surveillance", + "theme": "surveillance", + "answer": 1, + "locale": "en", + "imagery": "AGIV" + }, + "id": 123965562 + } + }, + { + "id": 123964693, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.393988, + 45.3042777 + ], + [ + 8.4455933, + 45.3042777 + ], + [ + 8.4455933, + 45.3469655 + ], + [ + 8.393988, + 45.3469655 + ], + [ + 8.393988, + 45.3042777 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T07:38:27Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "secondary", + "residential", + "unclassified", + "cycleway", + "pedestrian", + "service" + ], + "leisure": [ + "park" + ], + "name:etymology:wikidata": [ + "Q113217011", + "Q676555", + "Q42788", + "Q9200", + "Q63953289", + "Q9064286", + "Q207073;Q312302", + "Q3760293", + "Q2851732", + "Q701820", + "Q62132", + "Q33", + "Q2292457", + "Q31966", + "Q18446457", + "Q3904123" + ] + }, + "create": 0, + "modify": 43, + "delete": 0, + "area": 0.00220291672534017, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 55, + "locale": "it", + "imagery": "osm" + }, + "id": 123964693 + } + }, + { + "id": 123963460, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7336678, + 50.9661758 + ], + [ + 3.9224237, + 50.9661758 + ], + [ + 3.9224237, + 51.0493556 + ], + [ + 3.7336678, + 51.0493556 + ], + [ + 3.7336678, + 50.9661758 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Erin76", + "uid": "8982454", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T06:40:25Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "highway": [ + "residential", + "secondary", + "tertiary", + "unclassified", + "track", + "living_street", + "path", + "service", + "footway" + ], + "landuse": [ + "forest" + ], + "leisure": [ + "nature_reserve", + "park" + ], + "name:etymology:wikidata": [ + "Q2497011", + "Q597997", + "Q5599", + "Q628124", + "Q9147", + "Q7178", + "Q336977", + "Q730696", + "Q18789", + "Q3353007", + "Q160984", + "Q37620", + "Q1428668", + "Q2481320", + "Q696355", + "Q2152548", + "Q36380", + "Q456673", + "Q49836", + "Q847", + "Q2736", + "Q25352", + "Q1846662", + "Q21766131", + "Q133704", + "Q185187", + "Q21764570", + "Q156907", + "Q124969", + "Q81666", + "Q129324", + "Q146149", + "Q36050", + "Q61105", + "Q164294", + "Q25432", + "Q160642", + "Q147618", + "Q19707", + "Q1287283", + "Q127849", + "Q131113", + "Q42292", + "Q29858", + "Q39861", + "Q12688", + "Q309953", + "Q842477", + "Q522308" + ] + }, + "create": 0, + "modify": 135, + "delete": 0, + "area": 0.0157006780108193, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 191, + "locale": "nl", + "imagery": "osm" + }, + "id": 123963460 + } + }, + { + "id": 123963171, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9030216, + 51.1815838 + ], + [ + 4.9048822, + 51.1815838 + ], + [ + 4.9048822, + 51.1829256 + ], + [ + 4.9030216, + 51.1829256 + ], + [ + 4.9030216, + 51.1815838 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T06:28:51Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house", + "roof" + ], + "source:geometry:ref": [ + "Gbg/7019723", + "Gbg/3948792", + "Gbg/3948732", + "Gbg/3948793", + "Gbg/3948721", + "Gbg/3948794", + "Gbg/3948795", + "Gbg/3948796", + "Gbg/3948799", + "Gbg/3948780", + "Gbg/3948781", + "Gbg/3948754", + "Gbg/5862597", + "Gbg/3952017" + ], + "source:geometry:date": [ + "2021-10-25", + "2013-02-20", + "2012-11-15", + "2014-12-04", + "2015-11-24", + "2020-06-05" + ] + }, + "create": 66, + "modify": 93, + "delete": 2, + "area": 0.00000249655307999836, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 81, + "theme": "grb", + "delete": 2, + "import": 5, + "locale": "nl", + "imagery": "AGIV", + "conflation": 28 + }, + "id": 123963171 + } + }, + { + "id": 123963148, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9027495, + 51.1818574 + ], + [ + 4.9036406, + 51.1818574 + ], + [ + 4.9036406, + 51.1823321 + ], + [ + 4.9027495, + 51.1823321 + ], + [ + 4.9027495, + 51.1818574 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T06:27:29Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house" + ], + "source:geometry:ref": [ + "Gbg/3948734" + ], + "source:geometry:date": [ + "2019-09-04" + ] + }, + "create": 48, + "modify": 5, + "delete": 0, + "area": 4.23005170004822e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "import": 7, + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123963148 + } + }, + { + "id": 123963069, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3666515, + 52.48983 + ], + [ + 13.369248, + 52.48983 + ], + [ + 13.369248, + 52.4919467 + ], + [ + 13.3666515, + 52.4919467 + ], + [ + 13.3666515, + 52.48983 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "queerfish", + "uid": "16620126", + "editor": "MapComplete 0.23.0", + "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-23T06:23:38Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-23" + ], + "pump:status": [ + "regelmäßig in Gebrauch für adoptierte Straßenbäume (giessdenkiez.de)", + "ok" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.00000549601155000723, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 11, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 123963069 + } + }, + { + "id": 123962538, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.4829772, + 49.0995796 + ], + [ + 12.4830293, + 49.0995796 + ], + [ + 12.4830293, + 49.0996375 + ], + [ + 12.4829772, + 49.0996375 + ], + [ + 12.4829772, + 49.0995796 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T05:59:56Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/YhdFSGd.jpg", + "https://i.imgur.com/jNiL8Mh.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 3.0165900000581e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "en", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2 + }, + "id": 123962538 + } + }, + { + "id": 123962256, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7060754, + 50.9767935 + ], + [ + 3.7060754, + 50.9767935 + ], + [ + 3.7060754, + 50.9767935 + ], + [ + 3.7060754, + 50.9767935 + ], + [ + 3.7060754, + 50.9767935 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-23T05:44:35Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/VBJ1TKv.jpg" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 123962256 + } + }, + { + "id": 123962019, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8958987, + 51.1809881 + ], + [ + 4.9070639, + 51.1809881 + ], + [ + 4.9070639, + 51.1845125 + ], + [ + 4.8958987, + 51.1845125 + ], + [ + 4.8958987, + 51.1809881 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-23T05:27:53Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus", + "bicycle" + ], + "highway": [ + "tertiary" + ], + "building": [ + "yes", + "house", + "apartments", + "industrial", + "roof" + ], + "addr:street": [ + "Heidehof" + ], + "addr:housenumber": [ + "117", + "115", + "164;166", + "166", + "2-3;5", + "7-8;10", + "12-13;15", + "178", + "176" + ], + "source:geometry:ref": [ + "Gbg/3947866", + "Gbg/3948778", + "Gbg/3948973", + "Gbg/3948759", + "Gbg/3948841", + "Gbg/3948834", + "Gbg/3948756", + "Gbg/5862447", + "Gbg/3948840", + "Gbg/3948835", + "Gbg/3948755", + "Gbg/3948839", + "Gbg/3948819", + "Gbg/3948838", + "Gbg/3949596", + "Gbg/3948837", + "Gbg/3949597", + "Gbg/3948773", + "Gbg/3948772", + "Gbg/3948761", + "Gbg/3948956", + "Gbg/3948853", + "Gbg/3948760", + "Gbg/3948852", + "Gbg/3948757", + "Gbg/3948758", + "Gbg/3948496", + "Gbg/5554924", + "Gbg/5862369", + "Gbg/5403838", + "Gbg/4928327", + "Gbg/3948615", + "Gbg/3948616", + "Gbg/4679001", + "Gbg/3948618", + "Gbg/6570657", + "Gbg/6427362", + "Gbg/3948492", + "Gbg/3948481", + "Gbg/3947779", + "Gbg/6427357", + "Gbg/6427356", + "Gbg/6836019", + "Gbg/3948833", + "Gbg/3948836", + "Gbg/3948957", + "Gbg/3948954", + "Gbg/3948620", + "Gbg/3948633" + ], + "source:geometry:date": [ + "2021-10-25", + "2012-11-15", + "2013-02-20", + "2017-03-01", + "2015-11-24", + "2014-12-04", + "2019-02-20", + "2018-09-13", + "2020-09-16", + "2020-06-05" + ] + }, + "create": 613, + "modify": 434, + "delete": 0, + "area": 0.0000393506308799581, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 385, + "theme": "grb", + "answer": 6, + "import": 69, + "locale": "nl", + "imagery": "AGIV", + "conflation": 98 + }, + "id": 123962019 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-24.json b/Docs/Tools/stats/stats.2022-7-24.json new file mode 100644 index 0000000000..cee9af1171 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-24.json @@ -0,0 +1,7945 @@ +{ + "features": [ + { + "id": 124023491, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9438773, + 47.0245703 + ], + [ + 8.9445161, + 47.0245703 + ], + [ + 8.9445161, + 47.0252068 + ], + [ + 8.9438773, + 47.0252068 + ], + [ + 8.9438773, + 47.0245703 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "habi", + "uid": "15671", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #campersite", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T20:20:59Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "customers" + ], + "amenity": [ + "sanitary_dump_station" + ], + "water_point": [ + "yes" + ], + "sanitary_dump_station:grey_water": [ + "yes", + "no" + ], + "sanitary_dump_station:chemical_toilet": [ + "no", + "yes" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 4.06596199998641e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/campersite.html", + "theme": "campersite", + "answer": 6, + "locale": "en", + "imagery": "osm", + "change_within_25m": 5, + "change_within_50m": 1 + }, + "id": 124023491 + } + }, + { + "id": 124022541, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T19:48:40Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "toilets" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:handwashing": [ + "yes" + ], + "toilets:paper_supplied": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 4, + "locale": "de", + "imagery": "osm", + "change_over_5000m": 4 + }, + "id": 124022541 + } + }, + { + "id": 124022515, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.5722113, + 53.0263589 + ], + [ + 6.5722113, + 53.0263589 + ], + [ + 6.5722113, + 53.0263589 + ], + [ + 6.5722113, + 53.0263589 + ], + [ + 6.5722113, + 53.0263589 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T19:47:38Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "automatic_door": [ + "motion" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/feature/onwheels-icons/onwheels.html", + "theme": "onwheels", + "answer": 2, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_50m": 2 + }, + "id": 124022515 + } + }, + { + "id": 124020138, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3569552, + 52.5420303 + ], + [ + 13.3569552, + 52.5420303 + ], + [ + 13.3569552, + 52.5420303 + ], + [ + 13.3569552, + 52.5420303 + ], + [ + 13.3569552, + 52.5420303 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "baumBefeuchter", + "uid": "16563010", + "editor": "MapComplete 0.23.0", + "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-24T18:27:31Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "unbekannt, mehr Pumpen nötig bis zu 60x mal oder mehr", + "broken" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124020138 + } + }, + { + "id": 124019465, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2960867, + 50.3041121 + ], + [ + 9.2960867, + 50.3041121 + ], + [ + 9.2960867, + 50.3041121 + ], + [ + 9.2960867, + 50.3041121 + ], + [ + 9.2960867, + 50.3041121 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:04:02Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ], + "light:lit": [ + "dusk-dawn" + ], + "light:count": [ + "1" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124019465 + } + }, + { + "id": 124019405, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2936263, + 50.3025707 + ], + [ + 9.2981399, + 50.3025707 + ], + [ + 9.2981399, + 50.3044993 + ], + [ + 9.2936263, + 50.3044993 + ], + [ + 9.2936263, + 50.3025707 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:02:10Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "yes" + ], + "highway": [ + "street_lamp", + "residential" + ], + "light:lit": [ + "dusk-dawn" + ] + }, + "create": 1, + "modify": 5, + "delete": 0, + "area": 0.00000870492896003127, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 9, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019405 + } + }, + { + "id": 124019396, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:01:59Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124019396 + } + }, + { + "id": 124019383, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ], + [ + 9.2960293, + 50.3035039 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:01:29Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019383 + } + }, + { + "id": 124019373, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:01:09Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ], + "light:lit": [ + "dusk-dawn" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019373 + } + }, + { + "id": 124019368, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:00:56Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019368 + } + }, + { + "id": 124019360, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2961092, + 50.3044626 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:00:40Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124019360 + } + }, + { + "id": 124019350, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:00:31Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019350 + } + }, + { + "id": 124019336, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2961092, + 50.3044626 + ], + [ + 9.2965668, + 50.3044626 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2961092, + 50.3045205 + ], + [ + 9.2961092, + 50.3044626 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T18:00:00Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ], + "light:direction": [ + "228" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 2.64950400007784e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019336 + } + }, + { + "id": 124019331, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:59:50Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019331 + } + }, + { + "id": 124019325, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:59:38Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019325 + } + }, + { + "id": 124019319, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ], + [ + 9.2965668, + 50.3045205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:59:20Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124019319 + } + }, + { + "id": 124018971, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2973017, + 50.3042015 + ], + [ + 9.2973017, + 50.3042015 + ], + [ + 9.2973017, + 50.3042015 + ], + [ + 9.2973017, + 50.3042015 + ], + [ + 9.2973017, + 50.3042015 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:49:11Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 7, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124018971 + } + }, + { + "id": 124018828, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2884268, + 50.2584018 + ], + [ + 9.2884268, + 50.2584018 + ], + [ + 9.2884268, + 50.2584018 + ], + [ + 9.2884268, + 50.2584018 + ], + [ + 9.2884268, + 50.2584018 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:45:18Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124018828 + } + }, + { + "id": 124018534, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2849793, + 50.2544477 + ], + [ + 9.3190703, + 50.2544477 + ], + [ + 9.3190703, + 50.3172014 + ], + [ + 9.2849793, + 50.3172014 + ], + [ + 9.2849793, + 50.2544477 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:36:40Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "primary", + "tertiary", + "unclassified" + ], + "maxspeed": [ + "30", + "80", + "70", + "100", + "50" + ] + }, + "create": 0, + "modify": 26, + "delete": 0, + "area": 0.00213933638670007, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 29, + "locale": "de", + "imagery": "osm" + }, + "id": 124018534 + } + }, + { + "id": 124018345, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3232036, + 52.454986 + ], + [ + 13.3232036, + 52.454986 + ], + [ + 13.3232036, + 52.454986 + ], + [ + 13.3232036, + 52.454986 + ], + [ + 13.3232036, + 52.454986 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.23.0", + "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-24T17:31:20Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-24" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124018345 + } + }, + { + "id": 124018315, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3296141, + 52.4570676 + ], + [ + 13.3314562, + 52.4570676 + ], + [ + 13.3314562, + 52.4583115 + ], + [ + 13.3296141, + 52.4583115 + ], + [ + 13.3296141, + 52.4570676 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.23.0", + "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-24T17:30:04Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-24", + "2020-09-11" + ], + "pump:status": [ + "ok", + "blocked" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.0000022913881899966, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124018315 + } + }, + { + "id": 124018230, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2924539, + 50.3058756 + ], + [ + 9.2977154, + 50.3058756 + ], + [ + 9.2977154, + 50.317875 + ], + [ + 9.2924539, + 50.317875 + ], + [ + 9.2924539, + 50.3058756 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:26:34Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "direction": [ + "79" + ] + }, + "create": 3, + "modify": 2, + "delete": 0, + "area": 0.0000631348430999979, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "move": 1, + "theme": "benches", + "answer": 15, + "create": 3, + "locale": "de", + "imagery": "osm", + "move:node/9907957602": "improve_accuracy" + }, + "id": 124018230 + } + }, + { + "id": 124018214, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2976064, + 50.315605 + ], + [ + 9.2977154, + 50.315605 + ], + [ + 9.2977154, + 50.3159146 + ], + [ + 9.2976064, + 50.3159146 + ], + [ + 9.2976064, + 50.315605 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:25:58Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 2, + "modify": 1, + "delete": 0, + "area": 3.37464000001898e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 6, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124018214 + } + }, + { + "id": 124017743, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.1830943, + 50.1813675 + ], + [ + 9.2980034, + 50.1813675 + ], + [ + 9.2980034, + 50.3164223 + ], + [ + 9.1830943, + 50.3164223 + ], + [ + 9.1830943, + 50.1813675 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T17:09:38Z", + "reviewed_features": [], + "tag_changes": { + "phone": [ + "+49 6054 909584" + ], + "amenity": [ + "school", + "parking" + ], + "website": [ + "https://www.grundschule-brachttal.de" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "de" + ] + }, + "create": 4, + "modify": 1, + "delete": 0, + "area": 0.0155190255186799, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 8, + "create": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124017743 + } + }, + { + "id": 124017165, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2849405, + 50.2479555 + ], + [ + 9.3163781, + 50.2479555 + ], + [ + 9.3163781, + 50.3086641 + ], + [ + 9.2849405, + 50.3086641 + ], + [ + 9.2849405, + 50.2479555 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T16:50:58Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ] + }, + "create": 6, + "modify": 1, + "delete": 0, + "area": 0.00190853268335996, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 11, + "create": 6, + "locale": "de", + "imagery": "osm" + }, + "id": 124017165 + } + }, + { + "id": 124017013, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2888751, + 50.2519141 + ], + [ + 9.2958618, + 50.2519141 + ], + [ + 9.2958618, + 50.2543374 + ], + [ + 9.2888751, + 50.2543374 + ], + [ + 9.2888751, + 50.2519141 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "way-161708142", + "osm_id": 161708142, + "reasons": [ + 43 + ], + "version": 4, + "primary_tags": { + "building": "sports_centre" + } + } + ], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T16:46:58Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "railway": [ + "station" + ], + "building": [ + "train_station", + "sports_centre" + ], + "entrance": [ + "yes" + ], + "kerb:height": [ + "0" + ], + "automatic_door": [ + "button" + ], + "public_transport": [ + "stop_area", + "station" + ] + }, + "create": 2, + "modify": 4, + "delete": 0, + "area": 0.0000169308701099782, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/entrances.html", + "theme": "entrances", + "answer": 7, + "create": 5, + "locale": "de", + "imagery": "osm" + }, + "id": 124017013 + } + }, + { + "id": 124016757, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2927889, + 50.2533183 + ], + [ + 9.2927889, + 50.2533183 + ], + [ + 9.2927889, + 50.2533183 + ], + [ + 9.2927889, + 50.2533183 + ], + [ + 9.2927889, + 50.2533183 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #fritures", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T16:38:35Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "fast_food" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/fritures.html", + "theme": "fritures", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124016757 + } + }, + { + "id": 124016264, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.1784919, + 50.1807113 + ], + [ + 9.3102466, + 50.1807113 + ], + [ + 9.3102466, + 50.3134722 + ], + [ + 9.1784919, + 50.3134722 + ], + [ + 9.1784919, + 50.1807113 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T16:22:45Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "yes" + ], + "route": [ + "bicycle", + "hiking", + "bus", + "road" + ], + "barrier": [ + "kerb" + ], + "highway": [ + "residential", + "primary" + ], + "leisure": [ + "pitch" + ], + "surface": [ + "asphalt" + ], + "maxspeed": [ + "30" + ], + "public_transport": [ + "stop_area" + ], + "width:carriageway": [ + "6.2", + "6.4" + ] + }, + "create": 3, + "modify": 1, + "delete": 0, + "area": 0.0174918725512301, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 10, + "create": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124016264 + } + }, + { + "id": 124015355, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.289122, + 50.2359961 + ], + [ + 9.3319601, + 50.2359961 + ], + [ + 9.3319601, + 50.3142841 + ], + [ + 9.289122, + 50.3142841 + ], + [ + 9.289122, + 50.2359961 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:58:08Z", + "reviewed_features": [], + "tag_changes": { + "bin": [ + "yes" + ], + "lit": [ + "yes" + ], + "kerb": [ + "raised" + ], + "name": [ + "Il Figaro" + ], + "shop": [ + "hairdresser", + "e-cigarette", + "weapons", + "car" + ], + "bench": [ + "yes", + "no" + ], + "phone": [ + "+49 6053 9507", + "+49 6054 909584" + ], + "route": [ + "bicycle", + "hiking", + "bus", + "road" + ], + "amenity": [ + "parking", + "school" + ], + "barrier": [ + "cycle_barrier", + "kerb" + ], + "bicycle": [ + "yes" + ], + "highway": [ + "residential", + "primary", + "bus_stop" + ], + "leisure": [ + "picnic_table" + ], + "shelter": [ + "yes" + ], + "surface": [ + "asphalt" + ], + "website": [ + "https://www.grundschule-brachttal.de" + ], + "capacity": [ + "18", + "2", + "3" + ], + "maxspeed": [ + "30" + ], + "wheelchair": [ + "yes" + ], + "kerb:height": [ + "7 cm" + ], + "opening_hours": [ + "Sa 08:00-14:00;Tu-Fr 09:00-18:00" + ], + "school:gender": [ + "mixed" + ], + "tactile_paving": [ + "yes" + ], + "school:language": [ + "de" + ], + "public_transport": [ + "stop_area", + "platform" + ], + "capacity:disabled": [ + "18", + "2", + "3" + ], + "width:carriageway": [ + "6.2", + "6.4" + ] + }, + "create": 6, + "modify": 21, + "delete": 0, + "area": 0.00335370917279995, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/personal.html", + "theme": "personal", + "answer": 42, + "create": 6, + "locale": "de", + "imagery": "osm" + }, + "id": 124015355 + } + }, + { + "id": 124015234, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:54:55Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124015234 + } + }, + { + "id": 124015203, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2882138, + 50.3139672 + ], + [ + 9.2882138, + 50.3139672 + ], + [ + 9.2882138, + 50.3139672 + ], + [ + 9.2882138, + 50.3139672 + ], + [ + 9.2882138, + 50.3139672 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:54:13Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124015203 + } + }, + { + "id": 124015152, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2983635, + 50.2994998 + ], + [ + 9.2998388, + 50.2994998 + ], + [ + 9.2998388, + 50.3029201 + ], + [ + 9.2983635, + 50.3029201 + ], + [ + 9.2983635, + 50.2994998 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #transit", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:52:36Z", + "reviewed_features": [], + "tag_changes": { + "bin": [ + "yes" + ], + "lit": [ + "no" + ], + "bench": [ + "yes", + "no" + ], + "highway": [ + "bus_stop" + ], + "shelter": [ + "no" + ], + "wheelchair": [ + "yes" + ], + "public_transport": [ + "platform" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000504596859000004, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/transit.html", + "theme": "transit", + "answer": 6, + "locale": "de", + "imagery": "osm" + }, + "id": 124015152 + } + }, + { + "id": 124015132, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2981448, + 50.3029507 + ], + [ + 9.2981448, + 50.3029507 + ], + [ + 9.2981448, + 50.3029507 + ], + [ + 9.2981448, + 50.3029507 + ], + [ + 9.2981448, + 50.3029507 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #transit", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:52:05Z", + "reviewed_features": [], + "tag_changes": { + "bin": [ + "yes" + ], + "bench": [ + "yes" + ], + "highway": [ + "bus_stop" + ], + "wheelchair": [ + "yes" + ], + "public_transport": [ + "platform" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/transit.html", + "theme": "transit", + "answer": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124015132 + } + }, + { + "id": 124014615, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2945456, + 50.2241335 + ], + [ + 9.3486436, + 50.2241335 + ], + [ + 9.3486436, + 50.3094745 + ], + [ + 9.2945456, + 50.3094745 + ], + [ + 9.2945456, + 50.2241335 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:36:01Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "yes" + ], + "route": [ + "hiking", + "bus", + "mtb", + "bicycle", + "road" + ], + "amenity": [ + "parking" + ], + "barrier": [ + "kerb" + ], + "highway": [ + "residential", + "primary", + "living_street" + ], + "surface": [ + "asphalt" + ], + "maxspeed": [ + "30" + ], + "public_transport": [ + "stop_area" + ], + "width:carriageway": [ + "6.2", + "6.4" + ] + }, + "create": 7, + "modify": 18, + "delete": 0, + "area": 0.00461677741800011, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 25, + "create": 14, + "locale": "de", + "imagery": "osm" + }, + "id": 124014615 + } + }, + { + "id": 124014417, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2945456, + 50.3044993 + ], + [ + 9.2966185, + 50.3044993 + ], + [ + 9.2966185, + 50.3059377 + ], + [ + 9.2945456, + 50.3059377 + ], + [ + 9.2945456, + 50.3044993 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:30:45Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus", + "road" + ], + "barrier": [ + "kerb" + ], + "highway": [ + "residential" + ] + }, + "create": 3, + "modify": 7, + "delete": 0, + "area": 0.00000298165935999543, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 9, + "create": 6, + "locale": "de", + "imagery": "osm" + }, + "id": 124014417 + } + }, + { + "id": 124014223, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2924555, + 50.3058358 + ], + [ + 9.2924555, + 50.3058358 + ], + [ + 9.2924555, + 50.3058358 + ], + [ + 9.2924555, + 50.3058358 + ], + [ + 9.2924555, + 50.3058358 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:26:40Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "bollard" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "cycle_infra", + "answer": 3, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124014223 + } + }, + { + "id": 124014108, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2925547, + 50.2994537 + ], + [ + 9.3043858, + 50.2994537 + ], + [ + 9.3043858, + 50.3059438 + ], + [ + 9.2925547, + 50.3059438 + ], + [ + 9.2925547, + 50.2994537 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:23:56Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "cycle_barrier" + ], + "cycle_barrier": [ + "single", + "double" + ], + "maxwidth:physical": [ + "2" + ] + }, + "create": 1, + "modify": 4, + "delete": 0, + "area": 0.0000767850221100085, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 14, + "create": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124014108 + } + }, + { + "id": 124014028, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2880996, + 50.3069956 + ], + [ + 9.2959021, + 50.3069956 + ], + [ + 9.2959021, + 50.3144896 + ], + [ + 9.2880996, + 50.3144896 + ], + [ + 9.2880996, + 50.3069956 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Punchyrock636", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:21:16Z", + "reviewed_features": [], + "tag_changes": { + "route": [ + "bus", + "road" + ], + "amenity": [ + "parking" + ], + "capacity": [ + "18", + "9", + "10" + ], + "capacity:disabled": [ + "18", + "9", + "10" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.0000584719349999991, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 7, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124014028 + } + }, + { + "id": 124013482, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2979231, + 50.3028584 + ], + [ + 9.2979231, + 50.3028584 + ], + [ + 9.2979231, + 50.3028584 + ], + [ + 9.2979231, + 50.3028584 + ], + [ + 9.2979231, + 50.3028584 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9907742954", + "osm_id": 9907742954, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "tourism": "map" + } + } + ], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:06:23Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "map" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "maps", + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124013482 + } + }, + { + "id": 124013340, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2915824, + 50.2982806 + ], + [ + 9.3036963, + 50.2982806 + ], + [ + 9.3036963, + 50.3121225 + ], + [ + 9.2915824, + 50.3121225 + ], + [ + 9.2915824, + 50.2982806 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:03:06Z", + "reviewed_features": [], + "tag_changes": { + "waste": [ + "trash" + ], + "amenity": [ + "waste_basket", + "waste_disposal" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.000167679392410047, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124013340 + } + }, + { + "id": 124013249, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.1782698, + 50.2044785 + ], + [ + 9.1782698, + 50.2044785 + ], + [ + 9.1782698, + 50.2044785 + ], + [ + 9.1782698, + 50.2044785 + ], + [ + 9.1782698, + 50.2044785 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Gruppe 22", + "uid": "16631753", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T15:01:07Z", + "reviewed_features": [], + "tag_changes": { + "dog": [ + "leashed" + ], + "amenity": [ + "bar" + ], + "service:electricity": [ + "limited" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124013249 + } + }, + { + "id": 124012526, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0421826, + 50.2179876 + ], + [ + 9.0442049, + 50.2179876 + ], + [ + 9.0442049, + 50.2193177 + ], + [ + 9.0421826, + 50.2193177 + ], + [ + 9.0421826, + 50.2179876 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:41:58Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "school" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "de" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000268986122999413, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education.html", + "theme": "education", + "answer": 3, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124012526 + } + }, + { + "id": 124012485, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0421665, + 50.2180902 + ], + [ + 9.0421671, + 50.2180902 + ], + [ + 9.0421671, + 50.2180906 + ], + [ + 9.0421665, + 50.2180906 + ], + [ + 9.0421665, + 50.2180902 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:40:45Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 2.39999998503899e-13, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 6, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124012485 + } + }, + { + "id": 124012475, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:40:34Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012475 + } + }, + { + "id": 124012468, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:40:27Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012468 + } + }, + { + "id": 124012465, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:40:21Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012465 + } + }, + { + "id": 124012331, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0454441, + 50.2204058 + ], + [ + 9.0454441, + 50.2204058 + ], + [ + 9.0454441, + 50.2204058 + ], + [ + 9.0454441, + 50.2204058 + ], + [ + 9.0454441, + 50.2204058 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:36:56Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 5, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012331 + } + }, + { + "id": 124012108, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0563058, + 50.2298532 + ], + [ + 9.0567382, + 50.2298532 + ], + [ + 9.0567382, + 50.2305632 + ], + [ + 9.0563058, + 50.2305632 + ], + [ + 9.0563058, + 50.2298532 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #transit", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:30:27Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "yes" + ], + "highway": [ + "bus_stop" + ], + "wheelchair": [ + "yes", + "limited" + ], + "public_transport": [ + "platform" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 3.07003999998658e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/transit.html", + "theme": "transit", + "answer": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124012108 + } + }, + { + "id": 124012049, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0608132, + 50.2279186 + ], + [ + 9.0608132, + 50.2279186 + ], + [ + 9.0608132, + 50.2279186 + ], + [ + 9.0608132, + 50.2279186 + ], + [ + 9.0608132, + 50.2279186 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:28:25Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 10, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012049 + } + }, + { + "id": 124012030, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2628798, + 51.3046074 + ], + [ + 13.2628798, + 51.3046074 + ], + [ + 13.2628798, + 51.3046074 + ], + [ + 13.2628798, + 51.3046074 + ], + [ + 13.2628798, + 51.3046074 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "radler64ohne", + "uid": "2234817", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T14:27:55Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "pitch" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 3, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124012030 + } + }, + { + "id": 124012018, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0667501, + 50.2306514 + ], + [ + 9.0681465, + 50.2306514 + ], + [ + 9.0681465, + 50.2313418 + ], + [ + 9.0667501, + 50.2313418 + ], + [ + 9.0667501, + 50.2306514 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #sport_pitches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:27:27Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "limited" + ], + "leisure": [ + "pitch" + ], + "surface": [ + "Kunstrasen" + ], + "reservation": [ + "recommended" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 9.6407456000414e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/sport_pitches.html", + "theme": "sport_pitches", + "answer": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124012018 + } + }, + { + "id": 124011952, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0418333, + 50.2189251 + ], + [ + 9.0658909, + 50.2189251 + ], + [ + 9.0658909, + 50.2300067 + ], + [ + 9.0418333, + 50.2300067 + ], + [ + 9.0418333, + 50.2189251 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:25:15Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ], + "capacity": [ + "100", + "8", + "45" + ], + "capacity:disabled": [ + "2", + "4" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00026659670015992, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 5, + "locale": "de", + "imagery": "osm" + }, + "id": 124011952 + } + }, + { + "id": 124011894, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:23:18Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124011894 + } + }, + { + "id": 124011821, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0593702, + 50.2272365 + ], + [ + 9.0626417, + 50.2272365 + ], + [ + 9.0626417, + 50.2300535 + ], + [ + 9.0593702, + 50.2300535 + ], + [ + 9.0593702, + 50.2272365 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #kerbs_and_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:21:19Z", + "reviewed_features": [], + "tag_changes": { + "barrier": [ + "kerb" + ], + "highway": [ + "residential" + ], + "smoothness": [ + "excellent" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.00000921581550000184, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/kerbs_and_crossings.html", + "theme": "kerbs_and_crossings", + "answer": 6, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124011821 + } + }, + { + "id": 124011774, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0582267, + 50.2276253 + ], + [ + 9.0608136, + 50.2276253 + ], + [ + 9.0608136, + 50.2305722 + ], + [ + 9.0582267, + 50.2305722 + ], + [ + 9.0582267, + 50.2276253 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:19:52Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "entrance": [ + "yes" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0.00000762333560999109, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/entrances.html", + "theme": "entrances", + "answer": 1, + "create": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124011774 + } + }, + { + "id": 124011704, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0593702, + 50.2272365 + ], + [ + 9.0626417, + 50.2272365 + ], + [ + 9.0626417, + 50.2300535 + ], + [ + 9.0593702, + 50.2300535 + ], + [ + 9.0593702, + 50.2272365 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:18:05Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000921581550000184, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 6, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124011704 + } + }, + { + "id": 124011683, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5064351, + 48.8196201 + ], + [ + 13.5064351, + 48.8196201 + ], + [ + 13.5064351, + 48.8196201 + ], + [ + 13.5064351, + 48.8196201 + ], + [ + 13.5064351, + 48.8196201 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:17:31Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "backrest": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/index.html", + "theme": "nature", + "answer": 1, + "locale": "de", + "change_within_100m": 1 + }, + "id": 124011683 + } + }, + { + "id": 124011635, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0602915, + 50.2382206 + ], + [ + 9.0602915, + 50.2382206 + ], + [ + 9.0602915, + 50.2382206 + ], + [ + 9.0602915, + 50.2382206 + ], + [ + 9.0602915, + 50.2382206 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9907611205", + "osm_id": 9907611205, + "reasons": [ + 43 + ], + "version": 1, + "primary_tags": { + "amenity": "binoculars" + } + } + ], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #binoculars", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:16:33Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "binoculars" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/binoculars.html", + "theme": "binoculars", + "answer": 3, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124011635 + } + }, + { + "id": 124011625, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.1782698, + 50.1971951 + ], + [ + 9.1897837, + 50.1971951 + ], + [ + 9.1897837, + 50.2044785 + ], + [ + 9.1782698, + 50.2044785 + ], + [ + 9.1782698, + 50.1971951 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Gruppe 22", + "uid": "16631753", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:16:24Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bar", + "cafe" + ] + }, + "create": 5, + "modify": 8, + "delete": 0, + "area": 0.0000838603392599756, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 12, + "create": 5, + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 124011625 + } + }, + { + "id": 124011566, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0631735, + 50.2276681 + ], + [ + 9.0631735, + 50.2276681 + ], + [ + 9.0631735, + 50.2276681 + ], + [ + 9.0631735, + 50.2276681 + ], + [ + 9.0631735, + 50.2276681 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:15:02Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "material": [ + "wood" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124011566 + } + }, + { + "id": 124011483, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0588096, + 50.2261718 + ], + [ + 9.0631735, + 50.2261718 + ], + [ + 9.0631735, + 50.2301132 + ], + [ + 9.0588096, + 50.2301132 + ], + [ + 9.0588096, + 50.2261718 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:12:09Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 4, + "modify": 5, + "delete": 0, + "area": 0.0000171998754599768, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 18, + "create": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124011483 + } + }, + { + "id": 124011368, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0559477, + 50.2294277 + ], + [ + 9.0594158, + 50.2294277 + ], + [ + 9.0594158, + 50.2305576 + ], + [ + 9.0559477, + 50.2305576 + ], + [ + 9.0559477, + 50.2294277 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:09:13Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 3, + "modify": 0, + "delete": 0, + "area": 0.00000391860618998221, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 3, + "create": 3, + "locale": "de", + "imagery": "osm" + }, + "id": 124011368 + } + }, + { + "id": 124011259, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0671787, + 50.2296791 + ], + [ + 9.0671787, + 50.2296791 + ], + [ + 9.0671787, + 50.2296791 + ], + [ + 9.0671787, + 50.2296791 + ], + [ + 9.0671787, + 50.2296791 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:06:05Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "restaurant" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124011259 + } + }, + { + "id": 124011123, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0431911, + 50.2182314 + ], + [ + 9.067286, + 50.2182314 + ], + [ + 9.067286, + 50.2314699 + ], + [ + 9.0431911, + 50.2314699 + ], + [ + 9.0431911, + 50.2182314 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:02:33Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "lit": [ + "no" + ], + "access": [ + "customers" + ], + "leisure": [ + "playground" + ], + "max_age": [ + "99" + ], + "min_age": [ + "1" + ], + "surface": [ + "grass" + ], + "website": [ + "https://www.jugendzentrum-ronneburg.de" + ], + "operator": [ + "Jugendzentrum Ronneburg (MKK)" + ], + "wheelchair": [ + "yes" + ], + "opening_hours": [ + "sunrise-sunset", + "24/7" + ] + }, + "create": 2, + "modify": 8, + "delete": 0, + "area": 0.000318980333649994, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 12, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124011123 + } + }, + { + "id": 124011109, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0552588, + 50.2305434 + ], + [ + 9.0562589, + 50.2305434 + ], + [ + 9.0562589, + 50.2314699 + ], + [ + 9.0552588, + 50.2314699 + ], + [ + 9.0552588, + 50.2305434 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:02:07Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 9.26592649997421e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124011109 + } + }, + { + "id": 124011062, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0577981, + 50.2308968 + ], + [ + 9.0583181, + 50.2308968 + ], + [ + 9.0583181, + 50.2312359 + ], + [ + 9.0577981, + 50.2312359 + ], + [ + 9.0577981, + 50.2308968 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T14:00:14Z", + "reviewed_features": [], + "tag_changes": { + "leisure": [ + "playground" + ], + "wheelchair": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.76332000002567e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124011062 + } + }, + { + "id": 124011034, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0577981, + 50.2308968 + ], + [ + 9.0583181, + 50.2308968 + ], + [ + 9.0583181, + 50.2312359 + ], + [ + 9.0577981, + 50.2312359 + ], + [ + 9.0577981, + 50.2308968 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:59:19Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.76332000002567e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 5, + "locale": "de", + "imagery": "osm" + }, + "id": 124011034 + } + }, + { + "id": 124010983, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0587137, + 50.2300746 + ], + [ + 9.0587137, + 50.2300746 + ], + [ + 9.0587137, + 50.2300746 + ], + [ + 9.0587137, + 50.2300746 + ], + [ + 9.0587137, + 50.2300746 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:58:04Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "pub" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 1, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124010983 + } + }, + { + "id": 124010732, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0408532, + 50.2153289 + ], + [ + 9.0663797, + 50.2153289 + ], + [ + 9.0663797, + 50.2357814 + ], + [ + 9.0408532, + 50.2357814 + ], + [ + 9.0408532, + 50.2153289 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:50:43Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "tertiary", + "residential", + "secondary", + "living_street", + "track" + ], + "name:etymology": [ + "unknown" + ], + "name:etymology:wikidata": [ + "Q55488", + "Q39614", + "Q3802", + "Q1302299", + "Q382481", + "Q12280", + "Q148988", + "Q5879", + "Q659", + "Q1351785", + "Q182470", + "Q16970", + "Q8502", + "Q8359" + ] + }, + "create": 0, + "modify": 37, + "delete": 0, + "area": 0.000522080741249933, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 47, + "locale": "de", + "imagery": "osm" + }, + "id": 124010732 + } + }, + { + "id": 124010709, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.3064821, + 50.2719724 + ], + [ + 9.3064821, + 50.2719724 + ], + [ + 9.3064821, + 50.2719724 + ], + [ + 9.3064821, + 50.2719724 + ], + [ + 9.3064821, + 50.2719724 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:50:14Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "pub" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 6, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124010709 + } + }, + { + "id": 124010619, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9296719, + 50.1731825 + ], + [ + 8.9296719, + 50.1731825 + ], + [ + 8.9296719, + 50.1731825 + ], + [ + 8.9296719, + 50.1731825 + ], + [ + 8.9296719, + 50.1731825 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:47:57Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124010619 + } + }, + { + "id": 124009854, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:27:13Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "fast_food" + ], + "cuisine": [ + "chinese" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124009854 + } + }, + { + "id": 124009720, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ], + [ + 9.2930922, + 50.2537018 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #food", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:24:05Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "fast_food" + ] + }, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/food.html", + "theme": "food", + "answer": 5, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124009720 + } + }, + { + "id": 124009625, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.299688, + 50.3043557 + ], + [ + 9.299688, + 50.3043557 + ], + [ + 9.299688, + 50.3043557 + ], + [ + 9.299688, + 50.3043557 + ], + [ + 9.299688, + 50.3043557 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:20:38Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "create": 1, + "locale": "de", + "imagery": "osm" + }, + "id": 124009625 + } + }, + { + "id": 124009237, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2616594, + 50.2851045 + ], + [ + 9.3023795, + 50.2851045 + ], + [ + 9.3023795, + 50.3139636 + ], + [ + 9.2616594, + 50.3139636 + ], + [ + 9.2616594, + 50.2851045 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:09:27Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ], + "parking": [ + "street_side", + "surface" + ], + "capacity": [ + "5", + "10" + ], + "capacity:disabled": [ + "5", + "10" + ] + }, + "create": 4, + "modify": 6, + "delete": 0, + "area": 0.00117514543790997, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 18, + "create": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124009237 + } + }, + { + "id": 124009152, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.3028218, + 50.2994537 + ], + [ + 9.3043858, + 50.2994537 + ], + [ + 9.3043858, + 50.3006989 + ], + [ + 9.3028218, + 50.3006989 + ], + [ + 9.3028218, + 50.2994537 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:06:45Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "no" + ], + "route": [ + "bicycle" + ], + "barrier": [ + "cycle_barrier" + ], + "highway": [ + "cycleway" + ], + "smoothness": [ + "good" + ], + "cycle_barrier": [ + "double" + ] + }, + "create": 1, + "modify": 4, + "delete": 0, + "area": 0.00000194749279999955, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 16, + "create": 2, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124009152 + } + }, + { + "id": 124008929, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.2981364, + 50.3029782 + ], + [ + 9.2996644, + 50.3029782 + ], + [ + 9.2996644, + 50.304399 + ], + [ + 9.2981364, + 50.304399 + ], + [ + 9.2981364, + 50.3029782 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "edgartkoschlar187", + "uid": "16631222", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T13:01:13Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.00000217098239999536, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 2, + "create": 2, + "locale": "de", + "imagery": "osm" + }, + "id": 124008929 + } + }, + { + "id": 124007843, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4195831, + 50.7984455 + ], + [ + 4.4195831, + 50.7984455 + ], + [ + 4.4195831, + 50.7984455 + ], + [ + 4.4195831, + 50.7984455 + ], + [ + 4.4195831, + 50.7984455 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T12:30:29Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/86a3NYP.jpg" + ], + "amenity": [ + "bicycle_repair_station" + ], + "opening_hours": [ + "24/7" + ], + "service:bicycle:pump:operational_status": [ + "broken" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 3 + }, + "id": 124007843 + } + }, + { + "id": 124007155, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.8395688, + 48.6975766 + ], + [ + -3.8395688, + 48.6975766 + ], + [ + -3.8395688, + 48.6975766 + ], + [ + -3.8395688, + 48.6975766 + ], + [ + -3.8395688, + 48.6975766 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "cyril42e", + "uid": "1801525", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T12:12:28Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_25m": 1 + }, + "id": 124007155 + } + }, + { + "id": 124007134, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.9351449, + 49.7813736 + ], + [ + 9.9351449, + 49.7813736 + ], + [ + 9.9351449, + 49.7813736 + ], + [ + 9.9351449, + 49.7813736 + ], + [ + 9.9351449, + 49.7813736 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wuerzblog", + "uid": "57291", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T12:11:53Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "public_bookcase" + ] + }, + "create": 1, + "modify": 7, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "answer": 10, + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124007134 + } + }, + { + "id": 124006851, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5013039, + 52.4970694 + ], + [ + 13.5013039, + 52.4970694 + ], + [ + 13.5013039, + 52.4970694 + ], + [ + 13.5013039, + 52.4970694 + ], + [ + 13.5013039, + 52.4970694 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Walderfahrung", + "uid": "16630874", + "editor": "MapComplete 0.23.0", + "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-24T12:02:46Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124006851 + } + }, + { + "id": 124006452, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.9287697, + 49.792706 + ], + [ + 9.9287697, + 49.792706 + ], + [ + 9.9287697, + 49.792706 + ], + [ + 9.9287697, + 49.792706 + ], + [ + 9.9287697, + 49.792706 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wuerzblog", + "uid": "57291", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T11:50:34Z", + "reviewed_features": [], + "tag_changes": { + "dog": [ + "yes" + ], + "amenity": [ + "cafe" + ], + "smoking": [ + "outside" + ], + "service:electricity": [ + "no" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 9, + "locale": "de", + "imagery": "osm" + }, + "id": 124006452 + } + }, + { + "id": 124003543, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8772387, + 51.1562631 + ], + [ + 5.0047352, + 51.1562631 + ], + [ + 5.0047352, + 51.2104771 + ], + [ + 2.8772387, + 51.2104771 + ], + [ + 2.8772387, + 51.1562631 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 4, + "name": "mass modification" + } + ], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T10:11:40Z", + "reviewed_features": [], + "tag_changes": { + "landuse": [ + "meadow", + "farmyard" + ], + "building": [ + "yes", + "house", + "office", + "roof" + ], + "addr:street": [ + "J.B.-Stessensstraat", + "J. B. Stessensstraat" + ], + "addr:housenumber": [ + "67;69", + "67,69", + "69;71", + "69-71" + ], + "source:geometry:ref": [ + "Gbg/1711298", + "Gbg/1713428", + "Gbg/1711297", + "Gbg/5124219", + "Gbg/1706211", + "Gbg/6155002", + "Gbg/1706216", + "Gbg/5124217", + "Gbg/6154405", + "Gbg/6153526", + "Gbg/6153174", + "Gbg/6152967", + "Gbg/1711415", + "Gbg/5126111" + ], + "source:geometry:date": [ + "2009-11-17", + "2015-03-30", + "2017-11-20", + "2012-10-10" + ] + }, + "create": 210, + "modify": 311, + "delete": 0, + "area": 0.115340095251004, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 297, + "theme": "grb", + "answer": 2, + "import": 14, + "locale": "nl", + "imagery": "AGIVFlandersGRB", + "conflation": 28, + "change_over_5000m": 1 + }, + "id": 124003543 + } + }, + { + "id": 124002833, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.4024884, + 45.3128165 + ], + [ + 9.0412114, + 45.3128165 + ], + [ + 9.0412114, + 45.6002287 + ], + [ + 8.4024884, + 45.6002287 + ], + [ + 8.4024884, + 45.3128165 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "ivanbranco", + "uid": "11220113", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T09:49:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "kindergarten", + "school" + ], + "highway": [ + "residential", + "primary", + "service", + "unclassified", + "tertiary" + ], + "landuse": [ + "education" + ], + "leisure": [ + "park", + "sports_centre" + ], + "building": [ + "yes" + ], + "name:etymology:wikidata": [ + "Q19001811", + "Q1286", + "Q47066", + "Q9409", + "Q273314", + "Q53133", + "Q3980759", + "Q3861947", + "Q113248387", + "Q182092", + "Q608238", + "Q113249925", + "Q128130", + "Q708202", + "Q963339", + "Q128226", + "Q48900", + "Q529146", + "Q872637", + "Q28870251", + "Q15924", + "Q625139", + "Q336731", + "Q183240", + "Q1374", + "Q762", + "Q113250495", + "Q680", + "Q3767329", + "Q81989", + "Q221503", + "Q676555", + "Q147015", + "Q1025312" + ] + }, + "create": 0, + "modify": 74, + "delete": 0, + "area": 0.183576782620604, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology", + "theme": "etymology", + "answer": 88, + "locale": "it", + "imagery": "osm" + }, + "id": 124002833 + } + }, + { + "id": 124002782, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #nature", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T09:48:01Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/nature.html", + "theme": "nature", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_100m": 1 + }, + "id": 124002782 + } + }, + { + "id": 124001148, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6248593, + 52.4509662 + ], + [ + 13.6248593, + 52.4509662 + ], + [ + 13.6248593, + 52.4509662 + ], + [ + 13.6248593, + 52.4509662 + ], + [ + 13.6248593, + 52.4509662 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-24T08:55:21Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-22", + "2022-07-10" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124001148 + } + }, + { + "id": 123999652, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8803732, + 51.1776254 + ], + [ + 4.9012972, + 51.1776254 + ], + [ + 4.9012972, + 51.1867329 + ], + [ + 4.8803732, + 51.1867329 + ], + [ + 4.8803732, + 51.1776254 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T08:06:59Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "weighbridge" + ], + "building": [ + "office", + "industrial", + "house", + "yes", + "roof" + ], + "addr:street": [ + "Watertorenstraat" + ], + "addr:housenumber": [ + "35" + ], + "source:geometry:ref": [ + "Gbg/7019601", + "Gbg/3950728", + "Gbg/3949843", + "Gbg/3949869", + "Gbg/3947974", + "Gbg/3947973", + "Gbg/6508495", + "Gbg/3947781", + "Gbg/6508520", + "Gbg/3947798", + "Gbg/5862342", + "Gbg/3947799", + "Gbg/3947784", + "Gbg/3947800", + "Gbg/3947785", + "Gbg/3947801", + "Gbg/7019737", + "Gbg/3947802", + "Gbg/3947787", + "Gbg/3947803", + "Gbg/3947780", + "Gbg/3947855", + "Gbg/3947778", + "Gbg/5862350", + "Gbg/5862309", + "Gbg/3950034", + "Gbg/6508498", + "Gbg/3950070", + "Gbg/6507762", + "Gbg/3950036", + "Gbg/6803374", + "Gbg/6803373", + "Gbg/3950133", + "Gbg/3950047", + "Gbg/3950141", + "Gbg/3950041", + "Gbg/3950007", + "Gbg/3950008", + "Gbg/6507761", + "Gbg/3947867", + "Gbg/3950080", + "Gbg/3950073", + "Gbg/3950112", + "Gbg/5860845", + "Gbg/6507770", + "Gbg/3950072", + "Gbg/5860840", + "Gbg/7019739", + "Gbg/3950068", + "Gbg/3950069", + "Gbg/3950019", + "Gbg/3950075", + "Gbg/3950074", + "Gbg/6507767", + "Gbg/3950099", + "Gbg/3949999", + "Gbg/5860836", + "Gbg/3950062", + "Gbg/5860856", + "Gbg/3950064", + "Gbg/3950159", + "Gbg/3950160", + "Gbg/3950010", + "Gbg/6803380", + "Gbg/6803378", + "Gbg/3950005", + "Gbg/3950001", + "Gbg/3950000", + "Gbg/7019696", + "Gbg/5860841", + "Gbg/3950020", + "Gbg/5860838", + "Gbg/3947853" + ], + "source:geometry:date": [ + "2021-10-25", + "2012-11-15", + "2019-09-04", + "2018-10-24", + "2013-02-20", + "2017-03-01", + "2018-02-26", + "2020-06-05", + "2014-05-02" + ] + }, + "create": 659, + "modify": 527, + "delete": 3, + "area": 0.000190565330000126, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 452, + "theme": "grb", + "answer": 1, + "delete": 3, + "import": 65, + "locale": "nl", + "imagery": "AGIV", + "conflation": 146 + }, + "id": 123999652 + } + }, + { + "id": 123999606, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5481008, + 48.8028911 + ], + [ + 13.5481008, + 48.8028911 + ], + [ + 13.5481008, + 48.8028911 + ], + [ + 13.5481008, + 48.8028911 + ], + [ + 13.5481008, + 48.8028911 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cafes_and_pubs", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T08:05:29Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "bakery" + ], + "amenity": [ + "cafe" + ], + "website": [ + "https://m.baeckerei-kittl.de/de/fachgeschaefte.html" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cafes_and_pubs.html", + "theme": "cafes_and_pubs", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_25m": 1 + }, + "id": 123999606 + } + }, + { + "id": 123999591, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8991132, + 51.1795768 + ], + [ + 4.9026741, + 51.1795768 + ], + [ + 4.9026741, + 51.1809254 + ], + [ + 4.8991132, + 51.1809254 + ], + [ + 4.8991132, + 51.1795768 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T08:05:04Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948674", + "Gbg/3947796", + "Gbg/6803384", + "Gbg/3947795" + ], + "source:geometry:date": [ + "2013-02-20", + "2017-03-01", + "2021-10-25" + ] + }, + "create": 73, + "modify": 22, + "delete": 0, + "area": 0.00000480222973999904, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 20, + "theme": "grb", + "import": 10, + "locale": "nl", + "imagery": "AGIV", + "conflation": 8 + }, + "id": 123999591 + } + }, + { + "id": 123999458, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9940673, + 51.1650967 + ], + [ + 5.001737, + 51.1650967 + ], + [ + 5.001737, + 51.1696616 + ], + [ + 4.9940673, + 51.1696616 + ], + [ + 4.9940673, + 51.1650967 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T08:00:24Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "track", + "path" + ], + "name:etymology:wikidata": [ + "Q1258926", + "Q12892" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.0000350114135299876, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 12, + "locale": "nl", + "imagery": "osm" + }, + "id": 123999458 + } + }, + { + "id": 123999413, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9005069, + 51.1797587 + ], + [ + 4.90201, + 51.1797587 + ], + [ + 4.90201, + 51.1807503 + ], + [ + 4.9005069, + 51.1807503 + ], + [ + 4.9005069, + 51.1797587 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:59:05Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3947841", + "Gbg/3947842", + "Gbg/3947843", + "Gbg/3947844", + "Gbg/3948672", + "Gbg/3948661", + "Gbg/3948660", + "Gbg/3948659", + "Gbg/6508513", + "Gbg/3948657" + ], + "source:geometry:date": [ + "2020-06-05", + "2013-02-20", + "2015-11-24", + "2012-11-15", + "2018-10-24" + ] + }, + "create": 35, + "modify": 38, + "delete": 0, + "area": 0.00000149047395999834, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 35, + "theme": "grb", + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 14 + }, + "id": 123999413 + } + }, + { + "id": 123998940, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9005069, + 51.1802435 + ], + [ + 4.902542, + 51.1802435 + ], + [ + 4.902542, + 51.1814191 + ], + [ + 4.9005069, + 51.1814191 + ], + [ + 4.9005069, + 51.1802435 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:41:10Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "addr:housenumber": [ + "134;134A", + "134" + ], + "source:geometry:ref": [ + "Gbg/3948654", + "Gbg/3948653", + "Gbg/3948652", + "Gbg/6508548", + "Gbg/3948640", + "Gbg/3948533", + "Gbg/6057084", + "Gbg/3948535", + "Gbg/3947841", + "Gbg/3947842", + "Gbg/3947843", + "Gbg/3947844", + "Gbg/5862279" + ], + "source:geometry:date": [ + "2013-02-20", + "2018-10-24", + "2021-10-25", + "2015-11-24", + "2017-10-16", + "2012-11-15", + "2020-06-05", + "2017-03-01" + ] + }, + "create": 136, + "modify": 87, + "delete": 0, + "area": 0.00000239246355999303, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 73, + "theme": "grb", + "answer": 1, + "import": 17, + "locale": "nl", + "imagery": "AGIV", + "conflation": 26 + }, + "id": 123998940 + } + }, + { + "id": 123998884, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9014402, + 51.1811318 + ], + [ + 4.9035953, + 51.1811318 + ], + [ + 4.9035953, + 51.183221 + ], + [ + 4.9014402, + 51.183221 + ], + [ + 4.9014402, + 51.1811318 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:38:19Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3948735", + "Gbg/5862427", + "Gbg/3948638", + "Gbg/3948637", + "Gbg/3948512", + "Gbg/5862506" + ], + "source:geometry:date": [ + "2019-09-04", + "2017-03-01", + "2013-02-20", + "2015-11-24" + ] + }, + "create": 56, + "modify": 45, + "delete": 0, + "area": 0.0000045024349200016, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 41, + "theme": "grb", + "import": 7, + "locale": "nl", + "imagery": "AGIV", + "conflation": 12 + }, + "id": 123998884 + } + }, + { + "id": 123998880, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9012347, + 51.1814424 + ], + [ + 4.9013678, + 51.1814424 + ], + [ + 4.9013678, + 51.1816028 + ], + [ + 4.9012347, + 51.1816028 + ], + [ + 4.9012347, + 51.1814424 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:38:09Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ], + "source:geometry:ref": [ + "Gbg/3948516" + ], + "source:geometry:date": [ + "2013-02-20" + ] + }, + "create": 2, + "modify": 6, + "delete": 0, + "area": 2.13492399998511e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 5, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123998880 + } + }, + { + "id": 123998873, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.901508, + 51.1814589 + ], + [ + 4.901824, + 51.1814589 + ], + [ + 4.901824, + 51.1815731 + ], + [ + 4.901508, + 51.1815731 + ], + [ + 4.901508, + 51.1814589 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:37:52Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948515" + ], + "source:geometry:date": [ + "2012-11-15" + ] + }, + "create": 3, + "modify": 7, + "delete": 0, + "area": 3.60871999996734e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 6, + "theme": "grb", + "import": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 123998873 + } + }, + { + "id": 123998868, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9018061, + 51.1813328 + ], + [ + 4.9029086, + 51.1813328 + ], + [ + 4.9029086, + 51.1820404 + ], + [ + 4.9018061, + 51.1820404 + ], + [ + 4.9018061, + 51.1813328 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T07:37:28Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/5862477", + "Gbg/3948636", + "Gbg/3948635" + ], + "source:geometry:date": [ + "2017-03-01", + "2012-11-15", + "2013-02-20" + ] + }, + "create": 39, + "modify": 21, + "delete": 0, + "area": 7.80128999998202e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 18, + "theme": "grb", + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 6 + }, + "id": 123998868 + } + }, + { + "id": 123997166, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.590452, + -33.4607463 + ], + [ + -70.5672321, + -33.4607463 + ], + [ + -70.5672321, + -33.4443225 + ], + [ + -70.590452, + -33.4443225 + ], + [ + -70.590452, + -33.4607463 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T06:16:03Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Matias Rojas Guerrero" + ], + "image": [ + "https://i.imgur.com/Wv7Qqdp.jpg" + ], + "source": [ + "https://twitter.com/lareinapedalea/status/1309459574626422784" + ], + "historic": [ + "memorial" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000381358993619975, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "answer": 2, + "locale": "es", + "imagery": "osmfr", + "add-image": 1 + }, + "id": 123997166 + } + }, + { + "id": 123996099, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1443388, + 49.2848289 + ], + [ + 13.1449109, + 49.2848289 + ], + [ + 13.1449109, + 49.2860939 + ], + [ + 13.1443388, + 49.2860939 + ], + [ + 13.1443388, + 49.2848289 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T05:00:17Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "amenity": [ + "toilets" + ], + "building": [ + "yes" + ], + "opening_hours": [ + "24/7" + ], + "changing_table": [ + "no" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:handwashing": [ + "yes" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 7.23706499997261e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 9, + "locale": "de", + "imagery": "osm" + }, + "id": 123996099 + } + }, + { + "id": 123995850, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.8547247, + 49.3486955 + ], + [ + 12.8547367, + 49.3486955 + ], + [ + 12.8547367, + 49.348934 + ], + [ + 12.8547247, + 49.348934 + ], + [ + 12.8547247, + 49.3486955 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-24T04:32:01Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Original Thai Massage" + ], + "shop": [ + "massage", + "hairdresser" + ], + "image": [ + "https://i.imgur.com/B5SwXgD.jpg", + "https://i.imgur.com/QVbiE3t.jpg" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 2.86199999999806e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "theme": "shops", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 123995850 + } + }, + { + "id": 123994765, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.7466533, + -33.4923029 + ], + [ + -70.6416714, + -33.4923029 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.7466533, + -33.4499735 + ], + [ + -70.7466533, + -33.4923029 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T02:35:25Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Cristian Martínez" + ], + "image": [ + "https://i.imgur.com/M5PeTwh.jpg" + ], + "historic": [ + "memorial" + ], + "inscription": [ + "Hans Andres Venegas Salinas Q.E.P.D. 24-Dic-1988 / 19-Abr-2018", + "Hans Andres Venegas Salinas\nQ.E.P.D.\n24-Dic-1988 / 19-Abr-2018" + ] + }, + "create": 1, + "modify": 5, + "delete": 0, + "area": 0.00444382083785992, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "answer": 10, + "create": 1, + "locale": "es", + "imagery": "osmfr", + "add-image": 2 + }, + "id": 123994765 + } + }, + { + "id": 123993986, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T01:13:15Z", + "reviewed_features": [], + "tag_changes": { + "historic": [ + "memorial" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "create": 1, + "locale": "es", + "imagery": "EsriWorldImagery" + }, + "id": 123993986 + } + }, + { + "id": 123993932, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -92.71082, + 44.9504902 + ], + [ + -92.71082, + 44.9504902 + ], + [ + -92.71082, + 44.9504902 + ], + [ + -92.71082, + 44.9504902 + ], + [ + -92.71082, + 44.9504902 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "noliver", + "uid": "91568", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-24T01:07:01Z", + "reviewed_features": [], + "tag_changes": { + "colour": [ + "red" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "answer": 1, + "locale": "en", + "imagery": "USDA-NAIP" + }, + "id": 123993932 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-25.json b/Docs/Tools/stats/stats.2022-7-25.json new file mode 100644 index 0000000000..ee98fb4e88 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-25.json @@ -0,0 +1,3340 @@ +{ + "features": [ + { + "id": 124070832, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.5087183, + 47.3710668 + ], + [ + 8.5087897, + 47.3710668 + ], + [ + 8.5087897, + 47.3712519 + ], + [ + 8.5087183, + 47.3712519 + ], + [ + 8.5087183, + 47.3710668 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pascal Mages", + "uid": "30566", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T22:16:01Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "residents", + "private" + ], + "amenity": [ + "waste_disposal" + ], + "location": [ + "underground" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.32161399996176e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 3, + "locale": "en", + "imagery": "osm" + }, + "id": 124070832 + } + }, + { + "id": 124070530, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.2284295, + 47.6242028 + ], + [ + -117.1966007, + 47.6242028 + ], + [ + -117.1966007, + 47.635149 + ], + [ + -117.2284295, + 47.635149 + ], + [ + -117.2284295, + 47.6242028 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T21:59:25Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "tertiary" + ], + "maxspeed": [ + "25 mph" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.000348404410559974, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 3, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 3 + }, + "id": 124070530 + } + }, + { + "id": 124070483, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ], + [ + -73.2380348, + -39.8144473 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T21:57:36Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/a6gMoq3.jpg" + ], + "natural": [ + "tree" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "locale": "es", + "imagery": "osmfr", + "add-image": 1 + }, + "id": 124070483 + } + }, + { + "id": 124069117, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2097843, + 51.2188156 + ], + [ + 3.2215858, + 51.2188156 + ], + [ + 3.2215858, + 51.2217124 + ], + [ + 3.2097843, + 51.2217124 + ], + [ + 3.2097843, + 51.2188156 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T21:02:00Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "cycleway", + "residential", + "footway" + ], + "name:etymology:wikidata": [ + "Q24489" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.0000341865852000247, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 12, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 12 + }, + "id": 124069117 + } + }, + { + "id": 124069034, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.7519847, + 50.9957612 + ], + [ + 4.7554903, + 50.9957612 + ], + [ + 4.7554903, + 50.9962987 + ], + [ + 4.7519847, + 50.9962987 + ], + [ + 4.7519847, + 50.9957612 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T20:59:07Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "apartments", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/2804401", + "Gbg/6924120" + ], + "source:geometry:date": [ + "2011-06-22", + "2021-03-19" + ] + }, + "create": 59, + "modify": 10, + "delete": 0, + "area": 0.00000188426000000004, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 8, + "theme": "grb", + "import": 6, + "locale": "nl", + "imagery": "AGIV", + "conflation": 4 + }, + "id": 124069034 + } + }, + { + "id": 124067614, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3495561, + 50.8459882 + ], + [ + 4.3497429, + 50.8459882 + ], + [ + 4.3497429, + 50.8460763 + ], + [ + 4.3495561, + 50.8460763 + ], + [ + 4.3495561, + 50.8459882 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T20:11:43Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.64570799998456e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124067614 + } + }, + { + "id": 124067457, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3406296, + 50.8512164 + ], + [ + 4.3406296, + 50.8512164 + ], + [ + 4.3406296, + 50.8512164 + ], + [ + 4.3406296, + 50.8512164 + ], + [ + 4.3406296, + 50.8512164 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T20:04:56Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/AlurPOE.jpg" + ], + "amenity": [ + "bicycle_parking" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_5000m": 1 + }, + "id": 124067457 + } + }, + { + "id": 124064416, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1443388, + 49.285973 + ], + [ + 13.1445051, + 49.285973 + ], + [ + 13.1445051, + 49.2860939 + ], + [ + 13.1443388, + 49.2860939 + ], + [ + 13.1443388, + 49.285973 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T18:30:30Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/FMeNokF.jpg" + ], + "amenity": [ + "toilets" + ], + "building": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.01056699998196e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 124064416 + } + }, + { + "id": 124064180, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1441347, + 49.2860596 + ], + [ + 13.1441347, + 49.2860596 + ], + [ + 13.1441347, + 49.2860596 + ], + [ + 13.1441347, + 49.2860596 + ], + [ + 13.1441347, + 49.2860596 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T18:24:10Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/H6NvOmK.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 124064180 + } + }, + { + "id": 124063862, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.6787536, + 45.3598609 + ], + [ + 9.7004696, + 45.3598609 + ], + [ + 9.7004696, + 45.3650902 + ], + [ + 9.6787536, + 45.3650902 + ], + [ + 9.6787536, + 45.3598609 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Mannivu", + "uid": "1950277", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T18:15:34Z", + "reviewed_features": [], + "tag_changes": { + "place": [ + "square" + ], + "amenity": [ + "school" + ], + "highway": [ + "residential", + "pedestrian", + "tertiary", + "service" + ], + "name:etymology:wikidata": [ + "Q83003", + "Q171834", + "Q539", + "Q1131884", + "Q333809", + "Q1064", + "Q187336", + "Q87620", + "Q53068", + "Q23873" + ] + }, + "create": 0, + "modify": 49, + "delete": 0, + "area": 0.000113559478799918, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 56, + "locale": "it", + "imagery": "osm", + "change_over_5000m": 56 + }, + "id": 124063862 + } + }, + { + "id": 124055667, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5172315, + 52.4890908 + ], + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5246391, + 52.5044307 + ], + [ + 13.5172315, + 52.5044307 + ], + [ + 13.5172315, + 52.4890908 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-25T14:36:24Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/ekZyUbf.jpg", + "https://i.imgur.com/Z0TPObS.jpg", + "https://i.imgur.com/cos7VMy.jpg", + "https://i.imgur.com/MEXFF84.jpg" + ], + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-25" + ], + "pump:status": [ + "ok", + "broken" + ] + }, + "create": 0, + "modify": 13, + "delete": 0, + "area": 0.000113631843240013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 14, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 7 + }, + "id": 124055667 + } + }, + { + "id": 124055535, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3501914, + 50.8662403 + ], + [ + 4.3502382, + 50.8662403 + ], + [ + 4.3502382, + 50.8663556 + ], + [ + 4.3501914, + 50.8663556 + ], + [ + 4.3501914, + 50.8662403 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T14:33:08Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/D8SIO6q.jpg", + "https://i.imgur.com/1EweTBU.jpg" + ], + "highway": [ + "elevator" + ], + "door:width": [ + "96 cm" + ], + "hearing_loop": [ + "yes" + ], + "elevator:depth": [ + "140 cm" + ], + "elevator:width": [ + "110 cm" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 5.39603999985314e-9, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 5, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 5 + }, + "id": 124055535 + } + }, + { + "id": 124054999, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3502264, + 50.8662403 + ], + [ + 4.3503424, + 50.8662403 + ], + [ + 4.3503424, + 50.8666378 + ], + [ + 4.3502264, + 50.8666378 + ], + [ + 4.3502264, + 50.8662403 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AlexanderReb", + "uid": "16447083", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T14:20:36Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/j2B6p30.jpg" + ], + "highway": [ + "elevator" + ], + "door:width": [ + "96 cm" + ], + "hearing_loop": [ + "yes" + ], + "elevator:depth": [ + "140 cm" + ], + "elevator:width": [ + "110 cm" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 4.6109999999537e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://1234-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/theme.html", + "theme": "onwheels", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124054999 + } + }, + { + "id": 124053521, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.6432498, + -34.6525167 + ], + [ + -58.6432498, + -34.6525167 + ], + [ + -58.6432498, + -34.6525167 + ], + [ + -58.6432498, + -34.6525167 + ], + [ + -58.6432498, + -34.6525167 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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-07-25T13:42:32Z", + "reviewed_features": [], + "tag_changes": { + "ref": [ + "CL 51" + ], + "railway": [ + "signal" + ], + "railway:signal:main:ref": [ + "CL 51" + ], + "railway:signal:shunting:ref": [ + "CL 49;CL 50" + ], + "railway:signal:minor:caption": [ + "CL 51" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals", + "answer": 7, + "locale": "en", + "imagery": "osm", + "change_within_25m": 7 + }, + "id": 124053521 + } + }, + { + "id": 124052211, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3753194, + 50.8411062 + ], + [ + 4.3753194, + 50.8411062 + ], + [ + 4.3753194, + 50.8411062 + ], + [ + 4.3753194, + 50.8411062 + ], + [ + 4.3753194, + 50.8411062 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T13:11:33Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/psf4w4f.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124052211 + } + }, + { + "id": 124051981, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3493369, + 50.8655878 + ], + [ + 4.350863, + 50.8655878 + ], + [ + 4.350863, + 50.8668593 + ], + [ + 4.3493369, + 50.8668593 + ], + [ + 4.3493369, + 50.8655878 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "way-444059131", + "name": "Herman Teirlinckgebouw", + "osm_id": 444059131, + "reasons": [ + 43 + ], + "version": 24, + "primary_tags": { + "building": "government" + } + } + ], + "user": "RobinJulien", + "uid": "10173303", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T13:05:32Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "government" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.00000194043615000271, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels", + "theme": "onwheels", + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124051981 + } + }, + { + "id": 124051907, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.8836952, + 43.6353603 + ], + [ + 3.8921642, + 43.6353603 + ], + [ + 3.8921642, + 43.640662 + ], + [ + 3.8836952, + 43.640662 + ], + [ + 3.8836952, + 43.6353603 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "LySioS", + "uid": "11579673", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T13:02:26Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/37A6fec.jpg", + "https://i.imgur.com/RWP9eWA.jpg", + "https://i.imgur.com/0VsdItt.jpg", + "https://i.imgur.com/VDqg5qJ.jpg", + "https://i.imgur.com/qF5P4sF.jpg", + "https://i.imgur.com/eRtHHcY.jpg", + "https://i.imgur.com/tIabUd1.jpg", + "https://i.imgur.com/FkHRL3y.jpg" + ] + }, + "create": 0, + "modify": 8, + "delete": 0, + "area": 0.0000449000972999725, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "locale": "fr", + "imagery": "HDM_HOT", + "add-image": 8 + }, + "id": 124051907 + } + }, + { + "id": 124050523, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.0386055, + 48.5209647 + ], + [ + 9.0416068, + 48.5209647 + ], + [ + 9.0416068, + 48.5221067 + ], + [ + 9.0386055, + 48.5221067 + ], + [ + 9.0386055, + 48.5209647 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ygramul", + "uid": "1230818", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T12:29:11Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "name:etymology:wikidata": [ + "Q61666" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0.00000342748460000584, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 1, + "locale": "de", + "imagery": "osm", + "change_within_500m": 1 + }, + "id": 124050523 + } + }, + { + "id": 124050434, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.354734, + 50.8484874 + ], + [ + 4.3615133, + 50.8484874 + ], + [ + 4.3615133, + 50.8544786 + ], + [ + 4.354734, + 50.8544786 + ], + [ + 4.354734, + 50.8484874 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Hasan2022", + "uid": "16476676", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T12:27:23Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "toilets", + "reception_desk" + ], + "highway": [ + "elevator" + ], + "building": [ + "yes" + ] + }, + "create": 12, + "modify": 4, + "delete": 0, + "area": 0.000040616142159983, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 17, + "create": 14, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124050434 + } + }, + { + "id": 124049895, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T12:16:15Z", + "reviewed_features": [], + "tag_changes": { + "email": [ + "mobilite@woluwe1150.irisnet.be" + ], + "phone": [ + "+32 2 773 06 28" + ], + "manual": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ], + "operator": [ + "Commune de Woluwé-Saint-Pierre - Gemeente Woluwe-Sint-Pieter" + ], + "manometer": [ + "broken" + ], + "service:bicycle:pump": [ + "yes", + "no" + ], + "service:bicycle:pump:operational_status": [ + "broken" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 7, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 7 + }, + "id": 124049895 + } + }, + { + "id": 124049756, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ], + [ + 4.4617128, + 50.8280792 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "StefDeGreef", + "uid": "1860737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T12:13:08Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 5, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 6 + }, + "id": 124049756 + } + }, + { + "id": 124046263, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "retiolus", + "uid": "11291363", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T10:53:12Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ], + "support": [ + "ceiling" + ], + "light:lit": [ + "dusk-dawn" + ], + "light:colour": [ + "orange" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/", + "theme": "street_lighting", + "answer": 3, + "locale": "en", + "change_within_25m": 3 + }, + "id": 124046263 + } + }, + { + "id": 124045947, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ], + [ + 3.2069655, + 41.9225502 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "retiolus", + "uid": "11291363", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T10:45:49Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "create": 1, + "locale": "en", + "imagery": "PNOA-Spain-TMS", + "change_over_5000m": 1 + }, + "id": 124045947 + } + }, + { + "id": 124045061, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2160458, + 51.2193779 + ], + [ + 3.216644, + 51.2193779 + ], + [ + 3.216644, + 51.219777 + ], + [ + 3.2160458, + 51.219777 + ], + [ + 3.2160458, + 51.2193779 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T10:25:10Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "clothes" + ], + "building": [ + "yes" + ], + "payment:cash": [ + "yes" + ], + "payment:cards": [ + "yes" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 2.38741620001738e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "theme": "shops", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124045061 + } + }, + { + "id": 124044574, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9286044, + 50.1742784 + ], + [ + 8.9286044, + 50.1742784 + ], + [ + 8.9286044, + 50.1742784 + ], + [ + 8.9286044, + 50.1742784 + ], + [ + 8.9286044, + 50.1742784 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Maxiiizibo", + "uid": "16513273", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T10:14:08Z", + "reviewed_features": [], + "tag_changes": { + "bicycle": [ + "yes" + ], + "highway": [ + "crossing" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 1, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124044574 + } + }, + { + "id": 124044339, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3498962, + 50.8662053 + ], + [ + 4.3504455, + 50.8662053 + ], + [ + 4.3504455, + 50.8668115 + ], + [ + 4.3498962, + 50.8668115 + ], + [ + 4.3498962, + 50.8662053 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T10:08:41Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "image": [ + "https://i.imgur.com/E3qlRlI.jpg", + "https://i.imgur.com/28VGcPH.jpg", + "https://i.imgur.com/4LPlRW4.jpg" + ], + "width": [ + "0.98" + ], + "indoor": [ + "door" + ], + "amenity": [ + "cafe" + ], + "entrance": [ + "garage" + ], + "automatic_door": [ + "floor" + ] + }, + "create": 1, + "modify": 6, + "delete": 0, + "area": 3.32985660000187e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 9, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 4, + "change_over_5000m": 1, + "change_within_25m": 8, + "change_within_50m": 5 + }, + "id": 124044339 + } + }, + { + "id": 124043887, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3498962, + 50.8662053 + ], + [ + 4.3502264, + 50.8662053 + ], + [ + 4.3502264, + 50.8662572 + ], + [ + 4.3498962, + 50.8662572 + ], + [ + 4.3498962, + 50.8662053 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T09:58:53Z", + "reviewed_features": [], + "tag_changes": { + "width": [ + "1" + ], + "highway": [ + "elevator" + ] + }, + "create": 3, + "modify": 2, + "delete": 0, + "area": 1.71373800008671e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 7, + "create": 3, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 3, + "change_within_25m": 7 + }, + "id": 124043887 + } + }, + { + "id": 124043853, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.520316, + 64.1288649 + ], + [ + 29.5219468, + 64.1288649 + ], + [ + 29.5219468, + 64.1316505 + ], + [ + 29.520316, + 64.1316505 + ], + [ + 29.520316, + 64.1288649 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T09:58:13Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ], + "highway": [ + "cycleway" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.0000045427564800089, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 2, + "create": 2, + "locale": "en", + "imagery": "osm" + }, + "id": 124043853 + } + }, + { + "id": 124043581, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3501083, + 50.8661304 + ], + [ + 4.3502366, + 50.8661304 + ], + [ + 4.3502366, + 50.8662286 + ], + [ + 4.3501083, + 50.8662286 + ], + [ + 4.3501083, + 50.8661304 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T09:52:43Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ExjRMRI.jpg" + ], + "amenity": [ + "reception_desk", + "restaurant" + ], + "image:0": [ + "https://i.imgur.com/LLCHdfY.jpg" + ], + "desk:height": [ + "0.84 m" + ], + "hearing_loop": [ + "yes" + ] + }, + "create": 2, + "modify": 7, + "delete": 0, + "area": 1.25990599995583e-8, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 11, + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 4, + "change_over_5000m": 2, + "change_within_25m": 15 + }, + "id": 124043581 + } + }, + { + "id": 124043304, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3493369, + 50.8655878 + ], + [ + 4.350863, + 50.8655878 + ], + [ + 4.350863, + 50.8668593 + ], + [ + 4.3493369, + 50.8668593 + ], + [ + 4.3493369, + 50.8655878 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + }, + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "way-444059131", + "name": "Herman Teirlinckgebouw", + "osm_id": 444059131, + "reasons": [ + 43 + ], + "version": 18, + "primary_tags": { + "building": "government" + } + } + ], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T09:46:22Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "hinged" + ], + "image": [ + "https://i.imgur.com/lPfEPkE.jpg", + "https://i.imgur.com/WPi2Gbd.jpg", + "https://i.imgur.com/Vqv3EFb.jpg", + "https://i.imgur.com/9yaiiLW.jpg" + ], + "width": [ + "0.95", + "1" + ], + "indoor": [ + "door" + ], + "amenity": [ + "toilets" + ], + "image:0": [ + "https://i.imgur.com/z13SbJ5.jpg" + ], + "building": [ + "government" + ], + "entrance": [ + "yes" + ], + "door:width": [ + "0.90 m" + ], + "wheelchair": [ + "yes", + "designated" + ], + "kerb:height": [ + "0" + ], + "automatic_door": [ + "no" + ] + }, + "create": 1, + "modify": 7, + "delete": 0, + "area": 0.00000194043615000271, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 16, + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 6, + "change_within_25m": 24 + }, + "id": 124043304 + } + }, + { + "id": 124043232, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.34978, + 50.8657444 + ], + [ + 4.3498375, + 50.8657444 + ], + [ + 4.3498375, + 50.8658205 + ], + [ + 4.34978, + 50.8658205 + ], + [ + 4.34978, + 50.8657444 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "IAmAlexRebai", + "uid": "16587324", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T09:44:28Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/FyPDozS.jpg" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 4.37575000003471e-9, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 5, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "id": 124043232 + } + }, + { + "id": 124042921, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "womped", + "uid": "1880469", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T09:37:40Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124042921 + } + }, + { + "id": 124042526, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.0228722, + 50.689731 + ], + [ + 7.0238991, + 50.689731 + ], + [ + 7.0238991, + 50.6945055 + ], + [ + 7.0228722, + 50.6945055 + ], + [ + 7.0228722, + 50.689731 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T09:29:17Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ], + "support": [ + "pole", + "catenary" + ], + "lamp_mount": [ + "bent_mast" + ], + "light:count": [ + "1" + ], + "light:direction": [ + "280", + "293", + "291", + "292" + ] + }, + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.00000490293404999757, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "theme": "street_lighting", + "answer": 17, + "locale": "en", + "imagery": "osm", + "change_within_50m": 8, + "change_within_100m": 8, + "change_within_500m": 1 + }, + "id": 124042526 + } + }, + { + "id": 124042317, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3496797, + 50.865936 + ], + [ + 4.3504159, + 50.865936 + ], + [ + 4.3504159, + 50.8663556 + ], + [ + 4.3496797, + 50.8663556 + ], + [ + 4.3496797, + 50.865936 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AlexanderReb", + "uid": "16447083", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T09:25:03Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "reception_desk" + ], + "highway": [ + "elevator" + ], + "entrance": [ + "yes" + ] + }, + "create": 5, + "modify": 1, + "delete": 0, + "area": 3.08909520000345e-7, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "create": 6, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 5 + }, + "id": 124042317 + } + }, + { + "id": 124042112, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1716972, + 52.2716106 + ], + [ + 13.2078612, + 52.2716106 + ], + [ + 13.2078612, + 52.2962372 + ], + [ + 13.1716972, + 52.2962372 + ], + [ + 13.1716972, + 52.2716106 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Alexx4", + "uid": "14523679", + "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-25T09:20:39Z", + "reviewed_features": [], + "tag_changes": { + "note": [ + "Bitte Löschen", + "Bitte löschen" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.000890596362399903, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124042112 + } + }, + { + "id": 124041356, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 10.9317215, + 49.5991954 + ], + [ + 11.1568971, + 49.5991954 + ], + [ + 11.1568971, + 49.6336117 + ], + [ + 10.9317215, + 49.6336117 + ], + [ + 10.9317215, + 49.5991954 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "womped", + "uid": "1880469", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T09:05:14Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "secondary", + "tertiary", + "service", + "path", + "living_street", + "footway", + "unclassified", + "track" + ], + "name:etymology:wikidata": [ + "Q157449", + "Q681224", + "Q1299978", + "Q64851922", + "Q2090", + "Q503092", + "Q49655", + "Q3126", + "Q1771083", + "Q16116", + "Q14859", + "Q2999", + "Q3936", + "Q3923", + "Q504762", + "Q1355993", + "Q64851973", + "Q60619", + "Q6938", + "Q12024", + "Q25618", + "Q57405461", + "Q66363887", + "Q2307369", + "Q503026", + "Q72606711", + "Q503237", + "Q72873621", + "Q503035", + "Q79915", + "Q131448", + "Q156767", + "Q29858", + "Q1604803", + "Q2503881", + "Q1602739", + "Q503233", + "Q506544", + "Q64851851", + "Q25243", + "Q9082", + "Q504567", + "Q502597", + "Q507090", + "Q25432", + "Q507319", + "Q64852050", + "Q74083105", + "Q1356757" + ] + }, + "create": 0, + "modify": 154, + "delete": 0, + "area": 0.00774971100228084, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 202, + "locale": "en", + "imagery": "osm" + }, + "id": 124041356 + } + }, + { + "id": 124040649, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3679458, + 52.502515 + ], + [ + 13.3920191, + 52.502515 + ], + [ + 13.3920191, + 52.5098523 + ], + [ + 13.3679458, + 52.5098523 + ], + [ + 13.3679458, + 52.502515 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Supaplex030", + "uid": "418040", + "editor": "MapComplete 0.23.0", + "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-25T08:51:32Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-24", + "2022-07-23", + "2020" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.000176633024089916, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 4, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124040649 + } + }, + { + "id": 124037368, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.2901337, + 52.4261246 + ], + [ + 14.3318018, + 52.4261246 + ], + [ + 14.3318018, + 52.4400869 + ], + [ + 14.2901337, + 52.4400869 + ], + [ + 14.2901337, + 52.4261246 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Reiko Rockendorf", + "uid": "16637335", + "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-25T07:37:13Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 20, + "modify": 18, + "delete": 0, + "area": 0.000581782512629809, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124037368 + } + }, + { + "id": 124033092, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5428933, + 48.7983616 + ], + [ + 13.5428933, + 48.7983616 + ], + [ + 13.5428933, + 48.7983616 + ], + [ + 13.5428933, + 48.7983616 + ], + [ + 13.5428933, + 48.7983616 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T05:51:50Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/YkmuuVk.jpg" + ], + "image:0": [ + "https://i.imgur.com/nwH41L5.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2 + }, + "id": 124033092 + } + }, + { + "id": 124032436, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.1965875, + 47.6358446 + ], + [ + -117.060119, + 47.6358446 + ], + [ + -117.060119, + 47.667966 + ], + [ + -117.1965875, + 47.667966 + ], + [ + -117.1965875, + 47.6358446 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-25T05:28:20Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "tertiary", + "secondary", + "unclassified" + ], + "maxspeed": [ + "25 mph", + "35 mph", + "15 mph" + ] + }, + "create": 0, + "modify": 20, + "delete": 0, + "area": 0.00438355927590037, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 20, + "locale": "en", + "imagery": "osm", + "change_over_5000m": 3, + "change_within_1000m": 2, + "change_within_5000m": 15 + }, + "id": 124032436 + } + }, + { + "id": 124031363, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9022846, + 49.2611934 + ], + [ + 13.9022846, + 49.2611934 + ], + [ + 13.9022846, + 49.2611934 + ], + [ + 13.9022846, + 49.2611934 + ], + [ + 13.9022846, + 49.2611934 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T04:50:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/psjbSOy.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124031363 + } + }, + { + "id": 124031263, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T04:46:45Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124031263 + } + }, + { + "id": 124031185, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9019509, + 49.2610888 + ], + [ + 13.9019509, + 49.2610888 + ], + [ + 13.9019509, + 49.2610888 + ], + [ + 13.9019509, + 49.2610888 + ], + [ + 13.9019509, + 49.2610888 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-25T04:42:40Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/7aeOkPr.jpg" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 124031185 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-26.json b/Docs/Tools/stats/stats.2022-7-26.json new file mode 100644 index 0000000000..5d98a41275 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-26.json @@ -0,0 +1,4871 @@ +{ + "features": [ + { + "id": 124116161, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.136347, + 39.9275168 + ], + [ + -86.1283761, + 39.9275168 + ], + [ + -86.1283761, + 39.9279836 + ], + [ + -86.136347, + 39.9279836 + ], + [ + -86.136347, + 39.9275168 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T23:39:47Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station", + "bicycle_parking", + "drinking_water" + ], + "service:bicycle:pump": [ + "yes" + ], + "service:bicycle:tools": [ + "no" + ] + }, + "create": 2, + "modify": 2, + "delete": 0, + "area": 0.00000372081611998658, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "move": 1, + "theme": "cyclofix", + "answer": 4, + "create": 2, + "locale": "en", + "imagery": "Mapbox", + "change_over_5000m": 1, + "change_within_25m": 3, + "move:node/3003576212": "improve_accuracy" + }, + "id": 124116161 + } + }, + { + "id": 124114336, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8598485, + 51.1492175 + ], + [ + 4.9216207, + 51.1492175 + ], + [ + 4.9216207, + 51.1650441 + ], + [ + 4.8598485, + 51.1650441 + ], + [ + 4.8598485, + 51.1492175 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T21:40:26Z", + "reviewed_features": [], + "tag_changes": { + "name": [ + "Kapel Onze-Lieve-Vrouw van het Heilig Hart", + "OLV van het Heilig Hert" + ], + "shop": [ + "car_repair" + ], + "route": [ + "bicycle", + "mtb" + ], + "aeroway": [ + "hangar" + ], + "highway": [ + "track", + "service", + "unclassified" + ], + "landuse": [ + "forest", + "grass", + "residential" + ], + "alt_name": [ + "De kapel van Schaatsbergen" + ], + "building": [ + "industrial", + "yes", + "house", + "chapel", + "garage", + "roof" + ], + "historic": [ + "chapel" + ], + "military": [ + "bunker" + ], + "architect": [ + "Jan Baptist Smets" + ], + "addr:street": [ + "Larumseweg" + ], + "nohousenumber": [ + "yes" + ], + "addr:housenumber": [ + "2;2A", + "2", + "105" + ], + "heritage:website": [ + "https://id.erfgoed.net/erfgoedobjecten/47525" + ], + "heritage:operator": [ + "OnroerendErfgoed" + ], + "wikimedia_commons": [ + "File:Olen_Rijtestraat_zonder_nummer_-_154410_-_onroerenderfgoed.jpg" + ], + "source:geometry:ref": [ + "Gbg/4045633", + "Gbg/6803487", + "Gbg/4045468", + "Gbg/4048291", + "Gbg/4048293", + "Gbg/6508501", + "Gbg/3839019", + "Gbg/4047569", + "Gbg/4045174", + "Gbg/4045173", + "Gbg/4045172", + "Gbg/6508531", + "Gbg/4045166", + "Gbg/4047119", + "Gbg/5167695", + "Gbg/5862528", + "Gbg/4045179", + "Gbg/4045178", + "Gbg/4045177", + "Gbg/4047700", + "Gbg/4045161", + "Gbg/4045160", + "Gbg/4045627", + "Gbg/4045628", + "Gbg/4048630", + "Gbg/4045629", + "Gbg/4045630", + "Gbg/4045631", + "Gbg/4045622", + "Gbg/4045623", + "Gbg/4045624", + "Gbg/4045625", + "Gbg/4045604", + "Gbg/4045603", + "Gbg/4045602", + "Gbg/4048807", + "Gbg/4045159", + "Gbg/4047656", + "Gbg/4045157", + "Gbg/4045156", + "Gbg/4045616", + "Gbg/4047655", + "Gbg/4045189", + "Gbg/3838112", + "Gbg/3838089", + "Gbg/3838059", + "Gbg/3838069", + "Gbg/3838070", + "Gbg/3838071", + "Gbg/4928312", + "Gbg/3838111", + "Gbg/3838068", + "Gbg/3838066", + "Gbg/3838065", + "Gbg/3838064", + "Gbg/3838088", + "Gbg/3838073", + "Gbg/3838087", + "Gbg/3838110", + "Gbg/3838086", + "Gbg/4928311", + "Gbg/3838085", + "Gbg/4928310", + "Gbg/4928288", + "Gbg/4045196", + "Gbg/4045182", + "Gbg/4045202", + "Gbg/4045195", + "Gbg/4045194", + "Gbg/7020110", + "Gbg/3838134", + "Gbg/5861340", + "Gbg/4013643" + ], + "ref:OnroerendErfgoed": [ + "47525" + ], + "source:geometry:date": [ + "2013-01-16", + "2020-06-05", + "2018-10-24", + "2015-05-06", + "2017-03-01", + "2013-02-20", + "2012-09-17", + "2014-12-04", + "2015-11-24", + "2021-09-10", + "2018-09-13", + "2016-05-02", + "2021-10-25", + "2013-01-07" + ], + "year_of_construction": [ + "1893" + ], + "OnroerendErfgoed:criteria": [ + "BE" + ] + }, + "create": 502, + "modify": 552, + "delete": 5, + "area": 0.000977643900520249, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 476, + "theme": "grb", + "answer": 3, + "delete": 5, + "import": 42, + "locale": "nl", + "imagery": "AGIV", + "conflation": 146 + }, + "id": 124114336 + } + }, + { + "id": 124113615, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.4947572, + 64.1296046 + ], + [ + 29.4948377, + 64.1296046 + ], + [ + 29.4948377, + 64.1296187 + ], + [ + 29.4947572, + 64.1296187 + ], + [ + 29.4947572, + 64.1296046 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T21:10:48Z", + "reviewed_features": [], + "tag_changes": { + "colour": [ + "brown" + ], + "amenity": [ + "bench", + "waste_basket" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 1.13505000014829e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 6, + "create": 1, + "locale": "en", + "imagery": "mml-orto" + }, + "id": 124113615 + } + }, + { + "id": 124113608, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.4947572, + 64.1296187 + ], + [ + 29.4947572, + 64.1296187 + ], + [ + 29.4947572, + 64.1296187 + ], + [ + 29.4947572, + 64.1296187 + ], + [ + 29.4947572, + 64.1296187 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T21:10:17Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 3, + "create": 1, + "locale": "en", + "imagery": "mml-orto" + }, + "id": 124113608 + } + }, + { + "id": 124112565, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.494784, + 64.1279474 + ], + [ + 29.5422189, + 64.1279474 + ], + [ + 29.5422189, + 64.1310511 + ], + [ + 29.494784, + 64.1310511 + ], + [ + 29.494784, + 64.1279474 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste_basket", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T20:32:14Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "waste_basket" + ] + }, + "create": 3, + "modify": 0, + "delete": 0, + "area": 0.000147223699129862, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste_basket.html", + "theme": "waste_basket", + "answer": 3, + "create": 3, + "locale": "en", + "imagery": "mml-orto" + }, + "id": 124112565 + } + }, + { + "id": 124112499, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 8.9448646, + 47.0252344 + ], + [ + 8.9462318, + 47.0252344 + ], + [ + 8.9462318, + 47.025506 + ], + [ + 8.9448646, + 47.025506 + ], + [ + 8.9448646, + 47.0252344 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "habi", + "uid": "15671", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T20:30:12Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved", + "needleleaved" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 3.71331519996719e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 5, + "locale": "en", + "imagery": "osm", + "change_within_25m": 3, + "change_within_50m": 2 + }, + "id": 124112499 + } + }, + { + "id": 124110803, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7326829, + 52.032167 + ], + [ + 13.7326829, + 52.032167 + ], + [ + 13.7326829, + 52.032167 + ], + [ + 13.7326829, + 52.032167 + ], + [ + 13.7326829, + 52.032167 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:33:13Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 5, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "id": 124110803 + } + }, + { + "id": 124110726, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7330111, + 52.0311765 + ], + [ + 13.7367381, + 52.0311765 + ], + [ + 13.7367381, + 52.0318707 + ], + [ + 13.7330111, + 52.0318707 + ], + [ + 13.7330111, + 52.0311765 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:30:51Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.0000025872833999926, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 10, + "create": 2, + "locale": "en", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2, + "change_within_25m": 12 + }, + "id": 124110726 + } + }, + { + "id": 124110692, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7332552, + 52.0316366 + ], + [ + 13.7334183, + 52.0316366 + ], + [ + 13.7334183, + 52.0317948 + ], + [ + 13.7332552, + 52.0317948 + ], + [ + 13.7332552, + 52.0316366 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:29:45Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 3, + "delete": 0, + "area": 2.58024200002123e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 4, + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 6 + }, + "id": 124110692 + } + }, + { + "id": 124110321, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7347059, + 52.0310655 + ], + [ + 13.7347059, + 52.0310655 + ], + [ + 13.7347059, + 52.0310655 + ], + [ + 13.7347059, + 52.0310655 + ], + [ + 13.7347059, + 52.0310655 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 43, + "name": "Invalid key value combination" + } + ], + "tags": [], + "features": [ + { + "url": "node-9913178928", + "osm_id": 9913178928, + "reasons": [ + 43 + ], + "version": 2, + "primary_tags": { + "tourism": "map" + } + } + ], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:18:19Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "map" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 1 + }, + "id": 124110321 + } + }, + { + "id": 124110112, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7353016, + 52.0309049 + ], + [ + 13.7360753, + 52.0309049 + ], + [ + 13.7360753, + 52.0314422 + ], + [ + 13.7353016, + 52.0314422 + ], + [ + 13.7353016, + 52.0309049 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:12:45Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 3, + "modify": 5, + "delete": 0, + "area": 4.15709009998187e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "answer": 3, + "create": 3, + "locale": "en", + "imagery": "EsriWorldImagery", + "add-image": 4, + "change_over_5000m": 3, + "change_within_25m": 7 + }, + "id": 124110112 + } + }, + { + "id": 124110060, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7337135, + 52.030997 + ], + [ + 13.7368503, + 52.030997 + ], + [ + 13.7368503, + 52.0316282 + ], + [ + 13.7337135, + 52.0316282 + ], + [ + 13.7337135, + 52.030997 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #waste", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:11:09Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 4, + "modify": 4, + "delete": 0, + "area": 0.00000197994816000264, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/waste.html", + "theme": "waste", + "answer": 10, + "create": 4, + "locale": "en", + "imagery": "osm", + "add-image": 5, + "change_over_5000m": 4, + "change_within_25m": 15 + }, + "id": 124110060 + } + }, + { + "id": 124110035, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7348882, + 52.0311262 + ], + [ + 13.7369546, + 52.0311262 + ], + [ + 13.7369546, + 52.0317192 + ], + [ + 13.7348882, + 52.0317192 + ], + [ + 13.7348882, + 52.0311262 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:10:35Z", + "reviewed_features": [], + "tag_changes": { + "lit": [ + "no" + ], + "leisure": [ + "playground" + ], + "max_age": [ + "14" + ], + "surface": [ + "sand" + ], + "operator": [ + "Tropical Islands" + ], + "wheelchair": [ + "no" + ], + "opening_hours": [ + "24/7" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000122537519998979, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 6, + "locale": "en", + "imagery": "osm", + "change_within_25m": 1, + "change_within_50m": 5 + }, + "id": 124110035 + } + }, + { + "id": 124110008, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7369546, + 52.0314679 + ], + [ + 13.7369546, + 52.0314679 + ], + [ + 13.7369546, + 52.0314679 + ], + [ + 13.7369546, + 52.0314679 + ], + [ + 13.7369546, + 52.0314679 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #playgrounds", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:09:39Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/playgrounds.html", + "theme": "playgrounds", + "answer": 4, + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 5 + }, + "id": 124110008 + } + }, + { + "id": 124109781, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7334183, + 52.03132 + ], + [ + 13.7387493, + 52.03132 + ], + [ + 13.7387493, + 52.0317504 + ], + [ + 13.7334183, + 52.0317504 + ], + [ + 13.7334183, + 52.03132 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T19:03:06Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 8, + "modify": 9, + "delete": 0, + "area": 0.00000229446239999494, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "answer": 33, + "create": 8, + "locale": "en", + "imagery": "osm", + "add-image": 7, + "change_over_5000m": 8, + "change_within_25m": 40 + }, + "id": 124109781 + } + }, + { + "id": 124109037, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.530727, + 48.7986872 + ], + [ + 13.530727, + 48.7986872 + ], + [ + 13.530727, + 48.7986872 + ], + [ + 13.530727, + 48.7986872 + ], + [ + 13.530727, + 48.7986872 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T18:40:50Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 4, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 5 + }, + "id": 124109037 + } + }, + { + "id": 124108470, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6419512, + -33.4585131 + ], + [ + -70.6410943, + -33.4585131 + ], + [ + -70.6410943, + -33.457898 + ], + [ + -70.6419512, + -33.457898 + ], + [ + -70.6419512, + -33.4585131 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T18:25:14Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/dgmyn3D.jpg" + ], + "natural": [ + "tree" + ] + }, + "create": 2, + "modify": 3, + "delete": 0, + "area": 5.27079189990449e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "create": 2, + "locale": "es", + "imagery": "EsriWorldImagery", + "add-image": 3, + "change_over_5000m": 4 + }, + "id": 124108470 + } + }, + { + "id": 124108178, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.371955, + 50.8389828 + ], + [ + 4.3722822, + 50.8389828 + ], + [ + 4.3722822, + 50.8396101 + ], + [ + 4.371955, + 50.8396101 + ], + [ + 4.371955, + 50.8389828 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "bxl-forever", + "uid": "2644288", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T18:17:12Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/kq44MIE.jpg" + ], + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 2.05252560001686e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 3, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124108178 + } + }, + { + "id": 124105106, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.3167664, + 49.2583372 + ], + [ + 15.3169741, + 49.2583372 + ], + [ + 15.3169741, + 49.2585447 + ], + [ + 15.3167664, + 49.2585447 + ], + [ + 15.3167664, + 49.2583372 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #hailhydrant", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T16:55:55Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ef1HZiO.jpg" + ], + "amenity": [ + "fire_station" + ], + "building": [ + "civic" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 4.30977500001741e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/hailhydrant.html", + "theme": "hailhydrant", + "locale": "de", + "imagery": "HDM_HOT", + "add-image": 1 + }, + "id": 124105106 + } + }, + { + "id": 124104908, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.3137793, + 49.2589661 + ], + [ + 15.3137793, + 49.2589661 + ], + [ + 15.3137793, + 49.2589661 + ], + [ + 15.3137793, + 49.2589661 + ], + [ + 15.3137793, + 49.2589661 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T16:51:25Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/luMOvGQ.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124104908 + } + }, + { + "id": 124104465, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 6.584495, + 53.0170977 + ], + [ + 6.5864125, + 53.0170977 + ], + [ + 6.5864125, + 53.0183255 + ], + [ + 6.584495, + 53.0183255 + ], + [ + 6.584495, + 53.0170977 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #entrances", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T16:41:17Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding", + "automatic" + ], + "width": [ + "1.78" + ], + "building": [ + "retail" + ], + "entrance": [ + "main", + "shop" + ], + "kerb:height": [ + "0" + ], + "automatic_door": [ + "motion" + ] + }, + "create": 2, + "modify": 6, + "delete": 0, + "area": 0.00000235430650000368, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/entrances.html", + "theme": "entrances", + "answer": 15, + "create": 4, + "locale": "nl", + "imagery": "osm", + "change_within_25m": 7, + "change_within_1000m": 12 + }, + "id": 124104465 + } + }, + { + "id": 124104316, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.3130951, + 49.2580325 + ], + [ + 15.3176725, + 49.2580325 + ], + [ + 15.3176725, + 49.2597369 + ], + [ + 15.3130951, + 49.2597369 + ], + [ + 15.3130951, + 49.2580325 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #personal", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T16:37:35Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ghPOrdV.jpg", + "https://i.imgur.com/5P3u0PV.jpg" + ], + "highway": [ + "bus_stop" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000780172056000669, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/personal.html", + "theme": "personal", + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 124104316 + } + }, + { + "id": 124104144, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.63971, + -33.4575867 + ], + [ + -70.63971, + -33.4575867 + ], + [ + -70.63971, + -33.4575867 + ], + [ + -70.63971, + -33.4575867 + ], + [ + -70.63971, + -33.4575867 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T16:33:02Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "locale": "es", + "imagery": "osm", + "add-image": 1 + }, + "id": 124104144 + } + }, + { + "id": 124103791, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3603832, + 52.4838013 + ], + [ + 13.3603832, + 52.4838013 + ], + [ + 13.3603832, + 52.4838013 + ], + [ + 13.3603832, + 52.4838013 + ], + [ + 13.3603832, + 52.4838013 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "BeaMe", + "uid": "16652088", + "editor": "MapComplete 0.23.0", + "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-26T16:23:21Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-03-09" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124103791 + } + }, + { + "id": 124103073, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9024311, + 51.1736791 + ], + [ + 4.9024311, + 51.1736791 + ], + [ + 4.9024311, + 51.1736791 + ], + [ + 4.9024311, + 51.1736791 + ], + [ + 4.9024311, + 51.1736791 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #shops", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T16:03:35Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "yes" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/shops.html", + "theme": "shops", + "answer": 1, + "create": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_50m": 1 + }, + "id": 124103073 + } + }, + { + "id": 124102499, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6388406, + -33.4598352 + ], + [ + -70.6388406, + -33.4598352 + ], + [ + -70.6388406, + -33.4598352 + ], + [ + -70.6388406, + -33.4598352 + ], + [ + -70.6388406, + -33.4598352 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T15:47:46Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/QPsSUbD.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "answer": 1, + "locale": "es", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 3 + }, + "id": 124102499 + } + }, + { + "id": 124102461, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.5386867, + 49.2892046 + ], + [ + 14.5401029, + 49.2892046 + ], + [ + 14.5401029, + 49.2895838 + ], + [ + 14.5386867, + 49.2895838 + ], + [ + 14.5386867, + 49.2892046 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T15:46:31Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ounn9dX.jpg", + "https://i.imgur.com/2farpjT.jpg", + "https://i.imgur.com/pYntO0y.jpg", + "https://i.imgur.com/My65Nl7.jpg" + ], + "tourism": [ + "artwork" + ], + "artwork_type": [ + "sculpture" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 5.37023040007135e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 3, + "locale": "de", + "imagery": "osm", + "add-image": 4, + "change_over_5000m": 7 + }, + "id": 124102461 + } + }, + { + "id": 124100096, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8588967, + 51.1552668 + ], + [ + 4.8598536, + 51.1552668 + ], + [ + 4.8598536, + 51.1573685 + ], + [ + 4.8588967, + 51.1573685 + ], + [ + 4.8588967, + 51.1552668 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T14:46:49Z", + "reviewed_features": [], + "tag_changes": { + "colour": [ + "gray" + ], + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 6, + "delete": 0, + "area": 0.00000201111672999788, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "move": 1, + "theme": "benches", + "answer": 6, + "create": 1, + "locale": "nl", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 6, + "change_within_500m": 3, + "move:node/9912665922": "improve_accuracy" + }, + "id": 124100096 + } + }, + { + "id": 124098167, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3561591, + 50.8607836 + ], + [ + 4.3561591, + 50.8607836 + ], + [ + 4.3561591, + 50.8607836 + ], + [ + 4.3561591, + 50.8607836 + ], + [ + 4.3561591, + 50.8607836 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jeborsel", + "uid": "16650871", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T13:56:22Z", + "reviewed_features": [], + "tag_changes": { + "automatic_door": [ + "no" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124098167 + } + }, + { + "id": 124096749, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9184929, + 51.1645768 + ], + [ + 4.9207979, + 51.1645768 + ], + [ + 4.9207979, + 51.1650423 + ], + [ + 4.9184929, + 51.1650423 + ], + [ + 4.9184929, + 51.1645768 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:18:03Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "roof", + "yes" + ], + "source:geometry:ref": [ + "Gbg/3838067", + "Gbg/5862541", + "Gbg/3838062", + "Gbg/3838060", + "Gbg/3838061" + ], + "source:geometry:date": [ + "2012-09-17", + "2017-03-01" + ] + }, + "create": 27, + "modify": 27, + "delete": 0, + "area": 0.00000107297750000964, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 22, + "theme": "grb", + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 10 + }, + "id": 124096749 + } + }, + { + "id": 124096666, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9179593, + 51.1644867 + ], + [ + 4.9196871, + 51.1644867 + ], + [ + 4.9196871, + 51.1658622 + ], + [ + 4.9179593, + 51.1658622 + ], + [ + 4.9179593, + 51.1644867 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:16:01Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "shed", + "yes", + "garage" + ], + "source:geometry:ref": [ + "Gbg/3838098", + "Gbg/3838057", + "Gbg/4928307", + "Gbg/3838108", + "Gbg/3838058", + "Gbg/6427344", + "Gbg/6508033", + "Gbg/3838959" + ], + "source:geometry:date": [ + "2012-09-17", + "2014-12-04", + "2018-10-24", + "2013-02-20" + ] + }, + "create": 15, + "modify": 47, + "delete": 8, + "area": 0.00000237658890000341, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 36, + "theme": "grb", + "answer": 3, + "delete": 8, + "import": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 16 + }, + "id": 124096666 + } + }, + { + "id": 124096620, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9190986, + 51.1649937 + ], + [ + 4.9204697, + 51.1649937 + ], + [ + 4.9204697, + 51.1654739 + ], + [ + 4.9190986, + 51.1654739 + ], + [ + 4.9190986, + 51.1649937 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:14:43Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "shed" + ], + "source:geometry:ref": [ + "Gbg/3838104", + "Gbg/3838105", + "Gbg/3838106", + "Gbg/5862113", + "Gbg/3838958", + "Gbg/3838957", + "Gbg/5861829" + ], + "source:geometry:date": [ + "2013-02-20", + "2012-09-17", + "2017-03-01" + ] + }, + "create": 3, + "modify": 53, + "delete": 0, + "area": 6.58402220007549e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 45, + "theme": "grb", + "answer": 2, + "locale": "nl", + "imagery": "AGIV", + "conflation": 14 + }, + "id": 124096620 + } + }, + { + "id": 124096614, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9204993, + 51.1654213 + ], + [ + 4.9205826, + 51.1654213 + ], + [ + 4.9205826, + 51.1654992 + ], + [ + 4.9204993, + 51.1654992 + ], + [ + 4.9204993, + 51.1654213 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:14:33Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes" + ], + "source:geometry:ref": [ + "Gbg/3838956" + ], + "source:geometry:date": [ + "2015-11-24" + ] + }, + "create": 0, + "modify": 5, + "delete": 1, + "area": 6.48907000007165e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "delete": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 124096614 + } + }, + { + "id": 124096603, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9205228, + 51.1653862 + ], + [ + 4.9205867, + 51.1653862 + ], + [ + 4.9205867, + 51.1654223 + ], + [ + 4.9205228, + 51.1654223 + ], + [ + 4.9205228, + 51.1653862 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:14:24Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes" + ], + "source:geometry:ref": [ + "Gbg/3838955" + ], + "source:geometry:date": [ + "2012-09-17" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 2.30679000019345e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 4, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 2 + }, + "id": 124096603 + } + }, + { + "id": 124096324, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.0936975, + 50.7256195 + ], + [ + 7.0937478, + 50.7256195 + ], + [ + 7.0937478, + 50.7257928 + ], + [ + 7.0936975, + 50.7257928 + ], + [ + 7.0936975, + 50.7256195 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T13:06:17Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/6G6nPDh.jpg", + "https://i.imgur.com/lnRxxrr.jpg", + "https://i.imgur.com/X6Ru2pL.jpg" + ], + "natural": [ + "tree" + ], + "denotation": [ + "garden", + "park" + ], + "species:wikidata": [ + "Q156944", + "Q146149", + "Q161105" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 8.71698999997942e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees", + "theme": "trees", + "answer": 4, + "locale": "en", + "imagery": "osm", + "add-image": 3, + "change_over_5000m": 7 + }, + "id": 124096324 + } + }, + { + "id": 124095644, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.5535733, + 48.1233787 + ], + [ + 11.5535733, + 48.1233787 + ], + [ + 11.5535733, + 48.1233787 + ], + [ + 11.5535733, + 48.1233787 + ], + [ + 11.5535733, + 48.1233787 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "spieltag2", + "uid": "1168537", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #transit", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:50:33Z", + "reviewed_features": [], + "tag_changes": { + "bench": [ + "yes" + ], + "highway": [ + "bus_stop" + ], + "shelter": [ + "yes" + ], + "wheelchair": [ + "yes" + ], + "public_transport": [ + "stop_position" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/transit.html", + "theme": "transit", + "answer": 3, + "locale": "en", + "imagery": "osm", + "change_within_5000m": 3 + }, + "id": 124095644 + } + }, + { + "id": 124095244, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8947598, + 51.164707 + ], + [ + 4.9302568, + 51.164707 + ], + [ + 4.9302568, + 51.1907655 + ], + [ + 4.8947598, + 51.1907655 + ], + [ + 4.8947598, + 51.164707 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:41:22Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house", + "shed", + "garage", + "detached", + "roof" + ], + "addr:street": [ + "Spendijk", + "Spendijk / Olenseweg" + ], + "addr:housenumber": [ + "1" + ], + "source:geometry:ref": [ + "Gbg/1708464", + "Gbg/3948876", + "Gbg/3838084", + "Gbg/5862435", + "Gbg/3838082", + "Gbg/3838081", + "Gbg/6803492", + "Gbg/3838100", + "Gbg/3838101", + "Gbg/3838102", + "Gbg/3838103", + "Gbg/5862349", + "Gbg/3947883", + "Gbg/1709103", + "Gbg/1709042", + "Gbg/1708684", + "Gbg/5122931", + "Gbg/1708691", + "Gbg/5122929", + "Gbg/5122930", + "Gbg/6155156", + "Gbg/6151876", + "Gbg/1715039", + "Gbg/1715038", + "Gbg/1715037", + "Gbg/4928237", + "Gbg/3838954", + "Gbg/3838944" + ], + "source:geometry:date": [ + "2009-09-30", + "2015-11-24", + "2020-06-05", + "2017-03-01", + "2012-09-17", + "2021-10-25", + "2014-12-04", + "2020-03-16", + "2015-03-30", + "2017-11-20", + "2009-11-20" + ] + }, + "create": 128, + "modify": 256, + "delete": 7, + "area": 0.000924998574499929, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 225, + "theme": "grb", + "answer": 5, + "delete": 7, + "import": 14, + "locale": "nl", + "imagery": "AGIV", + "conflation": 56 + }, + "id": 124095244 + } + }, + { + "id": 124095134, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8990454, + 51.1903892 + ], + [ + 4.8996016, + 51.1903892 + ], + [ + 4.8996016, + 51.1910363 + ], + [ + 4.8990454, + 51.1910363 + ], + [ + 4.8990454, + 51.1903892 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:38:52Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "shed" + ], + "source:geometry:ref": [ + "Gbg/1715034", + "Gbg/1715035", + "Gbg/1715040", + "Gbg/6966330", + "Gbg/6642411", + "Gbg/5125386" + ], + "source:geometry:date": [ + "2009-11-20", + "2017-11-20", + "2021-07-05", + "2019-07-09", + "2015-03-30" + ] + }, + "create": 3, + "modify": 41, + "delete": 0, + "area": 3.59917020000558e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 37, + "theme": "grb", + "locale": "nl", + "imagery": "AGIV", + "conflation": 12 + }, + "id": 124095134 + } + }, + { + "id": 124095003, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8962561, + 51.1906474 + ], + [ + 4.8995677, + 51.1906474 + ], + [ + 4.8995677, + 51.1918668 + ], + [ + 4.8962561, + 51.1918668 + ], + [ + 4.8962561, + 51.1906474 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:35:30Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "shed", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/6966329", + "Gbg/1715033", + "Gbg/5123498", + "Gbg/5123497", + "Gbg/1715030", + "Gbg/1715042", + "Gbg/5654850" + ], + "source:geometry:date": [ + "2021-07-05", + "2009-11-20", + "2015-03-30", + "2017-11-20", + "2016-07-28" + ] + }, + "create": 78, + "modify": 56, + "delete": 2, + "area": 0.0000040381650399885, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 49, + "theme": "grb", + "delete": 2, + "import": 13, + "locale": "nl", + "imagery": "AGIV", + "conflation": 14 + }, + "id": 124095003 + } + }, + { + "id": 124094606, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.8964216, + 51.1893566 + ], + [ + 4.904842, + 51.1893566 + ], + [ + 4.904842, + 51.191014 + ], + [ + 4.8964216, + 51.191014 + ], + [ + 4.8964216, + 51.1893566 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:27:34Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3947897", + "Gbg/3947896", + "Gbg/3947895", + "Gbg/3947894", + "Gbg/6155181", + "Gbg/1715032", + "Gbg/5122903", + "Gbg/6641302", + "Gbg/6155198", + "Gbg/1715123", + "Gbg/1715092", + "Gbg/1715122", + "Gbg/1715091", + "Gbg/1715065", + "Gbg/1715063", + "Gbg/5403822", + "Gba/551563", + "Gbg/6966332", + "Gbg/6966331" + ], + "source:geometry:date": [ + "2012-11-15", + "2017-11-20", + "2009-11-20", + "2016-11-21", + "2019-07-09", + "2015-11-24", + "2021-07-05" + ] + }, + "create": 107, + "modify": 138, + "delete": 2, + "area": 0.0000139559709599933, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 119, + "theme": "grb", + "delete": 2, + "import": 12, + "locale": "nl", + "imagery": "AGIV", + "conflation": 38 + }, + "id": 124094606 + } + }, + { + "id": 124094517, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9016832, + 51.1889524 + ], + [ + 4.9037694, + 51.1889524 + ], + [ + 4.9037694, + 51.190033 + ], + [ + 4.9016832, + 51.190033 + ], + [ + 4.9016832, + 51.1889524 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T12:26:19Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes" + ], + "addr:housenumber": [ + "12;14", + "12-14" + ], + "source:geometry:ref": [ + "Gbg/1715051", + "Gbg/1715061", + "Gbg/1715052", + "Gbg/1715047", + "Gbg/1715048", + "Gbg/1715049", + "Gbg/1715050", + "Gbg/1715044", + "Gbg/1715045" + ], + "source:geometry:date": [ + "2009-11-20", + "2016-07-28" + ] + }, + "create": 31, + "modify": 95, + "delete": 0, + "area": 0.00000225434772000337, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 87, + "theme": "grb", + "answer": 1, + "import": 4, + "locale": "nl", + "imagery": "AGIV", + "conflation": 18 + }, + "id": 124094517 + } + }, + { + "id": 124089779, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.340811, + 44.5105744 + ], + [ + 11.340811, + 44.5105744 + ], + [ + 11.340811, + 44.5105744 + ], + [ + 11.340811, + 44.5105744 + ], + [ + 11.340811, + 44.5105744 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "WinstonSmith", + "uid": "36030", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T10:48:39Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix", + "theme": "cyclofix", + "answer": 5, + "create": 1, + "locale": "it", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_5000m": 5 + }, + "id": 124089779 + } + }, + { + "id": 124089248, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.1847799, + 49.0375884 + ], + [ + 14.1847799, + 49.0375884 + ], + [ + 14.1847799, + 49.0375884 + ], + [ + 14.1847799, + 49.0375884 + ], + [ + 14.1847799, + 49.0375884 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T10:36:43Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ygkaSf4.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124089248 + } + }, + { + "id": 124089244, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.1822079, + 48.6966104 + ], + [ + 2.1871302, + 48.6966104 + ], + [ + 2.1871302, + 48.6974422 + ], + [ + 2.1822079, + 48.6974422 + ], + [ + 2.1822079, + 48.6966104 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "SorryImAnOctopus", + "uid": "13079289", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T10:36:40Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "hgv": [ + "no" + ], + "access": [ + "yes" + ], + "rental": [ + "ebike" + ], + "amenity": [ + "bicycle_parking", + "charging_station", + "bicycle_rental" + ], + "bicycle": [ + "no" + ], + "scooter": [ + "no" + ], + "website": [ + "https://www.zoov.eu/fr" + ], + "motorcar": [ + "yes" + ], + "cargo_bike": [ + "yes" + ], + "opening_hours": [ + "24/7" + ], + "bicycle_rental": [ + "docking_station" + ] + }, + "create": 0, + "modify": 8, + "delete": 0, + "area": 0.00000409436914000137, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 11, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124089244 + } + }, + { + "id": 124088919, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.0936351, + 50.7255392 + ], + [ + 7.0936351, + 50.7255392 + ], + [ + 7.0936351, + 50.7255392 + ], + [ + 7.0936351, + 50.7255392 + ], + [ + 7.0936351, + 50.7255392 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T10:29:43Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/R78togJ.jpg" + ], + "natural": [ + "tree" + ], + "species:wikidata": [ + "Q146149" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees", + "theme": "trees", + "answer": 5, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_25m": 6 + }, + "id": 124088919 + } + }, + { + "id": 124088640, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5662176, + 52.4376784 + ], + [ + 13.6017327, + 52.4376784 + ], + [ + 13.6017327, + 52.4456638 + ], + [ + 13.5662176, + 52.4456638 + ], + [ + 13.5662176, + 52.4376784 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-26T10:23:51Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-26", + "2022-07-03" + ], + "pump:status": [ + "ok", + "blocked" + ] + }, + "create": 0, + "modify": 9, + "delete": 0, + "area": 0.000283602279539836, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 16, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124088640 + } + }, + { + "id": 124084681, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ], + [ + 13.9018104, + 49.2584823 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T08:59:00Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "image": [ + "https://i.imgur.com/wUvMGeV.jpg" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 2 + }, + "id": 124084681 + } + }, + { + "id": 124084375, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.900041, + 49.2585096 + ], + [ + 13.9004433, + 49.2585096 + ], + [ + 13.9004433, + 49.2587144 + ], + [ + 13.900041, + 49.2587144 + ], + [ + 13.900041, + 49.2585096 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T08:52:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/JO4IBfJ.jpg" + ], + "amenity": [ + "parking" + ], + "parking": [ + "surface" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 8.23910400022259e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 2 + }, + "id": 124084375 + } + }, + { + "id": 124083453, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.9027798, + 49.2600504 + ], + [ + 13.9027798, + 49.2600504 + ], + [ + 13.9027798, + 49.2600504 + ], + [ + 13.9027798, + 49.2600504 + ], + [ + 13.9027798, + 49.2600504 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T08:33:32Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/Vl3S1gk.jpg" + ], + "amenity": [ + "public_bookcase" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 124083453 + } + }, + { + "id": 124083379, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3514598, + 50.866326 + ], + [ + 4.3514598, + 50.866326 + ], + [ + 4.3514598, + 50.866326 + ], + [ + 4.3514598, + 50.866326 + ], + [ + 4.3514598, + 50.866326 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "AlexanderReb", + "uid": "16447083", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T08:31:36Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://1234-pietervdvn-mapcomplete-cbvf6umx6aw.ws-eu54.gitpod.io/theme.html", + "theme": "onwheels", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124083379 + } + }, + { + "id": 124081308, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.7000704, + 49.3210318 + ], + [ + 13.7000704, + 49.3210318 + ], + [ + 13.7000704, + 49.3210318 + ], + [ + 13.7000704, + 49.3210318 + ], + [ + 13.7000704, + 49.3210318 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T07:40:36Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/x0NjeZY.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1 + }, + "id": 124081308 + } + }, + { + "id": 124081121, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9054137, + 51.1802039 + ], + [ + 4.9099098, + 51.1802039 + ], + [ + 4.9099098, + 51.1824117 + ], + [ + 4.9054137, + 51.1824117 + ], + [ + 4.9054137, + 51.1802039 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T07:34:22Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948832", + "Gbg/3949051", + "Gbg/3949048", + "Gbg/3949049", + "Gbg/6508570", + "Gbg/3949212", + "Gbg/3949213", + "Gbg/3949046", + "Gbg/3949045", + "Gbg/3949044", + "Gbg/3949043", + "Gbg/3949042", + "Gbg/3949041", + "Gbg/3949595" + ], + "source:geometry:date": [ + "2012-11-15", + "2018-10-24", + "2013-02-20" + ] + }, + "create": 206, + "modify": 86, + "delete": 0, + "area": 0.00000992648958000318, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 72, + "theme": "grb", + "import": 30, + "locale": "nl", + "imagery": "AGIV", + "conflation": 28 + }, + "id": 124081121 + } + }, + { + "id": 124080264, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.5110838, + 64.1212424 + ], + [ + 29.8368864, + 64.1212424 + ], + [ + 29.8368864, + 64.3884578 + ], + [ + 29.5110838, + 64.3884578 + ], + [ + 29.5110838, + 64.1212424 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #postboxes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-26T07:11:49Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "post_box" + ] + }, + "create": 4, + "modify": 0, + "delete": 0, + "area": 0.0870594720800391, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/postboxes.html", + "theme": "postboxes", + "create": 4, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124080264 + } + }, + { + "id": 124079882, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6994612, + 49.3210975 + ], + [ + 13.6994612, + 49.3210975 + ], + [ + 13.6994612, + 49.3210975 + ], + [ + 13.6994612, + 49.3210975 + ], + [ + 13.6994612, + 49.3210975 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T07:00:48Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "locale": "de", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 124079882 + } + }, + { + "id": 124079244, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9063727, + 51.1807937 + ], + [ + 4.9111445, + 51.1807937 + ], + [ + 4.9111445, + 51.1823049 + ], + [ + 4.9063727, + 51.1823049 + ], + [ + 4.9063727, + 51.1807937 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T06:39:18Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ], + "source:geometry:ref": [ + "Gbg/3948898", + "Gbg/3949020", + "Gbg/3948899", + "Gbg/3949021", + "Gbg/3948900", + "Gbg/3949019", + "Gbg/3949018", + "Gbg/3948901", + "Gbg/3949017", + "Gbg/3948912", + "Gbg/3948913", + "Gbg/3949016", + "Gbg/3948914", + "Gbg/3948916", + "Gbg/7019714", + "Gbg/3948896", + "Gbg/3948897", + "Gbg/3949032", + "Gbg/4928345", + "Gbg/3949034", + "Gbg/3949036", + "Gbg/3949037", + "Gbg/3949038" + ], + "source:geometry:date": [ + "2012-11-15", + "2017-03-01", + "2013-02-20", + "2018-10-24", + "2021-10-25", + "2014-12-04" + ] + }, + "create": 186, + "modify": 176, + "delete": 2, + "area": 0.00000721114415997977, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 155, + "theme": "grb", + "delete": 2, + "import": 29, + "locale": "nl", + "imagery": "AGIV", + "conflation": 46 + }, + "id": 124079244 + } + }, + { + "id": 124078380, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5246391, + 52.4890908 + ], + [ + 13.5246391, + 52.4890908 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-26T06:14:18Z", + "reviewed_features": [], + "tag_changes": { + "image:0": [ + "https://i.imgur.com/ohhP3pw.jpg" + ], + "man_made": [ + "water_well" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme", + "theme": "https://tordans.github.io/MapComplete-ThemeHelper/OSM-Berlin-Themes/man_made-walter_well-status-checker/theme.json", + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 2 + }, + "id": 124078380 + } + }, + { + "id": 124077832, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9054353, + 51.1817328 + ], + [ + 4.9112997, + 51.1817328 + ], + [ + 4.9112997, + 51.1843531 + ], + [ + 4.9054353, + 51.1843531 + ], + [ + 4.9054353, + 51.1817328 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T05:56:34Z", + "reviewed_features": [], + "tag_changes": { + "uid": [ + "586389" + ], + "user": [ + "D!zzy" + ], + "version": [ + "1" + ], + "building": [ + "yes", + "roof", + "house" + ], + "changeset": [ + "16890244" + ], + "timestamp": [ + "2013-07-09T17:58:48Z" + ], + "source:geometry:ref": [ + "Gbg/3948856", + "Gbg/3948919", + "Gbg/3948920", + "Gbg/3948953", + "Gbg/6803123", + "Gbg/3948935", + "Gbg/3948932", + "Gbg/3948939", + "Gbg/3948936", + "Gbg/3948915", + "Gbg/3948917", + "Gbg/3948933", + "Gbg/3948937", + "Gbg/3948934", + "Gbg/3948952", + "Gbg/3948855", + "Gbg/3948976", + "Gbg/3948854", + "Gbg/6508572", + "Gbg/3948918", + "Gbg/3948940", + "Gbg/5862390", + "Gbg/3948941", + "Gbg/3952156", + "Gbg/5861038", + "Gbg/5861027", + "Gbg/4928608", + "Gbg/1708454", + "Gbg/1708453", + "Gbg/1708424", + "Gbg/1708425", + "Gbg/1708426", + "Gbg/6149500", + "Gbg/1708482", + "Gbg/6148979" + ], + "source:geometry:date": [ + "2012-11-15", + "2013-02-20", + "2020-06-05", + "2018-10-24", + "2017-03-01", + "2016-05-02", + "2009-09-30", + "2017-11-20" + ] + }, + "create": 273, + "modify": 317, + "delete": 0, + "area": 0.0000153664873200225, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 282, + "theme": "grb", + "import": 33, + "locale": "nl", + "imagery": "AGIV", + "conflation": 70 + }, + "id": 124077832 + } + }, + { + "id": 124077747, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.9086581, + 51.1822357 + ], + [ + 4.9102625, + 51.1822357 + ], + [ + 4.9102625, + 51.184182 + ], + [ + 4.9086581, + 51.184182 + ], + [ + 4.9086581, + 51.1822357 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dentonny", + "uid": "4198737", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T05:53:32Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes", + "house", + "roof" + ], + "addr:street": [ + "Grensstraat" + ], + "addr:housenumber": [ + "36", + "37" + ], + "source:geometry:ref": [ + "Gbg/3948938", + "Gbg/1710970", + "Gbg/1708460", + "Gbg/5122918", + "Gbg/1708462", + "Gbg/1708463", + "Gbg/1708455", + "Gbg/5122922", + "Gbg/1708457", + "Gbg/1708459", + "Gbg/6966612", + "Gbg/6834589" + ], + "source:geometry:date": [ + "2012-11-15", + "2017-11-20", + "2015-03-30", + "2009-09-30", + "2021-07-05", + "2020-09-04" + ] + }, + "create": 43, + "modify": 90, + "delete": 0, + "area": 0.00000312264371999976, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "move": 78, + "theme": "grb", + "import": 1, + "locale": "nl", + "imagery": "AGIV", + "conflation": 24 + }, + "id": 124077747 + } + }, + { + "id": 124072966, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4471091, + 52.5193287 + ], + [ + 13.4525515, + 52.5193287 + ], + [ + 13.4525515, + 52.5251867 + ], + [ + 13.4471091, + 52.5251867 + ], + [ + 13.4471091, + 52.5193287 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "BerolinaPlatz", + "uid": "16645084", + "editor": "MapComplete 0.23.0", + "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-26T00:50:49Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "Die Pumpe wurde entfernt. Hier gibt es keine Pumpe mehr. Stand: 2022", + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000318815791999787, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124072966 + } + }, + { + "id": 124072336, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.218239, + 47.6053578 + ], + [ + -117.1967167, + 47.6053578 + ], + [ + -117.1967167, + 47.6206696 + ], + [ + -117.218239, + 47.6206696 + ], + [ + -117.218239, + 47.6053578 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-26T00:01:03Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential" + ], + "maxspeed": [ + "25 mph" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.000329545153139996, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 6, + "locale": "en", + "imagery": "osm" + }, + "id": 124072336 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-27.json b/Docs/Tools/stats/stats.2022-7-27.json new file mode 100644 index 0000000000..08219d3f85 --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-27.json @@ -0,0 +1,3048 @@ +{ + "features": [ + { + "id": 124161282, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.5327342, + -34.6392569 + ], + [ + -58.5327342, + -34.6392569 + ], + [ + -58.5327342, + -34.6392569 + ], + [ + -58.5327342, + -34.6392569 + ], + [ + -58.5327342, + -34.6392569 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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-07-27T23:55:23Z", + "reviewed_features": [], + "tag_changes": { + "railway": [ + "signal" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/Signals", + "answer": 5, + "create": 1, + "locale": "es", + "imagery": "osm", + "change_over_5000m": 1, + "change_within_500m": 5 + }, + "id": 124161282 + } + }, + { + "id": 124161217, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ], + [ + -70.6416714, + -33.4499735 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #ghostbikes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T23:49:54Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/eMkwUpm.jpg" + ], + "historic": [ + "memorial" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/ghostbikes.html", + "theme": "ghostbikes", + "locale": "en", + "imagery": "CartoDB.Positron", + "add-image": 1 + }, + "id": 124161217 + } + }, + { + "id": 124160745, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7379716, + 50.7371929 + ], + [ + 3.7379716, + 50.7371929 + ], + [ + 3.7379716, + 50.7371929 + ], + [ + 3.7379716, + 50.7371929 + ], + [ + 3.7379716, + 50.7371929 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T23:09:39Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/ohWLbct.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 124160745 + } + }, + { + "id": 124160107, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.128883, + 39.9755497 + ], + [ + -86.128883, + 39.9755497 + ], + [ + -86.128883, + 39.9755497 + ], + [ + -86.128883, + 39.9755497 + ], + [ + -86.128883, + 39.9755497 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T22:23:19Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_parking" + ] + }, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_25m": 1 + }, + "id": 124160107 + } + }, + { + "id": 124160037, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.1288777, + 39.9754052 + ], + [ + -86.1288214, + 39.9754052 + ], + [ + -86.1288214, + 39.9754094 + ], + [ + -86.1288777, + 39.9754094 + ], + [ + -86.1288777, + 39.9754052 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T22:18:57Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_repair_station", + "bicycle_parking" + ] + }, + "create": 2, + "modify": 1, + "delete": 0, + "area": 2.3645999995096e-10, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 6, + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_over_5000m": 2, + "change_within_25m": 7 + }, + "id": 124160037 + } + }, + { + "id": 124157333, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.46807, + 64.1280205 + ], + [ + 29.4728972, + 64.1280205 + ], + [ + 29.4728972, + 64.1298258 + ], + [ + 29.46807, + 64.1298258 + ], + [ + 29.46807, + 64.1280205 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #street_lighting", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T20:32:00Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "street_lamp" + ] + }, + "create": 9, + "modify": 1, + "delete": 0, + "area": 0.00000871454415999998, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/street_lighting.html", + "move": 1, + "theme": "street_lighting", + "answer": 2, + "create": 9, + "locale": "en", + "imagery": "mml-orto", + "move:node/9909683041": "improve_accuracy" + }, + "id": 124157333 + } + }, + { + "id": 124157040, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 29.4723882, + 64.1291692 + ], + [ + 29.5178336, + 64.1291692 + ], + [ + 29.5178336, + 64.1295508 + ], + [ + 29.4723882, + 64.1295508 + ], + [ + 29.4723882, + 64.1291692 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T20:22:37Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0.0000173419646398724, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "move": 1, + "theme": "trees", + "answer": 2, + "create": 1, + "locale": "en", + "imagery": "mml-orto", + "move:node/9909683040": "improve_accuracy" + }, + "id": 124157040 + } + }, + { + "id": 124156354, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "houtari", + "uid": "2186388", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T20:03:17Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124156354 + } + }, + { + "id": 124156330, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.483103, + 49.2902435 + ], + [ + 15.483103, + 49.2902435 + ], + [ + 15.483103, + 49.2902435 + ], + [ + 15.483103, + 49.2902435 + ], + [ + 15.483103, + 49.2902435 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T20:02:47Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/47Zscmh.jpg" + ], + "tourism": [ + "artwork" + ], + "artwork_type": [ + "sculpture" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 1, + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124156330 + } + }, + { + "id": 124156055, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T19:54:35Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124156055 + } + }, + { + "id": 124154485, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3417019, + 51.6672337 + ], + [ + 14.3417019, + 51.6672337 + ], + [ + 14.3417019, + 51.6672337 + ], + [ + 14.3417019, + 51.6672337 + ], + [ + 14.3417019, + 51.6672337 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tomtom616", + "uid": "16546724", + "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-27T19:01:59Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124154485 + } + }, + { + "id": 124154448, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.0251685, + 50.6905223 + ], + [ + 7.0251685, + 50.6905223 + ], + [ + 7.0251685, + 50.6905223 + ], + [ + 7.0251685, + 50.6905223 + ], + [ + 7.0251685, + 50.6905223 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T19:00:50Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "species:wikidata": [ + "Q156895" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_within_500m": 3 + }, + "id": 124154448 + } + }, + { + "id": 124153705, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.6020496, + 42.5880798 + ], + [ + 12.6020496, + 42.5880798 + ], + [ + 12.6020496, + 42.5880798 + ], + [ + 12.6020496, + 42.5880798 + ], + [ + 12.6020496, + 42.5880798 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Gabriele Ponzo", + "uid": "10074887", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T18:38:53Z", + "reviewed_features": [], + "tag_changes": { + "bus": [ + "no" + ], + "hgv": [ + "no" + ], + "amenity": [ + "charging_station" + ], + "bicycle": [ + "no" + ], + "scooter": [ + "no" + ], + "motorcar": [ + "yes" + ], + "opening_hours": [ + "24/7" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 2, + "locale": "it", + "imagery": "CartoDB.Voyager" + }, + "id": 124153705 + } + }, + { + "id": 124152247, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3619419, + 52.4914261 + ], + [ + 13.3625761, + 52.4914261 + ], + [ + 13.3625761, + 52.4932957 + ], + [ + 13.3619419, + 52.4932957 + ], + [ + 13.3619419, + 52.4914261 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "queerfish", + "uid": "16620126", + "editor": "MapComplete 0.23.0", + "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-27T17:54:12Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "pump:status": [ + "Wird regelmäßig für die Straßenbaumbewässerung genutzt (queerfish | giessdenkiez.de)", + "queerfish nutzt diese Pumpe für Straßenbaumbewässerung (giessdenkiez.de)" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.00000118570032000013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124152247 + } + }, + { + "id": 124150160, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.3860751, + 52.5167667 + ], + [ + 13.3860751, + 52.5167667 + ], + [ + 13.3860751, + 52.5167667 + ], + [ + 13.3860751, + 52.5167667 + ], + [ + 13.3860751, + 52.5167667 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T16:55:00Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/d6UheOw.jpg" + ], + "bottle": [ + "no" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 4, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 5 + }, + "id": 124150160 + } + }, + { + "id": 124148731, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.4831327, + 49.2900845 + ], + [ + 15.4831327, + 49.2900845 + ], + [ + 15.4831327, + 49.2900845 + ], + [ + 15.4831327, + 49.2900845 + ], + [ + 15.4831327, + 49.2900845 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T16:18:20Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "locale": "de", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 124148731 + } + }, + { + "id": 124148269, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "yopaseopor", + "uid": "500572", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #https://raw.githubusercontent.com/yopaseopor/mcquests/master/limits.json", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T16:05:25Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/yopaseopor/mcquests/master/limits.json", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124148269 + } + }, + { + "id": 124145305, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.6523787, + 45.0145251 + ], + [ + 4.6523787, + 45.0145251 + ], + [ + 4.6523787, + 45.0145251 + ], + [ + 4.6523787, + 45.0145251 + ], + [ + 4.6523787, + 45.0145251 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Gnaf", + "uid": "16661315", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T14:48:41Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "create": 1, + "locale": "fr", + "imagery": "CartoDB.Voyager" + }, + "id": 124145305 + } + }, + { + "id": 124144234, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3660039, + 50.8548443 + ], + [ + 4.3667392, + 50.8548443 + ], + [ + 4.3667392, + 50.8556218 + ], + [ + 4.3660039, + 50.8556218 + ], + [ + 4.3660039, + 50.8548443 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T14:24:56Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "hotel" + ], + "building": [ + "yes" + ] + }, + "create": 1, + "modify": 2, + "delete": 0, + "area": 5.71695749998339e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 4, + "create": 2, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 7 + }, + "id": 124144234 + } + }, + { + "id": 124144203, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 72.8416474, + 15.8370078 + ], + [ + 88.3636577, + 15.8370078 + ], + [ + 88.3636577, + 28.6662101 + ], + [ + 72.8416474, + 28.6662101 + ], + [ + 72.8416474, + 15.8370078 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "NaanAvanIllai", + "uid": "14062769", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T14:24:00Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "college" + ], + "barrier": [ + "fence" + ], + "highway": [ + "mini_roundabout", + "tertiary", + "residential", + "unclassified", + "secondary" + ], + "leisure": [ + "park" + ], + "tourism": [ + "museum" + ], + "name:etymology:wikidata": [ + "Q314394", + "Q512431" + ] + }, + "create": 0, + "modify": 33, + "delete": 0, + "area": 199.135010241384, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 42, + "locale": "en", + "imagery": "osm" + }, + "id": 124144203 + } + }, + { + "id": 124144176, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2821889, + 52.472466 + ], + [ + 13.2821889, + 52.472466 + ], + [ + 13.2821889, + 52.472466 + ], + [ + 13.2821889, + 52.472466 + ], + [ + 13.2821889, + 52.472466 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "ChSchadler", + "uid": "16563053", + "editor": "MapComplete 0.23.0", + "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-27T14:23:08Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-27" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124144176 + } + }, + { + "id": 124143061, + "type": "Feature", + "geometry": null, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T13:55:44Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 0, + "delete": 0, + "area": null, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 27, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 27 + }, + "id": 124143061 + } + }, + { + "id": 124142215, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.3259037, + 52.4301839 + ], + [ + 14.3259037, + 52.4301839 + ], + [ + 14.3259037, + 52.4301839 + ], + [ + 14.3259037, + 52.4301839 + ], + [ + 14.3259037, + 52.4301839 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Reiko Rockendorf", + "uid": "16637335", + "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-27T13:36:23Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 0, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124142215 + } + }, + { + "id": 124141948, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1897978, + 52.5365089 + ], + [ + 13.2130552, + 52.5365089 + ], + [ + 13.2130552, + 52.5518991 + ], + [ + 13.1897978, + 52.5518991 + ], + [ + 13.1897978, + 52.5365089 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-27T13:30:18Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-27", + "2019-07-25" + ], + "pump:status": [ + "broken", + "ok" + ] + }, + "create": 0, + "modify": 14, + "delete": 0, + "area": 0.000357936037479977, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 22, + "locale": "de", + "imagery": "CartoDB.Voyager" + }, + "id": 124141948 + } + }, + { + "id": 124138156, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5123634, + 50.8239934 + ], + [ + 4.521153, + 50.8239934 + ], + [ + 4.521153, + 50.8305204 + ], + [ + 4.5123634, + 50.8305204 + ], + [ + 4.5123634, + 50.8239934 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jolien1234", + "uid": "16659925", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T12:08:31Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 56, + "modify": 10, + "delete": 3, + "area": 0.0000573697191999863, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "move": 11, + "theme": "toerisme_vlaanderen", + "answer": 6, + "create": 56, + "locale": "nl", + "imagery": "AGIV", + "deletion": 3, + "move:node/-18": "improve_accuracy", + "move:node/-28": "improve_accuracy", + "move:node/9911748646": "improve_accuracy", + "move:node/9914476383": "improve_accuracy", + "move:node/9914483646": "improve_accuracy", + "move:node/9914491733": "improve_accuracy", + "move:node/9914550755": "improve_accuracy", + "move:node/9914660952": "improve_accuracy", + "deletion:node/3175383908": "not found", + "deletion:node/9914495661": "testing point", + "deletion:node/9914550755": "duplicate" + }, + "id": 124138156 + } + }, + { + "id": 124137888, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 121.0666229, + 14.5853122 + ], + [ + 121.0666282, + 14.5853122 + ], + [ + 121.0666282, + 14.5853668 + ], + [ + 121.0666229, + 14.5853668 + ], + [ + 121.0666229, + 14.5853122 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "tubbylita", + "uid": "16660054", + "editor": "MapComplete 0.23.0", + "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-27T12:03:08Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bar" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 2.8937999988255e-10, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "move": 1, + "theme": "https://raw.githubusercontent.com/mapbeks/mapcomplete_lgbt/main/version 5", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "osm", + "move:node/9914446516": "improve_accuracy" + }, + "id": 124137888 + } + }, + { + "id": 124134777, + "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": [], + "tags": [], + "features": [], + "user": "wjtje", + "uid": "11949970", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #drinking_water", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T10:54:58Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/VIuGLEp.jpg" + ], + "bottle": [ + "no", + "yes" + ], + "amenity": [ + "drinking_water" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/drinking_water.html", + "theme": "drinking_water", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 2 + }, + "id": 124134777 + } + }, + { + "id": 124134304, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.2200635, + 52.5263608 + ], + [ + 13.2200635, + 52.5263608 + ], + [ + 13.2200635, + 52.5263608 + ], + [ + 13.2200635, + 52.5263608 + ], + [ + 13.2200635, + 52.5263608 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-27T10:44:08Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-27" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124134304 + } + }, + { + "id": 124133581, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.1955018, + 52.5321585 + ], + [ + 13.2038262, + 52.5321585 + ], + [ + 13.2038262, + 52.5361782 + ], + [ + 13.1955018, + 52.5361782 + ], + [ + 13.1955018, + 52.5321585 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-27T10:29:59Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-27" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000334615906800026, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124133581 + } + }, + { + "id": 124132271, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.4932445, + 52.2219404 + ], + [ + 5.4932445, + 52.2219404 + ], + [ + 5.4932445, + 52.2219404 + ], + [ + 5.4932445, + 52.2219404 + ], + [ + 5.4932445, + 52.2219404 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T10:00:49Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 3, + "create": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1, + "change_over_5000m": 1, + "change_within_25m": 4 + }, + "id": 124132271 + } + }, + { + "id": 124130765, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.1231323, + 49.6051377 + ], + [ + 11.1305198, + 49.6051377 + ], + [ + 11.1305198, + 49.6120825 + ], + [ + 11.1231323, + 49.6120825 + ], + [ + 11.1231323, + 49.6051377 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "womped", + "uid": "1880469", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T09:31:23Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "living_street" + ], + "name:etymology:wikidata": [ + "Q41390036", + "Q110993973", + "Q41388731" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000513047099999964, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 4, + "locale": "en", + "imagery": "osm" + }, + "id": 124130765 + } + }, + { + "id": 124130746, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.3966114, + 51.0407931 + ], + [ + 3.3966114, + 51.0407931 + ], + [ + 3.3966114, + 51.0407931 + ], + [ + 3.3966114, + 51.0407931 + ], + [ + 3.3966114, + 51.0407931 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #postboxes", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T09:30:54Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "post_box" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/postboxes.html", + "theme": "postboxes", + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124130746 + } + }, + { + "id": 124128013, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.8106272, + 51.4642163 + ], + [ + 13.9048558, + 51.4642163 + ], + [ + 13.9048558, + 51.4932094 + ], + [ + 13.8106272, + 51.4932094 + ], + [ + 13.8106272, + 51.4642163 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "duracellakku", + "uid": "7590124", + "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-27T08:33:01Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 12, + "modify": 7, + "delete": 0, + "area": 0.00273197922266007, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124128013 + } + }, + { + "id": 124126540, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 73.734105, + 8.4938249 + ], + [ + 92.5733758, + 8.4938249 + ], + [ + 92.5733758, + 30.323282 + ], + [ + 73.734105, + 30.323282 + ], + [ + 73.734105, + 8.4938249 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "NaanAvanIllai", + "uid": "14062769", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #etymology", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T07:58:30Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "secondary", + "service", + "unclassified", + "tertiary", + "primary", + "tertiary_link" + ], + "landuse": [ + "residential" + ], + "leisure": [ + "park" + ], + "boundary": [ + "administrative", + "political", + "marker" + ], + "building": [ + "yes" + ], + "name:etymology:wikidata": [ + "Q1154693", + "Q7240159", + "Q90756270", + "Q684198", + "Q7399623", + "Q3630453", + "Q2628981", + "Q3634691", + "Q312966" + ] + }, + "create": 0, + "modify": 80, + "delete": 0, + "area": 411.251053723883, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/etymology.html", + "theme": "etymology", + "answer": 132, + "locale": "en", + "imagery": "osm" + }, + "id": 124126540 + } + }, + { + "id": 124124655, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.8130036, + 51.4716902 + ], + [ + 13.9100754, + 51.4716902 + ], + [ + 13.9100754, + 51.483389 + ], + [ + 13.8130036, + 51.483389 + ], + [ + 13.8130036, + 51.4716902 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "duracellakku", + "uid": "7590124", + "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-27T07:15:45Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 9, + "modify": 2, + "delete": 0, + "area": 0.00113562357384048, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124124655 + } + }, + { + "id": 124120443, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.314284, + 49.2594423 + ], + [ + 15.314284, + 49.2594423 + ], + [ + 15.314284, + 49.2594423 + ], + [ + 15.314284, + 49.2594423 + ], + [ + 15.314284, + 49.2594423 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T05:10:07Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/5iFF39o.jpg" + ], + "tourism": [ + "artwork" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124120443 + } + }, + { + "id": 124120000, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 11.9673514, + 54.6904815 + ], + [ + 11.9673514, + 54.6904815 + ], + [ + 11.9673514, + 54.6904815 + ], + [ + 11.9673514, + 54.6904815 + ], + [ + 11.9673514, + 54.6904815 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "dk011074", + "uid": "85402", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T04:52:07Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "charging_station" + ] + }, + "create": 1, + "modify": 10, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "answer": 12, + "create": 1, + "locale": "en", + "imagery": "Geodatastyrelsen_Denmark", + "add-image": 2, + "change_over_5000m": 15 + }, + "id": 124120000 + } + }, + { + "id": 124119306, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9627646, + 48.8271261 + ], + [ + 12.9644641, + 48.8271261 + ], + [ + 12.9644641, + 48.8290292 + ], + [ + 12.9627646, + 48.8290292 + ], + [ + 12.9627646, + 48.8271261 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T04:20:35Z", + "reviewed_features": [], + "tag_changes": { + "shop": [ + "bicycle" + ], + "service:bicycle:rental": [ + "yes" + ], + "service:bicycle:repair": [ + "yes" + ], + "service:bicycle:retail": [ + "yes" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 0.00000323431845000133, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 4, + "locale": "de", + "imagery": "CartoDB.Voyager", + "change_within_50m": 2, + "change_within_500m": 2 + }, + "id": 124119306 + } + }, + { + "id": 124118607, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.3169395, + 49.2585561 + ], + [ + 15.3169395, + 49.2585561 + ], + [ + 15.3169395, + 49.2585561 + ], + [ + 15.3169395, + 49.2585561 + ], + [ + 15.3169395, + 49.2585561 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maps", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T03:46:12Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/INtqw2Q.jpg" + ], + "tourism": [ + "information" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maps.html", + "theme": "maps", + "locale": "de", + "imagery": "osm", + "add-image": 1 + }, + "id": 124118607 + } + }, + { + "id": 124118270, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.3061122, + 49.2538665 + ], + [ + 15.306748, + 49.2538665 + ], + [ + 15.306748, + 49.2540712 + ], + [ + 15.3061122, + 49.2540712 + ], + [ + 15.3061122, + 49.2538665 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #transit", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T03:18:30Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/oEUaFE7.jpg", + "https://i.imgur.com/cXkSmpE.jpg" + ], + "highway": [ + "bus_stop" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.30148259998749e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/transit.html", + "theme": "transit", + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 124118270 + } + }, + { + "id": 124118095, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.2104905, + 47.6478439 + ], + [ + -117.1298578, + 47.6478439 + ], + [ + -117.1298578, + 47.6636153 + ], + [ + -117.2104905, + 47.6636153 + ], + [ + -117.2104905, + 47.6478439 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #education", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T03:00:22Z", + "reviewed_features": [], + "tag_changes": { + "phone": [ + "+1 509 558 5100" + ], + "amenity": [ + "school" + ], + "capacity": [ + "270" + ], + "school:gender": [ + "mixed" + ], + "school:language": [ + "en" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.00127169056478002, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/education.html", + "theme": "education", + "answer": 7, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124118095 + } + }, + { + "id": 124118019, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.1964358, + 47.6478756 + ], + [ + -117.1923964, + 47.6478756 + ], + [ + -117.1923964, + 47.6506935 + ], + [ + -117.1964358, + 47.6506935 + ], + [ + -117.1964358, + 47.6478756 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-27T02:54:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ], + "capacity": [ + "6" + ], + "capacity:disabled": [ + "10", + "4", + "2" + ] + }, + "create": 0, + "modify": 4, + "delete": 0, + "area": 0.0000113826252600047, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 4, + "locale": "en", + "imagery": "Mapbox" + }, + "id": 124118019 + } + }, + { + "id": 124117728, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.637488, + -33.4600296 + ], + [ + -70.6374384, + -33.4600296 + ], + [ + -70.6374384, + -33.4599711 + ], + [ + -70.637488, + -33.4599711 + ], + [ + -70.637488, + -33.4600296 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-27T02:21:13Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/v5LjVU2.jpg", + "https://i.imgur.com/xG0fP5K.jpg" + ], + "natural": [ + "tree" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 2.90160000073016e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "locale": "es", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 2 + }, + "id": 124117728 + } + } + ] +} \ No newline at end of file diff --git a/Docs/Tools/stats/stats.2022-7-28.json b/Docs/Tools/stats/stats.2022-7-28.json new file mode 100644 index 0000000000..7bb071ddfa --- /dev/null +++ b/Docs/Tools/stats/stats.2022-7-28.json @@ -0,0 +1,3400 @@ +{ + "features": [ + { + "id": 124206612, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.9373451, + 42.6812754 + ], + [ + 2.9376092, + 42.6812754 + ], + [ + 2.9376092, + 42.6814783 + ], + [ + 2.9373451, + 42.6814783 + ], + [ + 2.9373451, + 42.6812754 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "LySioS", + "uid": "11579673", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #rainbow_crossings", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T23:28:13Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "crossing" + ], + "crossing:marking": [ + "rainbow" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 5.35858900012963e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/rainbow_crossings.html", + "theme": "rainbow_crossings", + "answer": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_1000m": 2 + }, + "id": 124206612 + } + }, + { + "id": 124203501, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 9.1510186, + 48.380229 + ], + [ + 9.1812202, + 48.380229 + ], + [ + 9.1812202, + 48.390305 + ], + [ + 9.1510186, + 48.390305 + ], + [ + 9.1510186, + 48.380229 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "SeeIt123", + "uid": "16674589", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #parkings", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T21:02:44Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "parking" + ] + }, + "create": 4, + "modify": 3, + "delete": 0, + "area": 0.000304311321599937, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/parkings.html", + "theme": "parkings", + "answer": 9, + "create": 4, + "locale": "de", + "imagery": "osm" + }, + "id": 124203501 + } + }, + { + "id": 124202942, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2248056, + 51.2092223 + ], + [ + 3.2248056, + 51.2092223 + ], + [ + 3.2248056, + 51.2092223 + ], + [ + 3.2248056, + 51.2092223 + ], + [ + 3.2248056, + 51.2092223 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T20:44:52Z", + "reviewed_features": [], + "tag_changes": { + "access": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1 + }, + "id": 124202942 + } + }, + { + "id": 124202646, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.4471091, + 52.5183341 + ], + [ + 13.451872, + 52.5183341 + ], + [ + 13.451872, + 52.5193287 + ], + [ + 13.4471091, + 52.5193287 + ], + [ + 13.4471091, + 52.5183341 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "SeeIt123", + "uid": "16674589", + "editor": "MapComplete 0.23.0", + "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-28T20:33:43Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-28", + "2018" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 1, + "area": 0.00000473718034002611, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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", + "deletion": 1, + "deletion:node/1274104661": "not found" + }, + "id": 124202646 + } + }, + { + "id": 124202607, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.7334233, + 51.0133649 + ], + [ + 3.7453822, + 51.0133649 + ], + [ + 3.7453822, + 51.0352804 + ], + [ + 3.7334233, + 51.0352804 + ], + [ + 3.7334233, + 51.0133649 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #benches", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T20:32:14Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/i2ClBXW.jpg", + "https://i.imgur.com/k2eswSP.jpg", + "https://i.imgur.com/QxcsL62.jpg", + "https://i.imgur.com/QwnC7AK.jpg", + "https://i.imgur.com/BtqdtpG.jpg", + "https://i.imgur.com/znFaz2D.jpg", + "https://i.imgur.com/kr69p4z.jpg" + ], + "amenity": [ + "bench" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.000262085272949979, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/benches.html", + "theme": "benches", + "locale": "nl", + "imagery": "osm", + "add-image": 7 + }, + "id": 124202607 + } + }, + { + "id": 124202481, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.1097432, + 52.0976755 + ], + [ + 5.1141105, + 52.0976755 + ], + [ + 5.1141105, + 52.1042969 + ], + [ + 5.1097432, + 52.1042969 + ], + [ + 5.1097432, + 52.0976755 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T20:26:40Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 6, + "modify": 9, + "delete": 0, + "area": 0.0000289176402200022, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 10, + "create": 6, + "locale": "en", + "imagery": "osm", + "add-image": 6 + }, + "id": 124202481 + } + }, + { + "id": 124202285, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0994779, + 52.0962987 + ], + [ + 5.1284287, + 52.0962987 + ], + [ + 5.1284287, + 52.1178026 + ], + [ + 5.0994779, + 52.1178026 + ], + [ + 5.0994779, + 52.0962987 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T20:19:42Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/UwvWIqe.png" + ], + "tourism": [ + "artwork" + ], + "artist_name": [ + "Jan is de Man & DeefFeed" + ], + "artwork_type": [ + "mural" + ] + }, + "create": 4, + "modify": 3, + "delete": 0, + "area": 0.000622555108119963, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 6, + "create": 4, + "locale": "en", + "imagery": "osm", + "add-image": 5 + }, + "id": 124202285 + } + }, + { + "id": 124202049, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T20:12:03Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/WroTpLi.jpg" + ], + "natural": [ + "tree" + ], + "denotation": [ + "urban" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 1, + "locale": "en", + "imagery": "osm", + "add-image": 1 + }, + "id": 124202049 + } + }, + { + "id": 124202040, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9834191, + 48.8497497 + ], + [ + 12.9834423, + 48.8497497 + ], + [ + 12.9834423, + 48.8497516 + ], + [ + 12.9834191, + 48.8497516 + ], + [ + 12.9834191, + 48.8497497 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T20:11:50Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/1N96aZW.jpg" + ], + "access": [ + "yes" + ], + "bottle": [ + "yes" + ], + "amenity": [ + "bicycle_repair_station" + ], + "man_made": [ + "water_tap" + ], + "service:bicycle:pump:operational_status": [ + "operational" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 4.40800000193217e-11, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 3, + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_5000m": 4 + }, + "id": 124202040 + } + }, + { + "id": 124200695, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ], + [ + 7.023214, + 50.6918819 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Ogmios", + "uid": "81983", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #trees", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T19:28:46Z", + "reviewed_features": [], + "tag_changes": { + "natural": [ + "tree" + ], + "leaf_type": [ + "broadleaved" + ], + "leaf_cycle": [ + "deciduous" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/trees.html", + "theme": "trees", + "answer": 2, + "locale": "en", + "imagery": "osm" + }, + "id": 124200695 + } + }, + { + "id": 124200690, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6324487, + 52.450505 + ], + [ + 13.6343075, + 52.450505 + ], + [ + 13.6343075, + 52.4578187 + ], + [ + 13.6324487, + 52.4578187 + ], + [ + 13.6324487, + 52.450505 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-28T19:28:42Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-28", + "2022-07-10", + "2020-02-15" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000135947055600013, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124200690 + } + }, + { + "id": 124200658, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3453395, + 50.8659811 + ], + [ + 4.3453395, + 50.8659811 + ], + [ + 4.3453395, + 50.8659811 + ], + [ + 4.3453395, + 50.8659811 + ], + [ + 4.3453395, + 50.8659811 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T19:28:00Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no", + "yes" + ], + "amenity": [ + "toilets" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_500m": 1 + }, + "id": 124200658 + } + }, + { + "id": 124200493, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 5.0817046, + 52.0656456 + ], + [ + 5.1414356, + 52.0656456 + ], + [ + 5.1414356, + 52.1049059 + ], + [ + 5.0817046, + 52.1049059 + ], + [ + 5.0817046, + 52.0656456 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Koen Rijnsent", + "uid": "4569696", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T19:22:40Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/jSgNrFa.png", + "https://i.imgur.com/g7pZEbo.png", + "https://i.imgur.com/rSEhExI.png" + ], + "image:0": [ + "https://i.imgur.com/3778o2J.png" + ], + "tourism": [ + "artwork" + ], + "artist_name": [ + "De strakke hand" + ], + "artwork_type": [ + "mural", + "graffiti" + ] + }, + "create": 22, + "modify": 25, + "delete": 0, + "area": 0.00234505697929972, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "move": 1, + "theme": "artwork", + "answer": 33, + "create": 22, + "locale": "en", + "imagery": "osm", + "add-image": 25, + "move:node/9917683361": "improve_accuracy" + }, + "id": 124200493 + } + }, + { + "id": 124200133, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3590807, + 50.8200345 + ], + [ + 4.3593308, + 50.8200345 + ], + [ + 4.3593308, + 50.8201855 + ], + [ + 4.3590807, + 50.8201855 + ], + [ + 4.3590807, + 50.8200345 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T19:12:28Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "yes" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 3.77651000007024e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 1, + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_within_25m": 3 + }, + "id": 124200133 + } + }, + { + "id": 124197510, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4111738, + 50.748191 + ], + [ + 3.4111738, + 50.748191 + ], + [ + 3.4111738, + 50.748191 + ], + [ + 3.4111738, + 50.748191 + ], + [ + 3.4111738, + 50.748191 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T17:54:17Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "public_bookcase" + ], + "image:0": [ + "https://i.imgur.com/sDM9sHw.jpg" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 124197510 + } + }, + { + "id": 124197295, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.4004145, + 51.043391 + ], + [ + 3.4006077, + 51.043391 + ], + [ + 3.4006077, + 51.0435455 + ], + [ + 3.4004145, + 51.0435455 + ], + [ + 3.4004145, + 51.043391 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T17:47:14Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 2.98494000001405e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "create": 2, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124197295 + } + }, + { + "id": 124196069, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.6212464, + 52.4535258 + ], + [ + 13.6355299, + 52.4535258 + ], + [ + 13.6355299, + 52.4549429 + ], + [ + 13.6212464, + 52.4549429 + ], + [ + 13.6212464, + 52.4535258 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Paulus Maximus", + "uid": "16562534", + "editor": "MapComplete 0.23.0", + "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-28T17:11:13Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-28", + "2022-07-10" + ], + "pump:status": [ + "ok" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0.0000202411478499652, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "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": 124196069 + } + }, + { + "id": 124196054, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3337656, + 50.8354464 + ], + [ + 4.3337656, + 50.8354464 + ], + [ + 4.3337656, + 50.8354464 + ], + [ + 4.3337656, + 50.8354464 + ], + [ + 4.3337656, + 50.8354464 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Pieter Vander Vennet", + "uid": "3818858", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T17:11:03Z", + "reviewed_features": [], + "tag_changes": { + "rental": [ + "city_bike" + ], + "amenity": [ + "bicycle_rental" + ], + "payment:app": [ + "yes" + ], + "payment:cash": [ + "no" + ], + "payment:cards": [ + "no" + ], + "bicycle_rental": [ + "dropoff_point" + ], + "payment:membership_card": [ + "no" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "answer": 3, + "locale": "en", + "imagery": "osm", + "change_within_100m": 3 + }, + "id": 124196054 + } + }, + { + "id": 124195378, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3460828, + 50.8663641 + ], + [ + 4.3460828, + 50.8663641 + ], + [ + 4.3460828, + 50.8663641 + ], + [ + 4.3460828, + 50.8663641 + ], + [ + 4.3460828, + 50.8663641 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T16:52:26Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 1, + "locale": "nl", + "imagery": "CartoDB.Voyager" + }, + "id": 124195378 + } + }, + { + "id": 124195010, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3295454, + 50.8388468 + ], + [ + 4.3300281, + 50.8388468 + ], + [ + 4.3300281, + 50.8392113 + ], + [ + 4.3295454, + 50.8392113 + ], + [ + 4.3295454, + 50.8388468 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thierry1030", + "uid": "286563", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T16:43:21Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bicycle_parking" + ] + }, + "create": 0, + "modify": 2, + "delete": 0, + "area": 1.75944150001678e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 2 + }, + "id": 124195010 + } + }, + { + "id": 124192261, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 14.279142, + 52.4078401 + ], + [ + 14.3172991, + 52.4078401 + ], + [ + 14.3172991, + 52.4491967 + ], + [ + 14.279142, + 52.4491967 + ], + [ + 14.279142, + 52.4078401 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "Reiko Rockendorf", + "uid": "16637335", + "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-28T15:27:53Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 11, + "modify": 0, + "delete": 0, + "area": 0.00157804792185999, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124192261 + } + }, + { + "id": 124191399, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.361821, + 52.4914155 + ], + [ + 13.3625761, + 52.4914155 + ], + [ + 13.3625761, + 52.4932957 + ], + [ + 13.361821, + 52.4932957 + ], + [ + 13.361821, + 52.4914155 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "queerfish", + "uid": "16620126", + "editor": "MapComplete 0.23.0", + "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-28T15:07:36Z", + "reviewed_features": [], + "tag_changes": { + "man_made": [ + "water_well" + ], + "check_date": [ + "2022-07-28" + ] + }, + "create": 0, + "modify": 3, + "delete": 1, + "area": 0.00000141973901999487, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme", + "move": 1, + "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", + "deletion": 1, + "move:node/5239619476": "improve_accuracy", + "deletion:node/5239619476": "duplicate" + }, + "id": 124191399 + } + }, + { + "id": 124190665, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3736063, + 50.8380947 + ], + [ + 4.3736063, + 50.8380947 + ], + [ + 4.3736063, + 50.8380947 + ], + [ + 4.3736063, + 50.8380947 + ], + [ + 4.3736063, + 50.8380947 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "oeuropeu", + "uid": "16088041", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T14:49:40Z", + "reviewed_features": [], + "tag_changes": { + "door": [ + "sliding" + ], + "width": [ + "2 meters" + ], + "entrance": [ + "secondary", + "staircase" + ], + "kerb:height": [ + "0" + ], + "automatic_door": [ + "motion" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 6, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124190665 + } + }, + { + "id": 124188012, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5273918, + 50.8323992 + ], + [ + 4.5378041, + 50.8323992 + ], + [ + 4.5378041, + 50.8347759 + ], + [ + 4.5273918, + 50.8347759 + ], + [ + 4.5273918, + 50.8323992 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jolien1234", + "uid": "16659925", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T13:44:01Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 2, + "modify": 0, + "delete": 0, + "area": 0.000024746913409991, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "create": 2, + "locale": "nl", + "imagery": "AGIV" + }, + "id": 124188012 + } + }, + { + "id": 124186807, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.7073079, + -34.6667118 + ], + [ + -58.7072881, + -34.6667118 + ], + [ + -58.7072881, + -34.6666371 + ], + [ + -58.7073079, + -34.6666371 + ], + [ + -58.7073079, + -34.6667118 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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": "2022-07-28T13:18:56Z", + "reviewed_features": [], + "tag_changes": { + "railway": [ + "crossing" + ], + "supervised": [ + "no" + ], + "crossing:bell": [ + "no" + ], + "crossing:light": [ + "no" + ], + "crossing:chicane": [ + "yes" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 1.47906000027951e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway", + "answer": 9, + "locale": "es", + "imagery": "osm", + "change_within_25m": 9 + }, + "id": 124186807 + } + }, + { + "id": 124186733, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -58.7178971, + -34.6669765 + ], + [ + -58.7073079, + -34.6669765 + ], + [ + -58.7073079, + -34.6659937 + ], + [ + -58.7178971, + -34.6659937 + ], + [ + -58.7178971, + -34.6669765 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "AgusQui", + "uid": "331218", + "editor": "MapComplete 0.23.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": "2022-07-28T13:16:50Z", + "reviewed_features": [], + "tag_changes": { + "railway": [ + "crossing" + ], + "supervised": [ + "no" + ], + "crossing:bell": [ + "no" + ], + "crossing:light": [ + "no" + ], + "crossing:chicane": [ + "yes" + ] + }, + "create": 0, + "modify": 8, + "delete": 0, + "area": 0.000010407065759952, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/theme.html", + "theme": "https://raw.githubusercontent.com/AgusQui/MapCompleteRailway/main/railway", + "answer": 20, + "locale": "es", + "imagery": "osm", + "change_within_25m": 8, + "change_within_50m": 4, + "change_within_500m": 8 + }, + "id": 124186733 + } + }, + { + "id": 124184873, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -86.1297253, + 39.976458 + ], + [ + -86.1297253, + 39.976458 + ], + [ + -86.1297253, + 39.976458 + ], + [ + -86.1297253, + 39.976458 + ], + [ + -86.1297253, + 39.976458 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Kanellar", + "uid": "16249964", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cyclofix", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T12:30:36Z", + "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, + "metadata": { + "host": "https://mapcomplete.osm.be/cyclofix.html", + "theme": "cyclofix", + "answer": 1, + "create": 1, + "locale": "en", + "imagery": "CartoDB.Voyager", + "change_over_5000m": 1, + "change_within_100m": 1 + }, + "id": 124184873 + } + }, + { + "id": 124184638, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.5185566, + 50.8258715 + ], + [ + 4.5298943, + 50.8258715 + ], + [ + 4.5298943, + 50.8309804 + ], + [ + 4.5185566, + 50.8309804 + ], + [ + 4.5185566, + 50.8258715 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "jolien1234", + "uid": "16659925", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T12:26:09Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 28, + "modify": 0, + "delete": 1, + "area": 0.0000579231755300346, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen.html", + "theme": "toerisme_vlaanderen", + "create": 28, + "locale": "nl", + "imagery": "AGIV", + "deletion": 1, + "deletion:node/9917036417": "testing point" + }, + "id": 124184638 + } + }, + { + "id": 124184509, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3495888, + 50.8658337 + ], + [ + 4.3497872, + 50.8658337 + ], + [ + 4.3497872, + 50.8659881 + ], + [ + 4.3495888, + 50.8659881 + ], + [ + 4.3495888, + 50.8658337 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T12:23:31Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "image": [ + "https://i.imgur.com/s7HAZYt.jpg" + ], + "amenity": [ + "toilets" + ], + "wheelchair": [ + "designated", + "yes" + ], + "kerb:height": [ + "0" + ], + "automatic_door": [ + "no" + ], + "changing_table": [ + "no" + ], + "toilets:handwashing": [ + "yes" + ], + "toilets:paper_supplied": [ + "yes" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 3.06329599998326e-8, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/onwheels.html", + "theme": "onwheels", + "answer": 10, + "locale": "en", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 11 + }, + "id": 124184509 + } + }, + { + "id": 124183852, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 12.9620174, + 48.8337165 + ], + [ + 12.9620174, + 48.8337165 + ], + [ + 12.9620174, + 48.8337165 + ], + [ + 12.9620174, + 48.8337165 + ], + [ + 12.9620174, + 48.8337165 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "APneunzehn74", + "uid": "12180500", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #aed", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T12:12:28Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 1, + "modify": 4, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/aed.html", + "theme": "aed", + "answer": 5, + "create": 1, + "locale": "de", + "imagery": "osm", + "add-image": 2, + "change_over_5000m": 1, + "change_within_25m": 2, + "change_within_50m": 5 + }, + "id": 124183852 + } + }, + { + "id": 124182426, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 13.8024518, + 51.4654646 + ], + [ + 13.9061916, + 51.4654646 + ], + [ + 13.9061916, + 51.4944368 + ], + [ + 13.8024518, + 51.4944368 + ], + [ + 13.8024518, + 51.4654646 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 40, + "name": "New mapper" + } + ], + "tags": [], + "features": [], + "user": "duracellakku", + "uid": "7590124", + "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-28T11:42:00Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 21, + "modify": 18, + "delete": 0, + "area": 0.00300557023356055, + "is_suspect": true, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "waldbrand-app.de", + "theme": "waldbrand", + "imagery": "osm", + "language": "de", + "theme-creator": "Sebastian Kürten" + }, + "id": 124182426 + } + }, + { + "id": 124175666, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 16.5922915, + 49.2021449 + ], + [ + 16.6050691, + 49.2021449 + ], + [ + 16.6050691, + 49.2192867 + ], + [ + 16.5922915, + 49.2192867 + ], + [ + 16.5922915, + 49.2021449 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "martin-kokos", + "uid": "297918", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #cycle_infra", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T09:18:04Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "cycleway" + ], + "separation": [ + "kerb" + ], + "smoothness": [ + "good" + ] + }, + "create": 0, + "modify": 5, + "delete": 0, + "area": 0.000219031063679962, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/cycle_infra.html", + "theme": "cycle_infra", + "answer": 10, + "locale": "en", + "imagery": "CartoDB.Voyager" + }, + "id": 124175666 + } + }, + { + "id": 124174886, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.8849652, + 51.2192955 + ], + [ + 2.8849652, + 51.2192955 + ], + [ + 2.8849652, + 51.2192955 + ], + [ + 2.8849652, + 51.2192955 + ], + [ + 2.8849652, + 51.2192955 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "joost schouppe", + "uid": "67832", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T09:03:38Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "bench" + ] + }, + "create": 1, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", + "theme": "toerisme_vlaanderen", + "answer": 3, + "import": 1, + "locale": "nl", + "imagery": "osm", + "change_over_5000m": 4, + "import:node/9916617531": "source: https://osm.org/note/3261957" + }, + "id": 124174886 + } + }, + { + "id": 124174804, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T09:01:48Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/2ews4Q8.jpg" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "locale": "nl", + "imagery": "CartoDB.Voyager", + "add-image": 1, + "change_within_25m": 1 + }, + "id": 124174804 + } + }, + { + "id": 124174727, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ], + [ + 4.3496107, + 50.8658363 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Robin van der Linde", + "uid": "5093765", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #onwheels", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T09:00:07Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 2, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://pietervdvn.github.io/mc/develop/onwheels.html", + "theme": "onwheels", + "answer": 3, + "locale": "nl", + "imagery": "CartoDB.Voyager", + "change_within_25m": 3 + }, + "id": 124174727 + } + }, + { + "id": 124172801, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 16.0939751, + 49.0640208 + ], + [ + 16.0940036, + 49.0640208 + ], + [ + 16.0940036, + 49.0640845 + ], + [ + 16.0939751, + 49.0640845 + ], + [ + 16.0939751, + 49.0640208 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T08:21:01Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no" + ], + "access": [ + "customers" + ], + "amenity": [ + "toilets" + ], + "wheelchair": [ + "no" + ], + "opening_hours": [ + "24/7" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:paper_supplied": [ + "yes" + ] + }, + "create": 0, + "modify": 3, + "delete": 0, + "area": 1.81544999989512e-9, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 7, + "locale": "de", + "imagery": "osm", + "change_within_25m": 2 + }, + "id": 124172801 + } + }, + { + "id": 124169578, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6028212, + 50.7443664 + ], + [ + 3.6028212, + 50.7443664 + ], + [ + 3.6028212, + 50.7443664 + ], + [ + 3.6028212, + 50.7443664 + ], + [ + 3.6028212, + 50.7443664 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #bookcases", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T07:01:47Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "public_bookcase" + ], + "image:0": [ + "https://i.imgur.com/nK4IEEb.jpg" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/bookcases.html", + "theme": "bookcases", + "locale": "nl", + "imagery": "osm", + "add-image": 1 + }, + "id": 124169578 + } + }, + { + "id": 124169208, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.2901268, + 50.8913499 + ], + [ + 3.2918711, + 50.8913499 + ], + [ + 3.2918711, + 50.8936563 + ], + [ + 3.2901268, + 50.8936563 + ], + [ + 3.2901268, + 50.8913499 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Thibaultmol", + "uid": "2916921", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #grb", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T06:50:58Z", + "reviewed_features": [], + "tag_changes": { + "building": [ + "house", + "yes", + "roof" + ] + }, + "create": 106, + "modify": 0, + "delete": 0, + "area": 0.00000402305352000318, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/grb.html", + "theme": "grb", + "import": 54, + "locale": "nl", + "imagery": "AGIVFlandersGRB" + }, + "id": 124169208 + } + }, + { + "id": 124166766, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 3.6685619, + 50.7403084 + ], + [ + 3.7431513, + 50.7403084 + ], + [ + 3.7431513, + 50.7462567 + ], + [ + 3.6685619, + 50.7462567 + ], + [ + 3.6685619, + 50.7403084 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "vjyblauw", + "uid": "2844254", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toerisme_vlaanderen", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T05:41:21Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/9sxVNwy.jpg", + "https://i.imgur.com/X8mdMpA.jpg", + "https://i.imgur.com/MiM2BO9.jpg", + "https://i.imgur.com/nJ35NDo.jpg", + "https://i.imgur.com/bkh1lMH.jpg", + "https://i.imgur.com/SYtqPEB.jpg" + ], + "amenity": [ + "bench" + ], + "leisure": [ + "picnic_table" + ] + }, + "create": 0, + "modify": 6, + "delete": 0, + "area": 0.000443680128020003, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toerisme_vlaanderen", + "theme": "toerisme_vlaanderen", + "locale": "nl", + "imagery": "osm", + "add-image": 6 + }, + "id": 124166766 + } + }, + { + "id": 124165747, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.4829448, + 49.2170834 + ], + [ + 15.8722507, + 49.2170834 + ], + [ + 15.8722507, + 49.2904159 + ], + [ + 15.4829448, + 49.2904159 + ], + [ + 15.4829448, + 49.2170834 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #toilets", + "comments_count": 0, + "source": "survey", + "imagery_used": "Not reported", + "date": "2022-07-28T05:10:14Z", + "reviewed_features": [], + "tag_changes": { + "fee": [ + "no", + "yes" + ], + "image": [ + "https://i.imgur.com/49naPmw.jpg", + "https://i.imgur.com/CMCFZ8p.jpg" + ], + "access": [ + "yes" + ], + "charge": [ + "5" + ], + "amenity": [ + "toilets" + ], + "opening_hours": [ + "Mo-Fr 07:00-17:00;Sa-Su 08:00-17:00", + "Mo-Fr 17:00-18:00; Sa, Su 08:00-17:00" + ], + "toilets:position": [ + "seated;urinal" + ], + "toilets:handwashing": [ + "yes" + ], + "toilets:paper_supplied": [ + "yes" + ] + }, + "create": 0, + "modify": 7, + "delete": 0, + "area": 0.0285487749117498, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/toilets.html", + "theme": "toilets", + "answer": 12, + "locale": "de", + "imagery": "osm", + "add-image": 2 + }, + "id": 124165747 + } + }, + { + "id": 124165572, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.1965774, + 47.6384083 + ], + [ + -117.1537622, + 47.6384083 + ], + [ + -117.1537622, + 47.6801441 + ], + [ + -117.1965774, + 47.6801441 + ], + [ + -117.1965774, + 47.6384083 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [ + { + "id": 87, + "name": "Irrelevant tags on highway" + } + ], + "tags": [], + "features": [ + { + "url": "way-457362965", + "name": "North Flora Road", + "osm_id": 457362965, + "reasons": [ + 87 + ], + "version": 4, + "primary_tags": { + "highway": "secondary" + } + }, + { + "url": "way-457362963", + "name": "North Flora Road", + "osm_id": 457362963, + "reasons": [ + 87 + ], + "version": 2, + "primary_tags": { + "highway": "secondary" + } + }, + { + "url": "way-457362964", + "name": "North Flora Road", + "osm_id": 457362964, + "reasons": [ + 87 + ], + "version": 3, + "primary_tags": { + "highway": "secondary" + } + } + ], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #maxspeed", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T05:04:12Z", + "reviewed_features": [], + "tag_changes": { + "highway": [ + "residential", + "secondary" + ], + "maxspeed": [ + "25 mph", + "35 mph", + "30 mph" + ] + }, + "create": 0, + "modify": 12, + "delete": 0, + "area": 0.0017869266241596, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/maxspeed.html", + "theme": "maxspeed", + "answer": 12, + "locale": "en", + "imagery": "osm" + }, + "id": 124165572 + } + }, + { + "id": 124163829, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 15.8772508, + 49.2148279 + ], + [ + 15.8772508, + 49.2148279 + ], + [ + 15.8772508, + 49.2148279 + ], + [ + 15.8772508, + 49.2148279 + ], + [ + 15.8772508, + 49.2148279 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "5R-MFT", + "uid": "3417876", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #charging_stations", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T03:37:45Z", + "reviewed_features": [], + "tag_changes": { + "image": [ + "https://i.imgur.com/oiIgdfM.jpg" + ], + "amenity": [ + "charging_station" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 0, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/charging_stations.html", + "theme": "charging_stations", + "locale": "de", + "imagery": "CartoDB.Voyager", + "add-image": 1 + }, + "id": 124163829 + } + }, + { + "id": 124163106, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.2126657, + 47.6566645 + ], + [ + -117.2122407, + 47.6566645 + ], + [ + -117.2122407, + 47.6568999 + ], + [ + -117.2126657, + 47.6568999 + ], + [ + -117.2126657, + 47.6566645 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #pets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T02:36:48Z", + "reviewed_features": [], + "tag_changes": { + "amenity": [ + "veterinary" + ], + "building": [ + "yes" + ], + "opening_hours": [ + "Mo-Fr 07:00-19:00;Sa 08:00-17:00;Su 12:00-17:00" + ] + }, + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.00045000002119e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/pets.html", + "theme": "pets", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124163106 + } + }, + { + "id": 124163098, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -117.2126657, + 47.6566645 + ], + [ + -117.2122407, + 47.6566645 + ], + [ + -117.2122407, + 47.6568999 + ], + [ + -117.2126657, + 47.6568999 + ], + [ + -117.2126657, + 47.6566645 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Coloradohusky", + "uid": "16345213", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #pets", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T02:35:27Z", + "reviewed_features": [], + "tag_changes": {}, + "create": 0, + "modify": 1, + "delete": 0, + "area": 1.00045000002119e-7, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/pets.html", + "theme": "pets", + "answer": 1, + "locale": "en", + "imagery": "osm" + }, + "id": 124163098 + } + }, + { + "id": 124163090, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -70.6312953, + -33.4471609 + ], + [ + -70.6033341, + -33.4471609 + ], + [ + -70.6033341, + -33.4245599 + ], + [ + -70.6312953, + -33.4245599 + ], + [ + -70.6312953, + -33.4471609 + ] + ] + ] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": "Awo", + "uid": "196556", + "editor": "MapComplete 0.23.0", + "comment": "Adding data with #MapComplete for theme #artwork", + "comments_count": 0, + "source": "Not reported", + "imagery_used": "Not reported", + "date": "2022-07-28T02:34:31Z", + "reviewed_features": [], + "tag_changes": { + "tourism": [ + "artwork" + ] + }, + "create": 2, + "modify": 5, + "delete": 0, + "area": 0.000631951081200207, + "is_suspect": false, + "harmful": null, + "checked": false, + "check_date": null, + "metadata": { + "host": "https://mapcomplete.osm.be/artwork.html", + "theme": "artwork", + "answer": 3, + "create": 2, + "locale": "zh_Hans", + "imagery": "osm", + "add-image": 2 + }, + "id": 124163090 + } + } + ] +} \ No newline at end of file diff --git a/Logic/ExtraFunctions.ts b/Logic/ExtraFunctions.ts index 1a2d4da2b9..71549df337 100644 --- a/Logic/ExtraFunctions.ts +++ b/Logic/ExtraFunctions.ts @@ -13,9 +13,9 @@ export interface ExtraFuncParams { * Note that more features then requested can be given back. * Format: [ [ geojson, geojson, geojson, ... ], [geojson, ...], ...] */ - getFeaturesWithin: (layerId: string, bbox: BBox) => Feature[][], + getFeaturesWithin: (layerId: string, bbox: BBox) => Feature[][], memberships: RelationsTracker - getFeatureById: (id: string) => Feature + getFeatureById: (id: string) => Feature } /** @@ -31,10 +31,11 @@ interface ExtraFunction { class EnclosingFunc implements ExtraFunction { _name = "enclosingFeatures" - _doc = ["Gives a list of all features in the specified layers which fully contain this object. Returned features will always be (multi)polygons. (LineStrings and Points from the other layers are ignored)","", + _doc = ["Gives a list of all features in the specified layers which fully contain this object. Returned features will always be (multi)polygons. (LineStrings and Points from the other layers are ignored)", "", "The result is a list of features: `{feat: Polygon}[]`", - "This function will never return the feature itself."].join("\n") + "This function will never return the feature itself."].join("\n") _args = ["...layerIds - one or more layer ids of the layer from which every feature is checked for overlap)"] + _f(params: ExtraFuncParams, feat: Feature) { return (...layerIds: string[]) => { const result: { feat: any }[] = [] @@ -51,14 +52,14 @@ class EnclosingFunc implements ExtraFunction { } for (const otherFeatures of otherFeaturess) { for (const otherFeature of otherFeatures) { - if(seenIds.has(otherFeature.properties.id)){ + if (seenIds.has(otherFeature.properties.id)) { continue } seenIds.add(otherFeature.properties.id) - if(otherFeature.geometry.type !== "Polygon" && otherFeature.geometry.type !== "MultiPolygon"){ + if (otherFeature.geometry.type !== "Polygon" && otherFeature.geometry.type !== "MultiPolygon") { continue; } - if(GeoOperations.completelyWithin(feat, > otherFeature)){ + if (GeoOperations.completelyWithin(feat, >otherFeature)) { result.push({feat: otherFeature}) } } @@ -75,10 +76,10 @@ class OverlapFunc implements ExtraFunction { _name = "overlapWith"; _doc = ["Gives a list of features from the specified layer which this feature (partly) overlaps with. A point which is embedded in the feature is detected as well.", - "If the current feature is a point, all features that this point is embeded in are given." , + "If the current feature is a point, all features that this point is embeded in are given.", "", - "The returned value is `{ feat: GeoJSONFeature, overlap: number}[]` where `overlap` is the overlapping surface are (in m²) for areas, the overlapping length (in meter) if the current feature is a line or `undefined` if the current feature is a point." , - "The resulting list is sorted in descending order by overlap. The feature with the most overlap will thus be the first in the list." , + "The returned value is `{ feat: GeoJSONFeature, overlap: number}[]` where `overlap` is the overlapping surface are (in m²) for areas, the overlapping length (in meter) if the current feature is a line or `undefined` if the current feature is a point.", + "The resulting list is sorted in descending order by overlap. The feature with the most overlap will thus be the first in the list.", "", "For example to get all objects which overlap or embed from a layer, use `_contained_climbing_routes_properties=feat.overlapWith('climbing_route')`", "", @@ -89,6 +90,7 @@ class OverlapFunc implements ExtraFunction { _f(params, feat) { return (...layerIds: string[]) => { const result: { feat: any, overlap: number }[] = [] + const seenIds = new Set() const bbox = BBox.get(feat) for (const layerId of layerIds) { const otherFeaturess = params.getFeaturesWithin(layerId, bbox) @@ -99,12 +101,18 @@ class OverlapFunc implements ExtraFunction { continue; } for (const otherFeatures of otherFeaturess) { - result.push(...GeoOperations.calculateOverlap(feat, otherFeatures)); + const overlap = GeoOperations.calculateOverlap(feat, otherFeatures) + for (const overlappingFeature of overlap) { + if(seenIds.has(overlappingFeature.feat.properties.id)){ + continue + } + seenIds.add(overlappingFeature.feat.properties.id) + result.push(overlappingFeature) + } } } result.sort((a, b) => b.overlap - a.overlap) - return result; } } @@ -187,7 +195,7 @@ class DistanceToFunc implements ExtraFunction { class ClosestObjectFunc implements ExtraFunction { _name = "closest" - _doc = "Given either a list of geojson features or a single layer name, gives the single object which is nearest to the feature. In the case of ways/polygons, only the centerpoint is considered. Returns a single geojson feature or undefined if nothing is found (or not yet laoded)" + _doc = "Given either a list of geojson features or a single layer name, gives the single object which is nearest to the feature. In the case of ways/polygons, only the centerpoint is considered. Returns a single geojson feature or undefined if nothing is found (or not yet loaded)" _args = ["list of features or a layer name or '*' to get all features"] diff --git a/Logic/MetaTagging.ts b/Logic/MetaTagging.ts index d01af19195..f7224689fb 100644 --- a/Logic/MetaTagging.ts +++ b/Logic/MetaTagging.ts @@ -35,6 +35,7 @@ export default class MetaTagging { return; } + console.log("Recalculating metatags...") const metatagsToApply: SimpleMetaTagger[] = [] for (const metatag of SimpleMetaTaggers.metatags) { if (metatag.includesDates) { diff --git a/Logic/Osm/Actions/CreateNewNodeAction.ts b/Logic/Osm/Actions/CreateNewNodeAction.ts index e6755ecd0b..9ddc5a23e1 100644 --- a/Logic/Osm/Actions/CreateNewNodeAction.ts +++ b/Logic/Osm/Actions/CreateNewNodeAction.ts @@ -93,7 +93,7 @@ export default class CreateNewNodeAction extends OsmCreateAction { // Project the point onto the way - + console.log("Snapping a node onto an existing way...") const geojson = this._snapOnto.asGeoJson() const projected = GeoOperations.nearestPoint(geojson, [this._lon, this._lat]) const projectedCoor= <[number, number]>projected.geometry.coordinates diff --git a/Logic/Osm/OsmObject.ts b/Logic/Osm/OsmObject.ts index 5bee76f45d..0dd967bb0a 100644 --- a/Logic/Osm/OsmObject.ts +++ b/Logic/Osm/OsmObject.ts @@ -219,6 +219,9 @@ export abstract class OsmObject { /** * Uses the list of polygon features to determine if the given tags are a polygon or not. + * + * OsmObject.isPolygon({"building":"yes"}) // => true + * OsmObject.isPolygon({"highway":"residential"}) // => false * */ protected static isPolygon(tags: any): boolean { for (const tagsKey in tags) { diff --git a/Models/ThemeConfig/Conversion/PrepareLayer.ts b/Models/ThemeConfig/Conversion/PrepareLayer.ts index e6c05b5583..649bb672c5 100644 --- a/Models/ThemeConfig/Conversion/PrepareLayer.ts +++ b/Models/ThemeConfig/Conversion/PrepareLayer.ts @@ -366,7 +366,7 @@ export class RewriteSpecial extends DesugaringStep { * // should warn for unexpected keys * const errors = [] * RewriteSpecial.convertIfNeeded({"special": {type: "image_carousel"}, "en": "xyz"}, errors, "test") // => {'*': "{image_carousel()}"} - * errors // => ["At test: Unexpected key in a special block: en"] + * errors // => ["The only keys allowed next to a 'special'-block are 'before' and 'after'. Perhaps you meant to put 'en' into the special block?"] * * // should give an error on unknown visualisations * const errors = [] @@ -378,6 +378,26 @@ export class RewriteSpecial extends DesugaringStep { * const errors = [] * RewriteSpecial.convertIfNeeded({"special": {}}, errors, "test") // => undefined * errors // => ["A 'special'-block should define 'type' to indicate which visualisation should be used"] + * + * + * // an actual test + * const special = { + * "before": { + * "en": "

Entrances

This building has {_entrances_count} entrances:" + * }, + * "after": { + * "en": "{_entrances_count_without_width_count} entrances don't have width information yet" + * }, + * "special": { + * "type": "multi", + * "key": "_entrance_properties_with_width", + * "tagrendering": { + * "en": "An entrance of {canonical(width)}" + * } + * }} + * const errors = [] + * RewriteSpecial.convertIfNeeded(special, errors, "test") // => {"en": "

Entrances

This building has {_entrances_count} entrances:{multi(_entrance_properties_with_width,An entrance of &LBRACEcanonical&LPARENSwidth&RPARENS&RBRACE)}{_entrances_count_without_width_count} entrances don't have width information yet"} + * errors // => [] */ private static convertIfNeeded(input: (object & { special: { type: string } }) | any, errors: string[], context: string): any { const special = input["special"] @@ -385,31 +405,33 @@ export class RewriteSpecial extends DesugaringStep { return input } - for (const wrongKey of Object.keys(input).filter(k => k !== "special" && k !== "before" && k !== "after")) { - errors.push(`At ${context}: Unexpected key in a special block: ${wrongKey}`) - } - const type = special["type"] if (type === undefined) { errors.push("A 'special'-block should define 'type' to indicate which visualisation should be used") return undefined } + const vis = SpecialVisualizations.specialVisualizations.find(sp => sp.funcName === type) if (vis === undefined) { const options = Utils.sortedByLevenshteinDistance(type, SpecialVisualizations.specialVisualizations, sp => sp.funcName) errors.push(`Special visualisation '${type}' not found. Did you perhaps mean ${options[0].funcName}, ${options[1].funcName} or ${options[2].funcName}?\n\tFor all known special visualisations, please see https://github.com/pietervdvn/MapComplete/blob/develop/Docs/SpecialRenderings.md`) return undefined } + errors.push(... + Array.from(Object.keys(input)).filter(k => k !== "special" && k !== "before" && k !== "after") + .map(k => { + return `The only keys allowed next to a 'special'-block are 'before' and 'after'. Perhaps you meant to put '${k}' into the special block?`; + })) const argNamesList = vis.args.map(a => a.name) const argNames = new Set(argNamesList) // Check for obsolete and misspelled arguments errors.push(...Object.keys(special) .filter(k => !argNames.has(k)) - .filter(k => k !== "type") + .filter(k => k !== "type" && k !== "before" && k !== "after") .map(wrongArg => { const byDistance = Utils.sortedByLevenshteinDistance(wrongArg, argNamesList, x => x) - return `Unexpected argument with name '${wrongArg}'. Did you mean ${byDistance[0]}?\n\tAll known arguments are ${argNamesList.join(", ")}`; + return `Unexpected argument in special block at ${context} with name '${wrongArg}'. Did you mean ${byDistance[0]}?\n\tAll known arguments are ${argNamesList.join(", ")}`; })) // Check that all obligated arguments are present. They are obligated if they don't have a preset value @@ -456,19 +478,21 @@ export class RewriteSpecial extends DesugaringStep { for (const ln of languages) { const args = [] for (const argName of argNamesList) { - const v = special[argName] ?? "" + let v = special[argName] ?? "" if (Translations.isProbablyATranslation(v)) { - const txt = new Translation(v).textFor(ln) - .replace(/,/g, "&COMMA") - .replace(/\{/g, "&LBRACE") - .replace(/}/g, "&RBRACE") - ; - args.push(txt) - } else if (typeof v === "string") { + v = new Translation(v).textFor(ln) + + } + + if (typeof v === "string") { const txt = v.replace(/,/g, "&COMMA") .replace(/\{/g, "&LBRACE") .replace(/}/g, "&RBRACE") + .replace(/\(/g, "&LPARENS") + .replace(/\)/g, '&RPARENS') args.push(txt) + } else if (typeof v === "object") { + args.push(JSON.stringify(v)) } else { args.push(v) } @@ -494,12 +518,21 @@ export class RewriteSpecial extends DesugaringStep { * const expected = {render: {'*': "{image_carousel(image)}"}, mappings: [{if: "other_image_key", then: {'*': "{image_carousel(other_image_key)}"}} ]} * result // => expected * + * // Should put text before if specified * const tr = { * render: {special: {type: "image_carousel", image_key: "image"}, before: {en: "Some introduction"} }, * } * const result = new RewriteSpecial().convert(tr,"test").result * const expected = {render: {'en': "Some introduction{image_carousel(image)}"}} * result // => expected + * + * // Should put text after if specified + * const tr = { + * render: {special: {type: "image_carousel", image_key: "image"}, after: {en: "Some footer"} }, + * } + * const result = new RewriteSpecial().convert(tr,"test").result + * const expected = {render: {'en': "{image_carousel(image)}Some footer"}} + * result // => expected */ convert(json: TagRenderingConfigJson, context: string): { result: TagRenderingConfigJson; errors?: string[]; warnings?: string[]; information?: string[] } { const errors = [] diff --git a/UI/Input/LengthInput.ts b/UI/Input/LengthInput.ts index 3a09a8a35b..ad8b071806 100644 --- a/UI/Input/LengthInput.ts +++ b/UI/Input/LengthInput.ts @@ -14,10 +14,10 @@ import BaseUIElement from "../BaseUIElement"; * Selects a length after clicking on the minimap, in meters */ export default class LengthInput extends InputElement { - public readonly IsSelected: UIEventSource = new UIEventSource(false); + private readonly _location: UIEventSource; private readonly value: UIEventSource; - private background; + private readonly background: UIEventSource; constructor(mapBackground: UIEventSource, location: UIEventSource, @@ -36,7 +36,7 @@ export default class LengthInput extends InputElement { IsValid(str: string): boolean { const t = Number(str) - return !isNaN(t) && t >= 0 && t <= 360; + return !isNaN(t) && t >= 0; } protected InnerConstructElement(): HTMLElement { @@ -63,7 +63,7 @@ export default class LengthInput extends InputElement { } const crosshair = new Combine([Svg.length_crosshair_svg().SetStyle( `position: absolute;top: 0;left: 0;transform:rotate(${this.value.data ?? 0}deg);`) - ]) .SetClass("block length-crosshair-svg relative") + ]) .SetClass("block length-crosshair-svg relative pointer-events-none") .SetStyle("z-index: 1000; visibility: hidden") const element = new Combine([ @@ -112,46 +112,42 @@ export default class LengthInput extends InputElement { lastClickXY = undefined; } } - if (isUp) { - const distance = Math.sqrt((dy - firstClickXY[1]) * (dy - firstClickXY[1]) + (dx - firstClickXY[0]) * (dx - firstClickXY[0])) - if (distance > 15) { - lastClickXY = [dx, dy] - } - - } else if (lastClickXY !== undefined) { + if (firstClickXY === undefined) { + measurementCrosshair.style.visibility = "hidden" return; } - // const measurementCrosshair = htmlElement.getElementsByClassName("length-crosshair-svg")[0] as HTMLElement - const measurementCrosshairInner: HTMLElement = measurementCrosshair.firstChild - if (firstClickXY === undefined) { - measurementCrosshair.style.visibility = "hidden" - } else { - measurementCrosshair.style.visibility = "unset" - measurementCrosshair.style.left = firstClickXY[0] + "px"; - measurementCrosshair.style.top = firstClickXY[1] + "px" - - const angle = 180 * Math.atan2(firstClickXY[1] - dy, firstClickXY[0] - dx) / Math.PI; - const angleGeo = (angle + 270) % 360 - measurementCrosshairInner.style.transform = `rotate(${angleGeo}deg)`; - - const distance = Math.sqrt((dy - firstClickXY[1]) * (dy - firstClickXY[1]) + (dx - firstClickXY[0]) * (dx - firstClickXY[0])) - measurementCrosshairInner.style.width = (distance * 2) + "px" - measurementCrosshairInner.style.marginLeft = -distance + "px" - measurementCrosshairInner.style.marginTop = -distance + "px" - - - const leaflet = leafletMap?.data - if (leaflet) { - const first = leaflet.layerPointToLatLng(firstClickXY) - const last = leaflet.layerPointToLatLng([dx, dy]) - const geoDist = Math.floor(GeoOperations.distanceBetween([first.lng, first.lat], [last.lng, last.lat]) * 10) / 10 - self.value.setData("" + geoDist) + const distance = Math.sqrt((dy - firstClickXY[1]) * (dy - firstClickXY[1]) + (dx - firstClickXY[0]) * (dx - firstClickXY[0])) + if (isUp) { + if (distance > 15) { + lastClickXY = [dx, dy] } + } else if (lastClickXY !== undefined) { + return; + } + measurementCrosshair.style.visibility = "unset" + measurementCrosshair.style.left = firstClickXY[0] + "px"; + measurementCrosshair.style.top = firstClickXY[1] + "px" + const angle = 180 * Math.atan2(firstClickXY[1] - dy, firstClickXY[0] - dx) / Math.PI; + const angleGeo = (angle + 270) % 360 + const measurementCrosshairInner: HTMLElement = measurementCrosshair.firstChild + measurementCrosshairInner.style.transform = `rotate(${angleGeo}deg)`; + + measurementCrosshairInner.style.width = (distance * 2) + "px" + measurementCrosshairInner.style.marginLeft = -distance + "px" + measurementCrosshairInner.style.marginTop = -distance + "px" + + + const leaflet = leafletMap?.data + if (leaflet) { + const first = leaflet.layerPointToLatLng(firstClickXY) + const last = leaflet.layerPointToLatLng([dx, dy]) + const geoDist = Math.floor(GeoOperations.distanceBetween([first.lng, first.lat], [last.lng, last.lat]) * 10) / 10 + self.value.setData("" + geoDist) } } diff --git a/UI/SpecialVisualizations.ts b/UI/SpecialVisualizations.ts index 05cd974546..062563118f 100644 --- a/UI/SpecialVisualizations.ts +++ b/UI/SpecialVisualizations.ts @@ -42,7 +42,6 @@ import NoteCommentElement from "./Popup/NoteCommentElement"; import ImgurUploader from "../Logic/ImageProviders/ImgurUploader"; import FileSelectorButton from "./Input/FileSelectorButton"; import {LoginToggle} from "./Popup/LoginButton"; -import {start} from "repl"; import {SubstitutedTranslation} from "./SubstitutedTranslation"; import {TextField} from "./Input/TextField"; import Wikidata, {WikidataResponse} from "../Logic/Web/Wikidata"; @@ -60,7 +59,8 @@ import Slider from "./Input/Slider"; import List from "./Base/List"; import StatisticsPanel from "./BigComponents/StatisticsPanel"; import {OsmFeature} from "../Models/OsmFeature"; -import Link from "./Base/Link"; +import EditableTagRendering from "./Popup/EditableTagRendering"; +import TagRenderingConfig from "../Models/ThemeConfig/TagRenderingConfig"; export interface SpecialVisualization { funcName: string, @@ -334,6 +334,13 @@ export default class SpecialVisualizations { render: { special: { type: "some_special_visualisation", + before: { + en: "Some text to prefix before the special element (e.g. a title)", + nl: "Een tekst om voor het element te zetten (bv. een titel)" + }, + after: { + en: "Some text to put after the element, e.g. a footer" + }, "argname": "some_arg", "message": { en: "some other really long message", @@ -1202,6 +1209,96 @@ export default class SpecialVisualizations { })) } + }, + { + funcName: "multi", + docs: "Given an embedded tagRendering (read only) and a key, will read the keyname as a JSON-list. Every element of this list will be considered as tags and rendered with the tagRendering", + example: "```json\n" + JSON.stringify({ + render: { + special: { + type: "multi", + key: "_doors_from_building_properties", + tagRendering: { + render: "The building containing this feature has a door of width {entrance:width}" + } + } + } + }, null, " ") + "```", + args: [ + { + name: "key", + doc: "The property to read and to interpret as a list of properties", + required: true + }, + { + name: "tagrendering", + doc: "An entire tagRenderingConfig", + required: true + } + ] + , + constr(state, featureTags, args) { + const [key, tr] = args + const translation = new Translation({"*": tr}) + return new VariableUiElement(featureTags.map(tags => { + const properties: object[] = JSON.parse(tags[key]) + const elements = [] + for (const property of properties) { + const subsTr = new SubstitutedTranslation(translation, new UIEventSource(property), state) + elements.push(subsTr) + } + return new List(elements) + })) + } + }, + { + funcName: "steal", + docs: "Shows a tagRendering from a different object as if this was the object itself", + args: [{ + name: "featureId", + doc: "The key of the attribute which contains the id of the feature from which to use the tags", + required: true + }, + { + name: "tagRenderingId", + doc: "The layer-id and tagRenderingId to render. Can be multiple value if ';'-separated (in which case every value must also contain the layerId, e.g. `layerId.tagRendering0; layerId.tagRendering1`). Note: this can cause layer injection", + required: true + }], + constr(state, featureTags, args) { + const [featureIdKey, layerAndtagRenderingIds] = args + const tagRenderings: [LayerConfig, TagRenderingConfig][] = [] + for (const layerAndTagRenderingId of layerAndtagRenderingIds.split(";")) { + const [layerId, tagRenderingId] = layerAndTagRenderingId.trim().split(".") + const layer = state.layoutToUse.layers.find(l => l.id === layerId) + const tagRendering = layer.tagRenderings.find(tr => tr.id === tagRenderingId) + tagRenderings.push([layer, tagRendering]) + } + return new VariableUiElement(featureTags.map(tags => { + const featureId = tags[featureIdKey] + if (featureId === undefined) { + return undefined; + } + const otherTags = state.allElements.getEventSourceById(featureId) + const elements: BaseUIElement[] = [] + for (const [layer, tagRendering] of tagRenderings) { + const el = new EditableTagRendering(otherTags, tagRendering, layer.units, state, {}) + elements.push(el) + } + if (elements.length === 1) { + return elements[0] + } + return new Combine(elements).SetClass("flex flex-col"); + })) + }, + + getLayerDependencies(args): string[] { + const [_, tagRenderingId] = args + if (tagRenderingId.indexOf(".") < 0) { + throw "Error: argument 'layerId.tagRenderingId' of special visualisation 'steal' should contain a dot" + } + const [layerId, __] = tagRenderingId.split(".") + return [layerId] + } } ] diff --git a/assets/layers/entrance/door.svg b/assets/layers/entrance/door.svg deleted file mode 100644 index 4720d93d98..0000000000 --- a/assets/layers/entrance/door.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/assets/layers/entrance/entrance.json b/assets/layers/entrance/entrance.json index a1be024d38..428d461d0f 100644 --- a/assets/layers/entrance/entrance.json +++ b/assets/layers/entrance/entrance.json @@ -419,7 +419,7 @@ "centroid" ], "icon": { - "render": "circle:white;./assets/layers/entrance/door.svg", + "render": "circle:white;./assets/layers/entrance/entrance.svg", "mappings": [ { "if": "entrance=emergency", diff --git a/assets/layers/entrance/entrance.svg b/assets/layers/entrance/entrance.svg new file mode 100644 index 0000000000..b071d0c8e1 --- /dev/null +++ b/assets/layers/entrance/entrance.svg @@ -0,0 +1,27 @@ + + diff --git a/assets/layers/entrance/license_info.json b/assets/layers/entrance/license_info.json index c5919b9c81..2beea1223a 100644 --- a/assets/layers/entrance/license_info.json +++ b/assets/layers/entrance/license_info.json @@ -1,14 +1,4 @@ [ - { - "path": "door.svg", - "license": "CC-BY 3.0 Unported", - "authors": [ - "Icons Bazaar" - ], - "sources": [ - "https://commons.wikimedia.org/wiki/File:Noun_Project_Door_icon_1512154.svg" - ] - }, { "path": "emergency_door.svg", "license": "CC-BY-SA 4.0 international", @@ -18,5 +8,15 @@ "sources": [ "https://commons.wikimedia.org/wiki/File:Emergency_door_icon.svg" ] + }, + { + "path": "entrance.svg", + "license": "CC-BY-SA", + "authors": [ + "CT Steward" + ], + "sources": [ + "https://www.ctsteward.com/" + ] } ] \ No newline at end of file diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json index 2963d31e16..38b1cdd9b2 100644 --- a/assets/layers/indoors/indoors.json +++ b/assets/layers/indoors/indoors.json @@ -56,7 +56,19 @@ }, "minzoom": 13, "tagRenderings": [ - "images" + "images", + { + "id": "ref", + "question": { + "en": "What is the name of this room?" + }, + "render": { + "en": "This room is named {name}" + }, + "freeform": { + "key": "name" + } + } ], "mapRendering": [ { diff --git a/assets/layers/walls_and_buildings/walls_and_buildings.json b/assets/layers/walls_and_buildings/walls_and_buildings.json index 928d5982bf..6d9d357f15 100644 --- a/assets/layers/walls_and_buildings/walls_and_buildings.json +++ b/assets/layers/walls_and_buildings/walls_and_buildings.json @@ -47,34 +47,85 @@ } ], "calculatedTags": [ - "_entrance_properties=feat.overlapWith('entrance')?.map(e => e.feat.properties).filter(p => p !== undefined).filter(p => p.width !== undefined)", - "_entrance:id=feat.get('_entrance_properties')?.map(e => e.id)?.at(0)", - "_entrance:width=feat.get('_entrance_properties')?.map(e => e.width)?.at(0)" + "_entrance_properties=feat.overlapWith('entrance')?.map(e => e.feat.properties)?.filter(p => p !== undefined && p.indoor !== 'door')", + "_entrance_properties_with_width=feat.get('_entrance_properties')?.filter(p => p['width'] !== undefined)", + "_entrances_count=feat.get('_entrance_properties').length", + "_entrances_count_without_width_count= feat.get('_entrances_count') - feat.get('_entrance_properties_with_width').length", + "_biggest_width= Math.max( feat.get('_entrance_properties').map(p => p.width))", + "_biggest_width_properties= /* Can be a list! */ feat.get('_entrance_properties').filter(p => p.width === feat.get('_biggest_width'))", + "_biggest_width_id=feat.get('_biggest_width_properties').id" ], - "tagRenderings": [ + "units": [ { - "id": "_entrance:width", - "render": { - "en": "This door has a width of {canonical(_entrance:width)} meters ", - "nl": "Deze deur heeft een breedte van {canonical(_entrance:width)} meter ", - "de": "Diese Tür hat eine Durchgangsbreite von {canonical(_entrance:width)} Meter ", - "es": "Esta puerta tiene una ancho de {canonical(_entrance:width)} metros ", - "fr": "Cette porte a une largeur de {canonical(_entrance:width)} mètres " - }, - "freeform": { - "key": "_entrance:width" - }, - "mappings": [ + "appliesToKey": [ + "width", + "_biggest_width" + ], + "applicableUnits": [ { - "if": "_entrance:width=", - "then": { - "en": "This entrance has no width information", - "de": "Der Eingang hat keine Informationen zur Durchgangsbreite", - "fr": "Cette entrée n'a pas d'informations sur sa largeur", - "nl": "Deze toegang heeft geen informatie over deurbreedte" + "canonicalDenomination": "m", + "alternativeDenomination": [ + "meter" + ], + "human": { + "en": "meter", + "fr": "mètre", + "de": "Meter" + } + }, + { + "default": true, + "canonicalDenomination": "cm", + "alternativeDenomination": [ + "centimeter", + "cms" + ], + "human": { + "en": "centimeter", + "fr": "centimètre", + "de": "Zentimeter" } } ] } + ], + "tagRenderings": [ + { + "id": "entrance_info", + "render": { + "before": { + "en": "

Entrances

This building has {_entrances_count} entrances:" + }, + "after": { + "en": "{_entrances_count_without_width_count} entrances don't have width information yet" + }, + "special": { + "type": "multi", + "key": "_entrance_properties_with_width", + "tagrendering": { + "en": "An entrance of {canonical(width)}" + } + } + }, + "mappings": [ + { + "if": "_entrances_count=0", + "then": { + "en": "No entrance has been marked" + } + }, + { + "if": "_entrances_count_without_width:=_entrances_count", + "then": { + "en": "None of the {_entrance_count} entrances have width information yet" + } + } + ] + }, + { + "id": "biggest_width", + "render": "The entrance with the biggest width is {canonical(_biggest_width)} wide", + "condition": "_biggest_width_id~*" + } ] } \ No newline at end of file diff --git a/assets/themes/entrances/entrances.json b/assets/themes/entrances/entrances.json deleted file mode 100644 index 678b40dfcd..0000000000 --- a/assets/themes/entrances/entrances.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "id": "entrances", - "title": { - "en": "Entrances", - "zh_Hant": "出入口", - "hu": "Épületek bejáratai", - "de": "Eingänge", - "nl": "Toegangsdeuren", - "ca": "Entrades", - "es": "Entradas", - "nb_NO": "Innganger", - "fr": "Entrées" - }, - "icon": "./assets/layers/entrance/door.svg", - "description": { - "en": "A map showing all entrances, which surveys for important aspects for wheelchair users", - "zh_Hant": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊", - "hu": "Épületek bejáratai mutató térkép, amely a kerekesszékkel közlekedőknek fontos szempontokat jeleníti meg", - "de": "Eine Karte mit allen Eingängen, die wichtige Aspekte für Rollstuhlfahrer erfasst", - "es": "Un mapa que muestra todas las entradas, que sondea aspectos importantes para usuarios de sillas de ruedas", - "nl": "Een kaart die alle toegangen toont,", - "fr": "Une carte renseignant toutes les entrées (importante pour les utilisateurs de sièges roulants", - "nb_NO": "Alle innganger, som er en viktig undersøkelse å gjøre for rullestolsbrukere" - }, - "shortDescription": { - "en": "Survey entrances to help wheelchair routing", - "zh_Hant": "幫助輪椅導航來勘查出入口", - "hu": "Akadálymentes útvonaltervezést segítő bejáratok feltérképezése", - "de": "Eingänge prüfen, um die Rollstuhlnavigation zu verbessern", - "es": "Sondea entradas para ayudar el enrutado de sillas de ruedas", - "nl": "Breng ingangen in kaart om rolstoelnavigatie mogelijk te maken", - "fr": "Vérifez les entrées pour faciliter le routage des utilisateurs de sièges roulants", - "nb_NO": "Lag oversikt over innganger for å hjelpe rullestolsruteplanlegging" - }, - "version": "2021-12-04", - "maintainer": "MapComplete", - "layers": [ - "entrance" - ], - "startZoom": 15, - "startLat": 51.049, - "startLon": 3.7297 -} \ No newline at end of file diff --git a/assets/themes/governments/crest.svg b/assets/themes/governments/crest.svg deleted file mode 100644 index 383b543b1e..0000000000 --- a/assets/themes/governments/crest.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/assets/themes/governments/governments.json b/assets/themes/governments/governments.json deleted file mode 100644 index c133d16c81..0000000000 --- a/assets/themes/governments/governments.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "id": "governments", - "title": { - "en": "Governmental Offices", - "de": "Büros der öffentlichen Verwaltung" - }, - "description": { - "en": "On this map, Governmental offices are shown and can be easily added", - "de": "Auf dieser Karte werden Büros der öffentlichen Verwaltung angezeigt und können leicht hinzugefügt werden" - }, - "maintainer": "MapComplete", - "icon": "./assets/themes/onwheels/crest.svg", - "version": "0", - "startLat": 50.8465573, - "defaultBackgroundId": "CartoDB.Voyager", - "startLon": 4.351697, - "startZoom": 16, - "widenFactor": 2, - "layers": [ - "governments" - ] -} \ No newline at end of file diff --git a/assets/themes/governments/license_info.json b/assets/themes/governments/license_info.json deleted file mode 100644 index 9f2dcf81aa..0000000000 --- a/assets/themes/governments/license_info.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "path": "crest.svg", - "license": "CC0", - "authors": [ - "Free Wheelies" - ], - "sources": [] - } -] \ No newline at end of file diff --git a/assets/themes/indoors/indoors.json b/assets/themes/indoors/indoors.json index 529ee0807e..55c07e56cb 100644 --- a/assets/themes/indoors/indoors.json +++ b/assets/themes/indoors/indoors.json @@ -9,7 +9,7 @@ "de": "Diese Karte zeigt öffentlich zugängliche Innenräume" }, "maintainer": "MapComplete", - "icon": "./assets/themes/onwheels/crest.svg", + "icon": "./assets/layers/entrance/entrance.svg", "version": "0", "startLat": 51.17181, "defaultBackgroundId": "CartoDB.Voyager", @@ -17,6 +17,16 @@ "startZoom": 14, "widenFactor": 2, "layers": [ - "indoors" + "indoors", + { + "builtin": [ + "walls_and_buildings" + ], + "override": { + "shownByDefault": true + } + }, + "pedestrian_path", + "entrance" ] } \ No newline at end of file diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index d21921d335..102c5b3e2f 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -159,10 +159,6 @@ "if": "theme=education", "then": "./assets/layers/school/college.svg" }, - { - "if": "theme=entrances", - "then": "./assets/layers/entrance/door.svg" - }, { "if": "theme=etymology", "then": "./assets/layers/etymology/logo.svg" @@ -187,10 +183,6 @@ "if": "theme=ghostbikes", "then": "./assets/themes/ghostbikes/logo.svg" }, - { - "if": "theme=governments", - "then": "./assets/themes/onwheels/crest.svg" - }, { "if": "theme=grb", "then": "./assets/themes/grb_import/logo.svg" @@ -217,7 +209,7 @@ }, { "if": "theme=indoors", - "then": "./assets/themes/onwheels/crest.svg" + "then": "./assets/layers/entrance/entrance.svg" }, { "if": "theme=kerbs_and_crossings", diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json index b2e221875e..2b9e4db1e1 100644 --- a/assets/themes/onwheels/onwheels.json +++ b/assets/themes/onwheels/onwheels.json @@ -369,13 +369,11 @@ ], "overrideAll": { "+calculatedTags": [ - "_poi_walls_and_buildings_entrance_properties=feat.closestn('walls_and_buildings', 1, undefined, 1000).map(w => ({id: w.feat.properties.id, width: w.feat.properties['_entrance:width']}))[0]", - "_poi_entrance:id=JSON.parce(feat.properties._poi_walls_and_buildings_entrance_properteis)?.id", - "_poi_entrance:width=JSON.parse(feat.properties._poi_walls_and_buildings_entrance_properties)?.width" + "_enclosing_building=feat.enclosingFeatures('walls_and_buildings')?.map(f => f.feat.properties.id)?.at(0)" ], - "+tagRenderings": [ + "tagRenderings+": [ { - "id": "_containing_poi_entrance:width", + "id": "_stolen_entrances", "condition": { "and": [ "entrance=", @@ -385,26 +383,12 @@ ] }, "render": { - "en": "The containing building can be entered via a door of {canonical(_poi_entrance:width)}", - "nl": "Het gebouw waarin dit zich bevindt kan binnengegaan worden via een deur die {canonical(_poi_entrance:width)} breed is", - "fr": "On peut entrer dans ce batiment via une porte de {canonical(_poi_entrance:width)}", - "de": "Das Gebäude kann über durch eine Tür von {canonical(_poi_entrance:width)} betreten werden." - }, - "freeform": { - "key": "_poi_entrance:width", - "type": "distance" - }, - "mappings": [ - { - "if": "_poi_entrance:width=", - "then": { - "nl": "Het omvattende gebouw heeft geen gekende deurbreedtes. Voeg een deur en breedte toe.", - "en": "The containing building has no information on door widths. Add a door and measure the width to get information", - "fr": "Ce bâtiment n'a aucune information sur les largeurs de portes. Ajoutez une porte et mesurez la largeur pour obtenir des informations", - "de": "Das Gebäude hat keine Informationen über Türbreiten. Fügen Sie eine Tür hinzu und messen Sie die Breite, um Informationen zu erhalten" - } + "special": { + "type": "steal", + "featureId": "_enclosing_building", + "tagRenderingId": "walls_and_buildings.entrance_info; walls_and_buildings.biggest_width" } - ] + } } ] }, diff --git a/langs/layers/de.json b/langs/layers/de.json index 2a464a54d4..480d199ffb 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -6738,18 +6738,20 @@ }, "walls_and_buildings": { "description": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden.", - "tagRenderings": { - "_entrance:width": { - "mappings": { - "0": { - "then": "Der Eingang hat keine Informationen zur Durchgangsbreite" - } - }, - "render": "Diese Tür hat eine Durchgangsbreite von {canonical(_entrance:width)} Meter " - } - }, "title": { "render": "Wand oder Gebäude" + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": "Meter" + }, + "1": { + "human": "Zentimeter" + } + } + } } }, "waste_basket": { diff --git a/langs/layers/en.json b/langs/layers/en.json index c1ab8980cd..2babb45d4e 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -4256,6 +4256,12 @@ "indoors": { "description": "Basic indoor mapping: shows room outlines", "name": "indoors", + "tagRenderings": { + "ref": { + "question": "What is the name of this room?", + "render": "This room is named {name}" + } + }, "title": { "render": "Indoor area {name}" } @@ -6895,17 +6901,38 @@ "walls_and_buildings": { "description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.", "tagRenderings": { - "_entrance:width": { + "entrance_info": { "mappings": { "0": { - "then": "This entrance has no width information" + "then": "No entrance has been marked" + }, + "1": { + "then": "None of the {_entrance_count} entrances have width information yet" } }, - "render": "This door has a width of {canonical(_entrance:width)} meters " + "render": { + "after": "{_entrances_count_without_width_count} entrances don't have width information yet", + "before": "

Entrances

This building has {_entrances_count} entrances:", + "special": { + "tagrendering": "An entrance of {canonical(width)}" + } + } } }, "title": { "render": "Wall or building" + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": "meter" + }, + "1": { + "human": "centimeter" + } + } + } } }, "waste_basket": { diff --git a/langs/layers/es.json b/langs/layers/es.json index 713b3e0185..3f34bd0e15 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -3982,11 +3982,6 @@ } }, "walls_and_buildings": { - "tagRenderings": { - "_entrance:width": { - "render": "Esta puerta tiene una ancho de {canonical(_entrance:width)} metros " - } - }, "title": { "render": "Pared o edificio" } diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 9aec75e2da..d712bc7462 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -4357,18 +4357,20 @@ }, "walls_and_buildings": { "description": "Couche intégrée spéciale fournissant tous les murs et bâtiments. Cette couche est utile dans les préréglages pour les objets qui peuvent être placés contre les murs (par exemple, les DEA, les boîtes aux lettres, les entrées, les adresses, les caméras de surveillance, …). Ce calque est invisible par défaut et non inchangeable par l'utilisateur.", - "tagRenderings": { - "_entrance:width": { - "mappings": { - "0": { - "then": "Cette entrée n'a pas d'informations sur sa largeur" - } - }, - "render": "Cette porte a une largeur de {canonical(_entrance:width)} mètres " - } - }, "title": { "render": "Mur ou bâtiment" + }, + "units": { + "0": { + "applicableUnits": { + "0": { + "human": "mètre" + }, + "1": { + "human": "centimètre" + } + } + } } }, "watermill": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 069d0654ec..878731683f 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -6524,16 +6524,6 @@ }, "walls_and_buildings": { "description": "Speciale laag met alle muren en gebouwen. Deze laag is nuttig om objecten toe te voegen die met een muur verbonden zijn (zoals AEDs, brievenbussen, adressen, bewakingscamera's,…). Deze laag is standaard onzichtbaar en kan niet aangezet worden door de gebruiker.", - "tagRenderings": { - "_entrance:width": { - "mappings": { - "0": { - "then": "Deze toegang heeft geen informatie over deurbreedte" - } - }, - "render": "Deze deur heeft een breedte van {canonical(_entrance:width)} meter " - } - }, "title": { "render": "Muur of gebouw" } diff --git a/langs/themes/de.json b/langs/themes/de.json index 73f602bade..70ddaa3a59 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -663,68 +663,6 @@ "description": "Eine Karte mit Bordsteinen und Überwegen.", "title": "Bordsteine und Überwege" }, - "mapcomplete-changes": { - "description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen", - "layers": { - "0": { - "description": "Zeigt alle MapComplete Änderungen", - "filter": { - "0": { - "options": { - "0": { - "question": "Themenname enthält {search}" - } - } - }, - "1": { - "options": { - "0": { - "question": "Erstellt von {search}" - } - } - }, - "2": { - "options": { - "0": { - "question": "Nicht erstellt von {search}" - } - } - } - }, - "name": "Zentrum der Änderungssätze", - "tagRenderings": { - "contributor": { - "render": "Geändert von {_last_edit:contributor}" - }, - "render_id": { - "render": "Änderungssatz {id}" - }, - "theme": { - "mappings": { - "0": { - "then": "Änderung mit inoffiziellem Thema {theme}" - } - }, - "render": "Änderung mit Thema {theme}" - } - }, - "title": { - "render": "Änderungssatz für {theme}" - } - }, - "1": { - "override": { - "tagRenderings": { - "link_to_more": { - "render": "Weitere Statistiken finden Sie hier" - } - } - } - } - }, - "shortDescription": "Zeigt die mit MapComplete vorgenommenen Änderungen", - "title": "Mit MapComplete vorgenommene Änderungen" - }, "maps": { "description": "Auf dieser Karte findest du alle Karten, die OpenStreetMap kennt - typischerweise eine große Karte auf einer Informationstafel, die das Gebiet, die Stadt oder die Region zeigt, z.B. eine touristische Karte auf der Rückseite einer Plakatwand, eine Karte eines Naturschutzgebietes, eine Karte der Radwegenetze in der Region, ...)

Wenn eine Karte fehlt, können Sie diese leicht auf OpenStreetMap kartieren.", "shortDescription": "Dieses Thema zeigt alle (touristischen) Karten, die OpenStreetMap kennt", @@ -818,18 +756,6 @@ } } }, - "overrideAll": { - "+tagRenderings": { - "0": { - "mappings": { - "0": { - "then": "Das Gebäude hat keine Informationen über Türbreiten. Fügen Sie eine Tür hinzu und messen Sie die Breite, um Informationen zu erhalten" - } - }, - "render": "Das Gebäude kann über durch eine Tür von {canonical(_poi_entrance:width)} betreten werden." - } - } - }, "title": "Auf Rädern" }, "openwindpowermap": { diff --git a/langs/themes/en.json b/langs/themes/en.json index 223212c1a6..c9d3950301 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -822,18 +822,6 @@ } } }, - "overrideAll": { - "+tagRenderings": { - "0": { - "mappings": { - "0": { - "then": "The containing building has no information on door widths. Add a door and measure the width to get information" - } - }, - "render": "The containing building can be entered via a door of {canonical(_poi_entrance:width)}" - } - } - }, "title": "OnWheels" }, "openwindpowermap": { diff --git a/langs/themes/fr.json b/langs/themes/fr.json index a0c4d6f1b3..6f1bd83616 100644 --- a/langs/themes/fr.json +++ b/langs/themes/fr.json @@ -673,18 +673,6 @@ }, "onwheels": { "description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes", - "overrideAll": { - "+tagRenderings": { - "0": { - "mappings": { - "0": { - "then": "Ce bâtiment n'a aucune information sur les largeurs de portes. Ajoutez une porte et mesurez la largeur pour obtenir des informations" - } - }, - "render": "On peut entrer dans ce batiment via une porte de {canonical(_poi_entrance:width)}" - } - } - }, "title": "OnWheels" }, "openwindpowermap": { diff --git a/langs/themes/nl.json b/langs/themes/nl.json index ed2836ed22..034bb55041 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -790,67 +790,6 @@ "description": "Een kaart met stoepranden en oversteekplaatsen.", "title": "Stoepranden en oversteekplaatsen" }, - "mapcomplete-changes": { - "description": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt", - "layers": { - "0": { - "description": "Toont alle wijzigingen met MapComplete", - "filter": { - "0": { - "options": { - "0": { - "question": "Themanaam bevat {search}" - } - } - }, - "1": { - "options": { - "0": { - "question": "Gemaakt door bijdrager {search}" - } - } - }, - "2": { - "options": { - "0": { - "question": "Niet gemaakt door bijdrager {search}" - } - } - } - }, - "tagRenderings": { - "contributor": { - "render": "Wijziging gemaakt door {_last_edit:contributor}" - }, - "render_id": { - "render": "Wijzigingset {id}" - }, - "theme": { - "mappings": { - "0": { - "then": "Wijziging met officieus thema {theme}" - } - }, - "render": "Wijziging met thema {theme}" - } - }, - "title": { - "render": "Wijzigingset voor {theme}" - } - }, - "1": { - "override": { - "tagRenderings": { - "link_to_more": { - "render": "Meer statistieken kunnen hier gevonden worden" - } - } - } - } - }, - "shortDescription": "Toont wijzigingen gemaakt met MapComplete", - "title": "Wijzigingen gemaakt met MapComplete" - }, "maps": { "description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.

Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.", "shortDescription": "Dit thema toont alle (toeristische) kaarten die OpenStreetMap kent", @@ -917,18 +856,6 @@ } } }, - "overrideAll": { - "+tagRenderings": { - "0": { - "mappings": { - "0": { - "then": "Het omvattende gebouw heeft geen gekende deurbreedtes. Voeg een deur en breedte toe." - } - }, - "render": "Het gebouw waarin dit zich bevindt kan binnengegaan worden via een deur die {canonical(_poi_entrance:width)} breed is" - } - } - }, "title": "OnWheels" }, "openwindpowermap": { diff --git a/test.ts b/test.ts index a2d2662a95..5db0859a63 100644 --- a/test.ts +++ b/test.ts @@ -1,9 +1,93 @@ +import {Utils} from "./Utils"; +import Loading from "./UI/Base/Loading"; +import {UIEventSource} from "./Logic/UIEventSource"; +import {VariableUiElement} from "./UI/Base/VariableUIElement"; +import ChartJs from "./UI/Base/ChartJs"; +import Combine from "./UI/Base/Combine"; -import * as onwheels from "./assets/generated/themes/onwheels.json" -import FeaturePipelineState from "./Logic/State/FeaturePipelineState"; -import LayoutConfig from "./Models/ThemeConfig/LayoutConfig"; +const homeUrl = "https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/Docs/Tools/stats/" +const stats_files = "file-overview.json" +const index = UIEventSource.FromPromise(Utils.downloadJson(homeUrl + stats_files)) -const layout = new LayoutConfig( onwheels, true) -new FeaturePipelineState(layout) \ No newline at end of file +interface ChangeSetData { + "id": number, + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [number, number][][] + }, + "properties": { + "check_user": null, + "reasons": [], + "tags": [], + "features": [], + "user": string, + "uid": string, + "editor": string, + "comment": string, + "comments_count": number, + "source": string, + "imagery_used": string, + "date": string, + "reviewed_features": [], + "create": number, + "modify": number, + "delete": number, + "area": number, + "is_suspect": boolean, + "harmful": any, + "checked": boolean, + "check_date": any, + "metadata": { + "host": string, + "theme": string, + "imagery": string, + "language": string + } + } +} + + +new VariableUiElement(index.map(paths => { + if (paths === undefined) { + return new Loading("Loading overview...") + } + const downloaded = new UIEventSource<{ features: ChangeSetData[] }[]>([]) + + for (const filepath of paths) { + Utils.downloadJson(homeUrl + filepath).then(data => { + downloaded.data.push(data) + downloaded.ping() + }) + } + + return new VariableUiElement(downloaded.map(downloaded => { + const themeBreakdown = new Map() + for (const feats of downloaded) { + console.log("Feats:", feats) + for (const feat of feats.features) { + const key = feat.properties.metadata.theme + const count = themeBreakdown.get(key) ?? 0 + themeBreakdown.set(key, count + 1) + } + } + + const keys = Array.from(themeBreakdown.keys()) + const values = keys.map( k => themeBreakdown.get(k)) + + console.log(keys, values) + return new Combine([ + "Got " + downloaded.length + " files out of " + paths.length, + new ChartJs({ + type: "pie", + data: { + datasets: [{data: values}], + labels: keys + } + }).SetClass("w-1/3 h-full") + ]).SetClass("block w-full h-full") + })).SetClass("block w-full h-full") +})).SetClass("block w-full h-full").AttachTo("maindiv") + diff --git a/test/Chai.spec.ts b/test/Chai.spec.ts index b7a2f54db9..9a434dee55 100644 --- a/test/Chai.spec.ts +++ b/test/Chai.spec.ts @@ -1,6 +1,5 @@ import {describe} from 'mocha' import {expect} from 'chai' -import {Utils} from "../Utils"; describe("TestSuite", () => { diff --git a/test/Logic/ExtraFunctions.spec.ts b/test/Logic/ExtraFunctions.spec.ts new file mode 100644 index 0000000000..0f3bb60d6d --- /dev/null +++ b/test/Logic/ExtraFunctions.spec.ts @@ -0,0 +1,243 @@ +import {describe} from 'mocha' +import {expect} from 'chai' +import {ExtraFuncParams, ExtraFunctions} from "../../Logic/ExtraFunctions"; +import {OsmFeature} from "../../Models/OsmFeature"; + + +describe("OverlapFunc", () => { + + it("should give doors on the edge", () => { + const door: OsmFeature = { + "type": "Feature", + "id": "node/9909268725", + "properties": { + "automatic_door": "no", + "door": "hinged", + "indoor": "door", + "kerb:height": "0 cm", + "width": "1", + "id": "node/9909268725", + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.3494436, + 50.8657928 + ] + }, + } + + const hermanTeirlinck = { + "type": "Feature", + "id": "way/444059131", + "properties": { + "timestamp": "2022-07-27T15:15:01Z", + "version": 27, + "changeset": 124146283, + "user": "Pieter Vander Vennet", + "uid": 3818858, + "addr:city": "Bruxelles - Brussel", + "addr:housenumber": "88", + "addr:postcode": "1000", + "addr:street": "Avenue du Port - Havenlaan", + "building": "government", + "building:levels": "5", + "name": "Herman Teirlinckgebouw", + "operator": "Vlaamse overheid", + "wikidata": "Q47457146", + "wikipedia": "nl:Herman Teirlinckgebouw", + "id": "way/444059131", + "_backend": "https://www.openstreetmap.org", + "_lat": "50.86622355", + "_lon": "4.3501212", + "_layer": "walls_and_buildings", + "_length": "380.5933566256343", + "_length:km": "0.4", + "_now:date": "2022-07-29", + "_now:datetime": "2022-07-29 14:19:25", + "_loaded:date": "2022-07-29", + "_loaded:datetime": "2022-07-29 14:19:25", + "_last_edit:contributor": "Pieter Vander Vennet", + "_last_edit:contributor:uid": 3818858, + "_last_edit:changeset": 124146283, + "_last_edit:timestamp": "2022-07-27T15:15:01Z", + "_version_number": 27, + "_geometry:type": "Polygon", + "_surface": "7461.252251355437", + "_surface:ha": "0.7", + "_country": "be" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 4.3493369, + 50.8658274 + ], + [ + 4.3493393, + 50.8658266 + ], + [ + 4.3494436, + 50.8657928 + ], + [ + 4.3495272, + 50.8657658 + ], + [ + 4.349623, + 50.8657348 + ], + [ + 4.3497442, + 50.8656956 + ], + [ + 4.3498441, + 50.8656632 + ], + [ + 4.3500768, + 50.8655878 + ], + [ + 4.3501619, + 50.8656934 + ], + [ + 4.3502113, + 50.8657551 + ], + [ + 4.3502729, + 50.8658321 + ], + [ + 4.3503063, + 50.8658737 + ], + [ + 4.3503397, + 50.8659153 + ], + [ + 4.3504159, + 50.8660101 + ], + [ + 4.3504177, + 50.8660123 + ], + [ + 4.3504354, + 50.8660345 + ], + [ + 4.3505348, + 50.8661584 + ], + [ + 4.3504935, + 50.866172 + ], + [ + 4.3506286, + 50.8663405 + ], + [ + 4.3506701, + 50.8663271 + ], + [ + 4.3508563, + 50.8665592 + ], + [ + 4.3509055, + 50.8666206 + ], + [ + 4.3506278, + 50.8667104 + ], + [ + 4.3504502, + 50.8667675 + ], + [ + 4.3503132, + 50.8668115 + ], + [ + 4.3502162, + 50.8668427 + ], + [ + 4.3501645, + 50.8668593 + ], + [ + 4.3499296, + 50.8665664 + ], + [ + 4.3498821, + 50.8665073 + ], + [ + 4.3498383, + 50.8664527 + ], + [ + 4.3498126, + 50.8664207 + ], + [ + 4.3497459, + 50.8663376 + ], + [ + 4.3497227, + 50.8663086 + ], + [ + 4.3496517, + 50.8662201 + ], + [ + 4.3495158, + 50.8660507 + ], + [ + 4.3493369, + 50.8658274 + ] + ] + ] + }, + "bbox": { + "maxLat": 50.8668593, + "maxLon": 4.3509055, + "minLat": 50.8655878, + "minLon": 4.3493369 + } + } + + const params: ExtraFuncParams = { + getFeatureById: id => undefined, + getFeaturesWithin: () => [[door]], + memberships: undefined + } + + + ExtraFunctions.FullPatchFeature(params, hermanTeirlinck) + const overlap = (hermanTeirlinck).overlapWith("*") + console.log(JSON.stringify(overlap)) + expect(overlap[0].feat == door).true + + }) + +}) \ No newline at end of file